{"id":950,"date":"2026-07-18T05:33:05","date_gmt":"2026-07-18T05:33:05","guid":{"rendered":"https:\/\/w3webhelp.in\/sample\/Infinexy\/?page_id=950"},"modified":"2026-08-06T11:30:19","modified_gmt":"2026-08-06T11:30:19","slug":"esim","status":"publish","type":"page","link":"https:\/\/w3webhelp.in\/sample\/Infinexy\/esim\/","title":{"rendered":"e-SIM"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"950\" class=\"elementor elementor-950\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a902fce e-con-full e-flex e-con e-parent\" data-id=\"a902fce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4cc8d5 elementor-widget elementor-widget-html\" data-id=\"d4cc8d5\" 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>Infinexy - eSIM Solutions<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\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            font-family: 'Inter', sans-serif;\r\n            background: #f0f4f8;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* ===== COLOR VARIABLES ===== *\/\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --green: #8BC34A;\r\n            --orange: #FB8C00;\r\n            --yellow: #FFC107;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --badge-color: #4D7DD1;\r\n            --mix-color: #864ABA;\r\n            --border: #e5e7eb;\r\n        }\r\n        .about-banner {\r\n            position: relative;\r\n            min-height: 65vh;\r\n            display: flex;\r\n            align-items: center;\r\n            background: linear-gradient(135deg, var(--badge-color) 0%, var(--mix-color) 100%);\r\n            overflow: hidden;\r\n            padding: 40px 0 80px;\r\n        }\r\n\r\n        .about-banner .orb {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: orbFloat 8s ease-in-out infinite;\r\n        }\r\n\r\n        .about-banner .orb-1 {\r\n            width: 200px;\r\n            height: 200px;\r\n            background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);\r\n            top: -50px;\r\n            right: -50px;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .about-banner .orb-2 {\r\n            width: 300px;\r\n            height: 300px;\r\n            background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);\r\n            bottom: -100px;\r\n            left: -100px;\r\n            animation-delay: 3s;\r\n        }\r\n\r\n        .about-banner .orb-3 {\r\n            width: 150px;\r\n            height: 150px;\r\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);\r\n            top: 40%;\r\n            left: 60%;\r\n            animation-delay: 5s;\r\n        }\r\n\r\n        @keyframes orbFloat {\r\n            0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }\r\n            50% { transform: translate(30px, -40px) scale(1.2); opacity: 1; }\r\n        }\r\n\r\n        \/* 2. ROTATING RING *\/\r\n        .about-banner .ring {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            border: 1px solid rgba(255,255,255,0.08);\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: ringSpin 20s linear infinite;\r\n        }\r\n\r\n        .about-banner .ring-1 {\r\n            width: 400px;\r\n            height: 400px;\r\n            top: -100px;\r\n            right: -100px;\r\n            animation-duration: 25s;\r\n        }\r\n\r\n        .about-banner .ring-2 {\r\n            width: 600px;\r\n            height: 600px;\r\n            bottom: -200px;\r\n            left: -200px;\r\n            animation-duration: 35s;\r\n            animation-direction: reverse;\r\n        }\r\n\r\n        .about-banner .ring-3 {\r\n            width: 250px;\r\n            height: 250px;\r\n            top: 50%;\r\n            left: 70%;\r\n            animation-duration: 15s;\r\n            border-color: rgba(255,255,255,0.05);\r\n        }\r\n\r\n        .about-banner .ring::before {\r\n            content: '';\r\n            position: absolute;\r\n            width: 8px;\r\n            height: 8px;\r\n            border-radius: 50%;\r\n            background: rgba(255,255,255,0.2);\r\n            top: -4px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            box-shadow: 0 0 30px rgba(255,255,255,0.1);\r\n        }\r\n\r\n        @keyframes ringSpin {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n\r\n        \/* 3. SHOOTING STARS \/ DATA FLOW *\/\r\n        .about-banner .shooting-star {\r\n            position: absolute;\r\n            width: 2px;\r\n            height: 2px;\r\n            background: #fff;\r\n            border-radius: 50%;\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: shootStar 4s linear infinite;\r\n        }\r\n\r\n        .about-banner .shooting-star::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            right: 0;\r\n            width: 60px;\r\n            height: 1px;\r\n            background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent);\r\n            transform: translateY(-50%);\r\n        }\r\n\r\n        .about-banner .shooting-star:nth-child(1) {\r\n            top: 15%;\r\n            left: 10%;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .about-banner .shooting-star:nth-child(2) {\r\n            top: 25%;\r\n            right: 15%;\r\n            animation-delay: 2s;\r\n            animation-duration: 5s;\r\n        }\r\n\r\n        .about-banner .shooting-star:nth-child(3) {\r\n            top: 55%;\r\n            left: 5%;\r\n            animation-delay: 4s;\r\n            animation-duration: 3.5s;\r\n        }\r\n\r\n        .about-banner .shooting-star:nth-child(4) {\r\n            top: 70%;\r\n            right: 10%;\r\n            animation-delay: 1.5s;\r\n            animation-duration: 4.5s;\r\n        }\r\n\r\n        @keyframes shootStar {\r\n            0% { transform: translate(0, 0) scale(1); opacity: 0; }\r\n            10% { opacity: 1; }\r\n            90% { opacity: 1; }\r\n            100% { transform: translate(-200px, 200px) scale(0); opacity: 0; }\r\n        }\r\n\r\n        \/* 4. FLOATING PARTICLES *\/\r\n        .about-banner .particle {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            background: rgba(255,255,255,0.05);\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: particleFloat 12s ease-in-out infinite;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(1) {\r\n            width: 4px;\r\n            height: 4px;\r\n            top: 10%;\r\n            left: 20%;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(2) {\r\n            width: 6px;\r\n            height: 6px;\r\n            top: 20%;\r\n            right: 30%;\r\n            animation-delay: 2s;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(3) {\r\n            width: 3px;\r\n            height: 3px;\r\n            bottom: 15%;\r\n            left: 40%;\r\n            animation-delay: 4s;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(4) {\r\n            width: 5px;\r\n            height: 5px;\r\n            bottom: 10%;\r\n            right: 25%;\r\n            animation-delay: 6s;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(5) {\r\n            width: 4px;\r\n            height: 4px;\r\n            top: 45%;\r\n            left: 55%;\r\n            animation-delay: 8s;\r\n        }\r\n\r\n        .about-banner .particle:nth-child(6) {\r\n            width: 3px;\r\n            height: 3px;\r\n            top: 60%;\r\n            right: 40%;\r\n            animation-delay: 10s;\r\n        }\r\n\r\n        @keyframes particleFloat {\r\n            0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.03; }\r\n            25% { transform: translate(80px, -60px) scale(2); opacity: 0.08; }\r\n            50% { transform: translate(-40px, 40px) scale(0.5); opacity: 0.01; }\r\n            75% { transform: translate(60px, 80px) scale(1.5); opacity: 0.06; }\r\n        }\r\n\r\n        \/* 5. PULSE DOTS *\/\r\n        .about-banner .pulse-dot {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            background: rgba(255,255,255,0.04);\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: pulseDot 3s ease-in-out infinite;\r\n        }\r\n\r\n        .about-banner .pulse-dot:nth-child(1) {\r\n            width: 12px;\r\n            height: 12px;\r\n            top: 8%;\r\n            left: 8%;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .about-banner .pulse-dot:nth-child(2) {\r\n            width: 8px;\r\n            height: 8px;\r\n            top: 30%;\r\n            right: 12%;\r\n            animation-delay: 0.8s;\r\n        }\r\n\r\n        .about-banner .pulse-dot:nth-child(3) {\r\n            width: 16px;\r\n            height: 16px;\r\n            bottom: 20%;\r\n            left: 5%;\r\n            animation-delay: 1.6s;\r\n        }\r\n\r\n        .about-banner .pulse-dot:nth-child(4) {\r\n            width: 10px;\r\n            height: 10px;\r\n            bottom: 40%;\r\n            right: 8%;\r\n            animation-delay: 2.4s;\r\n        }\r\n\r\n        @keyframes pulseDot {\r\n            0%, 100% { transform: scale(1); opacity: 0.05; }\r\n            50% { transform: scale(2.5); opacity: 0.15; box-shadow: 0 0 40px rgba(255,255,255,0.05); }\r\n        }\r\n\r\n        \/* 6. TECH SHAPES *\/\r\n        .about-banner .tech-shape {\r\n            position: absolute;\r\n            border: 1.5px solid rgba(255,255,255,0.04);\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            animation: techShapeFloat 15s ease-in-out infinite;\r\n        }\r\n\r\n        .about-banner .tech-shape:nth-child(1) {\r\n            width: 80px;\r\n            height: 80px;\r\n            border-radius: 20px;\r\n            top: 20%;\r\n            right: 15%;\r\n            animation-delay: 0s;\r\n            transform: rotate(45deg);\r\n        }\r\n\r\n        .about-banner .tech-shape:nth-child(2) {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            bottom: 25%;\r\n            left: 20%;\r\n            animation-delay: 3s;\r\n        }\r\n\r\n        .about-banner .tech-shape:nth-child(3) {\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 8px;\r\n            top: 55%;\r\n            right: 30%;\r\n            animation-delay: 6s;\r\n            transform: rotate(30deg);\r\n        }\r\n\r\n        @keyframes techShapeFloat {\r\n            0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.04; }\r\n            33% { transform: translate(50px, -40px) rotate(15deg) scale(1.1); opacity: 0.08; }\r\n            66% { transform: translate(-30px, 30px) rotate(-8deg) scale(0.9); opacity: 0.05; }\r\n        }\r\n\r\n        \/* 7. GLOW PULSE RING *\/\r\n        .about-banner .glow-ring {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            pointer-events: none;\r\n            z-index: 0;\r\n            background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);\r\n            animation: glowRingPulse 5s ease-in-out infinite;\r\n        }\r\n\r\n        .about-banner .glow-ring:nth-child(1) {\r\n            width: 350px;\r\n            height: 350px;\r\n            top: 10%;\r\n            right: 5%;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .about-banner .glow-ring:nth-child(2) {\r\n            width: 450px;\r\n            height: 450px;\r\n            bottom: 5%;\r\n            left: 5%;\r\n            animation-delay: 2.5s;\r\n        }\r\n\r\n        @keyframes glowRingPulse {\r\n            0%, 100% { transform: scale(0.8); opacity: 0.3; }\r\n            50% { transform: scale(1.2); opacity: 0.8; }\r\n        }\r\n\r\n        \/* 8. GRID OVERLAY *\/\r\n        .about-banner .grid-overlay {\r\n            position: absolute;\r\n            inset: 0;\r\n            z-index: 0;\r\n            pointer-events: none;\r\n            opacity: 0.03;\r\n            background-image: \r\n                linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),\r\n                linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);\r\n            background-size: 50px 50px;\r\n            animation: gridMove 30s linear infinite;\r\n        }\r\n\r\n        @keyframes gridMove {\r\n            0% { transform: translate(0, 0); }\r\n            100% { transform: translate(50px, 50px); }\r\n        }\r\n\r\n        \/* ========================================\r\n                   BANNER INNER - FLEX LAYOUT WITH IMAGE\r\n                ======================================== *\/\r\n        .about-banner .banner-inner {\r\n            position: relative;\r\n            z-index: 2;\r\n            max-width: 1320px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            width: 100%;\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n        }\r\n\r\n        \/* Left content (text) *\/\r\n        .about-banner .banner-content {\r\n            flex: 1 1 50%;\r\n            max-width: 600px;\r\n            animation: fadeInUp 0.7s ease 0.1s forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        \/* Right image container *\/\r\n        .about-banner .banner-image {\r\n            flex: 1 1 40%;\r\n            max-width: 500px;\r\n            margin-left: 20px;\r\n            animation: fadeInUp 0.7s ease 0.2s forwards;\r\n            opacity: 0;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .about-banner .banner-image img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n            object-fit: cover;\r\n            border-radius: 20px;\r\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\r\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n        }\r\n\r\n        .about-banner .banner-image img:hover {\r\n            transform: scale(1.02);\r\n            box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.35);\r\n        }\r\n\r\n        \/* ===== BREADCRUMB ===== *\/\r\n        .about-banner .breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            font-size: 13px;\r\n            color: rgba(255,255,255,0.5);\r\n            margin-bottom: 24px;\r\n            animation: fadeInUp 0.7s ease forwards;\r\n            opacity: 0;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .about-banner .breadcrumb a {\r\n            color: rgba(255,255,255,0.6);\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n            font-weight: 400;\r\n        }\r\n\r\n        .about-banner .breadcrumb a:hover {\r\n            color: rgba(255,255,255,0.9);\r\n        }\r\n\r\n        .about-banner .breadcrumb .separator {\r\n            color: rgba(255,255,255,0.2);\r\n            font-size: 10px;\r\n        }\r\n\r\n        .about-banner .breadcrumb .current {\r\n            color: rgba(255,255,255,0.9);\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ===== CONTENT ===== *\/\r\n        .about-banner .heading {\r\n            font-size: clamp(36px, 5vw, 56px);\r\n            font-weight: 900;\r\n            line-height: 1.08;\r\n            color: #ffffff;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .about-banner .heading .highlight {\r\n            background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.6));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .about-banner .description {\r\n            font-size: clamp(16px, 1.1vw, 19px);\r\n            line-height: 1.8;\r\n            color: rgba(255,255,255,0.7);\r\n            max-width: 560px;\r\n            margin-bottom: 28px;\r\n        }\r\n\r\n        .about-banner .stats {\r\n            display: flex;\r\n            gap: 40px;\r\n            flex-wrap: wrap;\r\n            animation: fadeInUp 0.7s ease 0.2s forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        .about-banner .stats .stat-item {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .about-banner .stats .stat-item .number {\r\n            font-size: 28px;\r\n            font-weight: 800;\r\n            color: #ffffff;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .about-banner .stats .stat-item .number .highlight {\r\n            background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.6));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .about-banner .stats .stat-item .label {\r\n            font-size: 13px;\r\n            color: rgba(255,255,255,0.5);\r\n            font-weight: 400;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n        @media (min-width: 1400px) {\r\n            .about-banner { padding: 40px 0 100px; min-height: 70vh; }\r\n            .about-banner .heading { font-size: 62px; }\r\n            .about-banner .ring-1 { width: 500px; height: 500px; }\r\n            .about-banner .ring-2 { width: 700px; height: 700px; }\r\n        }\r\n\r\n        @media (max-width: 1399px) and (min-width: 1200px) {\r\n            .about-banner { padding: 40px 0 80px; min-height: 65vh; }\r\n            .about-banner .heading { font-size: 52px; }\r\n        }\r\n\r\n        @media (max-width: 1199px) {\r\n            .about-banner { min-height: 55vh; padding: 80px 0 60px; }\r\n            .about-banner .heading { font-size: clamp(36px, 4.5vw, 46px); }\r\n            .about-banner .ring-2 { display: none; }\r\n            .about-banner .glow-ring { display: none; }\r\n            .about-banner .banner-image { flex: 1 1 45%; max-width: 45%; }\r\n            .about-banner .banner-content { flex: 1 1 50%; }\r\n        }\r\n\r\n        @media (max-width: 991px) {\r\n            .about-banner { min-height: auto; padding: 70px 0 50px; }\r\n            .about-banner .banner-inner { flex-direction: column; text-align: center; }\r\n            .about-banner .banner-content { max-width: 100%; flex: 1 1 100%; }\r\n            .about-banner .banner-image { \r\n                flex: 1 1 100%; \r\n                max-width: 100%; \r\n                margin-left: 0; \r\n                margin-top: 40px;\r\n            }\r\n            .about-banner .banner-image img { max-width: 400px; margin: 0 auto; }\r\n            .about-banner .description { max-width: 100%; margin-left: auto; margin-right: auto; }\r\n            .about-banner .stats { justify-content: center; }\r\n            .about-banner .breadcrumb { justify-content: center; }\r\n            .about-banner .orb-2 { display: none; }\r\n            .about-banner .ring-1 { display: none; }\r\n            .about-banner .ring-3 { display: none; }\r\n            .about-banner .shooting-star { display: none; }\r\n            .about-banner .tech-shape { display: none; }\r\n            .about-banner .grid-overlay { display: none; }\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .about-banner { padding: 50px 0 40px; }\r\n            .about-banner .banner-inner { padding: 0 20px; }\r\n            .about-banner .heading { font-size: clamp(30px, 6vw, 36px); }\r\n            .about-banner .description { font-size: 15px; line-height: 1.7; }\r\n            .about-banner .stats { gap: 24px; flex-direction: row; flex-wrap: wrap; justify-content: center; }\r\n            .about-banner .stats .stat-item .number { font-size: 24px; }\r\n            .about-banner .stats .stat-item .label { font-size: 12px; }\r\n            .about-banner .breadcrumb { font-size: 12px; }\r\n            .about-banner .orb-1 { width: 120px; height: 120px; }\r\n            .about-banner .orb-3 { display: none; }\r\n            .about-banner .particle { display: none; }\r\n            .about-banner .pulse-dot { display: none; }\r\n            .about-banner .banner-image img { max-width: 320px; }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .about-banner { padding: 40px 0 30px; }\r\n            .about-banner .banner-inner { padding: 0 16px; }\r\n            .about-banner .heading { font-size: 26px; }\r\n            .about-banner .description { font-size: 14px; }\r\n            .about-banner .stats { gap: 16px; flex-direction: row; flex-wrap: wrap; justify-content: center; }\r\n            .about-banner .stats .stat-item { text-align: center; min-width: 80px; }\r\n            .about-banner .stats .stat-item .number { font-size: 22px; }\r\n            .about-banner .stats .stat-item .label { font-size: 11px; }\r\n            .about-banner .breadcrumb { font-size: 11px; flex-wrap: wrap; justify-content: center; }\r\n            .about-banner .orb-1 { width: 80px; height: 80px; top: -30px; right: -30px; }\r\n            .about-banner .banner-image img { max-width: 260px; }\r\n        }\r\n\r\n        @media (max-width: 375px) {\r\n            .about-banner { padding: 30px 0 24px; }\r\n            .about-banner .heading { font-size: 22px; }\r\n            .about-banner .description { font-size: 13px; }\r\n            .about-banner .stats .stat-item .number { font-size: 18px; }\r\n            .about-banner .stats .stat-item .label { font-size: 10px; }\r\n            .about-banner .breadcrumb { font-size: 10px; }\r\n            .about-banner .stats { gap: 10px; }\r\n            .about-banner .banner-image img { max-width: 220px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <section class=\"about-banner\">\r\n\r\n        <!-- Decorative elements -->\r\n        <div class=\"orb orb-1\"><\/div>\r\n        <div class=\"orb orb-2\"><\/div>\r\n        <div class=\"orb orb-3\"><\/div>\r\n        <div class=\"ring ring-1\"><\/div>\r\n        <div class=\"ring ring-2\"><\/div>\r\n        <div class=\"ring ring-3\"><\/div>\r\n        <div class=\"shooting-star\"><\/div>\r\n        <div class=\"shooting-star\"><\/div>\r\n        <div class=\"shooting-star\"><\/div>\r\n        <div class=\"shooting-star\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div>\r\n        <div class=\"pulse-dot\"><\/div>\r\n        <div class=\"pulse-dot\"><\/div>\r\n        <div class=\"pulse-dot\"><\/div>\r\n        <div class=\"pulse-dot\"><\/div>\r\n        <div class=\"tech-shape\"><\/div>\r\n        <div class=\"tech-shape\"><\/div>\r\n        <div class=\"tech-shape\"><\/div>\r\n        <div class=\"glow-ring\"><\/div>\r\n        <div class=\"glow-ring\"><\/div>\r\n        <div class=\"grid-overlay\"><\/div>\r\n\r\n        <div class=\"banner-inner\">\r\n\r\n            <!-- LEFT: Content -->\r\n            <div class=\"banner-content\">\r\n\r\n                <!-- Breadcrumb -->\r\n                <nav class=\"breadcrumb\" aria-label=\"Breadcrumb\">\r\n                    <a href=\"https:\/\/w3webhelp.in\/sample\/Infinexy\/\">Home<\/a>\r\n                    <span class=\"separator\"><i class=\"fas fa-chevron-right\"><\/i><\/span>\r\n                    <a href=\"https:\/\/w3webhelp.in\/sample\/Infinexy\/products\/\">Products<\/a>\r\n                    <span class=\"separator\"><i class=\"fas fa-chevron-right\"><\/i><\/span>\r\n                    <span class=\"current\">eSIM<\/span>\r\n                <\/nav>\r\n\r\n                <h1 class=\"heading\">\r\n                    eSIM <span class=\"highlight\">Solutions<\/span>\r\n                <\/h1>\r\n\r\n                <p class=\"description\">\r\n                    In today's hyper-connected world, staying online while traveling is no longer a luxury \u2014 it's a necessity. Infinexy eSIM revolutionizes the way you stay connected globally. Whether you're a frequent business traveler, a digital nomad, or a vacation explorer, our eSIM solution ensures you never miss a call, email, or important update.\r\n                <\/p>\r\n\r\n                <div class=\"stats\">\r\n                    <div class=\"stat-item\">\r\n                        <span class=\"number\"><span class=\"highlight\">5+<\/span><\/span>\r\n                        <span class=\"label\">Years of Excellence<\/span>\r\n                    <\/div>\r\n                    <div class=\"stat-item\">\r\n                        <span class=\"number\"><span class=\"highlight\">150+<\/span><\/span>\r\n                        <span class=\"label\">Countries Served<\/span>\r\n                    <\/div>\r\n                    <div class=\"stat-item\">\r\n                        <span class=\"number\"><span class=\"highlight\">99.9%<\/span><\/span>\r\n                        <span class=\"label\">Uptime Guaranteed<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <!-- RIGHT: Image -->\r\n            <div class=\"banner-image\">\r\n                <img decoding=\"async\" \r\n                    src=\"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-content\/uploads\/2026\/08\/e-sim.webp\" \r\n                    alt=\"Infinexy eSIM - global connectivity\"\r\n                    loading=\"lazy\"\r\n                \/>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb2d669 e-con-full e-flex e-con e-parent\" data-id=\"cb2d669\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49e2efc elementor-widget elementor-widget-html\" data-id=\"49e2efc\" 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>Infinexy - eSIM Solutions<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\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        html, body {\r\n            width: 100%;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', sans-serif !important;\r\n            background: #f8fafc;\r\n        }\r\n\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --green: #8BC34A;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --white: #ffffff;\r\n            --badge-color: #4D7DD1;\r\n            --border: #e5e7eb;\r\n        }\r\n\r\n        .products-section {\r\n            padding: 80px 0 60px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n            min-height: 100vh;\r\n            display: flex;\r\n            align-items: center;\r\n            width: 100%;\r\n        }\r\n\r\n        .products-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            background: \r\n                radial-gradient(ellipse at 80% 20%, rgba(142, 36, 170, 0.03) 0%, transparent 50%),\r\n                radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n            z-index: 0;\r\n        }\r\n\r\n        .products-inner {\r\n            max-width: 1200px;\r\n            width: 100%;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .section-header {\r\n            text-align: center;\r\n            max-width: 750px;\r\n            margin: 0 auto 50px;\r\n            width: 100%;\r\n        }\r\n\r\n        .section-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n            margin-bottom: 16px;\r\n            letter-spacing: 1px;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .section-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: clamp(32px, 4vw, 48px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.15;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        \/* ===== HIGHLIGHT - BLACK DEFAULT, GRADIENT ON HOVER ===== *\/\r\n        .section-title .highlight {\r\n            background: var(--dark);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            transition: all 0.5s ease;\r\n        }\r\n\r\n        .section-title:hover .highlight {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .product-showcase-item {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 50px;\r\n            align-items: center;\r\n            animation: fadeInUp 0.8s ease forwards;\r\n            opacity: 0;\r\n            animation-delay: 0.1s;\r\n            background: #fafcff;\r\n            border-radius: 24px;\r\n            padding: 50px 55px;\r\n            border: 1px solid rgba(77, 125, 209, 0.06);\r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.02);\r\n            width: 100%;\r\n        }\r\n\r\n        .showcase-content {\r\n            padding-right: 10px;\r\n            width: 100%;\r\n        }\r\n\r\n        .showcase-content .category-number {\r\n            font-size: 13px;\r\n            font-weight: 700;\r\n            color: var(--badge-color);\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 10px;\r\n            opacity: 0.6;\r\n        }\r\n\r\n        .showcase-content h2 {\r\n            font-size: 34px;\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            margin-bottom: 16px;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .showcase-content h2 .highlight {\r\n            background: var(--dark);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            transition: all 0.5s ease;\r\n        }\r\n\r\n        .showcase-content h2:hover .highlight {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .showcase-content .desc {\r\n            font-size: 15.5px;\r\n            color: var(--gray);\r\n            line-height: 1.8;\r\n            margin-bottom: 14px;\r\n        }\r\n\r\n        .showcase-content .desc strong {\r\n            color: var(--dark);\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ===== BUTTON - NO UP MOVEMENT ON HOVER ===== *\/\r\n        .btn-primary {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            padding: 12px 32px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            border-radius: 100px;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            color: var(--white);\r\n            background: var(--dark);\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: all 0.4s ease;\r\n            z-index: 1;\r\n            margin-top: 8px;\r\n        }\r\n\r\n        .btn-primary::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            border-radius: 100px;\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            transform: translateX(-100%);\r\n            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            z-index: -1;\r\n        }\r\n\r\n        .btn-primary:hover::before {\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            color: var(--white);\r\n            box-shadow: 0 8px 30px rgba(142, 36, 170, 0.35);\r\n        }\r\n\r\n        .btn-primary i {\r\n            font-size: 14px;\r\n            transition: transform 0.3s ease;\r\n            color: var(--white);\r\n        }\r\n\r\n        .btn-primary:hover i {\r\n            transform: translateX(3px);\r\n        }\r\n\r\n        .btn-primary span {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== VISUAL - REPLACE ICONS WITH DEMO IMAGE ===== *\/\r\n        .showcase-visual {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            width: 100%;\r\n        }\r\n\r\n        .visual-box {\r\n            width: 100%;\r\n            max-width: 420px;\r\n            aspect-ratio: 1 \/ 1;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            border: 1px solid var(--border);\r\n            transition: all 0.4s ease;\r\n            box-shadow: 0 8px 30px rgba(0,0,0,0.04);\r\n            background: linear-gradient(135deg, #f8fafc, #e8f0fe);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            flex-direction: column;\r\n            padding: 0;\r\n            position: relative;\r\n        }\r\n\r\n        .visual-box:hover {\r\n            border-color: rgba(77, 125, 209, 0.2);\r\n            box-shadow: 0 12px 40px rgba(77, 125, 209, 0.06);\r\n        }\r\n\r\n        \/* demo image \u2013 occupies entire box, with a subtle overlay if needed *\/\r\n        .visual-box img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            display: block;\r\n            transition: transform 0.4s ease;\r\n        }\r\n\r\n        .visual-box:hover img {\r\n            transform: scale(1.02);\r\n        }\r\n\r\n        \/* small badge \/ caption (optional) *\/\r\n        .visual-box .img-caption {\r\n            position: absolute;\r\n            bottom: 18px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            background: rgba(10, 26, 47, 0.7);\r\n            backdrop-filter: blur(6px);\r\n            padding: 6px 20px;\r\n            border-radius: 60px;\r\n            color: white;\r\n            font-size: 13px;\r\n            font-weight: 500;\r\n            letter-spacing: 0.3px;\r\n            white-space: nowrap;\r\n            border: 1px solid rgba(255,255,255,0.15);\r\n            pointer-events: none;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* ===== RESPONSIVE ===== *\/\r\n        @media (max-width: 1024px) {\r\n            .products-inner {\r\n                padding: 0 30px;\r\n            }\r\n            .product-showcase-item {\r\n                padding: 40px 40px;\r\n                gap: 40px;\r\n            }\r\n            .showcase-content h2 {\r\n                font-size: 30px;\r\n            }\r\n            .visual-box {\r\n                max-width: 360px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 991px) {\r\n            .products-section {\r\n                padding: 60px 0 40px;\r\n            }\r\n            .products-inner {\r\n                padding: 0 30px;\r\n            }\r\n            .product-showcase-item {\r\n                grid-template-columns: 1fr;\r\n                gap: 35px;\r\n                padding: 38px 35px;\r\n            }\r\n            .showcase-content {\r\n                text-align: center;\r\n                padding-right: 0;\r\n            }\r\n            .showcase-content .desc {\r\n                max-width: 100%;\r\n                margin-left: auto;\r\n                margin-right: auto;\r\n            }\r\n            .showcase-content .category-number {\r\n                text-align: center;\r\n            }\r\n            .showcase-visual {\r\n                justify-content: center;\r\n            }\r\n            .visual-box {\r\n                max-width: 380px;\r\n                margin: 0 auto;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .products-section {\r\n                padding: 50px 0 30px;\r\n            }\r\n            .products-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .section-header {\r\n                margin-bottom: 35px;\r\n            }\r\n            .section-title {\r\n                font-size: clamp(26px, 5vw, 32px);\r\n            }\r\n            .section-subtitle {\r\n                font-size: 15px;\r\n            }\r\n            .product-showcase-item {\r\n                padding: 28px 24px;\r\n                gap: 28px;\r\n            }\r\n            .showcase-content h2 {\r\n                font-size: 26px;\r\n            }\r\n            .showcase-content .desc {\r\n                font-size: 14.5px;\r\n            }\r\n            .btn-primary {\r\n                padding: 10px 24px;\r\n                font-size: 13px;\r\n            }\r\n            .visual-box {\r\n                max-width: 320px;\r\n            }\r\n            .visual-box .img-caption {\r\n                font-size: 11px;\r\n                padding: 4px 16px;\r\n                bottom: 12px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .products-section {\r\n                padding: 40px 0 24px;\r\n            }\r\n            .products-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .section-header {\r\n                margin-bottom: 28px;\r\n            }\r\n            .section-title {\r\n                font-size: 24px;\r\n            }\r\n            .section-subtitle {\r\n                font-size: 14px;\r\n            }\r\n            .section-badge {\r\n                font-size: 11px;\r\n            }\r\n            .product-showcase-item {\r\n                padding: 22px 18px;\r\n                border-radius: 16px;\r\n                gap: 22px;\r\n            }\r\n            .showcase-content h2 {\r\n                font-size: 22px;\r\n            }\r\n            .showcase-content .desc {\r\n                font-size: 13.5px;\r\n            }\r\n            .btn-primary {\r\n                padding: 8px 20px;\r\n                font-size: 12px;\r\n                gap: 8px;\r\n            }\r\n            .visual-box {\r\n                max-width: 260px;\r\n            }\r\n            .visual-box .img-caption {\r\n                font-size: 10px;\r\n                padding: 4px 12px;\r\n                bottom: 10px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 375px) {\r\n            .products-inner {\r\n                padding: 0 12px;\r\n            }\r\n            .product-showcase-item {\r\n                padding: 18px 14px;\r\n            }\r\n            .showcase-content h2 {\r\n                font-size: 20px;\r\n            }\r\n            .showcase-content .desc {\r\n                font-size: 13px;\r\n            }\r\n            .visual-box {\r\n                max-width: 220px;\r\n            }\r\n            .visual-box .img-caption {\r\n                font-size: 9px;\r\n                padding: 3px 10px;\r\n                bottom: 8px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"products-section\">\r\n    <div class=\"products-inner\">\r\n\r\n        <div class=\"section-header\">\r\n            <div class=\"section-badge\">\r\n                <span class=\"dot\"><\/span>\r\n                eSIM Solutions\r\n            <\/div>\r\n            <h2 class=\"section-title\">\r\n                Stay Connected Anywhere with <span class=\"highlight\">Infinexy eSIM<\/span>\r\n            <\/h2>\r\n            <p class=\"section-subtitle\">\r\n                Experience the future of mobile connectivity with Infinexy eSIM Solutions.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"product-showcase-item\">\r\n            <div class=\"showcase-content\">\r\n                <div class=\"category-number\">Next-Gen Connectivity<\/div>\r\n                <h2><span class=\"highlight\">e-SIM<\/span><\/h2>\r\n                <p class=\"desc\">\r\n                    <strong>Experience the future of mobile connectivity with Infinexy eSIM Solutions.<\/strong> \r\n                    Whether you're a business managing a global workforce, a travel provider, or an individual traveler, \r\n                    our eSIM technology delivers <strong>secure, instant, and flexible mobile connectivity<\/strong> \r\n                    without the need for a physical SIM card.\r\n                <\/p>\r\n                <p class=\"desc\">\r\n                    With digital activation and global coverage, Infinexy eSIM keeps you connected across \r\n                    multiple countries through trusted carrier networks.\r\n                <\/p>\r\n                <a href=\"#\" class=\"btn-primary\">\r\n                    <span>Get Started Today<\/span>\r\n                    <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <!-- ===== VISUAL: DEMO IMAGE (replaces icons) ===== -->\r\n            <div class=\"showcase-visual\">\r\n                <div class=\"visual-box\">\r\n                    <!-- demo image \u2013 you can replace src with your actual graphic -->\r\n                    <img fetchpriority=\"high\" decoding=\"async\" \r\n                        src=\"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-content\/uploads\/2026\/07\/img-7796262691.png\" \r\n                        alt=\"eSIM demo graphic \u2013 Infinexy connectivity\"\r\n                        width=\"600\" \r\n                        height=\"600\"\r\n                        style=\"width:100%; height:100%; object-fit:cover;\"\r\n                    \/>\r\n                    <div class=\"img-caption\">\r\n                        <i class=\"fas fa-sim-card\" style=\"margin-right:6px;\"><\/i> eSIM \u2022 global\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c98ce0 e-con-full e-flex e-con e-parent\" data-id=\"3c98ce0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e93b5a elementor-widget elementor-widget-html\" data-id=\"0e93b5a\" 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>Infinexy - What is eSIM? (image left)<\/title>\r\n  <!-- Google Font + Font Awesome -->\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n  <style>\r\n    \/* ----- RESET & BASE ----- *\/\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', sans-serif !important;\r\n      background: #f8fafc;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    \/* ----- COLOR VARIABLES ----- *\/\r\n    :root {\r\n      --purple: #8E24AA;\r\n      --blue: #009FE3;\r\n      --green: #8BC34A;\r\n      --dark: #0a1a2f;\r\n      --gray: #475569;\r\n      --gray-light: #94a3b8;\r\n      --white: #ffffff;\r\n      --badge-color: #4D7DD1;\r\n      --border: #e5e7eb;\r\n    }\r\n\r\n    \/* ----- WHAT IS eSIM SECTION ----- *\/\r\n    .esim-section {\r\n      padding: 80px 0;\r\n      background: var(--white);\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .esim-section::before {\r\n      content: '';\r\n      position: absolute;\r\n      inset: 0;\r\n      background:\r\n        radial-gradient(ellipse at 80% 20%, rgba(142, 36, 170, 0.03) 0%, transparent 50%),\r\n        radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n      z-index: 0;\r\n    }\r\n\r\n    .esim-inner {\r\n      max-width: 1320px;\r\n      margin: 0 auto;\r\n      padding: 0 28px;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* ----- CONTENT WRAPPER (grid) : image left, text right ----- *\/\r\n    .esim-wrapper {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 60px;\r\n      align-items: center;\r\n      animation: fadeInUp 0.8s ease forwards;\r\n      opacity: 0;\r\n    }\r\n\r\n    \/* reorder: visual (image) first, text second *\/\r\n    .esim-wrapper > .esim-visual {\r\n      order: 1;\r\n    }\r\n    .esim-wrapper > .esim-text {\r\n      order: 2;\r\n    }\r\n\r\n    \/* ----- LEFT (now visual) : IMAGE + floating cards ----- *\/\r\n    .esim-visual {\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n\r\n    .esim-visual-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      max-width: 520px;\r\n    }\r\n\r\n    \/* main image *\/\r\n    .esim-image {\r\n      width: 100%;\r\n      border-radius: 20px;\r\n      overflow: hidden;\r\n      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);\r\n      position: relative;\r\n      background: #f8fafc;\r\n      border: 1px solid var(--border);\r\n    }\r\n\r\n    .esim-image img {\r\n      width: 100%;\r\n      height: auto;\r\n      display: block;\r\n      border-radius: 20px;\r\n    }\r\n\r\n    .esim-image-overlay {\r\n      position: absolute;\r\n      inset: 0;\r\n      border-radius: 20px;\r\n      background: linear-gradient(135deg, rgba(77, 125, 209, 0.05), rgba(134, 74, 186, 0.03));\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* ----- FLOATING CARDS (absolutely positioned) ----- *\/\r\n    .esim-float-card {\r\n      position: absolute;\r\n      background: var(--white);\r\n      border-radius: 14px;\r\n      padding: 14px 18px;\r\n      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 12px;\r\n      border: 1px solid rgba(255, 255, 255, 0.8);\r\n      backdrop-filter: blur(10px);\r\n      -webkit-backdrop-filter: blur(10px);\r\n      animation: floatCard 6s ease-in-out infinite;\r\n      z-index: 2;\r\n    }\r\n\r\n    .esim-float-card .card-icon {\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 10px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      font-size: 18px;\r\n      color: var(--white);\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    .esim-float-card .card-icon.purple {\r\n      background: linear-gradient(135deg, var(--purple), #a855f7);\r\n    }\r\n    .esim-float-card .card-icon.blue {\r\n      background: linear-gradient(135deg, var(--blue), #38bdf8);\r\n    }\r\n    .esim-float-card .card-icon.green {\r\n      background: linear-gradient(135deg, var(--green), #a3e635);\r\n    }\r\n\r\n    .esim-float-card .card-text {\r\n      font-size: 13px;\r\n      font-weight: 600;\r\n      color: var(--dark);\r\n    }\r\n\r\n    .esim-float-card .card-text small {\r\n      display: block;\r\n      font-weight: 400;\r\n      font-size: 11px;\r\n      color: var(--gray-light);\r\n    }\r\n\r\n    \/* card positions (relative to image wrapper) *\/\r\n    .esim-float-card.card-1 {\r\n      top: -15px;\r\n      right: -20px;\r\n      animation-delay: 0s;\r\n    }\r\n\r\n    .esim-float-card.card-2 {\r\n      bottom: 20px;\r\n      left: -30px;\r\n      animation-delay: 2s;\r\n    }\r\n\r\n    .esim-float-card.card-3 {\r\n      bottom: -15px;\r\n      right: -10px;\r\n      animation-delay: 4s;\r\n    }\r\n\r\n    @keyframes floatCard {\r\n      0%, 100% { transform: translateY(0); }\r\n      50% { transform: translateY(-12px); }\r\n    }\r\n\r\n    \/* ----- ANIMATED RING (behind image) ----- *\/\r\n    .esim-ring {\r\n      position: absolute;\r\n      border-radius: 50%;\r\n      border: 1.5px solid rgba(77, 125, 209, 0.06);\r\n      pointer-events: none;\r\n      z-index: 0;\r\n      width: 120%;\r\n      height: 120%;\r\n      top: -10%;\r\n      left: -10%;\r\n      animation: spin 30s linear infinite;\r\n    }\r\n\r\n    .esim-ring::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: -4px;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      width: 8px;\r\n      height: 8px;\r\n      border-radius: 50%;\r\n      background: var(--badge-color);\r\n      box-shadow: 0 0 20px rgba(77, 125, 209, 0.2);\r\n    }\r\n\r\n    @keyframes spin {\r\n      0% { transform: rotate(0deg); }\r\n      100% { transform: rotate(360deg); }\r\n    }\r\n\r\n    \/* ----- RIGHT (now text) : same as before ----- *\/\r\n    .esim-text {\r\n      max-width: 600px;\r\n    }\r\n\r\n    .esim-badge {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 10px;\r\n      font-size: 12px;\r\n      font-weight: 500;\r\n      color: var(--badge-color);\r\n      margin-bottom: 16px;\r\n      background: none;\r\n      border: none;\r\n      padding: 0;\r\n    }\r\n\r\n    .esim-badge .dot {\r\n      width: 6px;\r\n      height: 6px;\r\n      border-radius: 50%;\r\n      background: var(--badge-color);\r\n      display: inline-block;\r\n    }\r\n\r\n    .esim-badge i {\r\n      font-size: 12px;\r\n      color: var(--badge-color);\r\n    }\r\n\r\n    .esim-heading {\r\n      font-size: clamp(32px, 3.8vw, 44px);\r\n      font-weight: 800;\r\n      color: var(--dark);\r\n      line-height: 1.1;\r\n      margin-bottom: 16px;\r\n    }\r\n\r\n    .esim-heading .highlight {\r\n      background: linear-gradient(135deg, var(--purple), var(--blue));\r\n      -webkit-background-clip: text;\r\n      -webkit-text-fill-color: transparent;\r\n      background-clip: text;\r\n    }\r\n\r\n    .esim-description {\r\n      font-size: 16px;\r\n      line-height: 1.8;\r\n      color: var(--gray);\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .esim-description strong {\r\n      color: var(--dark);\r\n      font-weight: 600;\r\n    }\r\n\r\n    \/* features grid *\/\r\n    .esim-features {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 12px 20px;\r\n      margin-top: 20px;\r\n    }\r\n\r\n    .esim-features .feature-item {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 10px;\r\n      font-size: 14px;\r\n      color: var(--gray);\r\n      padding: 6px 0;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .esim-features .feature-item:hover {\r\n      color: var(--dark);\r\n      transform: translateX(4px);\r\n    }\r\n\r\n    .esim-features .feature-item i {\r\n      color: var(--badge-color);\r\n      font-size: 16px;\r\n      width: 20px;\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    \/* ----- ANIMATIONS ----- *\/\r\n    @keyframes fadeInUp {\r\n      from { opacity: 0; transform: translateY(30px); }\r\n      to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    \/* ========================================\r\n               RESPONSIVE\r\n    ======================================== *\/\r\n\r\n    @media (max-width: 991px) {\r\n      .esim-section { padding: 60px 0; }\r\n      .esim-wrapper {\r\n        grid-template-columns: 1fr;\r\n        gap: 40px;\r\n        text-align: center;\r\n      }\r\n      \/* on mobile\/tablet we stack: image above text *\/\r\n      .esim-wrapper > .esim-visual {\r\n        order: 1;\r\n      }\r\n      .esim-wrapper > .esim-text {\r\n        order: 2;\r\n      }\r\n\r\n      .esim-text { max-width: 100%; margin: 0 auto; }\r\n      .esim-badge { justify-content: center; }\r\n      .esim-description { max-width: 100%; margin-left: auto; margin-right: auto; }\r\n\r\n      .esim-features {\r\n        justify-content: center;\r\n        max-width: 500px;\r\n        margin: 20px auto 0;\r\n      }\r\n      .esim-features .feature-item { justify-content: center; }\r\n\r\n      .esim-visual-wrapper { max-width: 420px; margin: 0 auto; }\r\n\r\n      \/* adjust floating cards for tablet *\/\r\n      .esim-float-card.card-1 { top: -10px; right: 0px; }\r\n      .esim-float-card.card-2 { bottom: 10px; left: -10px; }\r\n      .esim-float-card.card-3 { bottom: -10px; right: 0px; }\r\n    }\r\n\r\n    @media (max-width: 767px) {\r\n      .esim-section { padding: 50px 0; }\r\n      .esim-inner { padding: 0 20px; }\r\n      .esim-heading { font-size: clamp(28px, 6vw, 32px); }\r\n      .esim-description { font-size: 15px; }\r\n\r\n      .esim-features {\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 10px;\r\n        max-width: 100%;\r\n      }\r\n      .esim-features .feature-item { font-size: 13px; padding: 4px 0; }\r\n\r\n      .esim-visual-wrapper { max-width: 360px; }\r\n\r\n      .esim-float-card {\r\n        padding: 10px 14px;\r\n        gap: 10px;\r\n      }\r\n      .esim-float-card .card-icon {\r\n        width: 34px;\r\n        height: 34px;\r\n        font-size: 15px;\r\n      }\r\n      .esim-float-card .card-text { font-size: 12px; }\r\n      .esim-float-card .card-text small { font-size: 10px; }\r\n\r\n      .esim-float-card.card-1 { top: -5px; right: -5px; }\r\n      .esim-float-card.card-2 { bottom: 5px; left: -15px; }\r\n      .esim-float-card.card-3 { display: none; }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .esim-section { padding: 40px 0; }\r\n      .esim-inner { padding: 0 16px; }\r\n      .esim-heading { font-size: 24px; }\r\n      .esim-badge { font-size: 10px; }\r\n      .esim-description { font-size: 14px; }\r\n\r\n      .esim-features {\r\n        grid-template-columns: 1fr;\r\n        gap: 8px;\r\n        max-width: 100%;\r\n      }\r\n      .esim-features .feature-item {\r\n        font-size: 13px;\r\n        justify-content: flex-start;\r\n      }\r\n\r\n      .esim-visual-wrapper { max-width: 280px; }\r\n\r\n      .esim-float-card.card-1 {\r\n        top: -5px;\r\n        right: -10px;\r\n        padding: 8px 12px;\r\n      }\r\n      .esim-float-card.card-2 {\r\n        bottom: 0;\r\n        left: -10px;\r\n        padding: 8px 12px;\r\n      }\r\n      .esim-float-card .card-icon {\r\n        width: 28px;\r\n        height: 28px;\r\n        font-size: 12px;\r\n      }\r\n      .esim-float-card .card-text { font-size: 10px; }\r\n      .esim-float-card .card-text small { font-size: 9px; }\r\n    }\r\n\r\n    @media (max-width: 375px) {\r\n      .esim-visual-wrapper { max-width: 240px; }\r\n\r\n      .esim-float-card.card-1,\r\n      .esim-float-card.card-2 {\r\n        padding: 6px 10px;\r\n        gap: 6px;\r\n      }\r\n      .esim-float-card .card-icon {\r\n        width: 24px;\r\n        height: 24px;\r\n        font-size: 10px;\r\n        border-radius: 8px;\r\n      }\r\n      .esim-float-card .card-text { font-size: 9px; }\r\n      .esim-float-card .card-text small { font-size: 8px; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- ============================================\r\n     WHAT IS eSIM SECTION\r\n     image on the LEFT, text on the RIGHT\r\n============================================ -->\r\n<section class=\"esim-section\">\r\n  <div class=\"esim-inner\">\r\n\r\n    <div class=\"esim-wrapper\">\r\n\r\n      <!-- LEFT: VISUAL (image + floating cards) -->\r\n      <div class=\"esim-visual\">\r\n        <div class=\"esim-visual-wrapper\">\r\n\r\n          <!-- animated ring -->\r\n          <div class=\"esim-ring\"><\/div>\r\n\r\n          <!-- main image -->\r\n          <div class=\"esim-image\">\r\n            <img decoding=\"async\"\r\n              src=\"https:\/\/images.unsplash.com\/photo-1586953208448-b95a79798f07?w=600&h=450&fit=crop&crop=center\"\r\n              alt=\"eSIM Technology - Digital SIM for Modern Devices\"\r\n              loading=\"lazy\"\r\n            \/>\r\n            <div class=\"esim-image-overlay\"><\/div>\r\n          <\/div>\r\n\r\n          <!-- floating cards -->\r\n          <div class=\"esim-float-card card-1\">\r\n            <div class=\"card-icon purple\">\r\n              <i class=\"fas fa-qrcode\"><\/i>\r\n            <\/div>\r\n            <div class=\"card-text\">\r\n              QR Activation\r\n              <small>Scan to connect<\/small>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <div class=\"esim-float-card card-2\">\r\n            <div class=\"card-icon blue\">\r\n              <i class=\"fas fa-exchange-alt\"><\/i>\r\n            <\/div>\r\n            <div class=\"card-text\">\r\n              Switch Operators\r\n              <small>Seamless switching<\/small>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <div class=\"esim-float-card card-3\">\r\n            <div class=\"card-icon green\">\r\n              <i class=\"fas fa-mobile-alt\"><\/i>\r\n            <\/div>\r\n            <div class=\"card-text\">\r\n              Multiple Plans\r\n              <small>Manage profiles<\/small>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- RIGHT: TEXT -->\r\n      <div class=\"esim-text\">\r\n\r\n        <div class=\"esim-badge\">\r\n          <span class=\"dot\"><\/span>\r\n          What is eSIM?\r\n        <\/div>\r\n\r\n        <h2 class=\"esim-heading\">\r\n          The Future of Mobile Connectivity\r\n        <\/h2>\r\n\r\n        <p class=\"esim-description\">\r\n          <strong>An eSIM (Embedded SIM)<\/strong> is a digital SIM built directly\r\n          into compatible smartphones, tablets, laptops, wearables, and IoT devices.\r\n          Instead of inserting a physical SIM card, users can activate a mobile plan\r\n          by simply scanning a QR code or downloading an activation profile.\r\n        <\/p>\r\n\r\n        <p class=\"esim-description\" style=\"margin-bottom:0;\">\r\n          This enables <strong>quick provisioning<\/strong>, seamless switching\r\n          between mobile operators, and convenient management of multiple mobile plans.\r\n        <\/p>\r\n\r\n        <div class=\"esim-features\">\r\n          <div class=\"feature-item\">\r\n            <i class=\"fas fa-check-circle\"><\/i>\r\n            Instant Digital Activation\r\n          <\/div>\r\n          <div class=\"feature-item\">\r\n            <i class=\"fas fa-check-circle\"><\/i>\r\n            QR Code Provisioning\r\n          <\/div>\r\n          <div class=\"feature-item\">\r\n            <i class=\"fas fa-check-circle\"><\/i>\r\n            Seamless Operator Switching\r\n          <\/div>\r\n          <div class=\"feature-item\">\r\n            <i class=\"fas fa-check-circle\"><\/i>\r\n            Multi-Profile Management\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div> <!-- \/esim-wrapper -->\r\n\r\n  <\/div> <!-- \/esim-inner -->\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f754746 e-con-full e-flex e-con e-parent\" data-id=\"f754746\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-240a040 elementor-widget elementor-widget-html\" data-id=\"240a040\" 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>Infinexy \u00b7 Why Choose eSIM<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        \/* ===== RESET & BASE ===== *\/\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', sans-serif !important;\r\n            background: #f8fafc;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Force Inter on all elements *\/\r\n        body, .solutions-section, .solutions-inner, .solutions-header, .solutions-badge,\r\n        .solutions-title, .solutions-subtitle, .solutions-grid, .solution-card,\r\n        .solution-card-title, .solution-card-desc, .solution-icon-wrapper,\r\n        .shine, .glow-overlay, .data-flow,\r\n        h1, h2, h3, h4, p, a, span, li, div {\r\n            font-family: 'Inter', sans-serif !important;\r\n        }\r\n\r\n        \/* ===== COLOR VARIABLES ===== *\/\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --green: #8BC34A;\r\n            --orange: #FB8C00;\r\n            --yellow: #FFC107;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --light-bg: #f8fafc;\r\n            --border: #e5e7eb;\r\n            --badge-color: #4D7CD1;\r\n            --icon-bg: #4D7DD1;\r\n        }\r\n\r\n        \/* ========================================\r\n                   SOLUTIONS SECTION\r\n                ======================================== *\/\r\n        .solutions-section {\r\n            padding: 80px 0 60px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .solutions-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            background: \r\n                radial-gradient(ellipse at 80% 20%, rgba(142, 36, 170, 0.03) 0%, transparent 50%),\r\n                radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n            z-index: 0;\r\n        }\r\n\r\n        .solutions-inner {\r\n            max-width: 1320px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== SECTION HEADER ===== *\/\r\n        .solutions-header {\r\n            text-align: center;\r\n            max-width: 720px;\r\n            margin: 0 auto 48px;\r\n        }\r\n\r\n        .solutions-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 500;\r\n            color: var(--badge-color);\r\n            margin-bottom: 16px;\r\n            background: none;\r\n            border: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .solutions-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n        }\r\n\r\n        .solutions-badge i {\r\n            font-size: 12px;\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .solutions-title {\r\n            font-size: clamp(32px, 3.8vw, 44px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.1;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .solutions-title .highlight {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .solutions-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n            margin-top: 4px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   GRID \u2013 3 columns on desktop\/laptop\r\n                   2 columns on tablet & mobile\r\n                ======================================== *\/\r\n        .solutions-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 24px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   CARD \u2013 Inspired by Why Choose Us\r\n                ======================================== *\/\r\n        .solution-card {\r\n            background: var(--white);\r\n            border-radius: 16px;\r\n            padding: 32px 20px 26px;\r\n            border: 1px solid var(--border);\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            position: relative;\r\n            text-align: center;\r\n            cursor: default;\r\n            overflow: hidden;\r\n            animation: fadeInUp 0.8s ease forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        .solution-card:nth-child(1) { animation-delay: 0.05s; }\r\n        .solution-card:nth-child(2) { animation-delay: 0.10s; }\r\n        .solution-card:nth-child(3) { animation-delay: 0.15s; }\r\n        .solution-card:nth-child(4) { animation-delay: 0.20s; }\r\n        .solution-card:nth-child(5) { animation-delay: 0.25s; }\r\n        .solution-card:nth-child(6) { animation-delay: 0.30s; }\r\n        .solution-card:nth-child(7) { animation-delay: 0.35s; }\r\n\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* Animated Gradient Border *\/\r\n        .solution-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -1px;\r\n            border-radius: 16px;\r\n            padding: 1.5px;\r\n            background: linear-gradient(135deg, var(--purple), var(--blue), var(--green), var(--orange));\r\n            background-size: 300% 300%;\r\n            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\r\n            -webkit-mask-composite: xor;\r\n            mask-composite: exclude;\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            animation: gradientMove 4s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes gradientMove {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        .solution-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .solution-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);\r\n        }\r\n\r\n        \/* Data flow line *\/\r\n        .solution-card .data-flow {\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 2px;\r\n            background: linear-gradient(90deg, transparent, var(--purple), var(--blue), var(--green), transparent);\r\n            opacity: 0;\r\n            transform: scaleX(0);\r\n            transition: all 0.8s ease;\r\n            transform-origin: left;\r\n        }\r\n\r\n        .solution-card:hover .data-flow {\r\n            opacity: 1;\r\n            transform: scaleX(1);\r\n            animation: dataFlowPulse 2s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes dataFlowPulse {\r\n            0%, 100% { opacity: 0.6; }\r\n            50% { opacity: 1; }\r\n        }\r\n\r\n        \/* ===== ICON - #4D7DD1 Background ===== *\/\r\n        .solution-card .solution-icon-wrapper {\r\n            width: 68px;\r\n            height: 68px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 16px;\r\n            font-size: 28px;\r\n            color: var(--white);\r\n            position: relative;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            background: #4D7DD1;\r\n        }\r\n\r\n        .solution-card .solution-icon-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -4px;\r\n            border-radius: 50%;\r\n            border: 2px solid transparent;\r\n            opacity: 0;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .solution-card:hover .solution-icon-wrapper::before {\r\n            opacity: 1;\r\n            border-color: #4D7DD1;\r\n            transform: scale(1.05);\r\n            animation: ringRotate 3s linear infinite;\r\n        }\r\n\r\n        @keyframes ringRotate {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n\r\n        .solution-card .solution-icon-wrapper::after {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -12px;\r\n            border-radius: 50%;\r\n            background: #4D7DD1;\r\n            opacity: 0;\r\n            filter: blur(20px);\r\n            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n            transform: scale(0.8);\r\n        }\r\n\r\n        .solution-card:hover .solution-icon-wrapper {\r\n            transform: translateY(-2px) scale(1.02);\r\n        }\r\n\r\n        .solution-card:hover .solution-icon-wrapper::after {\r\n            opacity: 0.15;\r\n            transform: scale(1);\r\n        }\r\n\r\n        .solution-card .solution-icon-wrapper i {\r\n            position: relative;\r\n            z-index: 1;\r\n            color: var(--white);\r\n            font-size: 28px;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .solution-card:hover .solution-icon-wrapper i {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        \/* ===== TITLE ===== *\/\r\n        .solution-card .solution-card-title {\r\n            font-size: 17px;\r\n            font-weight: 700;\r\n            color: var(--dark);\r\n            margin-bottom: 6px;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .solution-card:hover .solution-card-title {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        \/* ===== DESCRIPTION ===== *\/\r\n        .solution-card .solution-card-desc {\r\n            font-size: 14px;\r\n            color: var(--gray-light);\r\n            line-height: 1.6;\r\n            transition: color 0.4s ease;\r\n        }\r\n\r\n        .solution-card:hover .solution-card-desc {\r\n            color: var(--gray);\r\n        }\r\n\r\n        \/* ===== FEATURES TAGS ===== *\/\r\n        .solution-card .feature-tags {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 6px;\r\n            justify-content: center;\r\n            margin-top: 14px;\r\n        }\r\n\r\n        .solution-card .feature-tags span {\r\n            font-size: 11px;\r\n            font-weight: 500;\r\n            color: var(--badge-color);\r\n            background: rgba(77, 125, 209, 0.06);\r\n            padding: 3px 12px;\r\n            border-radius: 20px;\r\n            transition: all 0.3s ease;\r\n            border: 1px solid transparent;\r\n        }\r\n\r\n        .solution-card:hover .feature-tags span {\r\n            background: rgba(77, 125, 209, 0.12);\r\n            border-color: rgba(77, 125, 209, 0.15);\r\n        }\r\n\r\n        \/* ===== SHINE ===== *\/\r\n        .solution-card .shine {\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(\r\n                45deg,\r\n                transparent 35%,\r\n                rgba(255, 255, 255, 0.04) 50%,\r\n                transparent 65%\r\n            );\r\n            transform: rotate(45deg) translateX(-100%);\r\n            transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .solution-card:hover .shine {\r\n            transform: rotate(45deg) translateX(100%);\r\n        }\r\n\r\n        \/* ===== GLOW OVERLAY ===== *\/\r\n        .solution-card .glow-overlay {\r\n            position: absolute;\r\n            top: -30%;\r\n            left: 50%;\r\n            width: 150%;\r\n            height: 150%;\r\n            transform: translateX(-50%);\r\n            background: radial-gradient(ellipse at center, rgba(142, 36, 170, 0.02), transparent 70%);\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .solution-card:hover .glow-overlay {\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        \/* tablets & small laptops: 2 columns *\/\r\n        @media (max-width: 1024px) {\r\n            .solutions-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 20px;\r\n            }\r\n        }\r\n\r\n        \/* mobile & small tablets: 2 columns (keep 2) *\/\r\n        @media (max-width: 767px) {\r\n            .solutions-section {\r\n                padding: 50px 0 40px;\r\n            }\r\n            .solutions-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .solutions-header {\r\n                margin-bottom: 36px;\r\n            }\r\n            .solutions-title {\r\n                font-size: clamp(28px, 6vw, 32px);\r\n            }\r\n            .solutions-subtitle {\r\n                font-size: 15px;\r\n            }\r\n            .solutions-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 14px;\r\n            }\r\n            .solution-card {\r\n                padding: 24px 16px 20px;\r\n                border-radius: 14px;\r\n            }\r\n            .solution-card .solution-icon-wrapper {\r\n                width: 54px;\r\n                height: 54px;\r\n                font-size: 20px;\r\n                margin-bottom: 12px;\r\n            }\r\n            .solution-card .solution-icon-wrapper i {\r\n                font-size: 20px;\r\n            }\r\n            .solution-card .solution-card-title {\r\n                font-size: 15px;\r\n            }\r\n            .solution-card .solution-card-desc {\r\n                font-size: 13px;\r\n            }\r\n            .solution-card .feature-tags span {\r\n                font-size: 10px;\r\n                padding: 2px 10px;\r\n            }\r\n        }\r\n\r\n        \/* very small phones: still 2 columns, but smaller padding *\/\r\n        @media (max-width: 480px) {\r\n            .solutions-section {\r\n                padding: 40px 0 30px;\r\n            }\r\n            .solutions-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .solutions-header {\r\n                margin-bottom: 28px;\r\n            }\r\n            .solutions-title {\r\n                font-size: 24px;\r\n            }\r\n            .solutions-subtitle {\r\n                font-size: 14px;\r\n            }\r\n            .solutions-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 12px;\r\n            }\r\n            .solution-card {\r\n                padding: 18px 12px 16px;\r\n                border-radius: 12px;\r\n            }\r\n            .solution-card .solution-icon-wrapper {\r\n                width: 46px;\r\n                height: 46px;\r\n                font-size: 17px;\r\n                margin-bottom: 10px;\r\n            }\r\n            .solution-card .solution-icon-wrapper i {\r\n                font-size: 17px;\r\n            }\r\n            .solution-card .solution-icon-wrapper::after {\r\n                inset: -6px;\r\n                filter: blur(12px);\r\n            }\r\n            .solution-card .solution-card-title {\r\n                font-size: 13px;\r\n            }\r\n            .solution-card .solution-card-desc {\r\n                font-size: 12px;\r\n            }\r\n            .solution-card .feature-tags {\r\n                gap: 4px;\r\n                margin-top: 10px;\r\n            }\r\n            .solution-card .feature-tags span {\r\n                font-size: 9px;\r\n                padding: 2px 8px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 375px) {\r\n            .solutions-grid {\r\n                gap: 10px;\r\n            }\r\n            .solution-card {\r\n                padding: 14px 10px 12px;\r\n                border-radius: 10px;\r\n            }\r\n            .solution-card .solution-icon-wrapper {\r\n                width: 38px;\r\n                height: 38px;\r\n                font-size: 14px;\r\n                margin-bottom: 8px;\r\n            }\r\n            .solution-card .solution-icon-wrapper i {\r\n                font-size: 14px;\r\n            }\r\n            .solution-card .solution-card-title {\r\n                font-size: 12px;\r\n            }\r\n            .solution-card .solution-card-desc {\r\n                font-size: 10px;\r\n            }\r\n            .solution-card .feature-tags span {\r\n                font-size: 8px;\r\n                padding: 1px 6px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    SOLUTIONS SECTION \u2013 \"WHY CHOOSE INFINEXY eSIM\"\r\n    Now 3 columns on desktop\/laptop, 2 columns on tablet & mobile\r\n    ======================================== -->\r\n    <section class=\"solutions-section\">\r\n        <div class=\"solutions-inner\">\r\n\r\n            <div class=\"solutions-header\">\r\n                <div class=\"solutions-badge\">\r\n                    <span class=\"dot\"><\/span>\r\n                    Why Choose Infinexy eSIM\r\n                <\/div>\r\n                <h2 class=\"solutions-title\">\r\n        Why Choose Infinexy eSIM\r\n                <\/h2>\r\n                <p class=\"solutions-subtitle\">\r\n                    Instant, global, and secure \u2014 built for the way you travel and work.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"solutions-grid\">\r\n\r\n                <!-- 1. Instant Activation -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-bolt\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Instant Activation<\/h3>\r\n                    <p class=\"solution-card-desc\">Activate your mobile service within minutes without waiting for a physical SIM card.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>eSIM<\/span>\r\n                        <span>Instant<\/span>\r\n                        <span>Digital<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 2. Global Connectivity -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-globe-americas\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Global Connectivity<\/h3>\r\n                    <p class=\"solution-card-desc\">Access reliable mobile networks across numerous destinations through our extensive partner ecosystem.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Global<\/span>\r\n                        <span>Roaming<\/span>\r\n                        <span>Partners<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 3. Flexible Data Plans -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-database\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Flexible Data Plans<\/h3>\r\n                    <p class=\"solution-card-desc\">Choose from local, regional, and global data packages designed to meet your travel or business requirements.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Local<\/span>\r\n                        <span>Regional<\/span>\r\n                        <span>Global<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 4. Secure Digital Provisioning -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-lock\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Secure Digital Provisioning<\/h3>\r\n                    <p class=\"solution-card-desc\">Our eSIM profiles are securely delivered and managed using industry-standard provisioning technologies.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Secure<\/span>\r\n                        <span>Provisioning<\/span>\r\n                        <span>Industry-standard<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 5. Multi-Profile Support -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-layer-group\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Multi-Profile Support<\/h3>\r\n                    <p class=\"solution-card-desc\">Store multiple eSIM profiles on compatible devices and switch between them as needed.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Multi-profile<\/span>\r\n                        <span>Switch<\/span>\r\n                        <span>Compatible<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 6. Cost-Effective Roaming -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-coins\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Cost-Effective Roaming<\/h3>\r\n                    <p class=\"solution-card-desc\">Reduce international roaming expenses by selecting destination-specific or regional data plans.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Cost-effective<\/span>\r\n                        <span>Roaming<\/span>\r\n                        <span>Savings<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- 7. Business Ready -->\r\n                <div class=\"solution-card\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"solution-icon-wrapper\">\r\n                        <i class=\"fas fa-briefcase\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"solution-card-title\">Business Ready<\/h3>\r\n                    <p class=\"solution-card-desc\">Provide employees, contractors, and remote teams with fast and secure mobile connectivity wherever business takes them.<\/p>\r\n                    <div class=\"feature-tags\">\r\n                        <span>Business<\/span>\r\n                        <span>Remote<\/span>\r\n                        <span>Secure<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe712d e-con-full e-flex e-con e-parent\" data-id=\"fbe712d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06f5a4a elementor-widget elementor-widget-html\" data-id=\"06f5a4a\" 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>Infinexy - eSIM Packages<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        \/* ===== RESET & BASE ===== *\/\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', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* ===== COLOR VARIABLES ===== *\/\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --blue-dark: #0077B6;\r\n            --green: #8BC34A;\r\n            --orange: #FB8C00;\r\n            --yellow: #FFC107;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --light-bg: #f8fafc;\r\n            --border: #e5e7eb;\r\n            --badge-color: #4D7CD1;\r\n            --icon-gradient: linear-gradient(135deg, #4D7CD1, #009FE3);\r\n        }\r\n\r\n        \/* ========================================\r\n                   eSIM PACKAGES SECTION\r\n                ======================================== *\/\r\n        .esim-packages {\r\n            padding: 60px 0 80px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .esim-packages::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            background: \r\n                radial-gradient(ellipse at 80% 20%, rgba(142, 36, 170, 0.03) 0%, transparent 50%),\r\n                radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n            z-index: 0;\r\n        }\r\n\r\n        .esim-inner {\r\n            max-width: 1320px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== SECTION HEADER ===== *\/\r\n        .esim-header {\r\n            text-align: center;\r\n            max-width: 680px;\r\n            margin: 0 auto 40px;\r\n        }\r\n\r\n        .esim-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 500;\r\n            color: var(--badge-color);\r\n            margin-bottom: 16px;\r\n            background: none;\r\n            border: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .esim-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n        }\r\n\r\n        .esim-title {\r\n            font-size: clamp(32px, 3.8vw, 44px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.1;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .esim-title .highlight {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .esim-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n            margin-top: 4px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   FILTER TABS\r\n                ======================================== *\/\r\n        .filter-tabs {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            margin-bottom: 32px;\r\n        }\r\n\r\n        .filter-btn {\r\n            padding: 10px 28px;\r\n            border-radius: 100px;\r\n            border: none;\r\n            background: var(--dark);\r\n            color: var(--white);\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            font-family: 'Inter', sans-serif !important;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            z-index: 1;\r\n        }\r\n\r\n        .filter-btn::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            border-radius: 100px;\r\n            background: linear-gradient(135deg, var(--blue), var(--blue-dark));\r\n            transform: translateX(-100%);\r\n            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            z-index: -1;\r\n        }\r\n\r\n        .filter-btn:hover::before {\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .filter-btn:hover {\r\n            color: var(--white);\r\n            box-shadow: 0 8px 30px rgba(0, 159, 227, 0.35);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .filter-btn i {\r\n            font-size: 13px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .filter-btn span {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .filter-btn .count {\r\n            display: inline-block;\r\n            background: rgba(255,255,255,0.15);\r\n            border-radius: 20px;\r\n            padding: 0 10px;\r\n            font-size: 10px;\r\n            font-weight: 700;\r\n            line-height: 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .filter-btn.active {\r\n            background: var(--dark);\r\n            border-color: var(--dark);\r\n            color: var(--white);\r\n            box-shadow: 0 8px 30px rgba(10, 26, 47, 0.15);\r\n        }\r\n\r\n        .filter-btn.active::before {\r\n            transform: translateX(0);\r\n            background: linear-gradient(135deg, var(--blue), var(--blue-dark));\r\n        }\r\n\r\n        .filter-btn.active:hover {\r\n            box-shadow: 0 8px 35px rgba(0, 159, 227, 0.35);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .filter-btn.active .count {\r\n            background: rgba(255,255,255,0.20);\r\n        }\r\n\r\n        \/* ========================================\r\n                   TAB CONTENT\r\n                ======================================== *\/\r\n        .tab-content {\r\n            display: none;\r\n            animation: fadeInUp 0.5s ease forwards;\r\n        }\r\n\r\n        .tab-content.active {\r\n            display: block;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* ===== TAB HEADER ===== *\/\r\n        .tab-header {\r\n            text-align: center;\r\n            margin-bottom: 28px;\r\n        }\r\n\r\n        .tab-header .tab-tagline {\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            color: var(--dark);\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .tab-header .tab-tagline i {\r\n            color: var(--badge-color);\r\n            margin-right: 8px;\r\n        }\r\n\r\n        .tab-header .tab-desc {\r\n            font-size: 14px;\r\n            color: var(--gray-light);\r\n        }\r\n\r\n        .tab-header .view-all {\r\n            display: inline-block;\r\n            margin-top: 8px;\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n            background: none;\r\n            border: none;\r\n            padding: 0;\r\n            font-family: 'Inter', sans-serif !important;\r\n        }\r\n\r\n        .tab-header .view-all:hover {\r\n            color: var(--blue);\r\n            transform: translateX(4px);\r\n        }\r\n\r\n        .tab-header .view-all i {\r\n            margin-left: 4px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .tab-header .view-all:hover i {\r\n            transform: translateX(4px);\r\n        }\r\n\r\n        \/* ===== LOCATION GRID ===== *\/\r\n        .location-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 16px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   LOCATION CARD - Only Flags\r\n                ======================================== *\/\r\n        .location-card {\r\n            background: var(--white);\r\n            border-radius: 14px;\r\n            padding: 22px 16px 20px;\r\n            border: 1px solid var(--border);\r\n            text-align: center;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            cursor: default;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* Animated Gradient Border *\/\r\n        .location-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -1px;\r\n            border-radius: 14px;\r\n            padding: 1.5px;\r\n            background: linear-gradient(135deg, var(--purple), var(--blue), var(--green), var(--orange));\r\n            background-size: 300% 300%;\r\n            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\r\n            -webkit-mask-composite: xor;\r\n            mask-composite: exclude;\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            animation: gradientMove 4s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes gradientMove {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        .location-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .location-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);\r\n            border-color: transparent;\r\n        }\r\n\r\n        \/* Data flow line *\/\r\n        .location-card .data-flow {\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 2px;\r\n            background: linear-gradient(90deg, transparent, var(--badge-color), var(--blue), var(--green), transparent);\r\n            opacity: 0;\r\n            transform: scaleX(0);\r\n            transition: all 0.8s ease;\r\n            transform-origin: left;\r\n        }\r\n\r\n        .location-card:hover .data-flow {\r\n            opacity: 1;\r\n            transform: scaleX(1);\r\n            animation: dataFlowPulse 2s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes dataFlowPulse {\r\n            0%, 100% { opacity: 0.6; }\r\n            50% { opacity: 1; }\r\n        }\r\n\r\n        \/* ===== SHINE ===== *\/\r\n        .location-card .shine {\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(\r\n                45deg,\r\n                transparent 35%,\r\n                rgba(255, 255, 255, 0.04) 50%,\r\n                transparent 65%\r\n            );\r\n            transform: rotate(45deg) translateX(-100%);\r\n            transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .location-card:hover .shine {\r\n            transform: rotate(45deg) translateX(100%);\r\n        }\r\n\r\n        \/* ===== GLOW OVERLAY ===== *\/\r\n        .location-card .glow-overlay {\r\n            position: absolute;\r\n            top: -30%;\r\n            left: 50%;\r\n            width: 150%;\r\n            height: 150%;\r\n            transform: translateX(-50%);\r\n            background: radial-gradient(ellipse at center, rgba(50, 120, 209, 0.02), transparent 70%);\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .location-card:hover .glow-overlay {\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* ===== FLAG ===== *\/\r\n        .location-card .location-flag {\r\n            font-size: 42px;\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            line-height: 1.2;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .location-card:hover .location-flag {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        \/* ===== LOCATION NAME ===== *\/\r\n        .location-card .location-name {\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            color: var(--dark);\r\n            margin-bottom: 4px;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .location-card:hover .location-name {\r\n            background: linear-gradient(135deg, var(--badge-color), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        \/* ===== LOCATION PRICE ===== *\/\r\n        .location-card .location-price {\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .location-card .location-price .usd {\r\n            font-size: 10px;\r\n            font-weight: 400;\r\n            color: var(--gray-light);\r\n        }\r\n\r\n        \/* ========================================\r\n                   MODAL \/ POPUP - View All Locations\r\n                ======================================== *\/\r\n        .modal-overlay {\r\n            position: fixed;\r\n            inset: 0;\r\n            background: rgba(0, 0, 0, 0.6);\r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            z-index: 1000;\r\n            display: none;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 30px 20px;\r\n            animation: overlayIn 0.3s ease;\r\n        }\r\n\r\n        .modal-overlay.active {\r\n            display: flex;\r\n        }\r\n\r\n        @keyframes overlayIn {\r\n            from { opacity: 0; }\r\n            to { opacity: 1; }\r\n        }\r\n\r\n        .modal-content {\r\n            background: #ffffff;\r\n            border-radius: 24px;\r\n            max-width: 900px;\r\n            width: 100%;\r\n            max-height: 85vh;\r\n            padding: 32px 28px 28px;\r\n            position: relative;\r\n            animation: modalIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            box-shadow: 0 40px 120px rgba(0,0,0,0.2);\r\n            overflow-y: auto;\r\n        }\r\n\r\n        @keyframes modalIn {\r\n            from { opacity: 0; transform: scale(0.92) translateY(30px); }\r\n            to { opacity: 1; transform: scale(1) translateY(0); }\r\n        }\r\n\r\n        \/* Custom scrollbar *\/\r\n        .modal-content::-webkit-scrollbar {\r\n            width: 6px;\r\n        }\r\n        .modal-content::-webkit-scrollbar-track {\r\n            background: #f1f5f9;\r\n            border-radius: 10px;\r\n        }\r\n        .modal-content::-webkit-scrollbar-thumb {\r\n            background: var(--badge-color);\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .modal-close {\r\n            position: sticky;\r\n            top: 0;\r\n            float: right;\r\n            background: #f1f5f9;\r\n            border: none;\r\n            font-size: 20px;\r\n            color: #64748b;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 4px;\r\n            z-index: 10;\r\n        }\r\n\r\n        .modal-close:hover {\r\n            background: #e2e8f0;\r\n            color: #0a1a2f;\r\n            transform: rotate(90deg);\r\n        }\r\n\r\n        .modal-title {\r\n            font-size: 26px;\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            margin-bottom: 4px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n\r\n        .modal-title i {\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .modal-subtitle {\r\n            font-size: 14px;\r\n            color: var(--gray-light);\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .modal-location-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 12px;\r\n        }\r\n\r\n        .modal-location-item {\r\n            background: var(--white);\r\n            border-radius: 12px;\r\n            padding: 14px 10px 12px;\r\n            border: 1px solid var(--border);\r\n            text-align: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .modal-location-item:hover {\r\n            border-color: var(--badge-color);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 24px rgba(0,0,0,0.04);\r\n        }\r\n\r\n        .modal-location-item .modal-flag {\r\n            font-size: 28px;\r\n            display: block;\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .modal-location-item .modal-loc-name {\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: var(--dark);\r\n        }\r\n\r\n        .modal-location-item .modal-loc-price {\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .modal-location-item .modal-loc-price .usd {\r\n            font-size: 10px;\r\n            font-weight: 400;\r\n            color: var(--gray-light);\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        @media (max-width: 1199px) {\r\n            .location-grid {\r\n                grid-template-columns: repeat(3, 1fr);\r\n                gap: 14px;\r\n            }\r\n            .modal-location-grid {\r\n                grid-template-columns: repeat(3, 1fr);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 991px) {\r\n            .esim-packages {\r\n                padding: 50px 0 60px;\r\n            }\r\n            .esim-inner {\r\n                padding: 0 24px;\r\n            }\r\n            .location-grid {\r\n                grid-template-columns: repeat(3, 1fr);\r\n                gap: 12px;\r\n            }\r\n            .filter-btn {\r\n                padding: 8px 20px;\r\n                font-size: 12px;\r\n            }\r\n            .location-card .location-flag {\r\n                font-size: 36px;\r\n            }\r\n            .modal-location-grid {\r\n                grid-template-columns: repeat(3, 1fr);\r\n            }\r\n            .modal-content {\r\n                padding: 24px 20px 20px;\r\n                max-width: 700px;\r\n            }\r\n            .modal-title {\r\n                font-size: 22px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .esim-packages {\r\n                padding: 40px 0 50px;\r\n            }\r\n            .esim-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .esim-header {\r\n                margin-bottom: 28px;\r\n            }\r\n            .esim-title {\r\n                font-size: clamp(28px, 6vw, 32px);\r\n            }\r\n            .esim-subtitle {\r\n                font-size: 15px;\r\n            }\r\n\r\n            .filter-tabs {\r\n                gap: 8px;\r\n                margin-bottom: 24px;\r\n            }\r\n            .filter-btn {\r\n                padding: 6px 16px;\r\n                font-size: 11px;\r\n                gap: 4px;\r\n            }\r\n            .filter-btn i {\r\n                font-size: 11px;\r\n            }\r\n            .filter-btn .count {\r\n                font-size: 9px;\r\n                padding: 0 8px;\r\n                line-height: 18px;\r\n            }\r\n\r\n            .location-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 12px;\r\n            }\r\n\r\n            .location-card {\r\n                padding: 18px 14px 16px;\r\n                border-radius: 12px;\r\n            }\r\n            .location-card .location-flag {\r\n                font-size: 32px;\r\n                margin-bottom: 6px;\r\n            }\r\n            .location-card .location-name {\r\n                font-size: 13px;\r\n            }\r\n            .location-card .location-price {\r\n                font-size: 12px;\r\n            }\r\n\r\n            .tab-header .tab-tagline {\r\n                font-size: 16px;\r\n            }\r\n            .tab-header .tab-desc {\r\n                font-size: 13px;\r\n            }\r\n\r\n            .modal-location-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 10px;\r\n            }\r\n            .modal-content {\r\n                padding: 20px 16px 16px;\r\n                max-width: 100%;\r\n                max-height: 80vh;\r\n            }\r\n            .modal-title {\r\n                font-size: 20px;\r\n            }\r\n            .modal-location-item .modal-flag {\r\n                font-size: 24px;\r\n            }\r\n            .modal-location-item .modal-loc-name {\r\n                font-size: 12px;\r\n            }\r\n            .modal-location-item .modal-loc-price {\r\n                font-size: 11px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .esim-packages {\r\n                padding: 30px 0 40px;\r\n            }\r\n            .esim-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .esim-title {\r\n                font-size: 24px;\r\n            }\r\n            .esim-subtitle {\r\n                font-size: 14px;\r\n            }\r\n\r\n            .filter-tabs {\r\n                gap: 6px;\r\n            }\r\n            .filter-btn {\r\n                padding: 5px 12px;\r\n                font-size: 10px;\r\n                gap: 3px;\r\n            }\r\n            .filter-btn i {\r\n                font-size: 10px;\r\n            }\r\n            .filter-btn .count {\r\n                font-size: 8px;\r\n                padding: 0 6px;\r\n                line-height: 16px;\r\n            }\r\n\r\n            .location-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 10px;\r\n            }\r\n\r\n            .location-card {\r\n                padding: 14px 10px 12px;\r\n                border-radius: 10px;\r\n            }\r\n            .location-card .location-flag {\r\n                font-size: 28px;\r\n                margin-bottom: 4px;\r\n            }\r\n            .location-card .location-name {\r\n                font-size: 12px;\r\n            }\r\n            .location-card .location-price {\r\n                font-size: 11px;\r\n            }\r\n\r\n            .tab-header .tab-tagline {\r\n                font-size: 14px;\r\n            }\r\n            .tab-header .tab-desc {\r\n                font-size: 12px;\r\n            }\r\n\r\n            .modal-location-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 8px;\r\n            }\r\n            .modal-content {\r\n                padding: 16px 12px 14px;\r\n                border-radius: 18px;\r\n            }\r\n            .modal-title {\r\n                font-size: 17px;\r\n            }\r\n            .modal-subtitle {\r\n                font-size: 12px;\r\n            }\r\n            .modal-location-item {\r\n                padding: 10px 6px 8px;\r\n                border-radius: 8px;\r\n            }\r\n            .modal-location-item .modal-flag {\r\n                font-size: 20px;\r\n            }\r\n            .modal-location-item .modal-loc-name {\r\n                font-size: 11px;\r\n            }\r\n            .modal-location-item .modal-loc-price {\r\n                font-size: 10px;\r\n            }\r\n            .modal-close {\r\n                width: 32px;\r\n                height: 32px;\r\n                font-size: 16px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 375px) {\r\n            .location-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                gap: 8px;\r\n            }\r\n            .location-card {\r\n                padding: 10px 8px 10px;\r\n                border-radius: 8px;\r\n            }\r\n            .location-card .location-flag {\r\n                font-size: 22px;\r\n                margin-bottom: 3px;\r\n            }\r\n            .location-card .location-name {\r\n                font-size: 11px;\r\n            }\r\n            .location-card .location-price {\r\n                font-size: 10px;\r\n            }\r\n            .modal-location-grid {\r\n                grid-template-columns: 1fr 1fr;\r\n                gap: 6px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    eSIM PACKAGES SECTION - Only Flags\r\n    ======================================== -->\r\n    <section class=\"esim-packages\">\r\n        <div class=\"esim-inner\">\r\n\r\n            <!-- ===== HEADER ===== -->\r\n            <div class=\"esim-header\">\r\n                <div class=\"esim-badge\">\r\n                    <span class=\"dot\"><\/span>\r\n                    eSIM Packages\r\n                <\/div>\r\n                <h2 class=\"esim-title\">\r\n                    Choose Your <span class=\"highlight\">eSIM Plan<\/span>\r\n                <\/h2>\r\n                <p class=\"esim-subtitle\">\r\n                    Select from popular destinations, local countries, regional bundles, or global coverage.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- ===== FILTER TABS ===== -->\r\n            <div class=\"filter-tabs\">\r\n                <button class=\"filter-btn active\" data-tab=\"popular\">\r\n                    <i class=\"fas fa-star\"><\/i> <span>Popular<\/span> <span class=\"count\">12<\/span>\r\n                <\/button>\r\n                <button class=\"filter-btn\" data-tab=\"local\">\r\n                    <i class=\"fas fa-map-pin\"><\/i> <span>Local<\/span> <span class=\"count\">12<\/span>\r\n                <\/button>\r\n                <button class=\"filter-btn\" data-tab=\"regional\">\r\n                    <i class=\"fas fa-globe-asia\"><\/i> <span>Regional<\/span> <span class=\"count\">10<\/span>\r\n                <\/button>\r\n                <button class=\"filter-btn\" data-tab=\"global\">\r\n                    <i class=\"fas fa-globe\"><\/i> <span>Global<\/span> <span class=\"count\">1<\/span>\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <!-- ========================================\r\n            TAB 1: POPULAR\r\n            ======================================== -->\r\n            <div class=\"tab-content active\" id=\"tab-popular\">\r\n                <div class=\"tab-header\">\r\n                    <div class=\"tab-tagline\"><i class=\"fas fa-star\"><\/i> Popular<\/div>\r\n                    <div class=\"tab-desc\">Get eSIMs for popular locations \u2014 packages start from the shown price.<\/div>\r\n                <\/div>\r\n                <div class=\"location-grid\">\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddee\ud83c\uddf3<\/span><div class=\"location-name\">India<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddef\ud83c\uddf5<\/span><div class=\"location-name\">Japan<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddf9\ud83c\udded<\/span><div class=\"location-name\">Thailand<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddfb\ud83c\uddf3<\/span><div class=\"location-name\">Vietnam<\/div><div class=\"location-price\">$11.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddfa\ud83c\uddf8<\/span><div class=\"location-name\">United States<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde8\ud83c\uddf3<\/span><div class=\"location-name\">China<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddec\ud83c\udde7<\/span><div class=\"location-name\">United Kingdom<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddf4\ud83c\uddf2<\/span><div class=\"location-name\">Oman<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddee\ud83c\udde9<\/span><div class=\"location-name\">Indonesia<\/div><div class=\"location-price\">$4.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddf3\ud83c\uddf5<\/span><div class=\"location-name\">Nepal<\/div><div class=\"location-price\">$5.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddf8\ud83c\udde6<\/span><div class=\"location-name\">Saudi Arabia<\/div><div class=\"location-price\">$4.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddea<\/span><div class=\"location-name\">United Arab Emirates<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- ========================================\r\n            TAB 2: LOCAL\r\n            ======================================== -->\r\n            <div class=\"tab-content\" id=\"tab-local\">\r\n                <div class=\"tab-header\">\r\n                    <div class=\"tab-tagline\"><i class=\"fas fa-map-marker-alt\"><\/i> Local<\/div>\r\n                    <div class=\"tab-desc\">Get local eSIMs \u2014 packages start from the shown price.<\/div>\r\n                    <button class=\"view-all\" onclick=\"openModal('local')\">View all locations <i class=\"fas fa-arrow-right\"><\/i><\/button>\r\n                <\/div>\r\n                <div class=\"location-grid\">\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddeb<\/span><div class=\"location-name\">Afghanistan<\/div><div class=\"location-price\">$5.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddf1<\/span><div class=\"location-name\">Albania<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde9\ud83c\uddff<\/span><div class=\"location-name\">Algeria<\/div><div class=\"location-price\">$18.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\udde9<\/span><div class=\"location-name\">Andorra<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddee<\/span><div class=\"location-name\">Anguilla<\/div><div class=\"location-price\">$7.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddec<\/span><div class=\"location-name\">Antigua And Barbuda<\/div><div class=\"location-price\">$7.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddf7<\/span><div class=\"location-name\">Argentina<\/div><div class=\"location-price\">$5.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddf2<\/span><div class=\"location-name\">Armenia<\/div><div class=\"location-price\">$5.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddfc<\/span><div class=\"location-name\">Aruba<\/div><div class=\"location-price\">$9.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddfa<\/span><div class=\"location-name\">Australia<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddf9<\/span><div class=\"location-name\">Austria<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udde6\ud83c\uddff<\/span><div class=\"location-name\">Azerbaijan<\/div><div class=\"location-price\">$5.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- ========================================\r\n            TAB 3: REGIONAL\r\n            ======================================== -->\r\n            <div class=\"tab-content\" id=\"tab-regional\">\r\n                <div class=\"tab-header\">\r\n                    <div class=\"tab-tagline\"><i class=\"fas fa-globe-asia\"><\/i> Regional<\/div>\r\n                    <div class=\"tab-desc\">Get regional eSIMs \u2014 packages start from the shown price.<\/div>\r\n                    <button class=\"view-all\" onclick=\"openModal('regional')\">View all locations <i class=\"fas fa-arrow-right\"><\/i><\/button>\r\n                <\/div>\r\n                <div class=\"location-grid\">\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0d<\/span><div class=\"location-name\">Africa<\/div><div class=\"location-price\">$19.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0d<\/span><div class=\"location-name\">Africa Safari<\/div><div class=\"location-price\">$6.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0f<\/span><div class=\"location-name\">Asia<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udfdd\ufe0f<\/span><div class=\"location-name\">Caribbean Islands<\/div><div class=\"location-price\">$8.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddea\ud83c\uddfa<\/span><div class=\"location-name\">Europe<\/div><div class=\"location-price\">$5.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\uddea\ud83c\uddfa<\/span><div class=\"location-name\">European Union & United Kingdom<\/div><div class=\"location-price\">$4.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0e<\/span><div class=\"location-name\">Latin America<\/div><div class=\"location-price\">$7.00 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0d<\/span><div class=\"location-name\">Middle East & North Africa<\/div><div class=\"location-price\">$6.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0e<\/span><div class=\"location-name\">North America<\/div><div class=\"location-price\">$5.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0f<\/span><div class=\"location-name\">Oceania<\/div><div class=\"location-price\">$4.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- ========================================\r\n            TAB 4: GLOBAL\r\n            ======================================== -->\r\n            <div class=\"tab-content\" id=\"tab-global\">\r\n                <div class=\"tab-header\">\r\n                    <div class=\"tab-tagline\"><i class=\"fas fa-globe\"><\/i> Global<\/div>\r\n                    <div class=\"tab-desc\">Get global eSIMs \u2014 packages start from the shown price.<\/div>\r\n                    <button class=\"view-all\" onclick=\"openModal('global')\">View all locations <i class=\"fas fa-arrow-right\"><\/i><\/button>\r\n                <\/div>\r\n                <div class=\"location-grid\" style=\"grid-template-columns: 1fr 1fr 1fr 1fr;\">\r\n                    <div class=\"location-card\"><div class=\"shine\"><\/div><div class=\"glow-overlay\"><\/div><div class=\"data-flow\"><\/div><span class=\"location-flag\">\ud83c\udf0d<\/span><div class=\"location-name\">Discover Global<\/div><div class=\"location-price\">$8.50 <span class=\"usd\">USD<\/span><\/div><\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========================================\r\n    MODAL \/ POPUP - View All Locations\r\n    ======================================== -->\r\n    <div class=\"modal-overlay\" id=\"locationsModal\">\r\n        <div class=\"modal-content\">\r\n            <button class=\"modal-close\" onclick=\"closeModal()\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"modal-title\">\r\n                <i class=\"fas fa-map-marked-alt\"><\/i> All Locations\r\n            <\/div>\r\n            <div class=\"modal-subtitle\" id=\"modalSubtitle\">All available eSIM locations<\/div>\r\n            <div class=\"modal-location-grid\" id=\"modalLocationGrid\">\r\n                <!-- Locations will be injected by JavaScript -->\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- ========================================\r\n    SCRIPT\r\n    ======================================== -->\r\n    <script>\r\n        \/\/ ===== ALL LOCATIONS DATA =====\r\n        const allLocations = {\r\n            popular: [\r\n                { flag: '\ud83c\uddee\ud83c\uddf3', name: 'India', price: '$4.00' },\r\n                { flag: '\ud83c\uddef\ud83c\uddf5', name: 'Japan', price: '$4.00' },\r\n                { flag: '\ud83c\uddf9\ud83c\udded', name: 'Thailand', price: '$4.00' },\r\n                { flag: '\ud83c\uddfb\ud83c\uddf3', name: 'Vietnam', price: '$11.50' },\r\n                { flag: '\ud83c\uddfa\ud83c\uddf8', name: 'United States', price: '$4.00' },\r\n                { flag: '\ud83c\udde8\ud83c\uddf3', name: 'China', price: '$4.00' },\r\n                { flag: '\ud83c\uddec\ud83c\udde7', name: 'United Kingdom', price: '$4.00' },\r\n                { flag: '\ud83c\uddf4\ud83c\uddf2', name: 'Oman', price: '$4.00' },\r\n                { flag: '\ud83c\uddee\ud83c\udde9', name: 'Indonesia', price: '$4.50' },\r\n                { flag: '\ud83c\uddf3\ud83c\uddf5', name: 'Nepal', price: '$5.00' },\r\n                { flag: '\ud83c\uddf8\ud83c\udde6', name: 'Saudi Arabia', price: '$4.50' },\r\n                { flag: '\ud83c\udde6\ud83c\uddea', name: 'United Arab Emirates', price: '$4.00' }\r\n            ],\r\n            local: [\r\n                { flag: '\ud83c\udde6\ud83c\uddeb', name: 'Afghanistan', price: '$5.50' },\r\n                { flag: '\ud83c\udde6\ud83c\uddf1', name: 'Albania', price: '$4.00' },\r\n                { flag: '\ud83c\udde9\ud83c\uddff', name: 'Algeria', price: '$18.50' },\r\n                { flag: '\ud83c\udde6\ud83c\udde9', name: 'Andorra', price: '$4.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddee', name: 'Anguilla', price: '$7.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddec', name: 'Antigua And Barbuda', price: '$7.50' },\r\n                { flag: '\ud83c\udde6\ud83c\uddf7', name: 'Argentina', price: '$5.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddf2', name: 'Armenia', price: '$5.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddfc', name: 'Aruba', price: '$9.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddfa', name: 'Australia', price: '$4.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddf9', name: 'Austria', price: '$4.00' },\r\n                { flag: '\ud83c\udde6\ud83c\uddff', name: 'Azerbaijan', price: '$5.00' }\r\n            ],\r\n            regional: [\r\n                { flag: '\ud83c\udf0d', name: 'Africa', price: '$19.00' },\r\n                { flag: '\ud83c\udf0d', name: 'Africa Safari', price: '$6.00' },\r\n                { flag: '\ud83c\udf0f', name: 'Asia', price: '$4.00' },\r\n                { flag: '\ud83c\udfdd\ufe0f', name: 'Caribbean Islands', price: '$8.00' },\r\n                { flag: '\ud83c\uddea\ud83c\uddfa', name: 'Europe', price: '$5.00' },\r\n                { flag: '\ud83c\uddea\ud83c\uddfa', name: 'European Union & United Kingdom', price: '$4.00' },\r\n                { flag: '\ud83c\udf0e', name: 'Latin America', price: '$7.00' },\r\n                { flag: '\ud83c\udf0d', name: 'Middle East & North Africa', price: '$6.50' },\r\n                { flag: '\ud83c\udf0e', name: 'North America', price: '$5.50' },\r\n                { flag: '\ud83c\udf0f', name: 'Oceania', price: '$4.50' }\r\n            ],\r\n            global: [\r\n                { flag: '\ud83c\udf0d', name: 'Discover Global', price: '$8.50' }\r\n            ]\r\n        };\r\n\r\n        \/\/ Tab titles for modal\r\n        const tabTitles = {\r\n            popular: 'Popular Locations',\r\n            local: 'Local Locations',\r\n            regional: 'Regional Locations',\r\n            global: 'Global Locations'\r\n        };\r\n\r\n        const tabSubtitles = {\r\n            popular: 'Explore our most popular eSIM destinations',\r\n            local: 'Get local coverage where you need it',\r\n            regional: 'Regional eSIM packages for multiple countries',\r\n            global: 'One eSIM for global coverage'\r\n        };\r\n\r\n        \/\/ ===== OPEN MODAL =====\r\n        function openModal(tabId) {\r\n            const modal = document.getElementById('locationsModal');\r\n            const grid = document.getElementById('modalLocationGrid');\r\n            const subtitle = document.getElementById('modalSubtitle');\r\n\r\n            \/\/ Set title\r\n            document.querySelector('.modal-title').innerHTML = `<i class=\"fas fa-map-marked-alt\"><\/i> ${tabTitles[tabId] || 'All Locations'}`;\r\n\r\n            \/\/ Set subtitle\r\n            subtitle.textContent = tabSubtitles[tabId] || 'All available eSIM locations';\r\n\r\n            \/\/ Get locations\r\n            const locations = allLocations[tabId] || [];\r\n            grid.innerHTML = '';\r\n\r\n            if (locations.length === 0) {\r\n                grid.innerHTML = '<p style=\"grid-column:1\/-1; text-align:center; color:#94a3b8; padding:20px;\">No locations available<\/p>';\r\n            } else {\r\n                locations.forEach(loc => {\r\n                    const item = document.createElement('div');\r\n                    item.className = 'modal-location-item';\r\n                    item.innerHTML = `\r\n                        <span class=\"modal-flag\">${loc.flag}<\/span>\r\n                        <div class=\"modal-loc-name\">${loc.name}<\/div>\r\n                        <div class=\"modal-loc-price\">${loc.price} <span class=\"usd\">USD<\/span><\/div>\r\n                    `;\r\n                    grid.appendChild(item);\r\n                });\r\n            }\r\n\r\n            modal.classList.add('active');\r\n            document.body.style.overflow = 'hidden';\r\n        }\r\n\r\n        \/\/ ===== CLOSE MODAL =====\r\n        function closeModal() {\r\n            const modal = document.getElementById('locationsModal');\r\n            modal.classList.remove('active');\r\n            document.body.style.overflow = '';\r\n        }\r\n\r\n        \/\/ ===== CLOSE ON OVERLAY CLICK =====\r\n        document.getElementById('locationsModal').addEventListener('click', function(e) {\r\n            if (e.target === this) {\r\n                closeModal();\r\n            }\r\n        });\r\n\r\n        \/\/ ===== CLOSE ON ESC KEY =====\r\n        document.addEventListener('keydown', function(e) {\r\n            if (e.key === 'Escape') {\r\n                closeModal();\r\n            }\r\n        });\r\n\r\n        \/\/ ========================================\r\n        \/\/ TAB SWITCHING\r\n        \/\/ ========================================\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const tabs = document.querySelectorAll('.filter-btn');\r\n            const tabContents = document.querySelectorAll('.tab-content');\r\n\r\n            function switchTab(tabId) {\r\n                tabContents.forEach(content => {\r\n                    content.classList.remove('active');\r\n                });\r\n\r\n                const selectedContent = document.getElementById('tab-' + tabId);\r\n                if (selectedContent) {\r\n                    selectedContent.classList.add('active');\r\n                }\r\n\r\n                tabs.forEach(btn => {\r\n                    btn.classList.remove('active');\r\n                    if (btn.dataset.tab === tabId) {\r\n                        btn.classList.add('active');\r\n                    }\r\n                });\r\n            }\r\n\r\n            tabs.forEach(tab => {\r\n                tab.addEventListener('click', function() {\r\n                    const tabId = this.dataset.tab;\r\n                    switchTab(tabId);\r\n                });\r\n            });\r\n\r\n            \/\/ Default: Popular tab active\r\n            switchTab('popular');\r\n        });\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35389ab e-con-full e-flex e-con e-parent\" data-id=\"35389ab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7dd840 elementor-widget elementor-widget-html\" data-id=\"e7dd840\" 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>Infinexy \u00b7 Industries We Serve<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\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            font-family: 'Inter', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        body, .industries-section, .industries-inner, .industries-header,\r\n        .industries-badge, .industries-title, .industries-subtitle,\r\n        .ticker-wrapper, .ticker-track, .ticker-item,\r\n        h1, h2, h3, h4, p, a, span, li, div {\r\n            font-family: 'Inter', sans-serif !important;\r\n        }\r\n\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --border: #e5e7eb;\r\n            --badge-color: #4D7DD1;\r\n        }\r\n\r\n        .industries-section {\r\n            padding: 100px 0 80px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .industries-inner {\r\n            max-width: 1320px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .industries-header {\r\n            text-align: center;\r\n            max-width: 680px;\r\n            margin: 0 auto 48px;\r\n        }\r\n\r\n        .industries-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n            margin-bottom: 14px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .industries-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n        }\r\n\r\n        .industries-title {\r\n            font-size: clamp(32px, 3.8vw, 44px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.1;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .industries-title .highlight {\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .industries-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* ========================================\r\n                   TICKER \/ CAROUSEL\r\n                ======================================== *\/\r\n        .ticker-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            overflow: hidden;\r\n            background: #f8fafc;\r\n            border-radius: 16px;\r\n            border: 1px solid var(--border);\r\n            padding: 20px 0;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .ticker-wrapper::before,\r\n        .ticker-wrapper::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            bottom: 0;\r\n            width: 60px;\r\n            z-index: 2;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .ticker-wrapper::before {\r\n            left: 0;\r\n            background: linear-gradient(90deg, #f8fafc, transparent);\r\n        }\r\n\r\n        .ticker-wrapper::after {\r\n            right: 0;\r\n            background: linear-gradient(270deg, #f8fafc, transparent);\r\n        }\r\n\r\n        .ticker-track {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 40px;\r\n            animation: tickerScroll 50s linear infinite;\r\n            width: max-content;\r\n        }\r\n\r\n        .ticker-track:hover {\r\n            animation-play-state: paused;\r\n        }\r\n\r\n        .ticker-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            padding: 10px 24px;\r\n            background: var(--white);\r\n            border-radius: 50px;\r\n            border: 1px solid var(--border);\r\n            white-space: nowrap;\r\n            font-size: 15px;\r\n            font-weight: 500;\r\n            color: var(--dark);\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);\r\n        }\r\n\r\n        .ticker-item i {\r\n            color: var(--badge-color);\r\n            font-size: 16px;\r\n        }\r\n\r\n        .ticker-item:hover {\r\n            border-color: var(--badge-color);\r\n            transform: scale(1.04);\r\n            box-shadow: 0 4px 20px rgba(77, 125, 209, 0.08);\r\n        }\r\n\r\n        @keyframes tickerScroll {\r\n            0% {\r\n                transform: translateX(0);\r\n            }\r\n            100% {\r\n                transform: translateX(-50%);\r\n            }\r\n        }\r\n\r\n        \/* ========================================\r\n                   DOTS \/ PROGRESS BAR\r\n                ======================================== *\/\r\n        .ticker-controls {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            gap: 12px;\r\n            margin-top: 24px;\r\n        }\r\n\r\n        .ticker-dot {\r\n            width: 8px;\r\n            height: 8px;\r\n            border-radius: 50%;\r\n            background: var(--border);\r\n            transition: all 0.4s ease;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .ticker-dot.active {\r\n            background: var(--badge-color);\r\n            width: 24px;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        .ticker-dot:hover {\r\n            background: var(--badge-color);\r\n            opacity: 0.6;\r\n        }\r\n\r\n        .ticker-control-btn {\r\n            width: 36px;\r\n            height: 36px;\r\n            border-radius: 50%;\r\n            border: 1px solid var(--border);\r\n            background: var(--white);\r\n            color: var(--dark);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .ticker-control-btn:hover {\r\n            border-color: var(--badge-color);\r\n            color: var(--badge-color);\r\n            box-shadow: 0 4px 16px rgba(77, 125, 209, 0.08);\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        \/* Tablet *\/\r\n        @media (max-width: 991px) {\r\n            .ticker-wrapper { padding: 16px 0; }\r\n            .ticker-track { \r\n                gap: 30px; \r\n                animation-duration: 60s !important; \r\n            }\r\n            .ticker-item { font-size: 14px; padding: 8px 18px; }\r\n            .ticker-item i { font-size: 14px; }\r\n            .ticker-wrapper::before,\r\n            .ticker-wrapper::after { width: 40px; }\r\n        }\r\n\r\n        \/* Mobile Large *\/\r\n        @media (max-width: 767px) {\r\n            .industries-section { padding: 70px 0 60px; }\r\n            .ticker-wrapper { padding: 14px 0; border-radius: 12px; }\r\n            .ticker-track { \r\n                gap: 20px; \r\n                animation-duration: 65s !important; \r\n            }\r\n            .ticker-item { font-size: 13px; padding: 6px 16px; gap: 8px; }\r\n            .ticker-item i { font-size: 13px; }\r\n            .ticker-wrapper::before,\r\n            .ticker-wrapper::after { width: 30px; }\r\n        }\r\n\r\n        \/* Mobile Small *\/\r\n        @media (max-width: 480px) {\r\n            .industries-section { padding: 50px 0 40px; }\r\n            .industries-inner { padding: 0 16px; }\r\n            .ticker-wrapper { padding: 10px 0; border-radius: 10px; }\r\n            .ticker-track { \r\n                gap: 14px; \r\n                animation-duration: 70s !important; \r\n            }\r\n            .ticker-item { \r\n                font-size: 11px; \r\n                padding: 4px 12px; \r\n                gap: 6px; \r\n                border-radius: 30px; \r\n            }\r\n            .ticker-item i { font-size: 11px; }\r\n            .ticker-wrapper::before,\r\n            .ticker-wrapper::after { width: 20px; }\r\n            .ticker-controls { gap: 8px; margin-top: 16px; }\r\n            .ticker-dot { width: 6px; height: 6px; }\r\n            .ticker-dot.active { width: 18px; }\r\n            .ticker-control-btn { width: 28px; height: 28px; font-size: 11px; }\r\n        }\r\n\r\n        \/* Extra Small *\/\r\n        @media (max-width: 375px) {\r\n            .ticker-track { \r\n                gap: 10px; \r\n                animation-duration: 75s !important; \r\n            }\r\n            .ticker-item { \r\n                font-size: 10px; \r\n                padding: 3px 10px; \r\n            }\r\n            .ticker-item i { font-size: 10px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    INDUSTRIES WE SERVE - TICKER STYLE\r\n    ======================================== -->\r\n    <section class=\"industries-section\">\r\n        <div class=\"industries-inner\">\r\n\r\n            <div class=\"industries-header\">\r\n                <div class=\"industries-badge\">\r\n                    <span class=\"dot\"><\/span> Industries\r\n                <\/div>\r\n                <h2 class=\"industries-title\">\r\n                    Industries We Serve\r\n                <\/h2>\r\n                <p class=\"industries-subtitle\">\r\n                    Empowering businesses across sectors with reliable eSIM connectivity solutions.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Ticker -->\r\n            <div class=\"ticker-wrapper\">\r\n                <div class=\"ticker-track\" id=\"tickerTrack\">\r\n\r\n                    <!-- First Set -->\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-plane\"><\/i> Travel &amp; Tourism<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-wifi\"><\/i> Telecommunications<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-building\"><\/i> Enterprise Businesses<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-truck\"><\/i> Logistics &amp; Transportation<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-heartbeat\"><\/i> Healthcare<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-graduation-cap\"><\/i> Education<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-university\"><\/i> Financial Services<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-shopping-cart\"><\/i> Retail<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-industry\"><\/i> Manufacturing<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-city\"><\/i> Smart Cities<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-microchip\"><\/i> Internet of Things (IoT)<\/span>\r\n\r\n                    <!-- Duplicate Set for seamless loop -->\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-plane\"><\/i> Travel &amp; Tourism<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-wifi\"><\/i> Telecommunications<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-building\"><\/i> Enterprise Businesses<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-truck\"><\/i> Logistics &amp; Transportation<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-heartbeat\"><\/i> Healthcare<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-graduation-cap\"><\/i> Education<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-university\"><\/i> Financial Services<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-shopping-cart\"><\/i> Retail<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-industry\"><\/i> Manufacturing<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-city\"><\/i> Smart Cities<\/span>\r\n                    <span class=\"ticker-item\"><i class=\"fas fa-microchip\"><\/i> Internet of Things (IoT)<\/span>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        const track = document.getElementById('tickerTrack');\r\n        const prevBtn = document.getElementById('prevBtn');\r\n        const nextBtn = document.getElementById('nextBtn');\r\n        const wrapper = document.querySelector('.ticker-wrapper');\r\n\r\n        let currentSpeed = 50;\r\n\r\n        function setSpeed(speed) {\r\n            track.style.animation = 'none';\r\n            void track.offsetWidth;\r\n            track.style.animation = `tickerScroll ${speed}s linear infinite`;\r\n        }\r\n\r\n        \/\/ Pause on hover\r\n        wrapper.addEventListener('mouseenter', function() {\r\n            track.style.animationPlayState = 'paused';\r\n        });\r\n        wrapper.addEventListener('mouseleave', function() {\r\n            track.style.animationPlayState = 'running';\r\n        });\r\n\r\n        \/\/ Speed controls\r\n        prevBtn.addEventListener('click', function() {\r\n            currentSpeed = Math.min(currentSpeed + 10, 90);\r\n            setSpeed(currentSpeed);\r\n        });\r\n\r\n        nextBtn.addEventListener('click', function() {\r\n            currentSpeed = Math.max(currentSpeed - 10, 25);\r\n            setSpeed(currentSpeed);\r\n        });\r\n\r\n        \/\/ Dot controls\r\n        const dots = document.querySelectorAll('.ticker-dot');\r\n        dots.forEach((dot, index) => {\r\n            dot.addEventListener('click', function() {\r\n                dots.forEach(d => d.classList.remove('active'));\r\n                this.classList.add('active');\r\n                const speeds = [70, 60, 50, 40];\r\n                const newSpeed = speeds[index % speeds.length] || 50;\r\n                currentSpeed = newSpeed;\r\n                setSpeed(currentSpeed);\r\n            });\r\n        });\r\n\r\n        \/\/ Responsive speed adjustment\r\n        function adjustSpeedForScreen() {\r\n            const width = window.innerWidth;\r\n            let newSpeed = 50;\r\n            if (width <= 375) {\r\n                newSpeed = 75;\r\n            } else if (width <= 480) {\r\n                newSpeed = 70;\r\n            } else if (width <= 767) {\r\n                newSpeed = 65;\r\n            } else if (width <= 991) {\r\n                newSpeed = 60;\r\n            } else {\r\n                newSpeed = 50;\r\n            }\r\n            currentSpeed = newSpeed;\r\n            setSpeed(currentSpeed);\r\n        }\r\n\r\n        \/\/ Run on load and resize\r\n        adjustSpeedForScreen();\r\n        window.addEventListener('resize', adjustSpeedForScreen);\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f558df e-con-full e-flex e-con e-parent\" data-id=\"8f558df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84999d7 elementor-widget elementor-widget-html\" data-id=\"84999d7\" 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>How It Works \u00b7 Timeline<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        \/* ========================================\r\n                   RESET & BASE\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', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* ========================================\r\n                   HOW IT WORKS SECTION - UNIQUE CLASSES\r\n                   (No conflict with other CSS)\r\n                ======================================== *\/\r\n        .hiw-section {\r\n            padding: 100px 0 80px;\r\n            background: #ffffff;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hiw-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            background: \r\n                radial-gradient(ellipse at 80% 20%, rgba(142, 36, 170, 0.03) 0%, transparent 50%),\r\n                radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n            z-index: 0;\r\n        }\r\n\r\n        .hiw-inner {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== HEADER ===== *\/\r\n        .hiw-header {\r\n            text-align: center;\r\n            max-width: 600px;\r\n            margin: 0 auto 50px;\r\n        }\r\n\r\n        .hiw-badge {\r\n            display: inline-block;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: #4D7DD1;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .hiw-badge .hiw-dot {\r\n            display: inline-block;\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: #4D7DD1;\r\n            margin-right: 8px;\r\n            vertical-align: middle;\r\n        }\r\n\r\n        .hiw-title {\r\n            font-size: 38px;\r\n            font-weight: 800;\r\n            color: #0a1a2f;\r\n            line-height: 1.1;\r\n        }\r\n\r\n        .hiw-title .hiw-highlight {\r\n            background: linear-gradient(135deg, #8E24AA, #009FE3);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .hiw-subtitle {\r\n            font-size: 17px;\r\n            color: #475569;\r\n            margin-top: 8px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* ========================================\r\n                   TIMELINE \u2013 CLEAN HORIZONTAL FLOW\r\n                ======================================== *\/\r\n        .hiw-timeline {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n            position: relative;\r\n            padding: 40px 0 20px;\r\n        }\r\n\r\n        \/* Connector Line - clean line across *\/\r\n        .hiw-timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 64px;\r\n            left: 40px;\r\n            right: 40px;\r\n            height: 2px;\r\n            background: #e5e7eb;\r\n            border-radius: 2px;\r\n            z-index: 0;\r\n        }\r\n\r\n        \/* ===== EACH STEP ===== *\/\r\n        .hiw-step {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            flex: 1;\r\n            text-align: center;\r\n            position: relative;\r\n            transition: all 0.3s ease;\r\n            padding: 0 6px;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Dot *\/\r\n        .hiw-step .hiw-dot {\r\n            width: 14px;\r\n            height: 14px;\r\n            border-radius: 50%;\r\n            background: #4D7DD1;\r\n            border: 3px solid #ffffff;\r\n            box-shadow: 0 0 0 2px #4D7DD1;\r\n            margin-bottom: 12px;\r\n            z-index: 2;\r\n            transition: all 0.3s ease;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .hiw-step:hover .hiw-dot {\r\n            transform: scale(1.25);\r\n            box-shadow: 0 0 0 4px #4D7DD1;\r\n        }\r\n\r\n        \/* Individual dot colors *\/\r\n        .hiw-step:nth-child(1) .hiw-dot { background: #8E24AA; box-shadow: 0 0 0 2px #8E24AA; }\r\n        .hiw-step:nth-child(1):hover .hiw-dot { box-shadow: 0 0 0 4px #8E24AA; }\r\n\r\n        .hiw-step:nth-child(2) .hiw-dot { background: #4D7DD1; box-shadow: 0 0 0 2px #4D7DD1; }\r\n        .hiw-step:nth-child(2):hover .hiw-dot { box-shadow: 0 0 0 4px #4D7DD1; }\r\n\r\n        .hiw-step:nth-child(3) .hiw-dot { background: #009FE3; box-shadow: 0 0 0 2px #009FE3; }\r\n        .hiw-step:nth-child(3):hover .hiw-dot { box-shadow: 0 0 0 4px #009FE3; }\r\n\r\n        .hiw-step:nth-child(4) .hiw-dot { background: #8BC34A; box-shadow: 0 0 0 2px #8BC34A; }\r\n        .hiw-step:nth-child(4):hover .hiw-dot { box-shadow: 0 0 0 4px #8BC34A; }\r\n\r\n        .hiw-step:nth-child(5) .hiw-dot { background: #FB8C00; box-shadow: 0 0 0 2px #FB8C00; }\r\n        .hiw-step:nth-child(5):hover .hiw-dot { box-shadow: 0 0 0 4px #FB8C00; }\r\n\r\n        \/* Number *\/\r\n        .hiw-step .hiw-num {\r\n            font-size: 13px;\r\n            font-weight: 700;\r\n            color: #4D7DD1;\r\n            margin-bottom: 4px;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .hiw-step:nth-child(1) .hiw-num { color: #8E24AA; }\r\n        .hiw-step:nth-child(2) .hiw-num { color: #4D7DD1; }\r\n        .hiw-step:nth-child(3) .hiw-num { color: #009FE3; }\r\n        .hiw-step:nth-child(4) .hiw-num { color: #8BC34A; }\r\n        .hiw-step:nth-child(5) .hiw-num { color: #FB8C00; }\r\n\r\n        \/* Icon *\/\r\n        .hiw-step .hiw-icon {\r\n            font-size: 24px;\r\n            color: #4D7DD1;\r\n            margin-bottom: 8px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .hiw-step:nth-child(1) .hiw-icon { color: #8E24AA; }\r\n        .hiw-step:nth-child(2) .hiw-icon { color: #4D7DD1; }\r\n        .hiw-step:nth-child(3) .hiw-icon { color: #009FE3; }\r\n        .hiw-step:nth-child(4) .hiw-icon { color: #8BC34A; }\r\n        .hiw-step:nth-child(5) .hiw-icon { color: #FB8C00; }\r\n\r\n        .hiw-step:hover .hiw-icon {\r\n            transform: scale(1.15) translateY(-2px);\r\n        }\r\n\r\n        \/* Content Wrapper *\/\r\n        .hiw-step .hiw-step-content {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n        }\r\n\r\n        \/* Title *\/\r\n        .hiw-step .hiw-step-title {\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            color: #0a1a2f;\r\n            margin-bottom: 4px;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .hiw-step:hover .hiw-step-title {\r\n            color: #4D7DD1;\r\n        }\r\n\r\n        .hiw-step:nth-child(1):hover .hiw-step-title { color: #8E24AA; }\r\n        .hiw-step:nth-child(2):hover .hiw-step-title { color: #4D7DD1; }\r\n        .hiw-step:nth-child(3):hover .hiw-step-title { color: #009FE3; }\r\n        .hiw-step:nth-child(4):hover .hiw-step-title { color: #8BC34A; }\r\n        .hiw-step:nth-child(5):hover .hiw-step-title { color: #FB8C00; }\r\n\r\n        \/* Description *\/\r\n        .hiw-step .hiw-step-desc {\r\n            font-size: 12px;\r\n            color: #94a3b8;\r\n            max-width: 140px;\r\n            line-height: 1.5;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .hiw-step:hover .hiw-step-desc {\r\n            color: #475569;\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        \/* Tablet (768px - 991px) - 3 columns *\/\r\n        @media (max-width: 991px) {\r\n            .hiw-section {\r\n                padding: 80px 0 60px;\r\n            }\r\n            .hiw-inner {\r\n                padding: 0 24px;\r\n            }\r\n            .hiw-header {\r\n                margin-bottom: 40px;\r\n            }\r\n            .hiw-title {\r\n                font-size: 32px;\r\n            }\r\n            .hiw-subtitle {\r\n                font-size: 15px;\r\n            }\r\n\r\n            .hiw-timeline {\r\n                flex-wrap: wrap;\r\n                gap: 30px 20px;\r\n                padding: 20px 0 10px;\r\n                justify-content: center;\r\n            }\r\n            .hiw-timeline::before {\r\n                display: none;\r\n            }\r\n\r\n            .hiw-step {\r\n                flex: 0 0 calc(33.33% - 20px);\r\n                padding: 0;\r\n                max-width: 200px;\r\n            }\r\n\r\n            .hiw-step .hiw-step-desc {\r\n                max-width: 100%;\r\n            }\r\n\r\n            .hiw-step .hiw-icon {\r\n                font-size: 22px;\r\n            }\r\n            .hiw-step .hiw-step-title {\r\n                font-size: 14px;\r\n            }\r\n            .hiw-step .hiw-step-desc {\r\n                font-size: 12px;\r\n            }\r\n            .hiw-step .hiw-dot {\r\n                width: 12px;\r\n                height: 12px;\r\n                margin-bottom: 10px;\r\n            }\r\n        }\r\n\r\n        \/* Mobile (below 768px) - 2 columns *\/\r\n        @media (max-width: 767px) {\r\n            .hiw-section {\r\n                padding: 70px 0 50px;\r\n            }\r\n            .hiw-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .hiw-header {\r\n                margin-bottom: 32px;\r\n            }\r\n            .hiw-title {\r\n                font-size: 28px;\r\n            }\r\n            .hiw-subtitle {\r\n                font-size: 15px;\r\n            }\r\n\r\n            .hiw-timeline {\r\n                flex-wrap: wrap;\r\n                gap: 24px 16px;\r\n                padding: 10px 0;\r\n                justify-content: center;\r\n            }\r\n            .hiw-timeline::before {\r\n                display: none;\r\n            }\r\n\r\n            .hiw-step {\r\n                flex: 0 0 calc(50% - 16px);\r\n                padding: 0;\r\n                max-width: 220px;\r\n            }\r\n\r\n            .hiw-step .hiw-step-desc {\r\n                max-width: 100%;\r\n            }\r\n\r\n            .hiw-step .hiw-dot {\r\n                width: 12px;\r\n                height: 12px;\r\n                margin-bottom: 8px;\r\n                border-width: 2px;\r\n            }\r\n            .hiw-step .hiw-num {\r\n                font-size: 12px;\r\n            }\r\n            .hiw-step .hiw-icon {\r\n                font-size: 20px;\r\n                margin-bottom: 6px;\r\n            }\r\n            .hiw-step .hiw-step-title {\r\n                font-size: 13px;\r\n            }\r\n            .hiw-step .hiw-step-desc {\r\n                font-size: 11px;\r\n            }\r\n        }\r\n\r\n        \/* Mobile Small (below 480px) *\/\r\n        @media (max-width: 480px) {\r\n            .hiw-section {\r\n                padding: 50px 0 40px;\r\n            }\r\n            .hiw-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .hiw-header {\r\n                margin-bottom: 28px;\r\n            }\r\n            .hiw-title {\r\n                font-size: 24px;\r\n            }\r\n            .hiw-subtitle {\r\n                font-size: 14px;\r\n            }\r\n\r\n            .hiw-timeline {\r\n                gap: 18px 12px;\r\n                padding: 5px 0;\r\n            }\r\n\r\n            .hiw-step {\r\n                flex: 0 0 calc(50% - 12px);\r\n                max-width: 100%;\r\n            }\r\n\r\n            .hiw-step .hiw-dot {\r\n                width: 10px;\r\n                height: 10px;\r\n                margin-bottom: 6px;\r\n                border-width: 2px;\r\n            }\r\n            .hiw-step .hiw-num {\r\n                font-size: 11px;\r\n                margin-bottom: 2px;\r\n            }\r\n            .hiw-step .hiw-icon {\r\n                font-size: 16px;\r\n                margin-bottom: 4px;\r\n            }\r\n            .hiw-step .hiw-step-title {\r\n                font-size: 12px;\r\n                margin-bottom: 2px;\r\n            }\r\n            .hiw-step .hiw-step-desc {\r\n                font-size: 10px;\r\n                line-height: 1.4;\r\n            }\r\n        }\r\n\r\n        \/* Very Small (below 375px) - still 2 columns but smaller *\/\r\n        @media (max-width: 375px) {\r\n            .hiw-section {\r\n                padding: 40px 0 30px;\r\n            }\r\n            .hiw-inner {\r\n                padding: 0 12px;\r\n            }\r\n            .hiw-timeline {\r\n                gap: 14px 10px;\r\n            }\r\n            .hiw-step {\r\n                flex: 0 0 calc(50% - 10px);\r\n                padding: 0;\r\n            }\r\n            .hiw-step .hiw-dot {\r\n                width: 8px;\r\n                height: 8px;\r\n                margin-bottom: 4px;\r\n                border-width: 1.5px;\r\n            }\r\n            .hiw-step .hiw-num {\r\n                font-size: 10px;\r\n                margin-bottom: 1px;\r\n            }\r\n            .hiw-step .hiw-icon {\r\n                font-size: 14px;\r\n                margin-bottom: 3px;\r\n            }\r\n            .hiw-step .hiw-step-title {\r\n                font-size: 11px;\r\n                margin-bottom: 1px;\r\n            }\r\n            .hiw-step .hiw-step-desc {\r\n                font-size: 9px;\r\n                line-height: 1.3;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    HOW IT WORKS - CLEAN TIMELINE\r\n    ======================================== -->\r\n    <section class=\"hiw-section\">\r\n        <div class=\"hiw-inner\">\r\n\r\n            <!-- Header -->\r\n            <div class=\"hiw-header\">\r\n                <div class=\"hiw-badge\">\r\n                    <span class=\"hiw-dot\"><\/span> How It Works\r\n                <\/div>\r\n                <h2 class=\"hiw-title\">\r\n                    Get Started in 5 Easy Steps\r\n                <\/h2>\r\n                <p class=\"hiw-subtitle\">\r\n                    Simple, fast, and hassle-free \u2014 activate your eSIM in minutes.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Timeline -->\r\n            <div class=\"hiw-timeline\">\r\n\r\n                <!-- Step 1 -->\r\n                <div class=\"hiw-step\">\r\n                    <div class=\"hiw-dot\"><\/div>\r\n                    <span class=\"hiw-num\">01<\/span>\r\n                    <div class=\"hiw-icon\"><i class=\"fas fa-globe-asia\"><\/i><\/div>\r\n                    <div class=\"hiw-step-content\">\r\n                        <h4 class=\"hiw-step-title\">Choose Your Plan<\/h4>\r\n                        <p class=\"hiw-step-desc\">Pick the destination or data plan that fits your needs.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Step 2 -->\r\n                <div class=\"hiw-step\">\r\n                    <div class=\"hiw-dot\"><\/div>\r\n                    <span class=\"hiw-num\">02<\/span>\r\n                    <div class=\"hiw-icon\"><i class=\"fas fa-shopping-cart\"><\/i><\/div>\r\n                    <div class=\"hiw-step-content\">\r\n                        <h4 class=\"hiw-step-title\">Purchase &amp; Receive<\/h4>\r\n                        <p class=\"hiw-step-desc\">Complete your purchase and get activation details instantly.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Step 3 -->\r\n                <div class=\"hiw-step\">\r\n                    <div class=\"hiw-dot\"><\/div>\r\n                    <span class=\"hiw-num\">03<\/span>\r\n                    <div class=\"hiw-icon\"><i class=\"fas fa-qrcode\"><\/i><\/div>\r\n                    <div class=\"hiw-step-content\">\r\n                        <h4 class=\"hiw-step-title\">Scan QR Code<\/h4>\r\n                        <p class=\"hiw-step-desc\">Use your compatible device to scan the provided QR code.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Step 4 -->\r\n                <div class=\"hiw-step\">\r\n                    <div class=\"hiw-dot\"><\/div>\r\n                    <span class=\"hiw-num\">04<\/span>\r\n                    <div class=\"hiw-icon\"><i class=\"fas fa-check-circle\"><\/i><\/div>\r\n                    <div class=\"hiw-step-content\">\r\n                        <h4 class=\"hiw-step-title\">Activate Profile<\/h4>\r\n                        <p class=\"hiw-step-desc\">Activate your eSIM profile and connect to mobile networks.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Step 5 -->\r\n                <div class=\"hiw-step\">\r\n                    <div class=\"hiw-dot\"><\/div>\r\n                    <span class=\"hiw-num\">05<\/span>\r\n                    <div class=\"hiw-icon\"><i class=\"fas fa-wifi\"><\/i><\/div>\r\n                    <div class=\"hiw-step-content\">\r\n                        <h4 class=\"hiw-step-title\">Enjoy Connectivity<\/h4>\r\n                        <p class=\"hiw-step-desc\">Seamless connectivity at your destination \u2014 stay connected!<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-071035b e-con-full e-flex e-con e-parent\" data-id=\"071035b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90552c1 elementor-widget elementor-widget-html\" data-id=\"90552c1\" 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>Device Compatibility \u00b7 Neumorphic<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        body { font-family: 'Inter', sans-serif; background: #e8ecf1; }\r\n\r\n        .dc-section {\r\n            padding: 100px 0 80px;\r\n            background: #e8ecf1;\r\n            position: relative;\r\n        }\r\n        .dc-inner {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n        }\r\n        .dc-header {\r\n            text-align: center;\r\n            max-width: 600px;\r\n            margin: 0 auto 48px;\r\n        }\r\n        .dc-badge {\r\n            display: inline-block;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: #4D7DD1;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n        .dc-badge .dc-dot {\r\n            display: inline-block;\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: #4D7DD1;\r\n            margin-right: 8px;\r\n            vertical-align: middle;\r\n        }\r\n        .dc-title {\r\n            font-size: 38px;\r\n            font-weight: 800;\r\n            color: #0a1a2f;\r\n            line-height: 1.1;\r\n            margin-top: 12px;\r\n        }\r\n        .dc-title .dc-highlight {\r\n            background: linear-gradient(135deg, #8E24AA, #009FE3);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        .dc-subtitle {\r\n            font-size: 17px;\r\n            color: #475569;\r\n            margin-top: 8px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .dc-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 24px;\r\n            max-width: 1100px;\r\n            margin: 0 auto;\r\n        }\r\n        .dc-card {\r\n            background: #e8ecf1;\r\n            border-radius: 20px;\r\n            padding: 28px 20px 24px;\r\n            text-align: center;\r\n            cursor: default;\r\n            position: relative;\r\n            box-shadow: \r\n                8px 8px 16px rgba(163, 177, 198, 0.6),\r\n                -8px -8px 16px rgba(255, 255, 255, 0.8);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n        .dc-card:hover {\r\n            box-shadow: \r\n                4px 4px 8px rgba(163, 177, 198, 0.4),\r\n                -4px -4px 8px rgba(255, 255, 255, 0.9),\r\n                inset 2px 2px 4px rgba(255,255,255,0.5),\r\n                inset -2px -2px 4px rgba(163,177,198,0.3);\r\n        }\r\n\r\n        .dc-card .dc-icon {\r\n            width: 64px;\r\n            height: 64px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 12px;\r\n            font-size: 28px;\r\n            color: #ffffff;\r\n            background: linear-gradient(135deg, #60a5fa, #4f46e5);\r\n            box-shadow: \r\n                4px 4px 8px rgba(163, 177, 198, 0.4),\r\n                -4px -4px 8px rgba(255, 255, 255, 0.7);\r\n            transition: all 0.4s ease;\r\n        }\r\n        .dc-card:hover .dc-icon {\r\n            transform: scale(1.05);\r\n            box-shadow: \r\n                6px 6px 12px rgba(163, 177, 198, 0.5),\r\n                -6px -6px 12px rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        \/* SVG icon styling *\/\r\n        .dc-card .dc-icon svg {\r\n            width: 28px;\r\n            height: 28px;\r\n            fill: #ffffff;\r\n            display: block;\r\n            transition: all 0.4s ease;\r\n        }\r\n        .dc-card:hover .dc-icon svg {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .dc-card .dc-card-title {\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            color: #0a1a2f;\r\n            margin-bottom: 2px;\r\n        }\r\n        .dc-card .dc-card-desc {\r\n            font-size: 12px;\r\n            color: #64748b;\r\n        }\r\n        .dc-note {\r\n            text-align: center;\r\n            margin-top: 30px;\r\n            padding: 16px 24px;\r\n            background: #e8ecf1;\r\n            border-radius: 14px;\r\n            font-size: 14px;\r\n            color: #475569;\r\n            max-width: 800px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            box-shadow: \r\n                inset 4px 4px 8px rgba(163, 177, 198, 0.4),\r\n                inset -4px -4px 8px rgba(255, 255, 255, 0.7);\r\n        }\r\n        .dc-note i { color: #4D7DD1; margin-right: 8px; }\r\n\r\n        @media (max-width: 991px) {\r\n            .dc-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }\r\n        }\r\n        @media (max-width: 767px) {\r\n            .dc-section { padding: 70px 0 50px; }\r\n            .dc-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }\r\n            .dc-title { font-size: 28px; }\r\n            .dc-card { padding: 22px 16px 18px; }\r\n            .dc-card .dc-icon { width: 54px; height: 54px; font-size: 22px; }\r\n            .dc-card .dc-icon svg { width: 24px; height: 24px; }\r\n        }\r\n        @media (max-width: 480px) {\r\n            .dc-section { padding: 50px 0 40px; }\r\n            .dc-inner { padding: 0 16px; }\r\n            .dc-grid { gap: 12px; }\r\n            .dc-card { padding: 16px 12px 14px; border-radius: 16px; }\r\n            .dc-card .dc-icon { width: 44px; height: 44px; font-size: 18px; margin-bottom: 8px; }\r\n            .dc-card .dc-icon svg { width: 20px; height: 20px; }\r\n            .dc-card .dc-card-title { font-size: 12px; }\r\n            .dc-card .dc-card-desc { font-size: 10px; }\r\n            .dc-title { font-size: 24px; }\r\n            .dc-subtitle { font-size: 14px; }\r\n            .dc-note { font-size: 12px; padding: 12px 16px; }\r\n        }\r\n        @media (max-width: 375px) {\r\n            .dc-grid { gap: 10px; }\r\n            .dc-card { padding: 12px 8px 10px; border-radius: 12px; }\r\n            .dc-card .dc-icon { width: 36px; height: 36px; font-size: 14px; margin-bottom: 6px; }\r\n            .dc-card .dc-icon svg { width: 16px; height: 16px; }\r\n            .dc-card .dc-card-title { font-size: 10px; }\r\n            .dc-card .dc-card-desc { font-size: 9px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <section class=\"dc-section\">\r\n        <div class=\"dc-inner\">\r\n            <div class=\"dc-header\">\r\n                <div class=\"dc-badge\"><span class=\"dc-dot\"><\/span> Compatibility<\/div>\r\n                <h2 class=\"dc-title\">Device Compatibility<\/h2>\r\n                <p class=\"dc-subtitle\">Our eSIM solutions support a wide range of devices across multiple brands.<\/p>\r\n            <\/div>\r\n            <div class=\"dc-grid\">\r\n\r\n                <!-- Apple iPhone -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fab fa-apple\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Apple iPhone<\/h4>\r\n                    <p class=\"dc-card-desc\">XS and newer<\/p>\r\n                <\/div>\r\n\r\n                <!-- Google Pixel -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fab fa-google\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Google Pixel<\/h4>\r\n                    <p class=\"dc-card-desc\">3 and newer<\/p>\r\n                <\/div>\r\n\r\n                <!-- Samsung Galaxy - SVG Icon -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"\/>\r\n                            <path d=\"M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z\"\/>\r\n                            <path d=\"M8 9l3 3-3 3\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                            <path d=\"M16 9l-3 3 3 3\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h4 class=\"dc-card-title\">Samsung Galaxy<\/h4>\r\n                    <p class=\"dc-card-desc\">S20, Note 20+<\/p>\r\n                <\/div>\r\n\r\n                <!-- Other Brands -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fas fa-mobile-alt\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Other Brands<\/h4>\r\n                    <p class=\"dc-card-desc\">Motorola, Huawei, Oppo, Xiaomi, Sony<\/p>\r\n                <\/div>\r\n\r\n                <!-- Tablets -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fas fa-tablet-alt\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Tablets<\/h4>\r\n                    <p class=\"dc-card-desc\">eSIM-enabled tablets<\/p>\r\n                <\/div>\r\n\r\n                <!-- Smartwatches -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fas fa-clock\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Smartwatches<\/h4>\r\n                    <p class=\"dc-card-desc\">Apple Watch, Galaxy Watch<\/p>\r\n                <\/div>\r\n\r\n                <!-- Laptops -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fas fa-laptop\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">Laptops<\/h4>\r\n                    <p class=\"dc-card-desc\">With embedded SIM support<\/p>\r\n                <\/div>\r\n\r\n                <!-- IoT & M2M -->\r\n                <div class=\"dc-card\">\r\n                    <div class=\"dc-icon\"><i class=\"fas fa-microchip\"><\/i><\/div>\r\n                    <h4 class=\"dc-card-title\">IoT &amp; M2M<\/h4>\r\n                    <p class=\"dc-card-desc\">IoT and M2M devices<\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n            <div class=\"dc-note\">\r\n                <i class=\"fas fa-info-circle\"><\/i> \r\n                Compatibility depends on the specific device model and region. Please check your device settings.\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db9002e e-con-full e-flex e-con e-parent\" data-id=\"db9002e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d29a40 elementor-widget elementor-widget-html\" data-id=\"0d29a40\" 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>Benefits for Businesses \u00b7 Popup<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        \/* ========================================\r\n               RESET & BASE\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', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Force Inter on all elements *\/\r\n        body, .bfb-section, .bfb-inner, .bfb-header,\r\n        .bfb-badge, .bfb-title, .bfb-subtitle,\r\n        .bfb-grid, .bfb-card, .bfb-icon-wrapper,\r\n        .bfb-card-title, .bfb-card-desc, .bfb-card-link,\r\n        h1, h2, h3, h4, p, a, span, li, div {\r\n            font-family: 'Inter', sans-serif !important;\r\n        }\r\n\r\n        \/* ===== COLOR VARIABLES ===== *\/\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --blue-dark: #0077B6;\r\n            --green: #8BC34A;\r\n            --orange: #FB8C00;\r\n            --yellow: #FFC107;\r\n            --dark: #0a1a2f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --light-bg: #f8fafc;\r\n            --border: #e5e7eb;\r\n            --badge-color: #3278D1;\r\n            --icon-bg: #3278D1;\r\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.06);\r\n            --icon-gradient: linear-gradient(135deg, #38bdf8, #2563eb);\r\n        }\r\n\r\n        \/* ========================================\r\n                   BENEFITS SECTION\r\n                ======================================== *\/\r\n        .bfb-section {\r\n            padding: 90px 0 80px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .bfb-inner {\r\n            max-width: 1440px;\r\n            margin: 0 auto;\r\n            padding: 0 50px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== SECTION HEADER ===== *\/\r\n        .bfb-header {\r\n            text-align: center;\r\n            max-width: 680px;\r\n            margin: 0 auto 48px;\r\n        }\r\n\r\n        .bfb-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n            margin-bottom: 14px;\r\n            background: none;\r\n            border: none;\r\n            padding: 0;\r\n            letter-spacing: 0.5px;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .bfb-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n        }\r\n\r\n        .bfb-badge i {\r\n            font-size: 12px;\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .bfb-title {\r\n            font-size: clamp(32px, 3.8vw, 44px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.1;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .bfb-title .highlight {\r\n            background: linear-gradient(135deg, var(--badge-color), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .bfb-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n            margin-top: 4px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   BENEFITS GRID - 4 columns\r\n                ======================================== *\/\r\n        .bfb-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 20px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   BENEFIT CARD\r\n                ======================================== *\/\r\n        .bfb-card {\r\n            background: var(--white);\r\n            border-radius: 16px;\r\n            padding: 28px 18px 24px;\r\n            border: 1px solid var(--border);\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            position: relative;\r\n            text-align: center;\r\n            cursor: pointer;\r\n            overflow: hidden;\r\n            animation: fadeInUp 0.8s ease forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        .bfb-card:nth-child(1) { animation-delay: 0.04s; }\r\n        .bfb-card:nth-child(2) { animation-delay: 0.08s; }\r\n        .bfb-card:nth-child(3) { animation-delay: 0.12s; }\r\n        .bfb-card:nth-child(4) { animation-delay: 0.16s; }\r\n        .bfb-card:nth-child(5) { animation-delay: 0.20s; }\r\n        .bfb-card:nth-child(6) { animation-delay: 0.24s; }\r\n        .bfb-card:nth-child(7) { animation-delay: 0.28s; }\r\n        .bfb-card:nth-child(8) { animation-delay: 0.32s; }\r\n\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* Animated Gradient Border *\/\r\n        .bfb-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -1px;\r\n            border-radius: 16px;\r\n            padding: 1.5px;\r\n            background: linear-gradient(135deg, var(--badge-color), var(--blue), var(--green), var(--orange));\r\n            background-size: 300% 300%;\r\n            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\r\n            -webkit-mask-composite: xor;\r\n            mask-composite: exclude;\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            animation: gradientMove 4s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes gradientMove {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        .bfb-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .bfb-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);\r\n            border-color: transparent;\r\n        }\r\n\r\n        \/* Data flow line *\/\r\n        .bfb-card .data-flow {\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 2px;\r\n            background: linear-gradient(90deg, transparent, var(--badge-color), var(--blue), var(--green), transparent);\r\n            opacity: 0;\r\n            transform: scaleX(0);\r\n            transition: all 0.8s ease;\r\n            transform-origin: left;\r\n        }\r\n\r\n        .bfb-card:hover .data-flow {\r\n            opacity: 1;\r\n            transform: scaleX(1);\r\n            animation: dataFlowPulse 2s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes dataFlowPulse {\r\n            0%, 100% { opacity: 0.6; }\r\n            50% { opacity: 1; }\r\n        }\r\n\r\n        \/* ===== ICON WRAPPER - SAME COLOR FOR ALL ===== *\/\r\n        .bfb-card .bfb-icon-wrapper {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 14px;\r\n            font-size: 24px;\r\n            color: var(--white);\r\n            position: relative;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            background: var(--icon-gradient);\r\n        }\r\n\r\n        .bfb-card .bfb-icon-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -4px;\r\n            border-radius: 50%;\r\n            border: 2px solid transparent;\r\n            opacity: 0;\r\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n            animation: ringRotate 3s linear infinite;\r\n        }\r\n\r\n        @keyframes ringRotate {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n\r\n        .bfb-card .bfb-icon-wrapper::after {\r\n            content: '';\r\n            position: absolute;\r\n            inset: -12px;\r\n            border-radius: 50%;\r\n            background: var(--icon-gradient);\r\n            opacity: 0;\r\n            filter: blur(20px);\r\n            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n            transform: scale(0.8);\r\n        }\r\n\r\n        .bfb-card:hover .bfb-icon-wrapper {\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .bfb-card:hover .bfb-icon-wrapper::before {\r\n            opacity: 1;\r\n            border-color: var(--badge-color);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .bfb-card:hover .bfb-icon-wrapper::after {\r\n            opacity: 0.15;\r\n            transform: scale(1);\r\n        }\r\n\r\n        .bfb-card .bfb-icon-wrapper i {\r\n            position: relative;\r\n            z-index: 1;\r\n            color: var(--white);\r\n            font-size: 24px;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .bfb-card:hover .bfb-icon-wrapper i {\r\n            transform: scale(1.02);\r\n        }\r\n\r\n        \/* ===== TITLE ===== *\/\r\n        .bfb-card .bfb-card-title {\r\n            font-size: 15px;\r\n            font-weight: 700;\r\n            color: var(--dark);\r\n            margin-bottom: 6px;\r\n            transition: all 0.4s ease;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .bfb-card:hover .bfb-card-title {\r\n            background: linear-gradient(135deg, var(--badge-color), var(--blue));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        \/* ===== DESCRIPTION ===== *\/\r\n        .bfb-card .bfb-card-desc {\r\n            font-size: 13px;\r\n            color: var(--gray-light);\r\n            line-height: 1.6;\r\n            transition: color 0.4s ease;\r\n        }\r\n\r\n        .bfb-card:hover .bfb-card-desc {\r\n            color: var(--gray);\r\n        }\r\n\r\n        \/* ===== CLICK LINK - VISIBLE ALWAYS ===== *\/\r\n        .bfb-card .bfb-card-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-top: 12px;\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: var(--badge-color);\r\n            transition: all 0.3s ease;\r\n            text-decoration: none;\r\n            background: none;\r\n            border: none;\r\n            cursor: pointer;\r\n            padding: 0;\r\n        }\r\n\r\n        .bfb-card .bfb-card-link i {\r\n            font-size: 12px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .bfb-card:hover .bfb-card-link i {\r\n            transform: translateX(4px);\r\n        }\r\n\r\n        .bfb-card .bfb-card-link:hover {\r\n            color: var(--blue-dark);\r\n        }\r\n\r\n        \/* ===== SHINE ===== *\/\r\n        .bfb-card .shine {\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(\r\n                45deg,\r\n                transparent 35%,\r\n                rgba(255, 255, 255, 0.04) 50%,\r\n                transparent 65%\r\n            );\r\n            transform: rotate(45deg) translateX(-100%);\r\n            transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .bfb-card:hover .shine {\r\n            transform: rotate(45deg) translateX(100%);\r\n        }\r\n\r\n        \/* ===== GLOW OVERLAY ===== *\/\r\n        .bfb-card .glow-overlay {\r\n            position: absolute;\r\n            top: -30%;\r\n            left: 50%;\r\n            width: 150%;\r\n            height: 150%;\r\n            transform: translateX(-50%);\r\n            background: radial-gradient(ellipse at center, rgba(50, 120, 209, 0.02), transparent 70%);\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease;\r\n            pointer-events: none;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .bfb-card:hover .glow-overlay {\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* ========================================\r\n                   MODAL \/ POPUP\r\n                ======================================== *\/\r\n        .bfb-modal-overlay {\r\n            position: fixed;\r\n            inset: 0;\r\n            background: rgba(0, 0, 0, 0.5);\r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            z-index: 1000;\r\n            display: none;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 20px;\r\n            animation: overlayIn 0.3s ease;\r\n        }\r\n\r\n        .bfb-modal-overlay.active {\r\n            display: flex;\r\n        }\r\n\r\n        @keyframes overlayIn {\r\n            from { opacity: 0; }\r\n            to { opacity: 1; }\r\n        }\r\n\r\n        .bfb-modal {\r\n            background: #ffffff;\r\n            border-radius: 24px;\r\n            max-width: 520px;\r\n            width: 100%;\r\n            padding: 40px 36px 32px;\r\n            position: relative;\r\n            animation: modalIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            box-shadow: 0 40px 120px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        @keyframes modalIn {\r\n            from { opacity: 0; transform: scale(0.9) translateY(30px); }\r\n            to { opacity: 1; transform: scale(1) translateY(0); }\r\n        }\r\n\r\n        .bfb-modal-close {\r\n            position: absolute;\r\n            top: 16px;\r\n            right: 20px;\r\n            background: none;\r\n            border: none;\r\n            font-size: 24px;\r\n            color: #94a3b8;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            width: 36px;\r\n            height: 36px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .bfb-modal-close:hover {\r\n            background: #f1f5f9;\r\n            color: #0a1a2f;\r\n            transform: rotate(90deg);\r\n        }\r\n\r\n        .bfb-modal-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 24px;\r\n            color: #ffffff;\r\n            margin-bottom: 16px;\r\n            background: var(--icon-gradient);\r\n        }\r\n\r\n        .bfb-modal-title {\r\n            font-size: 22px;\r\n            font-weight: 800;\r\n            color: #0a1a2f;\r\n            margin-bottom: 8px;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .bfb-modal-desc {\r\n            font-size: 15px;\r\n            color: #475569;\r\n            line-height: 1.8;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .bfb-modal-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 12px 0 20px;\r\n        }\r\n\r\n        .bfb-modal-list li {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 12px;\r\n            font-size: 14px;\r\n            color: #475569;\r\n            padding: 6px 0;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .bfb-modal-list li i {\r\n            color: var(--badge-color);\r\n            font-size: 14px;\r\n            margin-top: 3px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .bfb-modal-btn {\r\n            display: inline-block;\r\n            padding: 10px 28px;\r\n            background: linear-gradient(135deg, var(--badge-color), var(--blue));\r\n            color: #ffffff;\r\n            border: none;\r\n            border-radius: 50px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .bfb-modal-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 30px rgba(77,125,209,0.25);\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE BREAKPOINTS\r\n                ======================================== *\/\r\n\r\n        @media (min-width: 1400px) {\r\n            .bfb-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }\r\n            .bfb-card { padding: 32px 22px 28px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 68px; height: 68px; font-size: 28px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 28px; }\r\n            .bfb-card .bfb-card-title { font-size: 17px; }\r\n            .bfb-card .bfb-card-desc { font-size: 14px; }\r\n        }\r\n\r\n        @media (min-width: 1200px) and (max-width: 1399px) {\r\n            .bfb-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }\r\n            .bfb-card { padding: 24px 16px 20px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 56px; height: 56px; font-size: 22px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 22px; }\r\n            .bfb-card .bfb-card-title { font-size: 14px; }\r\n            .bfb-card .bfb-card-desc { font-size: 12px; }\r\n        }\r\n\r\n        @media (min-width: 992px) and (max-width: 1199px) {\r\n            .bfb-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }\r\n            .bfb-card { padding: 24px 16px 20px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 56px; height: 56px; font-size: 22px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 22px; }\r\n            .bfb-card .bfb-card-title { font-size: 14px; }\r\n            .bfb-card .bfb-card-desc { font-size: 12px; }\r\n        }\r\n\r\n        @media (min-width: 768px) and (max-width: 991px) {\r\n            .bfb-section { padding: 70px 0 60px; }\r\n            .bfb-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }\r\n            .bfb-card { padding: 22px 14px 18px; border-radius: 14px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 52px; height: 52px; font-size: 20px; margin-bottom: 12px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 20px; }\r\n            .bfb-card .bfb-card-title { font-size: 14px; }\r\n            .bfb-card .bfb-card-desc { font-size: 12px; }\r\n            .bfb-title { font-size: clamp(30px, 4vw, 38px); }\r\n            .bfb-modal { padding: 30px 24px 24px; max-width: 440px; }\r\n        }\r\n\r\n        @media (min-width: 576px) and (max-width: 767px) {\r\n            .bfb-section { padding: 56px 0 48px; }\r\n            .bfb-inner { padding: 0 20px; }\r\n            .bfb-header { margin-bottom: 32px; }\r\n            .bfb-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\r\n            .bfb-card { padding: 20px 14px 16px; border-radius: 14px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 48px; height: 48px; font-size: 18px; margin-bottom: 10px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 18px; }\r\n            .bfb-card .bfb-card-title { font-size: 14px; }\r\n            .bfb-card .bfb-card-desc { font-size: 12px; }\r\n            .bfb-title { font-size: clamp(28px, 6vw, 32px); }\r\n            .bfb-subtitle { font-size: 15px; }\r\n            .bfb-modal { padding: 24px 20px 20px; max-width: 400px; }\r\n            .bfb-modal-title { font-size: 19px; }\r\n            .bfb-modal-desc { font-size: 14px; }\r\n            .bfb-modal-list li { font-size: 13px; }\r\n        }\r\n\r\n        @media (min-width: 480px) and (max-width: 575px) {\r\n            .bfb-section { padding: 50px 0 40px; }\r\n            .bfb-inner { padding: 0 16px; }\r\n            .bfb-header { margin-bottom: 28px; }\r\n            .bfb-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\r\n            .bfb-card { padding: 16px 10px 14px; border-radius: 12px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 44px; height: 44px; font-size: 16px; margin-bottom: 10px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 16px; }\r\n            .bfb-card .bfb-icon-wrapper::after { inset: -6px; filter: blur(12px); }\r\n            .bfb-card .bfb-card-title { font-size: 13px; }\r\n            .bfb-card .bfb-card-desc { font-size: 11px; }\r\n            .bfb-card .bfb-card-link { font-size: 11px; margin-top: 8px; }\r\n            .bfb-title { font-size: 24px; }\r\n            .bfb-subtitle { font-size: 14px; }\r\n            .bfb-modal-overlay { padding: 12px; }\r\n            .bfb-modal { padding: 20px 16px 18px; max-width: 100%; margin: 0 8px; border-radius: 18px; }\r\n            .bfb-modal-title { font-size: 17px; }\r\n            .bfb-modal-desc { font-size: 13px; }\r\n            .bfb-modal-list li { font-size: 12px; gap: 8px; }\r\n            .bfb-modal-icon { width: 48px; height: 48px; font-size: 20px; margin-bottom: 12px; }\r\n            .bfb-modal-btn { padding: 8px 20px; font-size: 13px; }\r\n        }\r\n\r\n        @media (max-width: 479px) {\r\n            .bfb-section { padding: 40px 0 30px; }\r\n            .bfb-inner { padding: 0 12px; }\r\n            .bfb-header { margin-bottom: 24px; }\r\n            .bfb-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }\r\n            .bfb-card { padding: 14px 8px 12px; border-radius: 10px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 36px; height: 36px; font-size: 13px; margin-bottom: 8px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 13px; }\r\n            .bfb-card .bfb-icon-wrapper::before { inset: -3px; }\r\n            .bfb-card .bfb-icon-wrapper::after { inset: -6px; filter: blur(10px); }\r\n            .bfb-card .bfb-card-title { font-size: 11px; }\r\n            .bfb-card .bfb-card-desc { font-size: 10px; line-height: 1.4; }\r\n            .bfb-card .bfb-card-link { font-size: 10px; margin-top: 6px; }\r\n            .bfb-title { font-size: 22px; }\r\n            .bfb-subtitle { font-size: 13px; }\r\n            .bfb-modal-overlay { padding: 10px; }\r\n            .bfb-modal { padding: 16px 12px 14px; max-width: 100%; margin: 0 4px; border-radius: 16px; }\r\n            .bfb-modal-title { font-size: 16px; }\r\n            .bfb-modal-desc { font-size: 12px; }\r\n            .bfb-modal-list li { font-size: 11px; gap: 6px; padding: 4px 0; }\r\n            .bfb-modal-icon { width: 40px; height: 40px; font-size: 16px; margin-bottom: 10px; }\r\n            .bfb-modal-btn { padding: 6px 16px; font-size: 12px; }\r\n            .bfb-modal-close { top: 10px; right: 12px; font-size: 18px; width: 28px; height: 28px; }\r\n        }\r\n\r\n        @media (max-width: 359px) {\r\n            .bfb-grid { gap: 8px; }\r\n            .bfb-card { padding: 10px 6px 10px; border-radius: 8px; }\r\n            .bfb-card .bfb-icon-wrapper { width: 30px; height: 30px; font-size: 11px; margin-bottom: 6px; }\r\n            .bfb-card .bfb-icon-wrapper i { font-size: 11px; }\r\n            .bfb-card .bfb-card-title { font-size: 10px; }\r\n            .bfb-card .bfb-card-desc { font-size: 9px; }\r\n            .bfb-card .bfb-card-link { font-size: 9px; margin-top: 4px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    BENEFITS FOR BUSINESSES SECTION\r\n    ======================================== -->\r\n    <section class=\"bfb-section\">\r\n        <div class=\"bfb-inner\">\r\n\r\n            <!-- Header -->\r\n            <div class=\"bfb-header\">\r\n                <div class=\"bfb-badge\">\r\n                    <span class=\"dot\"><\/span>\r\n                    For Business\r\n                <\/div>\r\n                <h2 class=\"bfb-title\">\r\n                    Benefits for Businesses\r\n                <\/h2>\r\n                <p class=\"bfb-subtitle\">\r\n                    Click on <strong>\"Read More\"<\/strong> to learn how each benefit can transform your organization.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Grid -->\r\n            <div class=\"bfb-grid\">\r\n\r\n                <!-- 1. Simplified Mobile Deployment -->\r\n                <div class=\"bfb-card\" data-modal=\"modal1\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-rocket\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Simplified Mobile Deployment<\/h3>\r\n                    <p class=\"bfb-card-desc\">Deploy connectivity across your organization in minutes.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal1')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 2. Reduced Logistics Costs -->\r\n                <div class=\"bfb-card\" data-modal=\"modal2\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-coins\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Reduced Logistics Costs<\/h3>\r\n                    <p class=\"bfb-card-desc\">Eliminate physical SIM distribution and management.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal2')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 3. Remote Provisioning -->\r\n                <div class=\"bfb-card\" data-modal=\"modal3\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-wifi\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Remote Provisioning<\/h3>\r\n                    <p class=\"bfb-card-desc\">Activate and manage eSIM profiles from anywhere.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal3')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 4. Improved Workforce Mobility -->\r\n                <div class=\"bfb-card\" data-modal=\"modal4\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-users\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Improved Workforce Mobility<\/h3>\r\n                    <p class=\"bfb-card-desc\">Enable seamless connectivity for remote teams.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal4')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 5. Centralized Connectivity Management -->\r\n                <div class=\"bfb-card\" data-modal=\"modal5\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-server\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Centralized Management<\/h3>\r\n                    <p class=\"bfb-card-desc\">Monitor all connections from one dashboard.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal5')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 6. Faster Onboarding -->\r\n                <div class=\"bfb-card\" data-modal=\"modal6\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-user-check\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Faster Onboarding<\/h3>\r\n                    <p class=\"bfb-card-desc\">Get new employees connected immediately.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal6')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 7. Flexible International Connectivity -->\r\n                <div class=\"bfb-card\" data-modal=\"modal7\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-globe-americas\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Flexible International Connectivity<\/h3>\r\n                    <p class=\"bfb-card-desc\">Global coverage with competitive local rates.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal7')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <!-- 8. Scalable Enterprise Solutions -->\r\n                <div class=\"bfb-card\" data-modal=\"modal8\">\r\n                    <div class=\"shine\"><\/div>\r\n                    <div class=\"glow-overlay\"><\/div>\r\n                    <div class=\"data-flow\"><\/div>\r\n                    <div class=\"bfb-icon-wrapper\">\r\n                        <i class=\"fas fa-chart-line\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"bfb-card-title\">Scalable Enterprise Solutions<\/h3>\r\n                    <p class=\"bfb-card-desc\">Grow your connectivity as your business expands.<\/p>\r\n                    <button class=\"bfb-card-link\" onclick=\"event.stopPropagation(); openModal('modal8')\">\r\n                        Read More <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========================================\r\n    MODALS \/ POPUPS\r\n    ======================================== -->\r\n\r\n    <!-- Modal 1 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal1\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal1')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-rocket\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Simplified Mobile Deployment<\/h3>\r\n            <p class=\"bfb-modal-desc\">Deploy eSIM connectivity across your entire organization in minutes, not weeks. Eliminate the complexity of physical SIM cards and streamline your mobile strategy.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Zero physical logistics \u2014 instant digital delivery<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Deploy to thousands of devices simultaneously<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Centralized control and monitoring<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Reduce IT overhead and support tickets<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal1')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 2 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal2\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal2')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-coins\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Reduced Logistics Costs<\/h3>\r\n            <p class=\"bfb-modal-desc\">Say goodbye to expensive SIM card procurement, shipping, and inventory management. eSIM eliminates the entire physical supply chain.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No physical SIM cards to purchase or ship<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Zero inventory management overhead<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No lost or damaged SIM cards<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Instant activation reduces downtime<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal2')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 3 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal3\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal3')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-wifi\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Remote Provisioning<\/h3>\r\n            <p class=\"bfb-modal-desc\">Activate, manage, and update eSIM profiles for your employees no matter where they are in the world \u2014 all from a central dashboard.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Activate profiles from anywhere globally<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No IT support required on-site<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Instant profile updates and changes<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Full visibility and control<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal3')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 4 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal4\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal4')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-users\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Improved Workforce Mobility<\/h3>\r\n            <p class=\"bfb-modal-desc\">Empower your employees with seamless connectivity wherever they work \u2014 from home, on the road, or in different countries.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Seamless connectivity for remote workers<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No roaming charges for international travel<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Consistent experience across locations<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Boost productivity and employee satisfaction<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal4')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 5 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal5\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal5')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-server\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Centralized Connectivity Management<\/h3>\r\n            <p class=\"bfb-modal-desc\">Manage all your organization's mobile connectivity from a single, intuitive dashboard. Monitor usage, control costs, and ensure compliance.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Single dashboard for all profiles<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Real-time usage monitoring<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Cost control and budgeting tools<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Compliance and security reporting<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal5')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 6 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal6\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal6')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-user-check\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Faster Onboarding<\/h3>\r\n            <p class=\"bfb-modal-desc\">Get new employees connected and productive from day one. No more waiting for physical SIM cards to arrive \u2014 instant digital activation.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Day-one connectivity for new hires<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No waiting for SIM card delivery<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Reduce onboarding time and costs<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Seamless integration with HR workflows<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal6')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 7 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal7\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal7')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-globe-americas\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Flexible International Connectivity<\/h3>\r\n            <p class=\"bfb-modal-desc\">Provide your team with global coverage at competitive local rates. No more expensive roaming charges or complicated international plans.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Coverage in 190+ countries worldwide<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Competitive local rates globally<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No surprise roaming bills<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Flexible regional and global plans<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal7')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Modal 8 -->\r\n    <div class=\"bfb-modal-overlay\" id=\"modal8\">\r\n        <div class=\"bfb-modal\">\r\n            <button class=\"bfb-modal-close\" onclick=\"closeModal('modal8')\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            <div class=\"bfb-modal-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\r\n            <h3 class=\"bfb-modal-title\">Scalable Enterprise Solutions<\/h3>\r\n            <p class=\"bfb-modal-desc\">Whether you have 10 employees or 10,000, our eSIM solutions scale with your business. Add new users and locations effortlessly.<\/p>\r\n            <ul class=\"bfb-modal-list\">\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Scale from 10 to 10,000+ users<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Add new locations instantly<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> No infrastructure changes required<\/li>\r\n                <li><i class=\"fas fa-check-circle\"><\/i> Pay-as-you-grow pricing models<\/li>\r\n            <\/ul>\r\n            <button class=\"bfb-modal-btn\" onclick=\"closeModal('modal8')\">Got it<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Open modal function\r\n        function openModal(modalId) {\r\n            const modal = document.getElementById(modalId);\r\n            if (modal) {\r\n                modal.classList.add('active');\r\n                document.body.style.overflow = 'hidden';\r\n            }\r\n        }\r\n\r\n        \/\/ Close modal function\r\n        function closeModal(modalId) {\r\n            const modal = document.getElementById(modalId);\r\n            if (modal) {\r\n                modal.classList.remove('active');\r\n                document.body.style.overflow = '';\r\n            }\r\n        }\r\n\r\n        \/\/ Open modal on card click (entire card)\r\n        document.querySelectorAll('.bfb-card[data-modal]').forEach(card => {\r\n            card.addEventListener('click', function(e) {\r\n                \/\/ Don't open if clicked on the button (button has its own handler)\r\n                if (e.target.closest('.bfb-card-link')) return;\r\n                const modalId = this.getAttribute('data-modal');\r\n                openModal(modalId);\r\n            });\r\n        });\r\n\r\n        \/\/ Close modal on overlay click\r\n        document.querySelectorAll('.bfb-modal-overlay').forEach(overlay => {\r\n            overlay.addEventListener('click', function(e) {\r\n                if (e.target === this) {\r\n                    this.classList.remove('active');\r\n                    document.body.style.overflow = '';\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Close modal on Escape key\r\n        document.addEventListener('keydown', function(e) {\r\n            if (e.key === 'Escape') {\r\n                document.querySelectorAll('.bfb-modal-overlay.active').forEach(modal => {\r\n                    modal.classList.remove('active');\r\n                    document.body.style.overflow = '';\r\n                });\r\n            }\r\n        });\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e5d2b4 e-con-full e-flex e-con e-parent\" data-id=\"7e5d2b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a9b74b elementor-widget elementor-widget-html\" data-id=\"3a9b74b\" 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>Why Infinexy Technologies?<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\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            font-family: 'Inter', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .why-section {\r\n            padding: 100px 0 80px;\r\n            background: #f8fafc;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .why-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            background: \r\n                radial-gradient(ellipse at 80% 20%, rgba(50, 120, 209, 0.03) 0%, transparent 50%),\r\n                radial-gradient(ellipse at 20% 80%, rgba(0, 159, 227, 0.03) 0%, transparent 50%);\r\n            z-index: 0;\r\n        }\r\n\r\n        .why-inner {\r\n            max-width: 1100px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== BADGE ===== *\/\r\n        .why-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: #3278D1;\r\n            margin-bottom: 16px;\r\n            background: rgba(50, 120, 209, 0.06);\r\n            padding: 6px 10px 6px 10px;\r\n            border-radius: 50px;\r\n            border: 1px solid rgba(50, 120, 209, 0.08);\r\n            letter-spacing: 0.5px;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .why-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: #3278D1;\r\n            display: inline-block;\r\n            animation: dotPulse 2s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes dotPulse {\r\n            0%, 100% { opacity: 0.4; transform: scale(0.8); }\r\n            50% { opacity: 1; transform: scale(1.2); }\r\n        }\r\n\r\n        \/* ===== HEADER ===== *\/\r\n        .why-header {\r\n            text-align: center;\r\n            max-width: 750px;\r\n            margin: 0 auto 50px;\r\n        }\r\n\r\n        .why-title {\r\n            font-size: clamp(36px, 4.5vw, 48px);\r\n            font-weight: 900;\r\n            color: #0a1a2f;\r\n            line-height: 1.1;\r\n            margin-bottom: 16px;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .why-title .highlight {\r\n            background: linear-gradient(135deg, #3278D1, #009FE3);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .why-subtitle {\r\n            font-size: 18px;\r\n            color: #475569;\r\n            line-height: 1.8;\r\n            max-width: 650px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .why-subtitle strong {\r\n            color: #0a1a2f;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ========================================\r\n                   CONTENT GRID\r\n                ======================================== *\/\r\n        .why-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 40px;\r\n            align-items: stretch;\r\n            margin-top: 10px;\r\n        }\r\n\r\n        \/* ===== LEFT CARD ===== *\/\r\n        .why-card {\r\n            background: #ffffff;\r\n            border-radius: 20px;\r\n            padding: 36px 32px 32px;\r\n            border: 1px solid #e5e7eb;\r\n            transition: all 0.4s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.02);\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .why-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 3px;\r\n            background: linear-gradient(90deg, #3278D1, #009FE3);\r\n            opacity: 0;\r\n            transition: opacity 0.4s ease;\r\n        }\r\n\r\n        .why-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .why-card:hover {\r\n            border-color: rgba(50, 120, 209, 0.15);\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.04);\r\n            transform: translateY(-4px);\r\n        }\r\n\r\n        \/* ===== TITLE WITH ICON SIDE BY SIDE ===== *\/\r\n        .why-card .why-card-header {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .why-card .why-card-icon {\r\n            width: 44px;\r\n            height: 44px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 18px;\r\n            color: #ffffff;\r\n            flex-shrink: 0;\r\n            background: linear-gradient(135deg, #3278D1, #009FE3);\r\n            box-shadow: 0 4px 12px rgba(50, 120, 209, 0.15);\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .why-card:hover .why-card-icon {\r\n            transform: scale(1.05) rotate(-4deg);\r\n            box-shadow: 0 8px 20px rgba(50, 120, 209, 0.2);\r\n        }\r\n\r\n        .why-card .why-card-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: #0a1a2f;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* ===== JUSTIFIED TEXT ===== *\/\r\n        .why-card .why-card-desc {\r\n            font-size: 15px;\r\n            color: #475569;\r\n            line-height: 1.8;\r\n            text-align: justify;\r\n        }\r\n\r\n        .why-card .why-card-desc strong {\r\n            color: #0a1a2f;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .why-card .why-card-desc:last-of-type {\r\n            margin-top: 12px;\r\n        }\r\n\r\n        \/* ===== RIGHT: FEATURES ===== *\/\r\n        .why-features {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 14px;\r\n        }\r\n\r\n        .why-feature-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 16px;\r\n            padding: 16px 20px;\r\n            background: #ffffff;\r\n            border-radius: 14px;\r\n            border: 1px solid #e5e7eb;\r\n            transition: all 0.3s ease;\r\n            cursor: default;\r\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .why-feature-item:hover {\r\n            background: #ffffff;\r\n            border-color: #3278D1;\r\n            transform: translateX(4px);\r\n            box-shadow: 0 8px 24px rgba(50, 120, 209, 0.06);\r\n        }\r\n\r\n        .why-feature-item .fi-icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 16px;\r\n            color: #ffffff;\r\n            flex-shrink: 0;\r\n            background: linear-gradient(135deg, #3278D1, #009FE3);\r\n        }\r\n\r\n        .why-feature-item .fi-content {\r\n            flex: 1;\r\n        }\r\n\r\n        .why-feature-item .fi-content .fi-title {\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            color: #0a1a2f;\r\n            margin-bottom: 1px;\r\n        }\r\n\r\n        .why-feature-item .fi-content .fi-desc {\r\n            font-size: 12px;\r\n            color: #94a3b8;\r\n        }\r\n\r\n        \/* ========================================\r\n                   BOTTOM STATS\r\n                ======================================== *\/\r\n        .why-stats {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 20px;\r\n            margin-top: 40px;\r\n            padding-top: 32px;\r\n            border-top: 1px solid #e5e7eb;\r\n        }\r\n\r\n        .why-stat {\r\n            text-align: center;\r\n            padding: 16px 12px;\r\n            background: #ffffff;\r\n            border-radius: 14px;\r\n            border: 1px solid #e5e7eb;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .why-stat:hover {\r\n            border-color: #3278D1;\r\n            box-shadow: 0 8px 24px rgba(50, 120, 209, 0.06);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .why-stat .why-stat-number {\r\n            font-size: 32px;\r\n            font-weight: 800;\r\n            color: #0a1a2f;\r\n            display: block;\r\n            line-height: 1.1;\r\n        }\r\n\r\n        .why-stat .why-stat-number .plus {\r\n            color: #3278D1;\r\n        }\r\n\r\n        .why-stat .why-stat-label {\r\n            font-size: 13px;\r\n            color: #94a3b8;\r\n            font-weight: 500;\r\n            margin-top: 4px;\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        @media (max-width: 991px) {\r\n            .why-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n            .why-card {\r\n                text-align: center;\r\n            }\r\n            .why-card .why-card-header {\r\n                justify-content: center;\r\n            }\r\n            .why-card .why-card-desc {\r\n                text-align: center;\r\n            }\r\n            .why-title {\r\n                font-size: clamp(30px, 4vw, 38px);\r\n            }\r\n            .why-stats {\r\n                grid-template-columns: repeat(3, 1fr);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 767px) {\r\n            .why-section {\r\n                padding: 70px 0 50px;\r\n            }\r\n            .why-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .why-title {\r\n                font-size: clamp(28px, 6vw, 32px);\r\n            }\r\n            .why-subtitle {\r\n                font-size: 15px;\r\n            }\r\n            .why-card {\r\n                padding: 28px 20px 24px;\r\n            }\r\n            .why-card .why-card-header {\r\n                gap: 12px;\r\n            }\r\n            .why-card .why-card-icon {\r\n                width: 38px;\r\n                height: 38px;\r\n                font-size: 16px;\r\n            }\r\n            .why-card .why-card-title {\r\n                font-size: 18px;\r\n            }\r\n            .why-card .why-card-desc {\r\n                font-size: 14px;\r\n            }\r\n            .why-feature-item {\r\n                padding: 14px 16px;\r\n            }\r\n            .why-feature-item .fi-icon {\r\n                width: 36px;\r\n                height: 36px;\r\n                font-size: 14px;\r\n            }\r\n            .why-feature-item .fi-content .fi-title {\r\n                font-size: 13px;\r\n            }\r\n            .why-feature-item .fi-content .fi-desc {\r\n                font-size: 11px;\r\n            }\r\n            .why-stats {\r\n                grid-template-columns: repeat(3, 1fr);\r\n                gap: 12px;\r\n                margin-top: 30px;\r\n                padding-top: 24px;\r\n            }\r\n            .why-stat .why-stat-number {\r\n                font-size: 26px;\r\n            }\r\n            .why-stat .why-stat-label {\r\n                font-size: 11px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .why-section {\r\n                padding: 50px 0 40px;\r\n            }\r\n            .why-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .why-title {\r\n                font-size: 24px;\r\n            }\r\n            .why-subtitle {\r\n                font-size: 14px;\r\n            }\r\n            .why-card {\r\n                padding: 20px 16px 18px;\r\n                border-radius: 16px;\r\n            }\r\n            .why-card .why-card-header {\r\n                gap: 10px;\r\n            }\r\n            .why-card .why-card-icon {\r\n                width: 32px;\r\n                height: 32px;\r\n                font-size: 14px;\r\n            }\r\n            .why-card .why-card-title {\r\n                font-size: 16px;\r\n            }\r\n            .why-card .why-card-desc {\r\n                font-size: 13px;\r\n            }\r\n            .why-feature-item {\r\n                padding: 12px 14px;\r\n                gap: 12px;\r\n                border-radius: 12px;\r\n            }\r\n            .why-feature-item .fi-icon {\r\n                width: 32px;\r\n                height: 32px;\r\n                font-size: 12px;\r\n                border-radius: 8px;\r\n            }\r\n            .why-feature-item .fi-content .fi-title {\r\n                font-size: 12px;\r\n            }\r\n            .why-feature-item .fi-content .fi-desc {\r\n                font-size: 10px;\r\n            }\r\n            .why-stats {\r\n                grid-template-columns: 1fr 1fr 1fr;\r\n                gap: 8px;\r\n                margin-top: 24px;\r\n                padding-top: 18px;\r\n            }\r\n            .why-stat {\r\n                padding: 12px 8px;\r\n                border-radius: 12px;\r\n            }\r\n            .why-stat .why-stat-number {\r\n                font-size: 20px;\r\n            }\r\n            .why-stat .why-stat-label {\r\n                font-size: 10px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 375px) {\r\n            .why-stats {\r\n                grid-template-columns: 1fr 1fr;\r\n                gap: 8px;\r\n            }\r\n            .why-stat .why-stat-number {\r\n                font-size: 18px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    WHY INFINEXY TECHNOLOGIES? - LIGHT THEME\r\n    ======================================== -->\r\n    <section class=\"why-section\">\r\n        <div class=\"why-inner\">\r\n\r\n            <!-- Badge -->\r\n            <!-- Header -->\r\n            <div class=\"why-header\">\r\n                <h2 class=\"why-title\">\r\n                    Why Infinexy Technologies?\r\n                <\/h2>\r\n                <p class=\"why-subtitle\">\r\n                    Combining telecommunications expertise with innovative digital solutions to deliver <strong>dependable, secure, and scalable<\/strong> eSIM services.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Grid -->\r\n            <div class=\"why-grid\">\r\n\r\n                <!-- Left: Main Card -->\r\n                <div class=\"why-card\">\r\n                    <div class=\"why-card-header\">\r\n                        <div class=\"why-card-icon\">\r\n                            <i class=\"fas fa-rocket\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"why-card-title\">Built for the Future<\/h3>\r\n                    <\/div>\r\n                    <p class=\"why-card-desc\">\r\n                        At <strong>Infinexy Technologies<\/strong>, we combine telecommunications expertise with innovative digital solutions to deliver <strong>dependable, secure, and scalable eSIM services<\/strong>. Our commitment to quality, responsive support, and global connectivity helps businesses and travelers stay connected with confidence.\r\n                    <\/p>\r\n                    <p class=\"why-card-desc\">\r\n                        Whether you're deploying connectivity for a single traveler or managing thousands of connected devices, <strong>Infinexy provides solutions tailored to your needs<\/strong>.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <!-- Right: Features List -->\r\n                <div class=\"why-features\">\r\n\r\n                    <div class=\"why-feature-item\">\r\n                        <div class=\"fi-icon\"><i class=\"fas fa-globe-americas\"><\/i><\/div>\r\n                        <div class=\"fi-content\">\r\n                            <div class=\"fi-title\">Global Connectivity<\/div>\r\n                            <div class=\"fi-desc\">Coverage in 150+ countries worldwide<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"why-feature-item\">\r\n                        <div class=\"fi-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\r\n                        <div class=\"fi-content\">\r\n                            <div class=\"fi-title\">Secure &amp; Dependable<\/div>\r\n                            <div class=\"fi-desc\">Enterprise-grade security with 99.9% uptime<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"why-feature-item\">\r\n                        <div class=\"fi-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\r\n                        <div class=\"fi-content\">\r\n                            <div class=\"fi-title\">Scalable Solutions<\/div>\r\n                            <div class=\"fi-desc\">From single travelers to enterprise fleets<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"why-feature-item\">\r\n                        <div class=\"fi-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\r\n                        <div class=\"fi-content\">\r\n                            <div class=\"fi-title\">24\/7 Expert Support<\/div>\r\n                            <div class=\"fi-desc\">Round-the-clock assistance when you need it<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"why-feature-item\">\r\n                        <div class=\"fi-icon\"><i class=\"fas fa-bolt\"><\/i><\/div>\r\n                        <div class=\"fi-content\">\r\n                            <div class=\"fi-title\">Instant Activation<\/div>\r\n                            <div class=\"fi-desc\">Get connected in minutes, not days<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <!-- Stats -->\r\n            <div class=\"why-stats\">\r\n                <div class=\"why-stat\">\r\n                    <span class=\"why-stat-number\">150<span class=\"plus\">+<\/span><\/span>\r\n                    <span class=\"why-stat-label\">Countries Covered<\/span>\r\n                <\/div>\r\n                <div class=\"why-stat\">\r\n                    <span class=\"why-stat-number\">99.9<span class=\"plus\">%<\/span><\/span>\r\n                    <span class=\"why-stat-label\">Uptime Guarantee<\/span>\r\n                <\/div>\r\n                <div class=\"why-stat\">\r\n                    <span class=\"why-stat-number\">24<span class=\"plus\">\/7<\/span><\/span>\r\n                    <span class=\"why-stat-label\">Customer Support<\/span>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc3bc55 e-con-full e-flex e-con e-parent\" data-id=\"dc3bc55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-214bac4 elementor-widget elementor-widget-html\" data-id=\"214bac4\" 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>Infinexy - FAQs<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"\/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\/>\r\n    <style>\r\n        \/* ===== RESET & BASE ===== *\/\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', sans-serif !important;\r\n            background: #ffffff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Force Inter on all elements *\/\r\n        body, .faq-section, .faq-inner, .faq-header,\r\n        .faq-badge, .faq-title, .faq-subtitle,\r\n        .faq-accordion, .faq-item, .faq-question,\r\n        .faq-q-text, .faq-answer, .faq-cta,\r\n        .cta-title, .cta-desc, .cta-btn,\r\n        h1, h2, h3, h4, p, a, span, li, div {\r\n            font-family: 'Inter', sans-serif !important;\r\n        }\r\n\r\n        \/* ===== COLOR VARIABLES ===== *\/\r\n        :root {\r\n            --purple: #8E24AA;\r\n            --blue: #009FE3;\r\n            --green: #8BC34A;\r\n            --orange: #FB8C00;\r\n            --yellow: #FFC107;\r\n            --dark: #0a1a2f;\r\n            --dark-light: #15273f;\r\n            --gray: #475569;\r\n            --gray-light: #94a3b8;\r\n            --white: #ffffff;\r\n            --light-bg: #f8fafc;\r\n            --border: #e5e7eb;\r\n            --badge-color: #4D7CD1;\r\n        }\r\n\r\n        \/* ========================================\r\n                   FAQ SECTION\r\n                ======================================== *\/\r\n        .faq-section {\r\n            padding: 50px 0 80px;\r\n            background: var(--white);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .faq-section::before {\r\n            display: none;\r\n        }\r\n\r\n        .faq-inner {\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            padding: 0 28px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ===== HEADER ===== *\/\r\n        .faq-header {\r\n            text-align: center;\r\n            max-width: 650px;\r\n            margin: 0 auto 48px;\r\n        }\r\n\r\n        .faq-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 12px;\r\n            font-weight: 500;\r\n            color: var(--badge-color);\r\n            margin-bottom: 16px;\r\n            background: none;\r\n            border: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .faq-badge .dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: var(--badge-color);\r\n            display: inline-block;\r\n            animation: pulseDot 2s ease-in-out infinite;\r\n        }\r\n\r\n        .faq-badge i {\r\n            font-size: 12px;\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .faq-title {\r\n            font-size: clamp(32px, 3.8vw, 44px);\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            line-height: 1.1;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .faq-title .highlight {\r\n            background: #864ABA;\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n        }\r\n\r\n        .faq-subtitle {\r\n            font-size: 17px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* ========================================\r\n                   FAQ ACCORDION\r\n                ======================================== *\/\r\n        .faq-accordion {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .faq-item {\r\n            background: var(--white);\r\n            border-radius: 16px;\r\n            border: 1px solid var(--border);\r\n            overflow: hidden;\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .faq-item:hover {\r\n            border-color: rgba(77, 124, 209, 0.15);\r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.04);\r\n        }\r\n\r\n        .faq-item.active {\r\n            border-color: var(--badge-color);\r\n            box-shadow: 0 8px 30px rgba(77, 124, 209, 0.08);\r\n        }\r\n\r\n        .faq-question {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            padding: 20px 24px;\r\n            cursor: pointer;\r\n            gap: 16px;\r\n            transition: all 0.3s ease;\r\n            user-select: none;\r\n        }\r\n\r\n        .faq-question:hover {\r\n            background: rgba(77, 124, 209, 0.02);\r\n        }\r\n\r\n        .faq-question .faq-q-left {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n        }\r\n\r\n        .faq-question .faq-q-icon {\r\n            width: 32px;\r\n            height: 32px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 14px;\r\n            color: var(--white);\r\n            flex-shrink: 0;\r\n            background: var(--badge-color);\r\n        }\r\n\r\n        .faq-question .faq-q-text {\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            color: var(--dark);\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .faq-item.active .faq-q-text {\r\n            color: var(--badge-color);\r\n        }\r\n\r\n        .faq-question .faq-toggle {\r\n            width: 32px;\r\n            height: 32px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 14px;\r\n            color: var(--gray-light);\r\n            background: #f1f5f9;\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .faq-item.active .faq-toggle {\r\n            background: var(--badge-color);\r\n            color: var(--white);\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .faq-answer {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),\r\n                        padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            padding: 0 24px;\r\n        }\r\n\r\n        .faq-item.active .faq-answer {\r\n            max-height: 300px;\r\n            padding: 0 24px 24px;\r\n        }\r\n\r\n        .faq-answer p {\r\n            font-size: 15px;\r\n            color: var(--gray);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* ========================================\r\n                   CTA \/ READY TO GO DIGITAL\r\n                ======================================== *\/\r\n        .faq-cta {\r\n            background: var(--white);\r\n            border-radius: 20px;\r\n            padding: 48px 40px 40px;\r\n            border: 1px solid var(--border);\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .faq-cta::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, var(--purple), var(--blue), var(--green));\r\n            border-radius: 20px 20px 0 0;\r\n        }\r\n\r\n        \/* Floating decoration *\/\r\n        .faq-cta::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: -100px;\r\n            right: -100px;\r\n            width: 300px;\r\n            height: 300px;\r\n            border-radius: 50%;\r\n            background: radial-gradient(ellipse, rgba(77, 124, 209, 0.03), transparent 70%);\r\n            z-index: 0;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .faq-cta .cta-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .faq-cta .cta-icon {\r\n            width: 64px;\r\n            height: 64px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 26px;\r\n            color: var(--white);\r\n            margin: 0 auto 16px;\r\n            background: var(--badge-color);\r\n            box-shadow: 0 8px 24px rgba(77, 124, 209, 0.15);\r\n        }\r\n\r\n        .faq-cta .cta-title {\r\n            font-size: 24px;\r\n            font-weight: 800;\r\n            color: var(--dark);\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .faq-cta .cta-desc {\r\n            font-size: 16px;\r\n            color: var(--gray);\r\n            line-height: 1.7;\r\n            max-width: 600px;\r\n            margin: 0 auto 20px;\r\n        }\r\n\r\n        .faq-cta .cta-desc strong {\r\n            color: var(--dark);\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ===== BUTTON ===== *\/\r\n        .faq-cta .cta-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            padding: 12px 32px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            border-radius: 100px;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            color: var(--white);\r\n            background: var(--dark);\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: all 0.4s ease;\r\n            z-index: 1;\r\n        }\r\n\r\n        .faq-cta .cta-btn::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            border-radius: 100px;\r\n            background: linear-gradient(135deg, var(--purple), var(--blue));\r\n            transform: translateX(-100%);\r\n            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n            z-index: -1;\r\n        }\r\n\r\n        .faq-cta .cta-btn:hover::before {\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .faq-cta .cta-btn:hover {\r\n            color: var(--white);\r\n            box-shadow: 0 8px 30px rgba(142, 36, 170, 0.35);\r\n        }\r\n\r\n        .faq-cta .cta-btn i {\r\n            font-size: 14px;\r\n            transition: transform 0.3s ease;\r\n            color: var(--white);\r\n        }\r\n\r\n        .faq-cta .cta-btn:hover i {\r\n            transform: translateX(3px);\r\n        }\r\n\r\n        .faq-cta .cta-btn span {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ========================================\r\n                   RESPONSIVE\r\n                ======================================== *\/\r\n\r\n        @media (max-width: 767px) {\r\n            .faq-section {\r\n                padding: 70px 0 50px;\r\n            }\r\n            .faq-inner {\r\n                padding: 0 20px;\r\n            }\r\n            .faq-header {\r\n                margin-bottom: 36px;\r\n            }\r\n            .faq-title {\r\n                font-size: clamp(28px, 6vw, 32px);\r\n            }\r\n            .faq-subtitle {\r\n                font-size: 15px;\r\n            }\r\n            .faq-question {\r\n                padding: 16px 18px;\r\n            }\r\n            .faq-question .faq-q-text {\r\n                font-size: 14px;\r\n            }\r\n            .faq-question .faq-q-icon {\r\n                width: 28px;\r\n                height: 28px;\r\n                font-size: 12px;\r\n            }\r\n            .faq-answer p {\r\n                font-size: 14px;\r\n            }\r\n            .faq-cta {\r\n                padding: 32px 20px 28px;\r\n                border-radius: 16px;\r\n            }\r\n            .faq-cta .cta-title {\r\n                font-size: 20px;\r\n            }\r\n            .faq-cta .cta-desc {\r\n                font-size: 14px;\r\n            }\r\n            .faq-cta .cta-btn {\r\n                padding: 10px 24px;\r\n                font-size: 13px;\r\n            }\r\n            .faq-cta .cta-icon {\r\n                width: 52px;\r\n                height: 52px;\r\n                font-size: 20px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .faq-section {\r\n                padding: 50px 0 40px;\r\n            }\r\n            .faq-inner {\r\n                padding: 0 16px;\r\n            }\r\n            .faq-title {\r\n                font-size: 24px;\r\n            }\r\n            .faq-subtitle {\r\n                font-size: 14px;\r\n            }\r\n            .faq-question {\r\n                padding: 14px 14px;\r\n            }\r\n            .faq-question .faq-q-text {\r\n                font-size: 13px;\r\n            }\r\n            .faq-question .faq-q-icon {\r\n                width: 24px;\r\n                height: 24px;\r\n                font-size: 10px;\r\n            }\r\n            .faq-question .faq-toggle {\r\n                width: 28px;\r\n                height: 28px;\r\n                font-size: 12px;\r\n            }\r\n            .faq-answer p {\r\n                font-size: 13px;\r\n            }\r\n            .faq-cta {\r\n                padding: 24px 16px 20px;\r\n                border-radius: 14px;\r\n            }\r\n            .faq-cta .cta-title {\r\n                font-size: 18px;\r\n            }\r\n            .faq-cta .cta-desc {\r\n                font-size: 13px;\r\n            }\r\n            .faq-cta .cta-btn {\r\n                padding: 8px 20px;\r\n                font-size: 12px;\r\n                gap: 8px;\r\n            }\r\n            .faq-cta .cta-icon {\r\n                width: 44px;\r\n                height: 44px;\r\n                font-size: 18px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ========================================\r\n    FAQ SECTION\r\n    ======================================== -->\r\n    <section class=\"faq-section\">\r\n        <div class=\"faq-inner\">\r\n\r\n            <!-- Header -->\r\n            <div class=\"faq-header\">\r\n                <h2 class=\"faq-title\">\r\n                    Frequently Asked Questions\r\n                <\/h2>\r\n                <p class=\"faq-subtitle\">\r\n                    Everything you need to know about eSIM technology and Infinexy solutions.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Accordion -->\r\n            <div class=\"faq-accordion\">\r\n\r\n                <!-- Q1 -->\r\n                <div class=\"faq-item active\">\r\n                    <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\r\n                        <div class=\"faq-q-left\">\r\n                            <span class=\"faq-q-icon\"><i class=\"fas fa-sim-card\"><\/i><\/span>\r\n                            <span class=\"faq-q-text\">What is an eSIM?<\/span>\r\n                        <\/div>\r\n                        <span class=\"faq-toggle\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\r\n                    <\/div>\r\n                    <div class=\"faq-answer\">\r\n                        <p>An eSIM is a built-in digital SIM that enables compatible devices to connect to mobile networks without requiring a physical SIM card.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Q2 -->\r\n                <div class=\"faq-item\">\r\n                    <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\r\n                        <div class=\"faq-q-left\">\r\n                            <span class=\"faq-q-icon\"><i class=\"fas fa-sim-card\"><\/i><\/span>\r\n                            <span class=\"faq-q-text\">Can I keep my physical SIM?<\/span>\r\n                        <\/div>\r\n                        <span class=\"faq-toggle\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\r\n                    <\/div>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Yes. Many compatible devices allow you to use a physical SIM alongside one or more eSIM profiles, depending on the device's capabilities.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Q3 -->\r\n                <div class=\"faq-item\">\r\n                    <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\r\n                        <div class=\"faq-q-left\">\r\n                            <span class=\"faq-q-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/span>\r\n                            <span class=\"faq-q-text\">Is eSIM secure?<\/span>\r\n                        <\/div>\r\n                        <span class=\"faq-toggle\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\r\n                    <\/div>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Yes. eSIM technology uses secure digital provisioning and follows industry standards for authentication and profile management.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Q4 -->\r\n                <div class=\"faq-item\">\r\n                    <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\r\n                        <div class=\"faq-q-left\">\r\n                            <span class=\"faq-q-icon\"><i class=\"fas fa-globe-americas\"><\/i><\/span>\r\n                            <span class=\"faq-q-text\">Can I use eSIM while traveling?<\/span>\r\n                        <\/div>\r\n                        <span class=\"faq-toggle\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\r\n                    <\/div>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Yes. eSIM is an excellent option for international travel, allowing you to activate destination-specific or regional plans before or during your trip.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Q5 -->\r\n                <div class=\"faq-item\">\r\n                    <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\r\n                        <div class=\"faq-q-left\">\r\n                            <span class=\"faq-q-icon\"><i class=\"fas fa-wifi\"><\/i><\/span>\r\n                            <span class=\"faq-q-text\">Do I need internet access to install an eSIM?<\/span>\r\n                        <\/div>\r\n                        <span class=\"faq-toggle\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\r\n                    <\/div>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Yes. An internet connection, typically through Wi-Fi, is generally required to download and install the eSIM profile.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <!-- CTA \/ Ready to Go Digital -->\r\n            <div class=\"faq-cta\">\r\n                <div class=\"cta-content\">\r\n                    <div class=\"cta-icon\">\r\n                        <i class=\"fas fa-rocket\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"cta-title\">Ready to Go Digital?<\/h3>\r\n                    <p class=\"cta-desc\">\r\n                        Transform the way you stay connected with <strong>Infinexy eSIM Solutions<\/strong>.\r\n                        Whether you're traveling internationally, managing a global workforce, or deploying IoT devices,\r\n                        our eSIM platform delivers secure, reliable, and flexible mobile connectivity.\r\n                    <\/p>\r\n                    <!-- Button with email mailto link -->\r\n                    <a href=\"mailto:esim@infinexy.net\" class=\"cta-btn\">\r\n                        <span>Contact Our Team<\/span>\r\n                        <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        function toggleFAQ(element) {\r\n            const item = element.closest('.faq-item');\r\n            const isActive = item.classList.contains('active');\r\n\r\n            \/\/ Close all other items\r\n            document.querySelectorAll('.faq-item').forEach(el => {\r\n                el.classList.remove('active');\r\n            });\r\n\r\n            \/\/ Toggle current item\r\n            if (!isActive) {\r\n                item.classList.add('active');\r\n            }\r\n        }\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Infinexy &#8211; eSIM Solutions Home Products eSIM eSIM Solutions In today&#8217;s hyper-connected world, staying online while traveling is no longer a luxury \u2014 it&#8217;s a necessity. Infinexy eSIM revolutionizes the way you stay connected globally. Whether you&#8217;re a frequent business traveler, a digital nomad, or a vacation explorer, our eSIM solution ensures you never miss [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-950","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/pages\/950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/comments?post=950"}],"version-history":[{"count":154,"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/pages\/950\/revisions"}],"predecessor-version":[{"id":2152,"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/pages\/950\/revisions\/2152"}],"wp:attachment":[{"href":"https:\/\/w3webhelp.in\/sample\/Infinexy\/wp-json\/wp\/v2\/media?parent=950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}