@font-face {
  font-family: "Vazirmatn";
  src: url("https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn-font@v33.003/fonts/webfonts/Vazirmatn-FD-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* downloaded from https://rokaweb.ir */
@font-face {
	font-family: "Yekan";
	src: url( '../fonts/Yekan.eot' );
	src: url( '../fonts/Yekan.eot' ) format( 'embedded-opentype' ),
		url( '../fonts/Yekan.woff2' ) format( 'woff2' ),
		url( '../fonts/Yekan.woff' ) format( 'woff' ),
		url( '../fonts/Yekan.ttf' ) format( 'truetype' );
		/* url( '../fonts/' ) format( 'svg' ) */
	font-weight: normal;
	font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:"Yekan", "Vazirmatn", Arial, sans-serif;
  /* background: var(--background); */
  background-color: var(--primary-white); /* اضافه کردن بک‌گراند خاکستری */
  color: var(--text-white);
  line-height: 1.6;
  /* display: grid; */
  /* padding: 80px 20px; */
  
}



:root {
  --primary-dark: #1e1e2e;
  --primary-medium: #2a2d3a;
  --accent-blue: #3b82f6;
  --text-white: #ffffff;
  --text-light-gray: #e5e7eb;
  --text-medium-gray: #9ca3af;
  --text-light: #ffffff;
  --text-secondary: #b8b8b8;
  --background: #111827;
  --surface: #1f2937;
  --border-color: #374151;

  /* Coffee themed colors */
  --coffee-brown: #8b4513;
  --gold-accent: #fbbf24;
  --success-green: #10b981;
  --warning-orange: #f59e0b;
  --roast-bronze: #cd7f32;

  --gradient-primary: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary-medium) 100%
  );
  --gradient-accent: linear-gradient(
    135deg,
    var(--accent-blue) 0%,
    #60a5fa 100%
  );
  --gradient-coffee: linear-gradient(
    135deg,
    var(--coffee-brown) 0%,
    var(--roast-bronze) 100%
  );
  --gradient-gold: linear-gradient(135deg, var(--gold-accent), #f59e0b);











  --primary-black: #1a1a1a;
  --secondary-black: #2d2d2d;
  --primary-white: #ffffff;
  --off-white: #f8f9fa;
  --light-gray: #e9ecef;
  --medium-gray: #6c757d;
  --dark-gray: #495057;
  --border-gray: #dee2e6;
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.2);
  --accent-gold: #ffd700;
  --accent-orange: #ff6b35;
}

/* Header اصلاح شده */


/* Hero Section جدید */
.section:nth-child(1) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url(./images/supreme-2-banner-1536x1097.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* حذف background-attachment: fixed */
}

.hero-content {
  position: relative; /* تغییر از absolute */
  transform: none; /* حذف transform */
  width: min(90%, 500px); /* responsive width */
  max-width: 500px;
  margin: 0 auto; /* center کردن */
}

/* Mobile Hero */
@media (max-width: 768px) {
  .hero-content {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
  }

  .inner-div h3 {
    font-size: 1.8rem; /* کاهش سایز */
    line-height: 1.2;
  }

  .inner-div p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .inner-div h3 {
    font-size: 1.5rem;
  }

  .inner-div p {
    font-size: 0.9rem;
  }
}

/* Sections responsive */
.section {
  padding: 0 20px; /* کاهش padding */
}

@media (max-width: 768px) {
  .section {
    padding: 0 15px;
  }

  .section-content {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 0 10px;
  }
}

/* فعال کردن media queries کامنت شده */
@media (max-width: 1200px) {
  .header-container {
    padding: 0 40px;
  }

  .nav-menu {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .header-container {
    padding: 0 30px;
  }

  .nav-menu {
    gap: 20px;
  }

  .nav-link {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding-top: 70px; /* کاهش فاصله */
  }

  .sections-wrapper {
    height: calc(100vh - 70px);
  }
}


/* Demo Content */
/* .demo-content {
        margin-top: 120px;
        padding: 60px 20px;
        text-align: center;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        min-height: calc(100vh - 120px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      } */

/* .demo-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #212224;
  font-weight: 300;
  letter-spacing: 2px;
}

.demo-content p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
} */

/* Responsive */


.picture-container-10 {
  width: min(80vw, 700px);
  height: min(0vw, 700px);
  margin: 0 auto;
  margin-top: 20vh; /* افزایش از 12vh به 20vh */
  margin-bottom: 10vh; /* اضافه کردن فاصله از پایین */
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  max-width: 700px;
  max-height: 700px;
  background-color: var(--light-gray); /* اضافه کردن بک‌گراند خاکستری */
}

.picture-container-10 img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* تغییر از cover به contain برای نمایش کامل دستگاه */
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 16px;
}

.picture-container-10::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(
    to right,
    #333,
    #666
  ); /* تغییر رنگ به طرح سیاه و سفید */
  transition: width 0.3s ease;
  border-radius: 0 0 16px 16px;
}

.picture-container-10:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.picture-container-10:hover img {
  transform: scale(1.02);
}

.picture-container-10:hover::after {
  width: 100%;
}

/* Media Queries برای Responsive */
@media (max-width: 1200px) {
  .picture-container-10 {
    width: min(85vw, 600px);
    height: min(85vw, 600px);
    margin: 6vh auto;
    margin-top: 12vh;
  }
}

@media (max-width: 900px) {
  .picture-container-10 {
    width: min(90vw, 500px);
    height: min(90vw, 500px);
    margin: 5vh auto;
    margin-top: 18vh;
  }
}

