.elementor-8 .elementor-element.elementor-element-d49e6a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-d49e6a7.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for container, class: .elementor-element-d49e6a7 */@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

:root {
    /* Core palette - deep navy with electric accents */
    --ink: #0a0f1a;
    --ink-light: #1a2235;
    --ink-muted: #2d3548;
    --slate: #64748b;
    --slate-light: #94a3b8;
    --cream: #f8f6f3;
    --white: #ffffff;

    /* Accent colors */
    --electric: #3b82f6;
    --electric-bright: #60a5fa;
    --electric-glow: rgba(59, 130, 246, 0.15);
    --gold: #d4a853;
    --gold-soft: rgba(212, 168, 83, 0.1);

    /* Legacy mappings for compatibility */
    --primary: var(--electric);
    --primary-light: var(--electric-bright);
    --primary-dark: #1d4ed8;
    --secondary: var(--slate);
    --dark-secondary: var(--ink-muted);
    --bg-white: var(--white);
    --bg-light-gray: var(--cream);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #1d4ed8 100%);
    --gradient-hero: linear-gradient(135deg, #0a0f1a 0%, #1a2235 50%, #0f172a 100%);
    --gradient-accent: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    --gradient-gold: linear-gradient(135deg, #d4a853 0%, #b8943f 100%);
    --gradient-glow: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.2) 0%, transparent 70%);

    /* Shadows */
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 40px rgba(0, 0, 0, 0.12);
    --shadow-large: 0 20px 60px rgba(0, 0, 0, 0.2);
    --shadow-glow: 0 0 60px rgba(59, 130, 246, 0.3);

    /* Typography scale */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --text-5xl: 3.5rem;
    --text-6xl: 4.5rem;
    --text-7xl: 6rem;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 5rem;
    --space-3xl: 8rem;

    /* Transitions */
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Reset & Base */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper {
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: var(--secondary);
    background: var(--bg-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator body.modal-active,
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper.modal-active {
    overflow: hidden;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* ============================================
   HERO SECTION - Dark, immersive, commanding
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero {
    position: relative;
    background: var(--gradient-hero);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Animated grain texture overlay */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    z-index: 1;
}

/* Geometric accent glow */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: var(--gradient-glow);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    z-index: 1;
    animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 0.4; }
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-main-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: var(--space-3xl) var(--space-lg);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    max-width: 1280px;
    margin: 0 auto;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-text-wrapper {
    max-width: 900px;
}

/* Eyebrow label */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold);
    margin-bottom: var(--space-lg);
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.8s var(--ease-out-expo) 0.2s forwards;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-eyebrow::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--gold);
}

