/*
Theme Name: My Portfolio
Theme URI: https://doctor.kfastsoft.com
Author: You
Description: Simple portfolio starter theme
Version: 1.0
Text Domain: my-portfolio
*/
body {margin:0;font-family:Poppins,Arial,sans-serif;background:#fff;color:#111;}
h1,h2,h3,h4 {margin:0 0 10px;font-weight:600;}
section{padding:60px 20px;}
.container{max-width:1100px;margin:auto;}
.hero-wrap{background:#e0f8f4;padding:120px 20px;}
.hero-inner{display:flex;align-items:center;gap:40px;flex-wrap:wrap;}
.skills {display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}
.badge{background:#fff;padding:8px 16px;border-radius:30px;box-shadow:0 2px 6px #0002;font-size:14px;}
.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;}
.project-card{border:1px solid #eee;border-radius:10px;overflow:hidden;}
.project-card img{width:100%;display:block;}
.footer{padding:40px 20px;text-align:center;background:#fafafa;margin-top:40px;}