@media (max-width: 768px) {
  .picture-container-10 {
    width: min(95vw, 400px);
    height: min(95vw, 400px);
    margin: 4vh auto;
    margin-top: 20vh;
  }

  .picture-container-10 img {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .picture-container-10 {
    width: 95vw;
    height: 95vw;
    margin: 3vh auto;
    margin-top: 12vh;
    max-width: 350px;
    max-height: 350px;
  }

  .picture-container-10 img {
    border-radius: 8px;
  }

  .picture-container-10::after {
    height: 3px;
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 360px) {
  .picture-container-10 {
    width: 98vw;
    height: 98vw;
    margin: 2vh auto;
    margin-top: 12vh;
    max-width: 300px;
    max-height: 300px;
  }
}

/* برای نمایشگرهای بزرگ */
@media (min-width: 1400px) {
  .picture-container-10 {
    width: 800px;
    height: 800px;
    margin: 10vh auto;
    margin-top: 15vh;
  }
}

/* Modern Blue-Gray Color Palette */
/* :root {
  --primary-dark: #1e1e2e;
  --primary-medium: #2a2d3a;
  --accent-blue: #3b82f6;
  --text-white: #ffffff;
  --text-light-gray: #e5e7eb;
  --text-medium-gray: #9ca3af;
  --background: #111827;
  --surface: #1f2937;
  --border-color: #374151;
} */



/* Product Section Styles */
.product-section {
  background: var(--primary-black);
  /* background: var(--medium-gray); */
  padding: 60px 0;
  color: var(--text-white);
  font-family: "Vazirmatn", sans-serif;
}

.product-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-section .col {
  flex: 1;
  min-width: 300px;
}

.product-section .col-inner {
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

/* Product Title Section */
.product-gap {
  height: 30px;
}

.product-gap-2 {
  height: 40px;
}

.product-title-container {
  text-align: center;
  margin-bottom: 30px;
}

.product-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 20px;
  line-height: 1.2;
}

.is-divider {
  width: 80px;
  height: 3px;
  /* background: var(--accent-blue); */
  background: var(--accent-gold);
  margin: 0 auto;
  border-radius: 2px;
}

/* Product Description */
.product-short-description h6 {
  /* color: var(--accent-blue); */
  color: var(--accent-gold);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-short-description h2 {
  color: var(--text-white);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.product-short-description p {
  color: var(--text-light-gray);
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

/* Product Meta */
.product_meta {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  margin-top: 30px;
}

.product_meta span {
  display: block;
  margin-bottom: 15px;
  color: var(--text-medium-gray);
  font-size: 0.95rem;
}

.product_meta a {
  color: var(--accent-gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.product_meta a:hover {
  color: var(--text-white);
}

/* Contact Form Styles */
.contact-form-container {
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 15px;
  /* border: 1px solid var(--border-color); */
}

.form-title {
  color: var(--text-white);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.form-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gold);
  border-radius: 2px;
}

/* Form Groups */
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  color: var(--text-white);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 1rem;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  background: var(--surface);
  border: 2px solid var(--border-color);
  border-radius: 10px;
  color: var(--text-white);
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: "Vazirmatn", sans-serif;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: var(--primary-medium);
}

.form-control::placeholder {
  color: var(--text-medium-gray);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 18px 30px;
  background: linear-gradient(135deg, var(--secondary-black), var(--dark-gray));
  color: var(--text-white);
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Vazirmatn", sans-serif;
  margin-top: 10px;
}

.submit-btn:hover {
  /* background: linear-gradient(135deg, #2563eb, #1d4ed8); */
  
  background: linear-gradient(var(--secondary-black), var(--dark-gray));
  transform: translateY(-2px);
  /* box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3); */
}

/* Privacy Notice */
.privacy-notice {
  margin-top: 20px;
  padding: 20px;
  background: var(--surface);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--text-medium-gray);
  line-height: 1.6;
  border-left: 4px solid var(--accent-blue);
}

.privacy-notice a {
  color: var(--accent-blue);
  text-decoration: none;
}

.privacy-notice a:hover {
  text-decoration: underline;
}

.firstpart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 80px auto;
}

.service-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  /* background: var(--surface); */
  background: var(--primary-black);
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transition: all 0.4s ease;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: linear-gradient(
    90deg,
    var(--coffee-brown),
    var(--gold-accent),
    var(--success-green)
  ); */
  background:var(--dark-gray);
  border-radius: 20px 20px 0 0;
}

.service-card:nth-child(1) {
  animation-delay: 0.2s;
}
.service-card:nth-child(2) {
  animation-delay: 0.4s;
}
.service-card:nth-child(3) {
  animation-delay: 0.6s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border-color: var(--dark-gray);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.icon-craftsmanship {
  background: linear-gradient(135deg, var(--coffee-brown), var(--roast-bronze));
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);
}

.icon-technology {
  background: linear-gradient(135deg, var(--accent-blue), #2563eb);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.icon-environment {
  background: linear-gradient(135deg, var(--success-green), #059669);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.service-icon svg {
  width: 36px;
  height: 36px;
  fill: var(--text-white);
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-card:hover .service-icon svg {
  transform: scale(1.1);
}

/* Shine effect */
.service-icon::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.service-card:hover .service-icon::after {
  opacity: 1;
  animation: shine 0.8s ease-in-out;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.service-content {
  flex: 1;
  transition: transform 0.3s ease;
}

.service-card:hover .service-content {
  transform: translateX(-4px);
}

.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 16px;
  line-height: 1.3;
  position: relative;
}

.service-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: var(--gold-accent);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-title::after {
  width: 60px;
}

.service-desc {
  font-size: 1rem;
  color: var(--text-light-gray);
  /* text-align: justify; */
  margin-bottom: 12px;
  line-height: 1.7;
  transition: color 0.3s ease;
  

  /* word-spacing: -3px; */
  
  /* text-align: justify;   */
}

.service-card:hover .service-desc {
  color: var(--text-white);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .firstpart {
    margin: 60px auto;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    /* padding: 40px 15px; */
  }

  .firstpart {
    margin: 40px auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-card {
    padding: 24px;
    gap: 20px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon svg {
    width: 30px;
    height: 30px;
  }

  .service-title {
    font-size: 1.2rem;
  }

  .service-desc {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  body {
    /* padding: 30px 10px; */
  }

  .service-card {
    padding: 20px;
    gap: 16px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-icon svg {
    width: 26px;
    height: 26px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-desc {
    font-size: 0.9rem;
  }
}

/* Additional Premium Effects */
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.05) 0%,
    transparent 50%,
    rgba(251, 191, 36, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 20px;
}

.service-card:hover::after {
  opacity: 1;
}

.footer-section {
  /* background: linear-gradient(
    135deg,
    #000000 0%,
    #1a1a1a 25%,
    #2d2d2d 50%,
    #1a1a1a 75%,
    #000000 100%
  ); */
  background: var(--primary-black);
  background-size: 400% 400%;
  animation: footerBgShift 15s ease-in-out infinite;
  padding: 80px 0 40px;
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Background Animation */
@keyframes footerBgShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  /* color: var(--text-white); */
  color: var(--primary-black);
  margin-bottom: 15px;
}
.section-title2 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  /* color: var(--text-white); */
  color: var(--text-white);
  margin-bottom: 15px;
}

.section-title p {
  font-size: 1.2rem;
  color: var(--text-medium-gray);
}

/* Animation */
.animate-fade-up {
  animation: fadeUp 0.8s ease-out;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================== GALLERY SECTION ==================== */
.gallery-section {
  padding: 100px 0;
  /* background: var(--surface); */
  background: var(--primary-white);
  padding-top: 70px;
}

.gallery-container {
  max-width: 1000px; /* کاهش عرض از 1400px */
  margin: 0 auto;
  padding: 0 20px;
}

.swiper {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--light-gray) !important;
  background: rgba(255, 255, 255, 0.9);
  /* background: black !important; */
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  margin-top: -25px !important;
  border-color: transparent !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-black) !important;
}

/* ==================== TABS SECTION ==================== */
.tabs-section {
  padding: 100px 0;
  padding-top: 70px;
  padding-bottom: 50px;
  /* background: var(--background); */
  background-color: var(--primary-black);
}

.tabs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tab-header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  background: var(--surface);
  border-radius: 15px;
  padding: 8px;
  border: 1px solid var(--border-color);
}

.tab-btn {
  background: transparent;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  color: var(--text-medium-gray);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--text-medium-gray);
  color: white;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.spec-table {
  width: 100%;
  background: var(--surface);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.spec-table tr {
  border-bottom: 1px solid var(--border-color);
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table td {
  padding: 20px;
  color: var(--text-light-gray);
}

.spec-table td:first-child {
  font-weight: 600;
  color: var(--text-white);
  width: 40%;
}

/* دکمه اطلاعات بیشتر */
.more-info-btn {
  display: inline-block;
  background: var(--gradient-accent);
  color: var(--text-white);
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.more-info-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.more-info-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
  text-decoration: none;
  color: var(--text-white);
}

.more-info-btn:hover::before {
  left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-container,
  .tabs-container {
    padding: 0 10px;
  }

  .swiper {
    height: 340px;
  }

  .tab-header {
    flex-direction: column;
    gap: 5px;
  }

  .tab-btn {
    padding: 12px 20px;
  }

  .spec-table td {
    padding: 15px;
    font-size: 0.9rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}
/* Subtle Pattern Overlay */
.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 255, 255, 0.02) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 1;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ==================== CTA SECTION ==================== */
.footer-cta {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  animation: ctaSlideIn 1s ease-out 0.3s forwards;
}

@keyframes ctaSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-cta h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-cta p {
  font-size: 1.2rem;
  color: #b8b8b8;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #404040 0%, #2a2a2a 100%);
}

.cta-button:hover::before {
  left: 100%;
}

/* ==================== FOOTER CONTENT ==================== */
.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(40px);
  animation: contentSlideIn 1s ease-out 0.6s forwards;
}

@keyframes contentSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================== COMPANY INFO ==================== */
.company-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company-logos {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.company-logos img {
  height: 50px;
  width: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
  filter: brightness(1.1);
}

.company-logos img:hover {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.3);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info p {
  color: #b8b8b8;
  font-size: 1rem;
  line-height: 1.8;
  transition: color 0.3s ease;
}

.contact-info p:hover {
  color: #ffffff;
}

/* ==================== SOCIAL MEDIA ==================== */
.social-media {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #b8b8b8;
  font-size: 1.2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.social-link:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.social-link:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

/* Specific social media colors on hover */
.social-link:hover .bi-instagram {
  color: #e4405f;
}
.social-link:hover .bi-facebook {
  color: #1877f2;
}
.social-link:hover .bi-pinterest {
  color: #bd081c;
}
.social-link:hover .bi-youtube {
  color: #ff0000;
}
.social-link:hover .bi-linkedin {
  color: #0a66c2;
}
.social-link:hover .bi-whatsapp {
  color: #25d366;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .social-media {
    justify-content: center;
    gap: 12px;
  }

  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .social-media {
    gap: 10px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .social-link {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}

/* ==================== NAVIGATION LINKS ==================== */
.footer-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.nav-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nav-column a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-column a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  transition: left 0.3s ease;
}

.nav-column a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(8px);
  padding-right: 20px;
}

.nav-column a:hover::before {
  left: 0;
}

/* ==================== KUBAN SECTION ==================== */
.kuban-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.kuban-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.kuban-links a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.kuban-links a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  transition: right 0.3s ease;
}

.kuban-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-8px);
  padding-left: 20px;
}

.kuban-links a:hover::before {
  right: 0;
}

/* ==================== FOOTER BOTTOM ==================== */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: bottomSlideIn 1s ease-out 0.9s forwards;
}

@keyframes bottomSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-bottom p {
  color: #808080;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

/* ==================== RESPONSIVE DESIGN ==================== */

/* Tablet (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-container {
    padding: 0 30px;
  }

  .footer-cta h2 {
    font-size: 2.4rem;
  }

  .footer-cta p {
    font-size: 1.1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .footer-navigation {
    /* display: none; */
    display: none !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .company-logos {
    justify-content: center;
  }

  .social-media {
    justify-content: center;
  }
  .kuban-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

/* Mobile (768px و پایین‌تر) */
@media (max-width: 768px) {
  .kuban-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-section {
    padding: 60px 0 30px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-cta {
    margin-bottom: 60px;
  }

  .footer-cta h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .footer-cta p {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .cta-button {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-navigation {
    /* grid-template-columns: 1fr;
    gap: 25px; */
    display: none !important;
  }

  .company-logos {
    justify-content: center;
    gap: 20px;
  }

  .company-logos img {
    height: 40px;
  }

  .social-media {
    justify-content: center;
    gap: 12px;
  }

  .social-media i {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .nav-column a,
  .kuban-links a {
    font-size: 0.95rem;
    padding: 6px 12px;
  }
}

/* Small Mobile (480px و پایین‌تر) */
@media (max-width: 480px) {
  .footer-section {
    padding: 40px 0 20px;
  }

  .footer-container {
    padding: 0 15px;
  }

  .footer-cta h2 {
    font-size: 1.8rem;
  }

  .footer-cta p {
    font-size: 0.95rem;
  }

  .cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .footer-content {
    gap: 30px;
  }

  .company-logos {
    flex-wrap: wrap;
    gap: 15px;
  }

  .company-logos img {
    height: 35px;
  }

  .social-media {
    gap: 10px;
  }

  .social-media i {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .contact-info p {
    font-size: 0.9rem;
  }

  .nav-column a,
  .kuban-links a {
    font-size: 0.9rem;
    padding: 5px 10px;
  }

  .footer-bottom p {
    font-size: 0.85rem;
  }

  .kuban-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

/* Extra Small Mobile (360px و پایین‌تر) */
@media (max-width: 360px) {
  .footer-cta h2 {
    font-size: 1.6rem;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .company-logos img {
    height: 30px;
  }

  .social-media i {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .nav-column a,
  .kuban-links a {
    font-size: 0.85rem;
  }
}

/* ==================== ACCESSIBILITY ==================== */
@media (prefers-reduced-motion: reduce) {
  .footer-section,
  .footer-cta,
  .footer-content,
  .footer-bottom {
    animation: none;
  }
}

/* مخفی کردن navigation در تبلت و لپتاپ */
@media (min-width: 769px) {
  .footer-navigation {
  }

  .footer-content {
    grid-template-columns: 1fr 1fr; /* تغییر از 1fr 2fr 1fr به 1fr 1fr */
    gap: 80px;
  }
}

/* .fa-rtl {
  direction: rtl;
}

.software-section5000{
    background: var(--surface);
    margin-bottom: 60px;
    padding: 30px 0;
} */

/* قسمت سوم - نرم‌افزار */
.fa-rtl {
  direction: rtl;
}

.software-section5000 {
  /* background: var(--surface); */
  
  background: var(--primary-black);
  margin-bottom: 60px;
  padding: 30px 0;
  /* padding-top: 0; */
}

/* قسمت سوم - نرم‌افزار */
.third-part {
  max-width: 1400px;
  margin: 100px auto 0 auto;
  animation: fadeInUp 1s ease-out;
  border: var(--text-medium-gray) 3px solid;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}

.third-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: var(--gradient-coffee); */
  border-radius: 20px 20px 0 0;
}

.third-part-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 600px;
  padding: 50px;
}

/* کانتینر ویدیو/تصویر - اصلاح شده برای نمایش کامل */
.software-video-container-10 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: var(--primary-dark);
  width: 100%;
  /* حذف height ثابت برای نمایش کامل ویدیو */
  aspect-ratio: 16/9; /* نسبت ثابت برای ویدیو */
  animation: slideInLeft 1s ease-out 0.3s both;
  transform-origin: center;
  border: 2px solid var(--border-color);
}

.software-video-container-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(37, 99, 235, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.software-video-container-10:hover::before {
  opacity: 1;
}

.video-container-10 {
  width: 100%;
  height: 100%;
  /* تغییر object-fit برای نمایش کامل ویدیو */
  object-fit: contain; /* نمایش کامل ویدیو بدون برش */
  border-radius: 16px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 0;
  filter: brightness(0.9) contrast(1.1);
  /* اضافه کردن background برای فضای خالی */
  background: var(--primary-dark);
}

.software-video-container-10:hover .video-container-10 {
  filter: brightness(1.1) contrast(1.2);
  /* حذف scale برای جلوگیری از برش */
  transform: scale(1);
}

/* محتوای متنی */
.software-text-content-10 {
  padding: 30px 0;
  animation: slideInRight 1s ease-out 0.5s both;
}

.software-text-content-10 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 15px;
  line-height: 1.2;
  animation: fadeInDown 1s ease-out 0.7s both;
}

.software-text-content-10 h5 {
  font-size: 1.4rem;
  color: var(--medium-gray);
  font-weight: 600;
  margin-bottom: 25px;
  animation: fadeInDown 1s ease-out 0.9s both;
}

/* خط زیر عنوان */
.underline2-10 {
  width: 0;
  height: 4px;
  background: var(--accent-gold);
  margin-bottom: 30px;
  border-radius: 2px;
  animation: expandWidth 0.8s ease-out 1.2s both;
  position: relative;
  /* box-shadow: 0 0 10px rgba(59, 130, 246, 0.5); */
}

.underline2-11 {
  width: 0;
  height: 4px;
  background: var(--accent-gold);
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 2px;
  animation: expandWidth 0.8s ease-out 1.2s both;
  position: relative;
  /* box-shadow: 0 0 10px rgba(59, 130, 246, 0.5); */
}
.underline2-11::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  animation: shimmer 2s ease-in-out 2s infinite;
}

.underline2-10::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  animation: shimmer 2s ease-in-out 2s infinite;
}

.software-text-content-10 p {
  font-size: 1.15rem;
  color: var(--text-light-gray);
  line-height: 1.8;
  margin-bottom: 35px;
  text-align: justify;
  opacity: 0;
  animation: fadeInUp 1s ease-out 1.4s both;
}

.software-text-content-10 p b {
  color: var(--gold-accent);
  font-weight: 700;
}

/* لینک */
.software-text-content-10 a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 16px 32px;
  border: 2px solid var(--medium-gray);
  border-radius: 12px;
  transition: all 0.3s ease;
  background: var(--dark-gray);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: bounceIn 0.8s ease-out 1.6s both;
  color: var(--text-white);
  /* box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3); */
}

.software-text-content-10 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.software-text-content-10 a:hover::before {
  left: 100%;
}

.software-text-content-10 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px var(--gradient-primary);
  /* border-color: #2563eb; */
}

.software-arrow-10 {
  font-size: 1.3rem;
  transition: all 0.3s ease;
  color: var(--text-white);
}

.software-text-content-10 a:hover .software-arrow-10 {
  transform: translateX(-8px) scale(1.2);
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes shimmer {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(-8px);
  }
  70% {
    transform: scale(0.95) translateY(3px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* انیمیشن پالس برای تصویر */
@keyframes pulse {
  0% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.2);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  }
}

.software-video-container-10 {
  animation: slideInLeft 1s ease-out 0.3s both, pulse 4s ease-in-out 2s infinite;
}

/* انیمیشن hover برای کل بخش */
/* .third-part:hover .software-text-content-10 h2 {
  color: var(--gold-accent);
  transition: color 0.3s ease;
} */

/* .third-part:hover .underline2-10 {
  background: var(--gradient-gold);
  transition: background 0.3s ease;
} */

/* Responsive Design */
@media (max-width: 1200px) {
  .third-part {
    max-width: 1200px;
  }

  .third-part-inner {
    gap: 30px;
    padding: 40px;
  }

  .software-text-content-10 h2 {
    font-size: 2.4rem;
  }
}

/* تغییر چیدمان برای 1024px و پایین‌تر - ویدیو بالا، متن پایین */
@media (max-width: 1024px) {
  .third-part-inner {
    grid-template-columns: 1fr; /* تک ستونی */
    gap: 40px;
    text-align: center;
  }

  /* ویدیو در بالا */
  .software-video-container-10 {
    order: 1;
    max-width: 600px;
    margin: 0 auto;
  }

  /* متن در پایین */
  .software-text-content-10 {
    order: 2;
    text-align: center;
  }

  .underline2-10 {
    margin: 25px auto;
  }
}

@media (max-width: 768px) {
  .software-section5000 {
    padding: 20px 15px;
    padding-bottom: 80px;
  }

  .third-part {
    margin-top: 60px;
    max-width: 95%;
  }

  .third-part-inner {
    gap: 30px;
    padding: 30px;
  }

  .software-video-container-10 {
    max-width: 100%;
  }

  .software-text-content-10 h2 {
    font-size: 2.2rem;
  }

  .software-text-content-10 h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .third-part-inner {
    padding: 20px;
  }

  .software-text-content-10 h2 {
    font-size: 1.9rem;
  }

  .software-text-content-10 p {
    font-size: 1rem;
  }

  .software-text-content-10 a {
    font-size: 1rem;
    padding: 14px 24px;
  }
}

/* Enhanced Background Effects */
.software-section5000::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(59, 130, 246, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--dark-gray);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--light-gray);
}

.customization-section {
  min-height: 90vh;
  /* background: var(--background); */
  background: var(--primary-white);
  display: flex;
  align-items: center;
  padding: 60px 0;
  padding-top: 30px;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}

.customization-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background: var(--gradient-accent); */
}

.container-2-2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}

.customization-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}

/* ستون محتوا */
.content-column {
  display: flex;
  align-items: center;
  height: 100%;
}

.content-wrapper {
  max-width: 600px;
  width: 100%;
  animation: fadeInUp 0.8s ease-out;
}

/* تصویر آیکن */
.icon-image {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 15px;
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  display: inline-block;
  transition: all 0.4s ease;
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.icon-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-coffee);
  border-radius: 16px 16px 0 0;
}

.icon-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  border-color: var(--accent-blue);
}

