/* ===========================
   پایه و تنظیمات کلی
=========================== */
:root{
  --primary:#7a1f1b;
  --accent:#f1b842;
  --muted:#6b6b6b;
  --maxw:1200px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Vazirmatn",system-ui,-apple-system,"Segoe UI",Roboto,Arial;
  background:#fff;
  color:#222;
  direction:rtl;
  overflow-x:hidden;
}

/* ===========================
   نوار بالا (ناوبری)
=========================== */
.container{
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 28px;
}

.topbar{
  padding:20px 0;
}

.top-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-list{
  display: flex;
  align-items:center;
  list-style:none;
  padding:0;
  margin:0;
  width: 100%;
  justify-content: space-between; /* توزیع مساوی از راست تا چپ */
}

/* ===========================
   استایل لینک‌های منو
=========================== */
.nav-list li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.nav-list img {
  height: 20px;
  display: block;
  opacity: 0.70;
  transition: all .3s ease;
}

.nav-list img:hover {
  opacity: 1;
}

/* استایل لوگو - بزرگتر کردن Asset 78 */
.logo-item img {
  height: 58px; /* بزرگتر از قبل */
  transition: all .3s ease;
}

/* استایل زبان‌ها - کوچکتر کردن Asset 81, 82, 83 */
.nav-list li:nth-last-child(1) img, /* EN - Asset 83 */
.nav-list li:nth-last-child(2) img, /* AR - Asset 82 */
.nav-list li:nth-last-child(3) img { /* FA - Asset 81 */
  height: 22px;
}

/* بزرگتر شدن هنگام هاور روی Assetهای مشخص شده */
.nav-list li:nth-last-child(1) img:hover, /* EN - Asset 83 */
.nav-list li:nth-last-child(2) img:hover, /* AR - Asset 82 */
.nav-list li:nth-last-child(3) img:hover, /* FA - Asset 81 */
.nav-list li:nth-child(1) img:hover, /* Asset 74 */
.nav-list li:nth-child(2) img:hover, /* Asset 75 */
.nav-list li:nth-child(3) img:hover, /* Asset 76 */
.nav-list li:nth-child(4) img:hover, /* Asset 77 */
.nav-list li:nth-child(6) img:hover, /* Asset 79 */
.nav-list li:nth-child(7) img:hover { /* Asset 80 */
  transform: scale(1.15);
  opacity: 1;
}

/* ===========================
   بخش اصلی (Hero)
=========================== */
.hero{
  padding:28px 0 60px;
}

.hero-grid {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  min-height: 500px;
}

.text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.headline-container {
  margin-bottom: 20px;
}

.headline-imgs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.headline-part {
  display: block;
  max-width: 100%;
  height: auto;
}

.images-col {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

/* ===========================
   ستون چپ — تصویر اصلی (Asset 88)
=========================== */
.card{
  border-radius:22px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
}

.card img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}

.card-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ===========================
   ستون راست — تیتر و متن (Asset 84,85)
=========================== */
.headline-part{
  max-width:380px;
  height:auto;
  display:block;
}

.lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  max-width: 520px;
  text-align: justify;
  line-height: 1.8;
  flex-grow: 1;
}

.btn-outline {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 2px solid rgba(122,31,27,0.15);
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all .3s ease;
  width: fit-content;
  cursor: pointer;
}

.btn-outline:hover{
  background:var(--primary);
  color:#fff;
  border-color:var(--primary);
  transform: scale(1.05);
}



