
        nav.scrolled {
    color: rgba(0, 0, 0, 0.95) !important;
}
    .py-28 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
@media (max-width: 640px) { /* 640px is typical breakpoint for mobile */
    .h-96 {
        height: 31rem !important;
    }
}
img.logo-dark,
img[src*="logo-dark.png"] {
    width: 143px !important;
    height: auto !important;
}


    
        /* Custom styles that can't be handled by Tailwind */

        .py-20 {
        padding-top: 2rem!important;
        padding-bottom: 5rem!important;
    }
        
        .node {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #3b82f6;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }
        
        .connection {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, #3b82f6, transparent);
            transform-origin: left;
            animation: connect 3s infinite;
        }
        
        .dropdown-content {
            display: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            margin-top: -10px!important;
            margin-left: -100px!important;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(10px);
        }
        
        nav.scrolled.dark .dropdown-content {
            background: rgba(15, 23, 42, 0.98);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .mobile-dropdown-content {
            display: none;
        }
        
        .service-item:hover {
            background: rgba(59, 130, 246, 0.08);
            transform: translateX(5px);
        }
        
        nav.scrolled.dark .service-item:hover {
            background: rgba(59, 130, 246, 0.15);
        }
        
        .slider-slide {
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .slider-slide.active {
            opacity: 1;
            z-index: 10;
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
            opacity: 0;
            transition: opacity 0.5s ease, transform 0.5s ease;
            z-index: -1;
            border-radius: 15px;
        }
        
        .service-card:hover::before {
            opacity: 1;
            transform: scale(1.05);
        }
        
        .testimonial-card p::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 3rem;
            color: rgba(59, 130, 246, 0.3);
        }
        
        /* Navigation Link Underline Effect */
        .nav-links a {
            position: relative;
        }
        
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #3b82f6;
            transition: width 0.3s ease;
        }
        
        .nav-links a:hover::after {
            width: 100%;
        }
        
        /* Why Choose Us Section Styles */
        .feature-card {
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.2);
            border-left: 3px solid #3b82f6;
        }
        
        .feature-icon {
            transition: all 0.3s ease;
        }
        
        .feature-card:hover .feature-icon {
            transform: scale(1.1);
           
        }
        
        /* Project Card Styles */
        .project-card {
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .project-card img {
            transition: transform 0.5s ease;
        }
        
        .project-card:hover img {
            transform: scale(1.05);
        }
        
        .project-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
        }
        
        .project-card:hover .project-overlay {
            opacity: 1;
        }
        
        /* Technology Icon Styles */
        .tech-icon {
            transition: all 0.3s ease;
        }
        
        .tech-item:hover .tech-icon {
            transform: translateY(-5px);
            color: #3b82f6;
        }

        
        .node {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #3b82f6;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }
        
        .connection {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, #3b82f6, transparent);
            transform-origin: left;
            animation: connect 3s infinite;
        }
        
        .dropdown-content {
            display: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(10px);
        }
        
        nav.scrolled.dark .dropdown-content {
            background: rgba(15, 23, 42, 0.98);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .mobile-dropdown-content {
            display: none;
        }
        
        .service-item:hover {
            background: rgba(59, 130, 246, 0.08);
            transform: translateX(5px);
        }
        
        nav.scrolled.dark .service-item:hover {
            background: rgba(59, 130, 246, 0.15);
        }
        
        .slider-slide {
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .slider-slide.active {
            opacity: 1;
            z-index: 10;
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
            opacity: 0;
            transition: opacity 0.5s ease, transform 0.5s ease;
            z-index: -1;
            border-radius: 15px;
        }
        
        .service-card:hover::before {
            opacity: 1;
            transform: scale(1.05);
        }
        
        .testimonial-card p::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 3rem;
            color: rgba(59, 130, 246, 0.3);
        }
        
        /* Navigation Link Underline Effect */
        .nav-links a {
            position: relative;
        }
        
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #3b82f6;
            transition: width 0.3s ease;
        }
        
        .nav-links a:hover::after {
            width: 100%;
        }

        /* About Page Specific Styles */
        .timeline-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 3px;
            height: 100%;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
        }
        .fa-brands, .fab {
    font-weight: 400;
    margin-top: 0px;
}
        
        .team-member:hover .team-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
        }
        .slider-nav {
    display: none !important;
}


        .activeli {
                color: #3b82f6;
            }
        .active-inner{
            background-color: #3b82f670;
        }
        
        .logo-dark {
            width:143px;
            height:64px;
        }
           .logo-light {
            width:143px;
            height:64px;
            display:none;
        }
        
        
        .stat-card:hover, .value-card:hover {
            transform: translateY(-5px);
        }
        
        .code-icon::before {
            content: "</>";
        }

        
        .stat-card:hover, .value-card:hover {
            transform: translateY(-5px);
        }
        
        .app-icon::before {
            content: "ðŸ“±";
        }
        
        .mobile-icon::before {
            content: "ðŸ“²";
        }
        
          
        
        .stat-card:hover, .value-card:hover, .platform-card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }
        
        .cart-icon::before {
            content: "ðŸ›’";
        }
        
        .ecom-icon::before {
            content: "ðŸ’³";
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 16px;
            color: white;
        }
        
        .platform-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 20px;
            color: white;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .process-step {
            position: relative;
            padding-left: 80px;
            margin-bottom: 40px;
        }
        
        .process-step:before {
            content: "";
            position: absolute;
            left: 30px;
            top: 50px;
            bottom: -40px;
            width: 2px;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
        }
        
        .process-step:last-child:before {
            display: none;
        }
        
        

        
        .design-icon::before {
            content: "🎨";
        }
        
        .responsive-icon::before {
            content: "📱";
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 16px;
            color: white;
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 20px;
            color: white;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .process-step {
            position: relative;
            padding-left: 80px;
            margin-bottom: 40px;
        }
        
        .process-step:before {
            content: "";
            position: absolute;
            left: 30px;
            top: 50px;
            bottom: -40px;
            width: 2px;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
        }
        
        .process-step:last-child:before {
            display: none;
        }
        
        .step-number {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
        }
        
        .portfolio-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: flex-end;
            padding: 20px;
        }
        
        .portfolio-card:hover .portfolio-overlay {
            opacity: 1;
        }
        
        .uiux-hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .tool-card {
            transition: all 0.3s ease;
        }
        
        .tool-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
          .stat-card:hover, .platform-card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 16px;
            color: white;
        }
        
        .platform-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 20px;
            color: white;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .process-step {
            position: relative;
            padding-left: 80px;
            margin-bottom: 40px;
        }
        
        .process-step:before {
            content: "";
            position: absolute;
            left: 30px;
            top: 50px;
            bottom: -40px;
            width: 2px;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
        }
        
        .process-step:last-child:before {
            display: none;
        }
        
        .step-number {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
        }
        
        /* PPC-specific styles */
        .lead-form {
            background: white;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            padding: 2rem;
        }
        
        .urgency-badge {
            background: linear-gradient(to right, #ef4444, #f97316);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.875rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 1rem;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .trust-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
        }
        
        .trust-badge {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: #6b7280;
        }
        
        .guarantee-box {
            background: #f0f9ff;
            border-left: 4px solid #3b82f6;
            padding: 1rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid #e5e7eb;
        }
        
        .faq-item {
            border-bottom: 1px solid #e5e7eb;
            padding: 1.5rem 0;
        }
        
        .faq-question {
            font-weight: 600;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-answer {
            color: #6b7280;
            line-height: 1.6;
        }
        
        .phone-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
            color: #3b82f6;
            text-decoration: none;
        }
        
        .roi-calculator {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .platform-logo {
            height: 40px;
            filter: grayscale(100%);
            opacity: 0.7;
            transition: all 0.3s ease;
        }
        
        .platform-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
        }
        
    .bg-gradient-to-r{
        background: linear-gradient(to right, #2461e3 , #2461e3 )!important;
    }
    
    .new-css-bg{
        margin-top: 85px!important;
    }
    
          .about-hero {
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            position: relative;
            z-index: 10;
        }
        
        .canvas-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
                .network-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background:  #312e81 var(--tw-gradient-to-position);
        }
        
              .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .n8n-color {
            color: #2f5ef7;
        }
        
        .n8n-bg {
            background-color: #2f5ef7;
        }
        
        .n8n-gradient {
            background: linear-gradient(135deg, #2f5ef7 0%, #1e40af 100%);
        }