.palette-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  filter: brightness(1.05) contrast(1.1);
}

.icon-image:hover .palette-image {
  transform: scale(1.05);
}

/* عنوان اصلی */
.main-title-1 {
  font-size: 2.6rem;
  font-weight: 700;
  /* color: var(--text-white); */
  color: var(--primary-black);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  position: relative;
  text-align: center;
}

/* .main-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 80px;
  height: 4px;
  background: var(--gradient-accent);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
} */

/* توضیحات */
.description-2-2 {
  font-size: 1.1rem;
  /* color: var(--text-light-gray); */
  color: var(--medium-gray);
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: 400;
  text-align: justify;
}

/* لیست امکانات */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-color);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  font-size: 1rem;
  color: var(--text-white);
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item:hover {
  padding-right: 20px;
  color: var(--accent-gold);
  background: rgba(59, 130, 246, 0.1);
  transform: translateX(5px);
}

.star-icon {
  color: var(--gold-accent);
  font-size: 1.2rem;
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 8px rgba(251, 191, 36, 0.4));
}

.feature-item:hover .star-icon {
  transform: scale(1.3) rotate(20deg);
  color: var(--warning-orange);
  filter: drop-shadow(0 4px 12px rgba(245, 158, 11, 0.6));
}

/* ستون تصویر */
.image-column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 65vh;
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInUp 0.8s ease-out 0.3s both;
  border: 1px solid var(--border-color);
}

