.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
            /* Colors - Modern Dark Space */
            --bg-color: #050b14; 
            --surface-color: #0d1526;
            --surface-glass: rgba(13, 21, 38, 0.7);
            --text-main: #F9FAFB;
            --text-muted: #9CA3AF;
            --primary-color: #6366f1; /* Indigo */
            --primary-hover: #4f46e5;
            --secondary-color: #ec4899; /* Pink */
            --google-blue: #4285F4;
            --google-red: #EA4335;
            --google-yellow: #FBBC05;
            --google-green: #34A853;
            
            /* Typography */
            --font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
            
            /* Spacing & Layout */
            --container-max: 1200px;
            --radius-xl: 32px;
            --radius-lg: 24px;
            --radius-md: 16px;
            --radius-sm: 8px;
            --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Lean Reset */
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        
        body {
            font-family: var(--font-family);
            background-color: var(--bg-color);
            color: var(--text-main);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
            /* Tech Grid Background */
            background-image: 
                linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 40px 40px;
            position: relative;
        }

        img, svg { display: block; max-width: 100%; height: auto; object-fit: cover; }
        a { color: inherit; text-decoration: none; transition: all var(--transition); }
        ul { list-style: none; }

        .container {
            width: 100%;
            max-width: var(--container-max);
            margin-inline: auto;
            padding-inline: 1.5rem;
            position: relative;
            z-index: 2;
        }

        /* Glow Effects */
        .glow-blob {
            position: absolute;
            filter: blur(120px);
            opacity: 0.4;
            z-index: 0;
            border-radius: 50%;
            pointer-events: none;
        }
        .glow-1 { top: -10%; left: -10%; width: 500px; height: 500px; background: var(--primary-color); }
        .glow-2 { top: 40%; right: -10%; width: 400px; height: 400px; background: var(--secondary-color); opacity: 0.2;}

        /* Typography */
        h1, h2, h3 { line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; }
        
        .text-gradient {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Buttons */
        .btn {
            display: inline-flex; align-items: center; justify-content: center;
            padding: 1rem 2rem; border-radius: var(--radius-sm);
            font-weight: 700; font-size: 1.125rem; border: none; cursor: pointer;
            transition: all var(--transition); font-family: inherit; gap: 0.5rem;
        }
        .btn-primary {
            background: linear-gradient(135deg, var(--primary-color), #818cf8);
            color: white; box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4);
        }
        .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 30px -5px rgba(99, 102, 241, 0.6); }
        .btn-secondary { background: rgba(255,255,255,0.05); color: white; border: 1px solid rgba(255,255,255,0.1); }
        .btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: white; }

        /* ==== Header ==== */
        header {
            position: fixed; top: 0; width: 100%; z-index: 100;
            background: var(--surface-glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .nav-wrapper { display: flex; justify-content: space-between; align-items: center; height: 80px; }
        .logo { font-size: 1.5rem; font-weight: 900; display: flex; align-items: center; gap: 0.5rem; }
        .logo-dot { width: 10px; height: 10px; background-color: var(--secondary-color); border-radius: 50%; }
        .main-nav { display: flex; gap: 2rem; align-items: center; }
        .main-nav a:hover { color: var(--primary-color); }

        /* ==== Dropdown Menu ==== */
        .dropdown { position: relative; display: inline-block; }
        .dropdown-toggle { display: flex; align-items: center; gap: 0.25rem; cursor: pointer; }
        .dropdown-menu {
            position: absolute; top: 150%; right: 0; /* RTL alignment */
            background: var(--surface-color); border: 1px solid rgba(255,255,255,0.1);
            border-radius: var(--radius-sm); min-width: 260px; padding: 0.5rem 0;
            opacity: 0; visibility: hidden; transform: translateY(10px);
            transition: all var(--transition); box-shadow: 0 15px 30px rgba(0,0,0,0.5);
            display: flex; flex-direction: column; z-index: 200;
        }
        .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); top: 100%; }
        .dropdown-menu a {
            display: block; padding: 0.75rem 1.5rem; color: var(--text-muted);
            border-bottom: 1px solid rgba(255,255,255,0.02);
        }
        .dropdown-menu a:last-child { border-bottom: none; }
        .dropdown-menu a:hover { background: rgba(255,255,255,0.03); color: var(--primary-color); padding-right: 2rem; }

        /* ==== Hero Section ==== */
        .hero {
            padding-block-start: 160px; padding-block-end: 100px;
            min-height: 100vh; display: grid; gap: 4rem; align-items: center;
        }
        @media (min-width: 992px) { .hero { grid-template-columns: 1.1fr 1fr; } }
        
        .hero-content { display: flex; flex-direction: column; gap: 1.5rem; position: relative; }
        .hero-title { font-size: clamp(2.5rem, 5vw, 4.5rem); text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
        .hero-desc { font-size: clamp(1.125rem, 2vw, 1.25rem); color: var(--text-muted); max-width: 600px; }
        .hero-actions { display: flex; gap: 1rem; margin-block-start: 1.5rem; flex-wrap: wrap; }

        .hero-image-wrapper { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 0 50px rgba(99, 102, 241, 0.2); border: 1px solid rgba(255,255,255,0.1); }
        .hero-image-wrapper::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top right, var(--bg-color), transparent); }

        /* Floating Elements in Hero */
        .floating-badge {
            position: absolute; background: var(--surface-glass); backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1); padding: 0.75rem 1.5rem; border-radius: 100px;
            display: flex; align-items: center; gap: 0.75rem; font-weight: bold; box-shadow: 0 10px 20px rgba(0,0,0,0.3);
            animation: float 6s ease-in-out infinite;
        }
        .badge-1 { top: -30px; left: 10%; animation-delay: 0s; }
        .badge-2 { bottom: 20%; right: -20px; animation-delay: 2s; }
        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

        /* ==== Brands / Tools Section ==== */
        .tools-section {
            padding-block: 40px; background: rgba(255,255,255,0.02);
            border-block: 1px solid rgba(255,255,255,0.05); text-align: center;
        }
        .tools-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem; align-items: center; margin-top: 1.5rem;}
        .tool-icon { filter: grayscale(100%) opacity(0.6); transition: var(--transition); height: 40px; display:flex; align-items:center; gap:0.5rem; font-weight:bold; color: var(--text-muted);}
        .tool-icon:hover { filter: grayscale(0%) opacity(1); color: white; transform: scale(1.05);}
        .tool-icon svg { width: 32px; height: 32px; }

        /* ==== Services Section ==== */
        .services { padding-block: 120px; }
        .section-header { text-align: center; margin-block-end: 4rem; }
        .section-title { font-size: clamp(2rem, 3vw, 3rem); margin-block-end: 1rem; }
        
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
        .service-card {
            background-color: var(--surface-color); padding: 2.5rem; border-radius: var(--radius-lg);
            border: 1px solid rgba(255,255,255,0.05); transition: all var(--transition);
            display: flex; flex-direction: column; gap: 1.25rem; position: relative; overflow: hidden;
        }
        .service-card::before {
            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
        }
        .service-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.1); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
        .service-card:hover::before { transform: scaleX(1); }
        
        .service-icon {
            width: 64px; height: 64px; background: rgba(255,255,255,0.03); border-radius: var(--radius-md);
            display: flex; align-items: center; justify-content: center;
            border: 1px solid rgba(255,255,255,0.05);
        }
        .service-icon svg { width: 32px; height: 32px; }

        /* Google Specific Service Styling */
        .service-google .service-icon { background: rgba(66, 133, 244, 0.1); border-color: rgba(66, 133, 244, 0.2); }
        .service-social .service-icon { background: rgba(225, 48, 108, 0.1); border-color: rgba(225, 48, 108, 0.2); }

        /* ==== CTA Section ==== */
        .cta-section {
            padding-block: 100px; text-align: center; margin-block: 60px;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
            border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,0.1); position: relative; overflow: hidden;
        }

        /* ==== SEO Content Section ==== */
        .seo-article {
            padding: clamp(2rem, 5vw, 4rem);
            background: linear-gradient(145deg, var(--surface-color), rgba(255,255,255,0.02));
            border-radius: var(--radius-xl);
            border: 1px solid rgba(255,255,255,0.05);
            margin-block: 80px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }
        .seo-article::before {
            content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px;
            background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
            pointer-events: none;
        }
        .seo-article-content { max-width: 800px; margin-inline: auto; text-align: center; }
        .seo-article h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-block-end: 1.5rem; }
        .seo-article p { color: var(--text-muted); font-size: 1.125rem; line-height: 1.8; margin-block-end: 1.5rem; text-align: justify; text-align-last: center; }
        .seo-article strong { color: var(--text-main); font-weight: 800; }

        /* Performance Classes */
        .defer-render { content-visibility: auto; contain-intrinsic-size: 800px; }

        /* ==== Footer ==== */
        footer { padding-block: 80px 40px; background-color: #030712; border-top: 1px solid rgba(255,255,255,0.05); }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-block-end: 4rem; }
        .footer-col h3 { font-size: 1.25rem; margin-block-end: 1.5rem; color: white; }
        .footer-col ul { display: flex; flex-direction: column; gap: 1rem; }
        .footer-col a { color: var(--text-muted); display: flex; align-items: center; gap: 0.5rem; }
        .footer-col a:hover { color: var(--primary-color); transform: translateX(-5px); }
        .footer-bottom { text-align: center; padding-block-start: 2rem; border-top: 1px solid rgba(255,255,255,0.05); color: var(--text-muted); font-size: 0.875rem; }/* End custom CSS */