/* ===========================
   ریسپانسیو
=========================== */
@media (max-width:1100px){
  .hero-grid{
    flex-direction: column-reverse;
    align-items: center;
    min-height: auto;
  }
  
  .text-col {
    width: 100%;
    text-align: center;
  }
  
  .headline-container {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .headline-imgs {
    align-items: center;
  }
  
  .images-col{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
  }
  
  .card-center{
    width: 300px;
  }
  
  .headline-part{
    max-width:300px;
  }
  
  .lead{
    max-width:720px;
    text-align:center;
    margin: 18px auto 0;
  }
  
  .nav-list {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .nav-list img {
    height: 18px;
  }
  
  .nav-list li:nth-last-child(1) img,
  .nav-list li:nth-last-child(2) img,
  .nav-list li:nth-last-child(3) img {
    height: 20px;
  }
  
  .logo-item img {
    height: 46px;
    order: -1; /* لوگو به بالا منتقل شود */
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  
  /* تنظیم مجدد ترتیب آیتم‌ها در موبایل */
  .nav-list {
    justify-content: space-around;
  }
}

@media (max-width:768px){
  .hero-grid {
    gap: 1rem;
  }
  
  .hero {
    padding: 20px 0 40px;
  }
  
  .container {
    padding: 0 20px;
  }
  
  .nav-list {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .logo-item img {
    height: 42px;
  }
}

@media (max-width:480px){
  .headline-part{
    max-width:240px;
  }
  
  .card-center{
    width:220px;
  }
  
  .btn-outline{
    font-size:13px;
    padding:8px 12px;
  }
  
  .nav-list {
    gap: 10px;
  }
  
  .nav-list img {
    height: 16px;
  }
  
  .nav-list li:nth-last-child(1) img,
  .nav-list li:nth-last-child(2) img,
  .nav-list li:nth-last-child(3) img {
    height: 18px;
  }
  
  .logo-item img {
    height: 38px;
  }
  
  .social {
    height: 38px;
  }
  
  /* در موبایل‌های کوچک، منو در دو ردیف نمایش داده شود */
  .nav-list li {
    flex: 0 0 auto;
  }
}
/* ===========================
   سایدبار برای موبایل
=========================== */
.menu-toggle {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle img {
  height: 24px;
  width: 24px;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 15px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.sidebar.active {
  right: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.sidebar-logo {
  height: 40px;
}

.close-btn {
  font-size: 28px;
  color: var(--primary);
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.sidebar-menu li {
  margin: 0;
}

.sidebar-menu li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar-menu li a img {
  height: 20px;
  margin-left: 10px;
  opacity: 0.8;
}

.sidebar-menu li a:hover {
  background: #f9f9f9;
  color: var(--primary);
}

.sidebar-menu li a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.sidebar-languages {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.sidebar-languages a img {
  height: 24px;
  transition: all 0.3s ease;
}

.sidebar-languages a:hover img {
  transform: scale(1.15);
}

.sidebar-footer {
  text-align: center;
  padding: 20px;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

/* overlay برای زمانی که سایدبار باز است */
body.sidebar-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}

/* ===========================
   ریسپانسیو - سایدبار
=========================== */
@media (max-width: 1100px) {
  .menu-toggle {
    display: block;
    position: absolute;
    right: 28px; /* تغییر از left به right */
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-list {
    display: none !important;
  }

  .top-inner {
    position: relative;
    justify-content: center;
  }

  .logo-item {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sidebar {
    width: 260px;
  }
  
  .menu-toggle {
    right: 20px; /* تغییر از left به right */
  }
}

@media (max-width: 480px) {
  .sidebar {
    width: 240px;
  }
  
  .menu-toggle img {
    height: 22px;
    width: 22px;
  }
  
  .menu-toggle {
    right: 15px; /* تغییر از left به right */
  }
  
  .sidebar-menu li a {
    padding: 12px 15px;
    font-size: 15px;
  }
}

/* ===========================
   بخش درباره فینیکس
=========================== */
.about-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.about-grid {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.about-image-col {
  flex: 1;
}

.about-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-content-col {
  flex: 1;
}

.about-header {
  margin-bottom: 30px;
}

.about-title {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.about-subtitle {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.about-text h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-text p {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
}

.about-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  margin: 40px 0;
  width: 100%;
}

.about-highlight h4 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

/* ===========================
   ریسپانسیو بخش درباره فینیکس
=========================== */
@media (max-width: 1100px) {
  .about-grid {
    gap: 3rem;
  }
  
  .about-text p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }
  
  .about-grid {
    flex-direction: column;
    gap: 2rem;
  }
  
  .about-image-col,
  .about-content-col {
    width: 100%;
  }
  
  .about-title {
    max-width: 250px;
    margin: 0 auto 15px;
  }
  
  .about-subtitle {
    max-width: 350px;
    margin: 0 auto;
  }
  
  .about-text h3 {
    font-size: 18px;
    text-align: center;
  }
  
  .about-text p {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 40px 0;
  }
  
  .about-title {
    max-width: 200px;
  }
  
  .about-subtitle {
    max-width: 280px;
  }
  
  .about-text h3 {
    font-size: 16px;
  }
  
  .about-text p {
    font-size: 13px;
    line-height: 1.7;
  }
  
  .about-divider {
    margin: 30px 0;
  }
}

/* ===========================
   بخش تولیدات ما - چیدمان 6 تایی در یک سطر
=========================== */
.products-section {
  padding: 80px 0;
  background: #fff;
}

.products-header {
  text-align: center;
  margin-bottom: 30px;
}

.products-title {
  max-width: 300px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.products-subtitle {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-subtitle img {
  max-width: 500px;
  height: auto;
  display: block;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
  max-width: 1400px;
  margin: 0 auto 60px;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
  height: 100%;
}

.product-card:hover {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.product-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-content h4 {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.4;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-content p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.products-actions {
  text-align: center;
}

.products-actions .btn-outline {
  display: inline-block;
}

/* ===========================
   ریسپانسیو بخش تولیدات ما
=========================== */
@media (max-width: 1400px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1000px;
  }
  
  .product-card {
    padding: 30px 20px;
  }
  
  .product-circle {
    width: 100px;
    height: 100px;
  }
  
  .product-content h4 {
    font-size: 15px;
  }
  
  .product-content p {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .products-subtitle img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .products-section {
    padding: 60px 0;
  }
  
  .products-title {
    max-width: 250px;
  }
  
  .products-subtitle {
    margin-bottom: 50px;
  }
  
  .products-subtitle img {
    max-width: 300px;
  }
  
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
  }
  
  .product-card {
    padding: 25px 20px;
  }
  
  .product-circle {
    width: 100px;
    height: 100px;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .product-content h4 {
    font-size: 15px;
    min-height: 40px;
  }
  
  .product-content p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 40px 0;
  }
  
  .products-title {
    max-width: 200px;
  }
  
  .products-subtitle {
    margin-bottom: 40px;
  }
  
  .products-subtitle img {
    max-width: 250px;
  }
  
  .products-grid {
    gap: 15px;
    margin-bottom: 40px;
  }
  
  .product-card {
    padding: 20px 15px;
  }
  
  .product-circle {
    width: 80px;
    height: 80px;
    padding: 12px;
    margin-bottom: 15px;
  }
  
  .product-content h4 {
    font-size: 14px;
    min-height: 35px;
  }
  
  .product-content p {
    font-size: 12px;
  }
}

/* ===========================
   بخش محصولات خشک
=========================== */
.dried-products-section {
  padding: 80px 0;
}

.dried-products-hero {
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
  width: 100%;
  text-align: center;
}

.main-dried-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.dried-title-overlay {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
}

.dried-products-title {
  max-width: 330px;
  height: auto;
  display: block;
}

.dried-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.dried-product-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.dried-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-color: var(--primary);
}

.dried-product-card h4 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.dried-product-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.empty-card {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px dashed #dee2e6;
}

.empty-card h4 {
  color: var(--muted);
}

.empty-card p {
  color: #6c757d;
}

.dried-products-actions {
  text-align: center;
}

.dried-products-actions .btn-outline {
  display: inline-block;
}

/* ===========================
   ریسپانسیو بخش محصولات خشک
=========================== */
@media (max-width: 1200px) {
  .dried-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .dried-products-section {
    padding: 60px 0;
  }
  
  .dried-title-overlay {
    top: 30px;
    right: 30px;
  }
  
  .dried-products-title {
    max-width: 200px;
  }
  
  .dried-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .dried-product-card {
    padding: 20px 15px;
  }
  
  .dried-product-card h4 {
    font-size: 15px;
  }
  
  .dried-product-card p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .dried-products-section {
    padding: 50px 0;
  }
  
  .dried-products-hero {
    margin-bottom: 40px;
  }
  
  .dried-title-overlay {
    top: 20px;
    right: 20px;
  }
  
  .dried-products-title {
    max-width: 150px;
  }
  
  .dried-products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  
  .dried-product-card {
    padding: 20px;
  }
  
  .dried-product-card h4 {
    font-size: 16px;
  }
  
  .dried-product-card p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .dried-products-section {
    padding: 40px 0;
  }
  
  .dried-title-overlay {
    top: 15px;
    right: 15px;
  }
  
  .dried-products-title {
    max-width: 120px;
  }
  
  .dried-products-grid {
    gap: 12px;
    margin-bottom: 30px;
  }
  
  .dried-product-card {
    padding: 15px;
  }
  
  .dried-product-card h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .dried-product-card p {
    font-size: 12px;
    line-height: 1.5;
  }
}


/* ===========================
   بخش جدید
=========================== */
/* ===========================
   بخش جدید
=========================== */
.new-section {
  padding: 60px 0;
  background: #fff;
}

.new-section-grid {
  display: flex;
  align-items: stretch; /* پر کردن ارتفاع */
  gap: 20px; /* کاهش گپ */
  max-width: 100%;
  height: 100%;
}

.new-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px; /* کاهش گپ داخلی */
  min-width: 0;
  height: 100%;
}

.new-header {
  text-align: right;
  flex-shrink: 0; /* جلوگیری از کوچک شدن */
}

.new-title {
  max-width: 100%;
  height: auto;
  display: block;
  width: auto;
}

.new-image {
  text-align: right;
  flex: 1; /* پر کردن فضای باقیمانده */
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.new-content-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  object-fit: contain;
}

.new-sidebar-col {
  flex: 2; /* فضای بیشتر برای تصویر بزرگ */
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.new-side-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  object-fit: cover; /* پر کردن فضای تگ */
}

/* ===========================
   ریسپانسیو بخش جدید
=========================== */
@media (max-width: 1200px) {
  .new-section-grid {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .new-section {
    padding: 50px 0;
  }
  
  .new-section-grid {
    gap: 12px;
  }
  
  .new-content-col {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .new-section {
    padding: 40px 0;
  }
  
  .new-section-grid {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  
  .new-header {
    text-align: center;
  }
  
  .new-image {
    justify-content: center;
    height: 300px;
  }
  
  .new-sidebar-col {
    height: 400px;
  }
  
  .new-side-image {
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .new-section {
    padding: 30px 0;
  }
  
  .new-section-grid {
    gap: 15px;
  }
  
  .new-content-col {
    gap: 10px;
  }
  
  .new-image {
    height: 250px;
  }
  
  .new-sidebar-col {
    height: 300px;
  }
}



 /* 🎨 استایل مخصوص بخش کافی ماگ */
  .coffee-section {
    font-family: "Vazir", sans-serif;
    direction: rtl;
    background-color: #fff;
    padding: 60px 40px;
  }

  .coffee-section .coffee-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  /* سمت چپ: تیتر و تصویر */
  .coffee-section .coffee-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }

  .coffee-section .coffee-info img:first-of-type {
    width: 260px;  /* تیتر (asset112) */
    margin-bottom: 20px;
  }

  .coffee-section .coffee-info img:last-of-type {
    width: 330px;  /* تصویر زیر تیتر (asset113) */
    border-radius: 12px;
  }

  /* سمت راست: تصویر اصلی */
  .coffee-section .coffee-main img {
    width: 600px;  /* asset114 */
    height: auto;
    border-radius: 8px;
  }

  /* واکنش‌گرا برای موبایل */
  @media (max-width: 900px) {
    .coffee-section .coffee-container {
      flex-direction: column;
      gap: 40px;
    }

    .coffee-section .coffee-info {
      align-items: center;
      text-align: center;
    }

    .coffee-section .coffee-info img:first-of-type {
      width: 200px;
    }

    .coffee-section .coffee-info img:last-of-type {
      width: 260px;
    }

    .coffee-section .coffee-main img {
      width: 90%;
    }
  }


  /* 🎨 استایل اختصاصی بخش دوم کافی ماگ */
  .coffee-section-2 {
    font-family: "Vazir", sans-serif;
    direction: rtl;
    background-color: #fff;
    padding: 60px 40px;
  }

  .coffee2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  /* ستون سمت چپ */
  .coffee2-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    max-width: 400px;
  }

  .coffee2-info img {
    width: 260px; /* تیتر تصویری (asset115) */
    margin-bottom: 25px;
  }

  .coffee2-text {
    background-color: #faf6f0;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e4d6b5;
  }

  .coffee2-text h3 {
    color: #7b1c1c;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .coffee2-text p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.9;
    color: #333;
    text-align: justify;
  }

  /* ستون سمت راست */
  .coffee2-main img {
    width: 600px;
    height: auto;
    border-radius: 10px;
  }

  /* واکنش‌گرا برای موبایل */
  @media (max-width: 900px) {
    .coffee2-container {
      flex-direction: column;
      gap: 40px;
    }

    .coffee2-info {
      align-items: center;
      text-align: center;
    }

    .coffee2-info img {
      width: 200px;
    }

    .coffee2-text {
      text-align: center;
      max-width: 90%;
    }

    .coffee2-main img {
      width: 90%;
    }
  }

/* ===========================
   بخش جوایز
=========================== */
.awards-section {
    font-family: "Vazir", sans-serif;
    direction: rtl;
    background-color: #fff;
    padding: 60px 40px;
}

.awards-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.awards-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.awards-main-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

.awards-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.awards-header-img {
  max-width: 40%;
  height: auto;
  display: block;
}

.awards-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.awards-text h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.intro-text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}

.awards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.award-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border-right: 4px solid var(--primary);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.award-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateX(-5px);
}

.award-title {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.award-desc {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

/* ===========================
   ریسپانسیو بخش جوایز
=========================== */
@media (max-width: 992px) {
  .awards-section {
    padding: 50px 0;
  }
  
  .awards-container {
    gap: 25px;
  }
  
  .awards-info {
    gap: 15px;
  }
  
  .awards-text {
    gap: 12px;
  }
  
  .awards-list {
    gap: 10px;
  }
  
  .award-item {
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .awards-section {
    padding: 40px 0;
  }
  
  .awards-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .awards-text h3 {
    text-align: center;
  }
  
  .intro-text {
    text-align: center;
  }
  
  .award-item {
    border-right: none;
    border-bottom: 4px solid var(--primary);
  }
  
  .award-item:hover {
    transform: translateY(-3px);
  }
  
  .awards-main-image {
    max-height: 300px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .awards-section {
    padding: 30px 0;
  }
  
  .awards-container {
    gap: 25px;
  }
  
  .awards-info {
    gap: 12px;
  }
  
  .awards-text {
    gap: 10px;
  }
  
  .awards-list {
    gap: 8px;
  }
  
  .award-item {
    padding: 10px;
  }
  
  .award-title {
    font-size: 13px;
  }
  
  .award-desc {
    font-size: 12px;
  }
  
  .awards-main-image {
    max-height: 250px;
  }
}

/* ===========================
   بخش تصویر مستطیل
=========================== */
.rectangle-section {
  font-family: "Vazir", sans-serif;
  direction: rtl;
  background-color: #fff;
  padding: 60px 40px;
  text-align: center;
}

.rectangle-image-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.rectangle-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===========================
   ریسپانسیو بخش تصویر مستطیل
=========================== */
@media (max-width: 992px) {
  .rectangle-section {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  .rectangle-section {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .rectangle-section {
    padding: 30px 15px;
  }
  
  .rectangle-image {
    border-radius: 8px;
  }
}
/* ===========================
   فوتر اصلی
=========================== */
.main-footer {
  font-family: "Vazir", sans-serif;
  direction: rtl;
  background-color: #fff;
  padding: 60px 40px;
  position: relative;
}

.footer-hero {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.footer-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.footer-text-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  width: 100%;
  padding: 20px;
  margin-right: calc(40%); /* 2 سانت به سمت راست */
}

.company-info {
  color: #fff;
}

.company-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-row {
  display: flex;
}

.contact-item {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.footer-links-section {
  color: #fff;
}

.links-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.links-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  padding: 4px 0;
}

.footer-link:hover {
  color: var(--accent);
  transform: translateX(-5px);
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.legal-text p {
  color: #666;
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

/* ===========================
   ریسپانسیو فوتر
=========================== */
@media (max-width: 1200px) {
  .footer-text-content {
    margin-right: calc(40%); /* 2 سانت به سمت راست */
    gap: 30px;
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .main-footer {
    padding: 50px 30px;
  }
  
  .footer-text-content {
    margin-right: calc(30%); /* 2 سانت به سمت راست */
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .company-name {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .main-footer {
    padding: 40px 20px;
  }
  
  .footer-text-content {
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 2cm; /* 2 سانت به سمت راست در موبایل */
  }
  
  .footer-overlay {
    position: static;
  }
  
  .company-name {
    font-size: 12px;
    text-align: center;
  }
  
  .contact-item {
    font-size: 13px;
    text-align: center;
  }
  
  .links-title {
    text-align: center;
    font-size: 10px;
  }
  
  .footer-link {
    text-align: center;
    font-size: 12px;
  }
  
  .footer-link:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 480px) {
  .main-footer {
    padding: 30px 15px;
  }
  
  .footer-text-content {
    padding: 20px;
    gap: 15px;
    margin-top: 15px;
    margin-right: 1cm; /* کمتر در موبایل کوچک */
  }
  
  .company-name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .contact-item {
    font-size: 12px;
  }
  
  .links-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .footer-link {
    font-size: 12px;
  }
  
  .legal-text p {
    font-size: 12px;
  }
}



/* ===========================
   فوتر
=========================== */
/* ===========================
   آیکون‌های شبکه‌های اجتماعی
=========================== */
.footer-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.social-main {
  flex-shrink: 0;
}

.social-main-icon {
  height: 176px; /* 4 برابر 44px */
  width: auto;
  transition: all .3s ease;
  cursor: pointer;
  display: block;
}

.social-main-icon:hover {
  transform: translateY(-4px) scale(1.1);
}

.social-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.social {
  height: 44px;
  transition: all .3s ease;
  cursor: pointer;
  display: block;
}

.social:hover {
  transform: translateY(-4px) scale(1.1);
}

/* ===========================
   ریسپانسیو آیکون‌های اجتماعی
=========================== */
@media (max-width: 768px) {
  .footer-inner {
    justify-content: center;
    margin-top: 15px;
    flex-direction: column;
    gap: 20px;
  }
  
  .social-main-icon {
    height: 140px; /* کمی کوچکتر در موبایل */
  }
  
  .social-column {
    align-items: center;
    gap: 12px;
  }
  
  .social {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .footer-inner {
    gap: 15px;
  }
  
  .social-main-icon {
    height: 120px;
  }
  
  .social-column {
    gap: 10px;
  }
  
  .social {
    height: 36px;
  }
}