.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 50%;
  margin: 0 auto;
  background: var(--gradient-gold);
  border-radius: 24px 24px 0 0;
}

.image-wrapper:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7);
  border-color: var(--gold-accent);
}

.roaster-image {
  width: 100%;
  height: auto;
  max-height: 55vh;
  object-fit: contain;
  border-radius: 16px;
  transition: all 0.5s ease;
  filter: brightness(1.1) contrast(1.05);
}

.image-wrapper:hover .roaster-image {
  transform: scale(1.03);
  filter: brightness(1.15) contrast(1.1);
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* ریسپانسیو تبلت و لپ‌تاپ - حذف عکس رنگی */
@media (max-width: 1024px) and (min-width: 769px) {
  .icon-image {
    display: none;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .customization-grid {
    gap: 50px;
  }

  .container-2-2 {
    padding: 0 30px;
  }
}

/* ریسپانسیو تبلت */
@media (max-width: 768px) {
  .customization-section {
    min-height: auto;
    padding: 50px 0;
  }

  .customization-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .description-2-2 {
    font-size: 1rem;
  }

  .image-wrapper {
    max-width: 400px;
    max-height: 50vh;
    padding: 25px;
  }

  .roaster-image {
    max-height: 45vh;
  }

  .container-2-2 {
    padding: 0 25px;
  }

  /* حذف عکس رنگی در حالت تبلت */
  .icon-image {
    display: none;
  }

  .features-list {
    padding: 25px;
  }
}

/* ریسپانسیو موبایل */
@media (max-width: 480px) {
  .customization-section {
    padding: 40px 0;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .feature-item {
    font-size: 0.95rem;
    padding: 14px 0;
  }

  .container-2-2 {
    padding: 0 20px;
  }

  .image-wrapper {
    max-width: 320px;
    max-height: 40vh;
    padding: 20px;
  }

  .roaster-image {
    max-height: 35vh;
  }

  .customization-grid {
    gap: 40px;
  }

  .description-2-2 {
    font-size: 0.95rem;
  }

  .features-list {
    padding: 20px;
  }

  .palette-image {
    width: 80px;
    height: 80px;
  }
}

/* افکت‌های اضافی */
.feature-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--accent-blue);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}

.feature-item:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.5);
}

