/*
Theme Name: Shraddha's Atelier Customizable
Theme URI: https://shraddhasatelier.com
Author: Shraddha's Atelier Team
Description: A dynamic theme with Customizer support for homepage images.
Version: 1.0
Text Domain: shraddhas-atelier-customizer
*/
body, html { margin:0; padding:0; font-family: Arial, sans-serif; }
header { background:#fff; border-bottom:1px solid #eaeaea; }
.navbar { max-width:1200px; margin:0 auto; padding:20px; display:flex; justify-content:space-between; align-items:center; }
.navbar a { text-decoration:none; color:#333; font-weight:bold; margin-left:15px; }
.hero { position:relative; height:80vh; display:flex; justify-content:center; align-items:center; text-align:center; }
.hero h1 { color:#2D3A36; font-size:48px; margin-bottom:20px; }
.hero p { color:#555; font-size:20px; margin-bottom:30px; }
.hero a { text-decoration:none; background:#2D3A36; color:#fff; padding:15px 40px; border-radius:50px; }
.section { max-width:1200px; margin:60px auto; padding:0 20px; }
.features { background:#FCF9F4; padding:60px 0; display:flex; gap:20px; flex-wrap:wrap; }
.feature-item { flex:1; min-width:250px; text-align:center; }
.feature-item img { width:100%; height:auto; border-radius:8px; }
.feature-item h3 { color:#2D3A36; margin:15px 0 10px; }
.feature-item p { color:#555; }
.about { display:flex; flex-wrap:wrap; gap:20px; align-items:center; background:#fff; padding:60px 20px; }
.about-text { flex:1; min-width:300px; }
.about-text h2 { color:#2D3A36; }
.about-text p { color:#555; }
.about-img { flex:1; min-width:300px; }
.about-img img { width:100%; border-radius:8px; }
footer { background:#333; color:#fff; text-align:center; padding:20px; }
