/*
Theme Name: Manassah Visual Theme
Theme URI: https://manassahaljouda.com/
Author: Valid Arjomand
Author URI: https://manassahaljouda.com/
Description: A WordPress theme inspired by Manassah Al Jouda's visual homepage.
Version: 1.0
Text Domain: manassah-visual
*/
body {
  margin: 0;
  font-family: 'Georgia', serif;
  background: #fff8f1;
  color: #2f2f2f;
}
header {
  text-align: center;
  padding: 40px 0 10px;
}
nav a {
  margin: 0 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.hero {
  background-color: #fef8ec;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  flex-wrap: wrap;
}
.hero-text {
  max-width: 500px;
}
.hero-text h1 {
  font-size: 2.2em;
  color: #1c2b1c;
}
.hero-text p {
  font-size: 1.1em;
}
.hero-text a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #1e4230;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.products {
  text-align: center;
  padding: 50px 20px;
}
.products h2 {
  font-size: 2em;
  margin-bottom: 30px;
}
footer {
  text-align: center;
  padding: 30px 20px;
  background: #f1e9dc;
  font-size: 0.95em;
}
