/*
Theme Name: BehnamJafari Exports
Theme URI: http://behnamjafari.ir
Author: Behnam Jafari
Author URI: http://behnamjafari.ir
Description: A clean, modern WordPress theme for dried fruits exports business.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: behnamjafari
Tags: one-column, custom-menu, responsive-layout, translation-ready
*/

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}

a {
  color: #2ECC71;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header, footer {
  background: linear-gradient(to right, #6A0DAD, #2ECC71);
  color: white;
  padding: 20px 40px;
}

nav a {
  color: white;
  margin: 0 15px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.hero {
  background: url('https://images.unsplash.com/photo-1584260848136-9c35c4381c94?auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px #000;
  text-align: center;
  padding: 20px;
}

.section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
}

.section h2 {
  color: #2ECC71;
  border-bottom: 2px solid #6A0DAD;
  padding-bottom: 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.product {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.product:hover {
  transform: translateY(-5px);
}

.product img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.product h3 {
  color: #6A0DAD;
  padding: 10px;
}

.product p {
  padding: 0 10px 15px;
  color: #555;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
}

.background-driedfruits {
  background: url('https://images.unsplash.com/photo-1635842400627-497f8b9ef5d9?auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
  padding: 60px 20px;
  color: white;
  text-align: center;
  font-size: 2rem;
  text-shadow: 2px 2px 4px #000;
}

body {
  font-feature-settings: "lnum";
}