/* افکت نور */
.image-wrapper::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(59, 130, 246, 0.1),
    rgba(251, 191, 36, 0.1),
    transparent
  );
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-wrapper:hover::after {
  opacity: 1;
}

/* نور محیطی */
.customization-section::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 4s ease-in-out infinite;
}

/* بخش اصلی درخواست قیمت */
.quote-request-section {
  width: 100%;
  /* max-width: 1200px; */
  margin: 20px auto;
  margin-bottom: 80px;
  /* padding: 20px 40px; */
  /* background: var(--surface); */
  background: var(--primary-white);
  /* background: var(--surface); */
  /* border-radius: 24px; */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid var(--border-color);
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}

.quote-request-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* height: 4px; */
  /* background: var(--gradient-accent); */
  /* background: var(--surface); */
  background: var(--primary-white);
  border-radius: 24px 24px 0 0;
}

.quote-request-section:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: translateY(-8px);
  border-color: var(--medium-gray);
}

.quote-container {
  display: grid;
  grid-template-columns: 1fr ;
  min-height: 280px;
  align-items: center;
  gap: 0;
  background: var(--surface);
  /* background: var(--primary-white); */
}

/* ستون محتوا و دکمه */
.quote-content-col {
  padding: 50px 45px;
  /* background: var(--gradient-surface); */
  background: var(--primary-black);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.quote-content-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(59, 130, 246, 0.05) 0%,
    transparent 30%,
    rgba(251, 191, 36, 0.05) 100%
  );
  pointer-events: none;
}

.quote-content-wrapper {
  width: 100%;
  max-width: 350px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* عنوان */
.quote-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Vazirmatn", sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.3px;
}

/* خط جداکننده */
.quote-divider {
  width: 80px;
  height: 3px;
  background: var(--gradient-gold);
  margin: 0 auto 30px;
  border-radius: 2px;
  /* box-shadow: 0 0 15px rgba(251, 191, 36, 0.4); */
  position: relative;
}

.quote-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--gold-accent);
  border-radius: 50%;
  /* box-shadow: 0 0 10px rgba(251, 191, 36, 0.6); */
}

/* دکمه درخواست قیمت */
.quote-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--gradient-accent);
  color: var(--text-white);
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  text-transform: lowercase;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  position: relative;
  overflow: hidden;
}

.quote-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.quote-button:hover::before {
  left: 100%;
}

.quote-button:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
  border-color: var(--accent-blue);
}

.quote-button .icon-envelope {
  font-size: 1.1rem;
  opacity: 0.9;
  transition: transform 0.4s ease;
}

.quote-button:hover .icon-envelope {
  transform: rotate(10deg) scale(1.1);
}

/* ستون مزایا */
.quote-benefits-col {
  padding: 50px 45px;
  background: var(--primary-medium);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.quote-benefits-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.05) 0%,
    transparent 50%,
    rgba(139, 69, 19, 0.05) 100%
  );
  pointer-events: none;
}

.quote-benefits-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* لیست مزایا */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
  color: var(--text-light-gray);
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
}

.benefit-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.benefit-item:hover {
  color: var(--text-white);
  padding-right: 15px;
  background: rgba(16, 185, 129, 0.1);
  transform: translateX(5px);
}

/* علامت تیک */
.checkmark {
  color: var(--success-green);
  font-weight: 700;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
  flex-shrink: 0;
}

.benefit-item:hover .checkmark {
  transform: scale(1.2) rotate(10deg);
  color: var(--text-white);
  background: var(--success-green);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.5);
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* ریسپانسیو تبلت */
@media (max-width: 1024px) {
  .quote-request-section {
    /* max-width: 900px; */
    width: 100%;
    /* padding: 0 30px; */
  }

  .quote-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .quote-content-col,
  .quote-benefits-col {
    padding: 40px 35px;
  }

  .quote-title {
    font-size: 1.5rem;
  }

  .quote-button {
    padding: 15px 28px;
    font-size: 0.95rem;
  }

  .benefit-item {
    font-size: 0.95rem;
  }
}

/* ریسپانسیو موبایل بزرگ */
@media (max-width: 768px) {

  .quote-request-section {
    /* max-width: 95%; */
    /* padding: 0 20px; */
    width: 100%;
    margin-bottom: 60px;
    border-radius: 20px;
  }

  .quote-content-col,
  .quote-benefits-col {
    padding: 35px 25px;
  }

  .quote-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .quote-divider {
    width: 70px;
    margin-bottom: 25px;
  }

  .quote-button {
    padding: 14px 26px;
    font-size: 0.9rem;
    gap: 10px;
  }

  .benefit-item {
    font-size: 0.9rem;
    margin-bottom: 18px;
    padding: 10px 0;
  }

  .checkmark {
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
  }
}

/* ریسپانسیو موبایل کوچک */
@media (max-width: 480px) {
  

  .quote-request-section {
    /* max-width: 95%; */
    /* padding: 0 15px; */
    width: 100%;
    margin-bottom: 40px;
    border-radius: 16px;
  }

  .quote-content-col,
  .quote-benefits-col {
    padding: 30px 20px;
  }

  .quote-content-wrapper {
    max-width: 100%;
  }

  .quote-title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .quote-divider {
    width: 60px;
    margin-bottom: 20px;
  }

  .quote-button {
    padding: 12px 22px;
    font-size: 0.85rem;
    gap: 8px;
    border-radius: 10px;
  }

  .benefit-item {
    font-size: 0.85rem;
    margin-bottom: 16px;
    gap: 12px;
  }

  .checkmark {
    width: 16px;
    height: 16px;
    font-size: 1rem;
  }

  .benefits-list {
    font-size: 0.85rem;
  }
}

/* ریسپانسیو موبایل خیلی کوچک */
@media (max-width: 360px) {
  .quote-request-section {
    /* padding: 0 10px; */
  }

  .quote-content-col,
  .quote-benefits-col {
    padding: 25px 15px;
  }

  .quote-title {
    font-size: 1.1rem;
  }

  .quote-button {
    padding: 10px 18px;
    font-size: 0.8rem;
  }

  .benefit-item {
    font-size: 0.8rem;
  }
}

/* افکت‌های اضافی */
.benefit-item::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--success-green);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}

.benefit-item:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.5);
}

/* نور محیطی */
.quote-request-section::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 6s ease-in-out infinite;
}

/* افکت نور روی hover */
.quote-request-section:hover::after {
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.12) 0%,
    transparent 70%
  );
}

/* کانتینر اصلی */
.capacities-main-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  /* background: var(--surface); */
  background: var(--primary-black);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 50px 40px;
  border: 1px solid var(--border-color);
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}

.capacities-main-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-coffee);
  border-radius: 24px 24px 0 0;
}

.capacities-main-container:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: translateY(-5px);
}

/* عنوان اصلی */
.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* .main-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: var(--gradient-gold);
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.4);
} */

/* تب‌های بالا */
.tabs-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--border-color);
  position: relative;
}

.tab-button {
  background: none;
  border: none;
  padding: 18px 35px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-medium-gray);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  font-family: inherit;
  border-radius: 8px 8px 0 0;
}

.tab-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 130, 246, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px 8px 0 0;
}

.tab-button:hover::before {
  opacity: 1;
}

.tab-button.active {
  color: var(--text-white);
  border-bottom-color: var(--accent-gold);
  background: rgba(59, 130, 246, 0.1);
}

.tab-button:hover {
  color: var(--text-white);
  transform: translateY(-2px);
}

/* محتوای تب‌ها */
.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Swiper Container */
.products-swiper-container {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  border-radius: 16px;
}

/* Desktop Layout - 3 columns per slide */
.desktop-swiper .swiper-slide {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px;
  min-height: 380px;
}

/* Mobile/Tablet Layout - 2 columns per slide */
.mobile-swiper .swiper-slide {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 20px;
  min-height: 380px;
}

/* کارت محصول */
.product-card {
  background: var(--gradient-surface);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--background);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.product-card:hover::before {
  transform: scaleX(1);
}

.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  border-color: var(--background);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: transform 0.4s ease;
  filter: brightness(0.95) contrast(1.05);
}

.product-card:hover img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}

.product-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-medium-gray);
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.product-capacity {
  font-size: 1rem;
  color: var(--text-light-gray);
  font-weight: 500;
  padding: 8px 16px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  display: inline-block;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.product-card:hover .product-capacity {
  background: rgba(59, 130, 246, 0.2);
  border-color: var(--accent-blue);
  transform: scale(1.05);
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: var(--accent-blue);
  background: var(--surface);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all 0.4s ease;
  border: 2px solid var(--accent-blue);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  /* background: var(--accent-blue); */
  color: var(--text-white);
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

/* Pagination */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: var(--text-medium-gray);
  opacity: 0.6;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--accent-blue);
  opacity: 1;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}

.swiper-pagination-bullet:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/* ریسپانسیو تبلت */
@media (max-width: 1024px) {
  .capacities-main-container {
    max-width: 95%;
    padding: 40px 30px;
    margin-bottom: 60px;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .product-card {
    padding: 25px 18px;
  }

  .product-card img {
    height: 200px;
  }

  .product-name {
    font-size: 1.2rem;
  }
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  body {
    /* padding: 40px 0; */
  }

  .capacities-main-container {
    margin: 0 20px;
    margin-bottom: 40px;
    padding: 30px 20px;
    border-radius: 20px;
  }

  .main-title {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }

  .tabs-header {
    margin-bottom: 30px;
  }

  .tab-button {
    padding: 15px 25px;
    font-size: 1.1rem;
  }

  .mobile-swiper .swiper-slide {
    gap: 20px;
    padding: 15px;
    min-height: 350px;
  }

  .product-card {
    padding: 20px 15px;
  }

  .product-card img {
    height: 180px;
  }

  .product-name {
    font-size: 1.1rem;
  }

  .product-capacity {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .capacities-main-container {
    margin: 0 15px;
    padding: 25px 15px;
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 1.7rem;
  }

  .tabs-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .tab-button {
    padding: 12px 20px;
    font-size: 1rem;
    width: 200px;
  }

  .mobile-swiper .swiper-slide {
    gap: 15px;
    padding: 10px;
    min-height: 320px;
  }

  .product-card {
    padding: 18px 12px;
  }

  .product-card img {
    height: 160px;
  }

  .product-name {
    font-size: 1rem;
  }

  .product-capacity {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .capacities-main-container {
    margin: 0 10px;
    margin-bottom: 40px;
    padding: 20px 10px;
  }

  .main-title {
    font-size: 1.5rem;
  }

  .mobile-swiper .swiper-slide {
    gap: 12px;
    padding: 8px;
    min-height: 300px;
  }

  .product-card {
    padding: 15px 10px;
  }

  .product-card img {
    height: 140px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
  }
}

/* افکت‌های اضافی */
.product-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.6s ease;
  pointer-events: none;
}

.product-card:hover::after {
  width: 300px;
  height: 300px;
}

/* انیمیشن loading */
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.products-swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

/* Hidden state for visibility control */
.swiper-container-hidden {
  display: none !important;
}

.guide-section7000 {
  padding: 100px 0;
  /* background: var(--gradient-primary); */
  background: var(--primary-black);
  overflow: hidden;
  position: relative;
}

.guide-section7000::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: radial-gradient(
      circle at 30% 20%,
      rgba(74, 144, 226, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(212, 175, 55, 0.08) 0%,
      transparent 50%
    ); */
  pointer-events: none;
}

.guide-container7000 {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 80px;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.guide-text-content7000 {
  padding: 40px 0;
  animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.guide-main-title7000 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-light);
  margin-bottom: 24px;
  line-height: 1.2;
  background: linear-gradient(
    135deg,
    var(--text-medium-gray) 0%,
    var(--text-light) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.guide-subtitle7000 {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 400;
}

.guide-divider7000 {
  width: 120px;
  height: 4px;
  background: var(--accent-gold);
  margin: 40px 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.guide-divider7000::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.guide-secondary-title7000 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 24px;
  position: relative;
}

.guide-description7000 {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 50px;
  font-weight: 400;
}

.guide-button7000 {
  display: inline-block;
  background: var(--medium-gray);
  color: var(--text-light);
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-primary);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.guide-button7000::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.guide-button7000:hover::before {
  left: 100%;
}

.guide-button7000:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--light-gray);
}

.guide-button7000 span {
  position: relative;
  z-index: 1;
}

/* Gallery Styles */
.guide-gallery7000 {
  position: relative;
  width: 100%;
  animation: fadeInRight 1s ease-out 0.3s both;
}

.gallery-grid7000 {
  display: grid;
  gap: 16px;
  height: 500px;
}

.gallery-item7000 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: block;
  box-shadow: var(--shadow-primary);
}

.gallery-image7000 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.gallery-image7000 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
  display: block;
}

.gallery-item7000:hover .gallery-image7000 img {
  transform: scale(1.08);
}

.image-overlay7000 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.4) 0%,
    rgba(74, 144, 226, 0.2) 100%
  ); */
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
}

.gallery-item7000:hover .image-overlay7000 {
  /* background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.6) 0%,
    rgba(74, 144, 226, 0.4) 100%
  ); */

  background: rgba(26, 26, 26, 0.5);
}

.image-text7000 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  color: var(--text-light);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.2rem;
}

.gallery-item7000:hover .image-text7000 {
  opacity: 1;
  transform: translateY(0);
}

.image-text7000 h4 {
  margin: 0;
  color: var(--text-light) !important;
  font-weight: 700;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
}

.gallery-item7000 a {
  text-decoration: none;
}

.gallery-item7000:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

/* Desktop Grid - Regular 3x2 */
@media (min-width: 1025px) {
  .gallery-grid7000 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

/* Laptop - Regular smaller grid */
@media (max-width: 1024px) and (min-width: 769px) {
  .guide-container7000 {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 30px;
  }

  .gallery-grid7000 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 380px;
    gap: 12px;
  }

  .guide-main-title7000 {
    font-size: 2.5rem;
  }
}

/* Tablet - Irregular grid, larger images */
@media (max-width: 768px) and (min-width: 481px) {
  .guide-container7000 {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0 25px;
  }

  .gallery-grid7000 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 450px;
    gap: 14px;
  }

  .gallery-item7000:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .gallery-item7000:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
  }

  .gallery-item7000:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }

  .gallery-item7000:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .gallery-item7000:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
  }

  .gallery-item7000:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
  }

  .guide-main-title7000 {
    font-size: 2.2rem;
  }

  .guide-secondary-title7000 {
    font-size: 1.7rem;
  }
}

/* Mobile - Stacked layout */
/* @media (max-width: 480px) {
  .guide-section7000 {
    padding: 60px 0;
  }

  .guide-container7000 {
    padding: 0 20px;
    gap: 40px;
  }

  .guide-main-title7000 {
    font-size: 1.8rem;
  }

  .guide-secondary-title7000 {
    font-size: 1.4rem;
  }

  .guide-subtitle7000,
  .guide-description7000 {
    font-size: 1rem;
  }

  .gallery-grid7000 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 120px);
    gap: 12px;
    height: auto;
  }

  .gallery-item7000:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
} */