/* Main title */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-title {
    font-family: 'Instrument Serif', Georgia, serif;
    font-weight: 400;
    font-size: clamp(var(--text-5xl), 12vw, var(--text-7xl));
    line-height: 0.95;
    color: var(--white);
    margin-bottom: var(--space-md);
    display: flex;
    flex-direction: column;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-title-line {
    display: block;
    opacity: 0;
    transform: translateY(60px);
    animation: revealUp 1s var(--ease-out-expo) forwards;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-title-line:nth-child(1) {
    animation-delay: 0.3s;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-title-line:nth-child(2) {
    animation-delay: 0.45s;
    color: var(--electric-bright);
}

/* Subtitle */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-subtitle {
    font-size: clamp(var(--text-lg), 2.5vw, var(--text-2xl));
    font-weight: 500;
    color: var(--slate-light);
    margin-bottom: var(--space-sm);
    opacity: 0;
    transform: translateY(30px);
    animation: revealUp 0.9s var(--ease-out-expo) 0.6s forwards;
}

/* Tagline */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-tagline {
    font-size: var(--text-lg);
    color: var(--slate);
    max-width: 55ch;
    margin-bottom: var(--space-xl);
    opacity: 0;
    transform: translateY(30px);
    animation: revealUp 0.9s var(--ease-out-expo) 0.75s forwards;
}

/* CTA Container */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-container {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    animation: revealUp 0.9s var(--ease-out-expo) 0.9s forwards;
}

/* Primary CTA - magnetic button */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 1.1rem 2.2rem;
    background: var(--gradient-accent);
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: var(--text-base);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary:hover::before {
    opacity: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary i {
    transition: transform 0.3s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-primary:hover i {
    transform: translateY(3px);
}

/* Secondary CTA */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    color: var(--slate-light);
    text-decoration: none;
    font-weight: 500;
    font-size: var(--text-base);
    transition: color 0.3s ease;
    cursor: pointer;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-secondary:hover {
    color: var(--electric-bright);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-secondary i {
    font-size: 0.75em;
    transition: transform 0.3s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-secondary:hover i {
    transform: translateX(4px);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about {
    padding: var(--space-3xl) 0;
    background: var(--bg-white);
    position: relative;
    overflow: visible;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-headline-wrapper {
    position: relative;
    margin-bottom: var(--space-lg);
}

/* Large decorative text */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-greeting-bg {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(8rem, 18vw, 14rem);
    font-weight: 400;
    color: var(--bg-light-gray);
    line-height: 0.8;
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-headline-wrapper h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl));
    font-weight: 400;
    line-height: 1.15;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    margin-bottom: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-headline-wrapper h3 {
    font-size: var(--text-lg);
    font-weight: 400;
    color: var(--secondary);
    position: relative;
    z-index: 1;
    max-width: 50ch;
}

/* Meta info badges */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-meta-info {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    position: relative;
    z-index: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .based-in-canada {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    padding: 0.5rem 1rem;
    background: var(--bg-light-gray);
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--dark-secondary);
}

/* About content */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-content {
    position: relative;
    z-index: 2;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-content p {
    color: var(--secondary);
    margin-bottom: var(--space-md);
    font-size: var(--text-lg);
    max-width: 55ch;
    line-height: 1.8;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-content strong {
    color: var(--dark-secondary);
    font-weight: 600;
}

/* Image wrapper - simple, no frame */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-image-wrapper {
    position: relative;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-image-wrapper img {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow-large);
    transition: transform 0.6s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-image-wrapper:hover img {
    transform: scale(1.02);
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .section-eyebrow-container {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .section-eyebrow {
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--primary);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .section-eyebrow-container::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: var(--primary);
    opacity: 0.3;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process {
    padding: var(--space-3xl) 0;
    background: var(--bg-light-gray);
    position: relative;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header .section-eyebrow-container {
    justify-content: center;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header .section-eyebrow-container::before,
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header .section-eyebrow-container::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--primary);
    opacity: 0.3;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(var(--text-3xl), 6vw, var(--text-5xl));
    font-weight: 400;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-header > p {
    font-size: var(--text-lg);
    color: var(--secondary);
    max-width: 50ch;
    margin: 0 auto;
}

/* Timeline */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: var(--space-lg) 0;
}

/* Vertical line */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(to bottom, transparent, #cbd5e1 10%, #cbd5e1 90%, transparent);
    z-index: 1;
}

/* Progress indicator */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-progress {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: var(--gradient-primary);
    height: 0;
    z-index: 2;
    transition: height 0.4s var(--ease-out-quart);
}

/* Timeline items */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item {
    position: relative;
    padding: var(--space-lg) 0;
    display: flex;
    width: 50%;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(odd) {
    left: 0;
    padding-right: var(--space-2xl);
    justify-content: flex-end;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(even) {
    left: 50%;
    padding-left: var(--space-2xl);
}

/* Timeline dot */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bg-light-gray);
    border: 3px solid #cbd5e1;
    z-index: 5;
    transition: all 0.4s var(--ease-out-expo);
    box-shadow: 0 0 0 4px var(--bg-light-gray);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(odd) .process-timeline-dot {
    right: -9px;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(even) .process-timeline-dot {
    left: -9px;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-dot.active {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-50%) scale(1.3);
}

/* Timeline content card */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-content {
    background: var(--bg-white);
    padding: var(--space-lg);
    border-radius: 16px;
    box-shadow: var(--shadow-medium);
    border: 1px solid rgba(0,0,0,0.05);
    width: 100%;
    opacity: 0.3;
    transition: all 0.6s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(odd) .process-timeline-content {
    text-align: right;
    transform: translateX(-30px);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(even) .process-timeline-content {
    text-align: left;
    transform: translateX(30px);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item.is-visible .process-timeline-content {
    opacity: 1;
    transform: translateX(0);
}

/* Timeline header */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-header {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item:nth-child(odd) .process-timeline-header {
    flex-direction: row-reverse;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary);
    border-radius: 50%;
    font-size: var(--text-xl);
    flex-shrink: 0;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-title {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: var(--text-xl);
    font-weight: 400;
    color: var(--dark-secondary);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-content > p {
    color: var(--secondary);
    font-size: var(--text-base);
    line-height: 1.7;
}

/* ============================================
   SKILLS TOOLKIT
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .skills-toolkit {
    padding: var(--space-3xl) 0;
    background: var(--bg-white);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card {
    background: var(--bg-light-gray);
    border-radius: 16px;
    padding: var(--space-xl);
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.4s var(--ease-out-expo);
    position: relative;
    overflow: hidden;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(37, 99, 235, 0.2);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-icon {
    font-size: var(--text-4xl);
    color: var(--primary);
    margin-bottom: var(--space-md);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card h4 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: var(--text-xl);
    font-weight: 400;
    color: var(--dark-secondary);
    margin-bottom: var(--space-md);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-xs);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .skill-pill {
    display: inline-block;
    background: var(--bg-white);
    color: var(--secondary);
    font-size: var(--text-sm);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .skill-pill:hover {
    background: var(--primary);
    color: var(--bg-white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

/* ============================================
   PORTFOLIO SECTION - Dark theme
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio {
    padding: var(--space-3xl) 0;
    background: var(--ink);
    position: relative;
}

/* Subtle pattern overlay */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
    position: relative;
    z-index: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header .section-eyebrow-container {
    justify-content: center;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header .section-eyebrow {
    color: var(--gold);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header .section-eyebrow-container::before,
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header .section-eyebrow-container::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--gold);
    opacity: 0.3;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-header h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(var(--text-3xl), 6vw, var(--text-5xl));
    font-weight: 400;
    color: var(--white);
}

/* Portfolio grid */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    position: relative;
    z-index: 1;
}

/* Portfolio card */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card {
    background: var(--ink-light);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.5s var(--ease-out-expo);
    display: flex;
    flex-direction: column;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card:hover {
    transform: translateY(-10px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card:hover .portfolio-card-image img {
    transform: scale(1.08);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-content {
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-sm);
    margin-bottom: var(--space-xs);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-title {
    font-family: 'Satoshi', sans-serif;
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .location-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--gold);
    background: var(--gold-soft);
    padding: 0.3rem 0.7rem;
    border-radius: 100px;
    white-space: nowrap;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-description {
    font-size: var(--text-base);
    color: var(--secondary);
    line-height: 1.6;
    margin-bottom: var(--space-md);
    flex-grow: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-actions {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: auto;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-link-primary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    padding: 0.6rem 1.2rem;
    background: var(--electric);
    color: var(--white) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: var(--text-sm);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-link-primary:hover {
    background: var(--electric-bright);
    transform: translateY(-2px);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-link-secondary {
    color: var(--slate-light);
    text-decoration: none;
    font-weight: 500;
    font-size: var(--text-sm);
    transition: color 0.3s ease;
    cursor: pointer;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-link-secondary:hover {
    color: var(--electric-bright);
}

/* CTA Card */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-cta-card {
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space-xl);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-cta-card:hover {
    transform: translateY(-10px);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-cta-content h3 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: var(--text-3xl);
    font-weight: 400;
    color: var(--bg-white);
    margin-bottom: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: var(--text-base);
    max-width: 35ch;
    margin: 0 auto var(--space-lg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .cta-button {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 1rem 2.5rem;
    background: var(--bg-white);
    color: var(--primary) !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-medium);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .cta-button i {
    transition: transform 0.3s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .cta-button:hover i {
    transform: translateX(4px);
}

/* ============================================
   CLIENT LOGOS
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos {
    padding: var(--space-3xl) 0;
    background: var(--bg-white);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos-header .section-eyebrow-container {
    justify-content: center;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos-header .section-eyebrow-container::before,
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos-header .section-eyebrow-container::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--primary);
    opacity: 0.3;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .client-logos-header h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
    font-weight: 400;
    color: var(--dark-secondary);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-xl) var(--space-2xl);
    max-width: 1100px;
    margin: 0 auto;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .logo-item {
    flex: 0 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .logo-item img {
    max-height: 100%;
    max-width: 140px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .logo-item:hover img {
    opacity: 1;
    transform: scale(1.1);
}

/* ============================================
   CONTACT SECTION - Simple email CTA
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact {
    padding: var(--space-3xl) 0;
    background: var(--white);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-simple {
    background: var(--ink);
    padding: var(--space-2xl);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Decorative glow */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-simple::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: var(--gradient-glow);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    pointer-events: none;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-simple h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
    font-weight: 400;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: var(--space-md);
    position: relative;
    z-index: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-simple p {
    font-size: var(--text-lg);
    color: var(--slate);
    margin-bottom: var(--space-sm);
    line-height: 1.7;
    max-width: 55ch;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-email-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    margin-top: var(--space-lg);
    padding: 1.2rem 2.5rem;
    background: var(--gradient-accent);
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: var(--text-lg);
    border-radius: 8px;
    transition: all 0.4s var(--ease-out-expo);
    position: relative;
    z-index: 1;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-email-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-email-btn i {
    font-size: var(--text-xl);
}

/* ============================================
   MODAL
   ============================================ */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-container {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: var(--space-lg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-container.is-open {
    display: flex;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.8);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-content {
    position: relative;
    z-index: 2001;
    background: var(--bg-white);
    border-radius: 16px;
    padding: var(--space-xl);
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-large);
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-container.is-open .modal-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-close-btn {
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light-gray);
    border: none;
    border-radius: 50%;
    font-size: var(--text-xl);
    color: var(--dark-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-close-btn:hover {
    background: var(--dark-secondary);
    color: var(--bg-white);
    transform: rotate(90deg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper #modal-body h3 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: var(--text-3xl);
    font-weight: 400;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-lg);
    padding-right: var(--space-xl);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper #modal-body .case-study-section {
    margin-bottom: var(--space-lg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper #modal-body .case-study-section h4 {
    font-family: 'Satoshi', sans-serif;
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--dark-secondary);
    margin-bottom: var(--space-xs);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper #modal-body .case-study-section h4 i {
    color: var(--primary);
    font-size: var(--text-lg);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper #modal-body .case-study-section p {
    color: var(--secondary);
    font-size: var(--text-base);
    line-height: 1.8;
    padding-left: calc(var(--text-lg) + var(--space-sm));
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s var(--ease-out-expo), transform 1s var(--ease-out-expo);
}

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animations */
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(1) { transition-delay: 0s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(4) { transition-delay: 0.3s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(5) { transition-delay: 0.4s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(6) { transition-delay: 0.5s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(7) { transition-delay: 0.6s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card.animate-on-scroll:nth-child(8) { transition-delay: 0.7s; }

.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card.animate-on-scroll:nth-child(1) { transition-delay: 0s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card.animate-on-scroll:nth-child(2) { transition-delay: 0.15s; }
.content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-card.animate-on-scroll:nth-child(3) { transition-delay: 0.3s; }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-image-wrapper {
        max-width: 450px;
        margin: 0 auto;
        order: -1;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-content {
        text-align: center;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-editorial-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-meta-info {
        justify-content: center;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .about-greeting-bg {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .toolkit-grid-v2 {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-simple {
        padding: var(--space-xl);
    }
}

@media (max-width: 768px) {
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero::after {
        width: 300px;
        height: 300px;
        right: -20%;
        top: 10%;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    :root {
        --space-3xl: 5rem;
        --space-2xl: 3rem;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-main-content {
        padding: var(--space-2xl) var(--space-md);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .hero-cta-container {
        flex-direction: column;
    }

    /* Timeline mobile layout */
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline::before,
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-progress,
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-dot {
        display: none;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-item {
        width: 100% !important;
        left: 0 !important;
        padding: 0 !important;
        margin-bottom: var(--space-md);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-content {
        text-align: left !important;
        opacity: 1;
        transform: none !important;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .process-timeline-header {
        flex-direction: row !important;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .contact-form {
        padding: var(--space-lg);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .modal-content {
        padding: var(--space-lg);
        margin: var(--space-sm);
    }
}

@media (max-width: 480px) {
    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .container {
        padding: 0 var(--space-md);
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .content-ahmed-hamed-wordpress-specialist-ai-integrator .ahmad-hamed-wp-expert-wrapper .portfolio-card-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */