/*
Theme Name: Astra Child
Theme URI: https://www.zhaket.com/store/web/nagatheme/
Description: Astra Child Theme Developed By NagaTheme
Author: NagaTheme
Author URI: https://NagaTheme.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
Version: 3.9.2
*/

/* = Theme customization starts below here
------------------------------------------------------------------------ */

/* نمونه استایل اختصاصی برای Actor */
.actor-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #fff;
}

.actor-card h2 {
  font-size: 20px;
  color: #e50914; /* رنگ قرمز سینمایی */
}

.actor-card img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.btn-actor {
  display: inline-block;
  background: #e50914;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-actor:hover {
  background: #b20710;
}
.actor-profile {
  max-width: 900px;
  margin: auto;
  font-family: Vazir, sans-serif;
}

.actor-header img {
  border-radius: 8px;
  margin-bottom: 15px;
}

.actor-name {
  font-size: 28px;
  margin: 10px 0;
}

.actor-meta {
  color: #555;
  font-size: 16px;
}

.actor-video {
  margin: 20px 0;
}

.actor-skills ul {
  list-style: none;
  padding: 0;
}
.actor-skills li {
  display: inline-block;
  background: #eee;
  margin: 5px;
  padding: 6px 12px;
  border-radius: 4px;
}

.btn-actor {
  display: inline-block;
  background: #e50914;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-actor:hover {
  background: #b20710;
}
.actor-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  transition: box-shadow 0.3s;
}
.actor-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.actor-thumb img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.actor-info {
  margin-top: 10px;
}
.actor-name {
  font-size: 20px;
  margin: 5px 0;
}
.actor-meta {
  color: #555;
  font-size: 14px;
}
.actor-skills ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.actor-skills li {
  display: inline-block;
  background: #eee;
  margin: 3px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
}
.btn-actor {
  display: inline-block;
  background: #e50914;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-actor:hover {
  background: #b20710;
}
.hero {
  text-align: center;
  padding: 80px 20px;
  background: #000;
  color: #fff;
}
.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.hero p {
  font-size: 18px;
  margin-bottom: 20px;
}
.btn-actor {
  background: #e50914;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
}
.search {
  padding: 40px 20px;
  text-align: center;
}
.featured-actors {
  padding: 40px 20px;
}