@media (max-width: 480px) {
  .guide-section7000 {
    padding: 60px 0;
  }

  .guide-container7000 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  /* Text content comes first */
  .guide-text-content7000 {
    order: 1;
    padding: 20px 0;
  }

  /* Gallery comes second */
  .guide-gallery7000 {
    order: 2;
  }

  .guide-main-title7000 {
    font-size: 1.8rem;
  }

  .guide-secondary-title7000 {
    font-size: 1.4rem;
  }

  .guide-subtitle7000,
  .guide-description7000 {
    font-size: 1rem;
  }

  /* Irregular grid layout matching the image */
  .gallery-grid7000 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 8px;
    height: auto;

  }

  /* Image positioning based on the provided layout */
  .gallery-item7000:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .gallery-item7000:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .gallery-item7000:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
  }

  .gallery-item7000:nth-child(4) {
    grid-column: 1 / 2;
    grid-row:  4/ 5;
  }

  .gallery-item7000:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .gallery-item7000:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
  }

  /* Reset any nth-child rules from larger screens */
  .gallery-item7000:nth-child(n) {
    /* Individual positioning handled above */
  }

  /* Adjust image styling for mobile */
  .gallery-image7000 {
    border-radius: 12px;
  }

  .gallery-image7000 img {
    border-radius: 12px;
  }

  .image-overlay7000 {
    border-radius: 12px;
  }

  .image-text7000 {
    bottom: 12px;
    left: 12px;
    right: 12px;
    font-size: 0.9rem;
  }

  .image-text7000 h4 {
    font-size: 0.9rem;
  }
}





/* Header Styles با Background Blur */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  /* background: rgba(255, 255, 255, 0.85); */
  background: #ffffff;
  /* backdrop-filter: blur(15px); */
  /* -webkit-backdrop-filter: blur(15px); */
  border-bottom: 1px solid rgba(33, 34, 36, 0.08);
  z-index: 2000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(33, 34, 36, 0.06);
}

.header.scrolled {
  /* background: rgba(255, 255, 255, 0.95); */
  /* backdrop-filter: blur(20px); */
  /* -webkit-backdrop-filter: blur(20px); */
  box-shadow: 0 4px 30px rgba(33, 34, 36, 0.1);
  border-bottom: 1px solid rgba(33, 34, 36, 0.12);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.header-img {
  height: 5rem;
  /* filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)); */
  transition: all 0.3s ease;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  /* color: #212224; */
  text-decoration: none;
  transition: all 0.3s ease;
  /* backdrop-filter: blur(200px); */
  /* opacity: 0.8; */
}

.logo:hover {
  opacity: 0.6;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 50px;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #212224;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link:hover {
  /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
  color: #666;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #212224;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: #212224;
  font-weight: 500;
}

/* Modern Dropdown Styles */
.dropdown {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100vw;
  height: 420px;
  background: #212224;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1999;
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-container {
  /* max-width: 1400px; */
  margin: 0 auto;
  height: 100%;
  display: flex;
  padding: 60px;
  gap: 60px;
  direction: rtl;
}

.dropdown-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
  padding-top: 20px;
}

.dropdown-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.dropdown-section {
  margin-bottom: 35px;
}

.dropdown-section-title {
  color: #ffd700;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropdown-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dropdown-link {
  color: #cccccc;
  text-decoration: none;
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-link::before {
  content: "+";
  color: #666666;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.3s ease;
}

.dropdown-link:hover {
  color: #ffffff;
  padding-right: 15px;
  transform: translateX(-5px);
}

.dropdown-link:hover::before {
  color: #ffd700;
  transform: rotate(45deg);
}

.dropdown-link.featured::after {
  content: "جدید";
  background: #ffd700;
  color: #212224;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: auto;
}

/* Default Single Image Container */
.dropdown-image {
  flex: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.dropdown-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.6) brightness(0.7);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

.dropdown-image:hover img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.08);
}

/* Gray Overlay */
.dropdown-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 66, 66, 0.4);
  transition: all 0.6s ease;
  z-index: 5;
}

.dropdown-image:hover::before {
  background: rgba(66, 66, 66, 0);
}

/* Image Overlay Text */
.image-overla {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  z-index: 10;
  transition: all 0.3s ease;
}

.dropdown-image:hover .image-overlay {
  transform: translateY(-5px);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

/* Double Image Container for Shop & Industrial Roasters */
.dropdown-images-dual {
  flex: 1.5;
  display: flex;
  gap: 15px;
  height: 100%;
}

.dual-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.dual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.6) brightness(0.7);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

.dual-image:hover img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.08);
}

/* Gray Overlay for dual images */
.dual-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 66, 66, 0.4);
  transition: all 0.6s ease;
  z-index: 5;
}

.dual-image:hover::before {
  background: rgba(66, 66, 66, 0);
}

/* Dual Image Overlay Text */
.dual-image .image-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  z-index: 10;
  transition: all 0.3s ease;
}

.dual-image:hover .image-overlay {
  transform: translateY(-5px);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

/* Demo Content */
/* .demo-content {
        margin-top: 120px;
        padding: 60px 20px;
        text-align: center;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        min-height: calc(100vh - 120px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      } */

.demo-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #212224;
  font-weight: 300;
  letter-spacing: 2px;
}

.demo-content p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .header-container,
  .dropdown-container {
    padding: 40px;
  }

  .nav-menu {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .header-container {
    padding: 0 20px;
  }
}

/* Sidebar Styles - بهینه برای 100vh */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: rgba(33, 34, 36, 0.98);
  backdrop-filter: blur(20px);
  z-index: 3000;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  /* 👇 این خط رو اضافه کن */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
/* 👇 این هم اضافه کن */
.sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.sidebar.active {
  right: 0;
}

/* Close Button Container - بالای تب‌ها */
.sidebar-close-container {
  padding: 8px 15px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.sidebar-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffd700;
}

/* Tabs - کوچکتر */
.sidebar-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.sidebar-tab {
  flex: 1;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.sidebar-tab.active {
  color: #ffd700;
  border-bottom-color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}

/* Content Container - قابل اسکرول */
.sidebar-content {
  padding: 12px 15px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  /* 👇 این خطوط رو اضافه کن */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.sidebar-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Categories - کوچکتر */
.sidebar-category {
  margin-bottom: 8px;
}

.category-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.category-title:hover {
  color: #ffd700;
}

.category-title i {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
}

.category-title.active i {
  transform: rotate(180deg);
}

/* Links Container */
.category-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  margin-top: 6px;
}

.category-links.active {
  max-height: 250px;
}

/* Links - کوچکتر */
.sidebar-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 6px 12px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  line-height: 1.3;
}

.sidebar-link:hover {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
  border-left-color: #ffd700;
}

/* Kuban Tab Direct Links */
#kuban-tab .sidebar-category {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 6px;
}

#kuban-tab .sidebar-link {
  padding: 10px 0;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Responsive Design */
@media (min-width: 1025px) {
  .mobile-menu-btn {
    display: none !important;
  }
  .nav-menu {
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .logo {
    position: static;
    transform: none;
  }

  .sidebar {
    width: 320px;
    right: -320px;
  }

  .header-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .sidebar {
    width: 100%;
    right: -100%;
  }

  .header-container {
    padding: 0 15px;
  }

  .sidebar-content {
    padding: 10px 12px;
  }

  .category-title {
    font-size: 0.8rem;
    padding: 6px 0;
  }

  .sidebar-link {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}
