* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Amazon Ember Display,Helvetica Neue,Helvetica,Arial,sans-serif !important;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }
        .main-container {
            display: flex;
            min-height: 100vh;
        }
        
        /* Sidebar Navigation */
        .sidebar {
            position: fixed;
            left: 0;
            top: 0;
            width: 280px;
            height: 100vh;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            padding: 40px 30px;
            z-index: 1000;
            box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
        }
        
        .sidebar-profile {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .sidebar-avatar {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 28px;
            font-weight: bold;
            margin: 0 auto 16px;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
        }
        
        .sidebar-name {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 4px;
        }
        
        .sidebar-title {
            font-size: 14px;
            color: #3b82f6;
            font-weight: 500;
        }
        
        .nav-menu {
            list-style: none;
        }
        
        .nav-item {
            margin-bottom: 8px;
        }
        
        .nav-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            color: #6b7280;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 14px;
            font-weight: 500;
        }
        
        .nav-link:hover,
        .nav-link.active {
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            color: white;
            transform: translateX(4px);
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
        }
        
        .nav-link i {
            width: 18px;
            height: 18px;
        }
        
        .sidebar-footer {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
        }
        
        .sidebar-contact {
            padding: 20px;
            background: rgba(59, 130, 246, 0.1);
            border-radius: 12px;
            text-align: center;
        }
        
        .sidebar-contact h4 {
            font-size: 14px;
            color: #1f2937;
            margin-bottom: 12px;
            font-weight: 600;
        }
        
        .contact-links {
            display: flex;
            justify-content: center;
            gap: 12px;
        }
        
        .contact-links a {
            width: 36px;
            height: 36px;
            background: rgba(59, 130, 246, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3b82f6;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .contact-links a:hover {
            background: #3b82f6;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Main Content */
        .content {
            flex: 1;
            margin-left: 280px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            min-height: 100vh;
        }
        
        .section {
            padding: 80px 60px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .section:first-child {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
        }
        
        .section h2 {
            font-size: 48px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .section h3 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 40px;
            position: relative;
        }
        
        .section h3::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 2px;
        }
        
        /* Hero Section */
        /*.hero {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    min-height: 100vh;*/
        /*    padding: 80px 60px;*/
        /*    margin-bottom: 200px; */
        /*}*/
        
        /*.hero-content {*/
        /*    max-width: 800px;*/
        /*}*/
        
        /*.hero-subtitle {*/
        /*    font-size: 24px;*/
        /*    color: #3b82f6;*/
        /*    font-weight: 600;*/
        /*    margin-bottom: 24px;*/
        /*    text-transform: uppercase;*/
        /*    letter-spacing: 2px;*/
        /*}*/
        
        /*.hero-description {*/
        /*    font-size: 18px;*/
        /*    color: #6b7280;*/
        /*    line-height: 1.8;*/
        /*    margin-bottom: 40px;*/
        /*    max-width: 600px;*/
        /*}*/
        
        /*.hero-stats {*/
        /*    display: flex;*/
        /*    gap: 40px;*/
        /*    margin-top: 40px;*/
        /*}*/
        
        /*.stat-item {*/
        /*    text-align: center;*/
        /*}*/
        
        /*.stat-number {*/
        /*    font-size: 32px;*/
        /*    font-weight: 700;*/
        /*    color: #3b82f6;*/
        /*    display: block;*/
        /*}*/
        
        /*.stat-label {*/
        /*    font-size: 14px;*/
        /*    color: #6b7280;*/
        /*    text-transform: uppercase;*/
        /*    letter-spacing: 1px;*/
        /*    margin-top: 4px;*/
        /*}*/
        
        /* Skills Section */
        .skills-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }
        
        .skill-category {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .skill-category:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .skill-category h4 {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            font-size: 20px;
        }
        
        .skill-category h4 i {
            padding: 8px;
            border-radius: 8px;
            color: white;
        }
        
        /*.frontend-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }*/
        /*.backend-icon { background: linear-gradient(135deg, #10b981, #059669); }*/
        /*.database-icon { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }*/
        /*.cloud-icon { background: linear-gradient(135deg, #f59e0b, #d97706); }*/
        /*.mobile-icon { background: linear-gradient(135deg, #ef4444, #dc2626); }*/
        /*.tools-icon { background: linear-gradient(135deg, #6366f1, #4f46e5); }*/
        
        .skill-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .skill-tag {
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: default;
        }
        
        .skill-tag:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .frontend { background: rgba(59, 130, 246, 0.1); color: #1e40af; border: 1px solid rgba(59, 130, 246, 0.2); }
        .backend { background: rgba(16, 185, 129, 0.1); color: #065f46; border: 1px solid rgba(16, 185, 129, 0.2); }
        .database { background: rgba(139, 92, 246, 0.1); color: #5b21b6; border: 1px solid rgba(139, 92, 246, 0.2); }
        .cloud { background: rgba(245, 158, 11, 0.1); color: #92400e; border: 1px solid rgba(245, 158, 11, 0.2); }
        .mobile { background: rgba(239, 68, 68, 0.1); color: #991b1b; border: 1px solid rgba(239, 68, 68, 0.2); }
        .tools { background: rgba(99, 102, 241, 0.1); color: #3730a3; border: 1px solid rgba(99, 102, 241, 0.2); }
        
        /* Experience Section */
        .experience-timeline {
            position: relative;
            padding-left: 40px;
        }
        
        .experience-timeline::before {
            content: '';
            position: absolute;
            left: 11px;
            top: 50px;
            bottom: 0;
            width: 2px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        }
        
        .experience-item {
            position: relative;
            background: white;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .experience-item:hover {
            transform: translateX(8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .experience-item::before {
            content: '';
            position: absolute;
            left: -41px;
            top: 40px;
            width: 16px;
            height: 16px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 50%;
            border: 4px solid white;
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
        }
        
        .experience-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 12px;
        }
        
        .experience-header h4 {
            font-size: 24px;
            font-weight: 700;
            color: #1f2937;
        }
        
        .experience-period {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6b7280;
            font-size: 14px;
            font-weight: bold;
            background: rgba(59, 130, 246, 0.1);
            padding: 6px 12px;
            border-radius: 20px;
        }
        
        .company {
            color: #3b82f6;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 18px;
        }
        
        .responsibilities {
            list-style: none;
        }
        
        .responsibilities li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
            color: #4b5563;
            line-height: 1.6;
        }
        
        .responsibilities li::before {
            content: '';
            width: 6px;
            height: 6px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 50%;
            margin-top: 8px;
            flex-shrink: 0;
        }
        
        /* Projects Section */
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 40px;
        }
        
        .project-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .project-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }
        
        /* Image scroll preview in card */
/* Card Preview Image (scrolls on hover) */
.project-image-scroll {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}

.project-image-scroll img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: transform 5s linear;
  display: block;
}

.project-image-scroll:hover img {
  transform: translateY(calc(-100% + 220px));
}

.project-label {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  pointer-events: none;
}

/* MODAL Styles */






.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  overflow-y: auto; /* important */
}

.modal-content-wrapper {
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.modal-content {
  max-width: 90%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.modal-video {
  width: 90%;
  max-width: 960px;
  max-height: 80vh;
  border-radius: 12px;
  background: black;
}

.modal-content:hover {
  transform: scale(1.02);
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.modal-controls {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.modal-video {
  width: 100%;
  max-width: 90vw;
  aspect-ratio: 16 / 9;
  max-height: 80vh;
  border-radius: 12px;
  background: black;
  display: block;
}

.modal-controls button {
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  font-size: 30px;
  margin: 0 20px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
}
.arrow {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 9999;
    transition: background 0.3s ease;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.left-arrow {
  left: 30px;
}

.right-arrow {
  right: 30px;
}


        .project-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="90" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        }
        
        .project-content {
            padding: 30px;
        }
        
        .project-content h4 {
            font-size: 22px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 12px;
        }
        
        .project-description {
            color: #6b7280;
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 15px;
        }
        
        .project-tech {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 24px;
        }
        
        .tech-tag {
            padding: 6px 12px;
            background: rgba(59, 130, 246, 0.1);
            color: #3b82f6;
            border-radius: 16px;
            font-size: 12px;
            font-weight: 600;
            border: 1px solid rgba(59, 130, 246, 0.2);
        }
        
        .project-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #3b82f6;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            padding: 12px 20px;
            background: rgba(59, 130, 246, 0.1);
            border-radius: 25px;
            border: 1px solid rgba(59, 130, 246, 0.2);
            transition: all 0.3s ease;
        }
        
        .project-link:hover {
            background: #3b82f6;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        }
        
        /* Education Section */
        .education-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 40px;
        }
        
        .education-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .education-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .education-card h4 {
            font-size: 22px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .education-card h4 i {
            padding: 8px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            color: white;
            border-radius: 8px;
        }
        
        .education-item {
            margin-bottom: 20px;
            padding: 20px;
            background: rgba(59, 130, 246, 0.02);
            border-radius: 12px;
            border-left: 4px solid #3b82f6;
        }
        
        .education-item h5 {
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 6px;
            font-size: 16px;
        }
        
        .education-item .institution {
            color: #3b82f6;
            margin-bottom: 4px;
            font-weight: 600;
        }
        
        .education-item .period {
            color: #6b7280;
            font-size: 14px;
        }
        
        .education-item a i {
          stroke: #3b82f6;
          transition: stroke 0.2s ease;
        }
        
        .education-item a:hover i {
          stroke: #1d4ed8;
        }
        
        .certification-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding: 16px;
            background: rgba(16, 185, 129, 0.05);
            border-radius: 12px;
            border-left: 4px solid #10b981;
            transition: transform 0.3s ease;
        }
        
        .certification-item:hover {
            transform: translateX(4px);
        }
        
        .certification-item i {
            color: #10b981;
            background: rgba(16, 185, 129, 0.1);
            padding: 8px;
            border-radius: 8px;
        }
        
        .certification-item span {
            color: #1f2937;
            font-weight: 600;
        }
        
        /* Mobile Responsive */
        @media (max-width: 1024px) {
            .sidebar {
                transform: translateX(-100%);
                transition: transform 0.3s ease;
            }
            
            .sidebar.active {
                transform: translateX(0);
            }
            
            .content {
                margin-left: 0;
            }
            
            .section {
                padding: 60px 40px;
            }
            
            .hero {
                padding: 60px 40px;
            }
        }
        
        @media (max-width: 768px) {
            .section {
                padding: 40px 24px;
            }
            
            .hero {
                /*padding: 40px 24px;*/
                margin-bottom: 450px !important;
            }
            
            .section h2 {
                font-size: 36px;
            }
            
            .section h3 {
                font-size: 28px;
            }
            
            .hero-subtitle {
                font-size: 18px;
            }
            
            .hero-description {
                font-size: 16px;
            }
            
            .hero-stats {
                flex-wrap: wrap;
                gap: 24px;
            }
            
            .skills-grid,
            .projects-grid,
            .education-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            
            .experience-timeline {
                /*padding-left: 24px;*/
            }
            
            .experience-item::before {
                left: -41px;
            }
        }
        
        /* Mobile Menu Button */
        .mobile-menu-btn {
            display: none;
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 1001;
            background: rgba(59, 130, 246, 0.9);
            color: white;
            border: none;
            padding: 12px;
            border-radius: 8px;
            cursor: pointer;
            backdrop-filter: blur(10px);
        }
        
        @media (max-width: 1024px) {
            .mobile-menu-btn {
                display: block;
            }
        }
        
        /* Scroll Animation */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }