
.why_section .btn-box a:hover {
  background-color: #007fa4;
}

        .why_section {
            background-color: var(--section-bg);
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .why_section::before {
            content: "";
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, var(--accent-blue), var(--deep-purple));
            border-radius: 50%;
            opacity: 0.05;
            z-index: 0;
        }
        
        .why_section::after {
            content: "";
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, var(--primary-blue), var(--deep-purple));
            border-radius: 50%;
            opacity: 0.05;
            z-index: 0;
        }
        
        .section-header {
            position: relative;
            z-index: 1;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--deep-purple));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        
        .section-header p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            color: #4b5563;
        }
        
        .portfolio-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            background: white;
            z-index: 1;
            border: none;
        }
        
        .portfolio-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 30px rgba(37, 99, 235, 0.2);
        }
        
        .portfolio-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .portfolio-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .portfolio-card:hover .portfolio-img img {
            transform: scale(1.05);
        }
        
        .tech-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(5px);
            border-radius: 20px;
            padding: 5px 15px;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--primary-blue);
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .card-content {
            padding: 1.5rem;
        }
        
        .card-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--dark-bg);
        }
        
        .card-content p {
            color: #4b5563;
            font-size: 0.95rem;
            margin-bottom: 1.25rem;
            line-height: 1.6;
        }
        
        .project-features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
        }
        
        .project-features li {
            padding: 0.25rem 0;
            font-size: 0.9rem;
            position: relative;
            padding-left: 1.75rem;
            color: #4b5563;
        }
        
        .project-features li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: var(--primary-blue);
        }
        
        .dev-process {
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(124, 58, 237, 0.05));
            border-radius: 15px;
            padding: 2.5rem 2rem;
            margin: 3rem 0 2rem;
            position: relative;
            z-index: 1;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
            border: 1px solid rgba(59, 130, 246, 0.1);
        }
        
        .dev-process::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect x="0" y="0" width="200" height="200" fill="none" stroke="%233b82f6" stroke-width="0.5" stroke-dasharray="5,5"/></svg>');
            opacity: 0.05;
            border-radius: 15px;
            z-index: -1;
        }
        
        .process-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        
        .process-steps {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin: 0 auto;
            max-width: 800px;
        }
        
        .process-step {
            text-align: center;
            flex: 1;
            position: relative;
            z-index: 1;
        }
        
        .step-icon {
            width: 70px;
            height: 70px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            font-size: 1.5rem;
        }
        
        .step-title {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--dark-bg);
        }
        
        .step-desc {
            font-size: 0.9rem;
            color: #4b5563;
            max-width: 160px;
            margin: 0 auto;
        }
        
        .process-connector {
            position: absolute;
            top: 35px;
            left: 15%;
            width: 70%;
            height: 2px;
            background: linear-gradient(to right, var(--primary-blue), var(--deep-purple));
            z-index: 0;
        }
        
        .process-connector::before {
            content: "";
            position: absolute;
            top: -4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--primary-blue);
            animation: pulse 1.5s infinite;
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
        }
        
        .btn-custom {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 14px 36px;
            background: linear-gradient(135deg, var(--primary-blue), var(--deep-purple));
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-decoration: none;
            border-radius: 10px;
            border: none;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 5px 20px rgba(37, 99, 235, 0.3);
            margin-top: 1.5rem;
            z-index: 1;
        }
        
        .btn-custom:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
        }
        
        .btn-custom:active {
            transform: translateY(1px);
        }
        
        .btn-custom i {
            margin-right: 10px;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }
        
        .btn-custom:hover i {
            transform: translateX(5px);
        }
        
        .btn-container {
            text-align: center;
            margin-top: 3rem;
        }
        
        @media (max-width: 992px) {
            .process-steps {
                flex-wrap: wrap;
            }
            
            .process-step {
                flex: 0 0 50%;
                margin-bottom: 2rem;
            }
            
            .process-connector {
                display: none;
            }
            
            .section-header h2 {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 768px) {
            .process-step {
                flex: 0 0 100%;
            }
            
            .section-header h2 {
                font-size: 1.8rem;
            }
            
            .portfolio-img {
                height: 200px;
            }
        }
