@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);
  color: var(--text-white);
  line-height: 1.6;
  /* display: grid; */
  /* padding: 80px 20px; */
}

:root {
  --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;
}

/* Contact Hero Section */
.contact-section-11 {
  margin: 100px 0;
  padding: 80px 0;
  background-color: var(--off-white);
  position: relative;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-11-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* .contact-section-11-container h6 {
  font-size: 0.9rem;
  color: var(--medium-gray);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
} */
/* بهبود زیرعنوان "درباره" */
.contact-section-11-container h6 {
  font-size: 1rem; /* از 0.9rem به 1rem */
  color: var(--medium-gray);
  font-weight: 600; /* از 500 به 600 */
  letter-spacing: 3px; /* از 2px به 3px */
  text-transform: uppercase;
  margin-bottom: 30px; /* از 20px به 30px */
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

/* .contact-section-11-container h2 {
  font-size: 4rem;
  color: var(--primary-black);
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -2px;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out 0.6s forwards;
} */
.contact-section-11-container h2 {
  font-size: 5.5rem; /* از 4rem به 5.5rem */
  color: var(--primary-black);
  font-weight: 800; /* از 700 به 800 */
  margin-bottom: 50px; /* از 40px به 50px */
  letter-spacing: -3px; /* از -2px به -3px */
  line-height: 0.9; /* اضافه شده برای فشردگی بیشتر */
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out 0.6s forwards;
}

.contact-section-11-container-button {
  background: transparent;
  border: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 1.2s forwards,
    pulse 2s ease-in-out 2s infinite;
}

.contact-section-11-container-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: var(--primary-black);
  border-radius: 50%; /* ✅ اضافه کردن border-radius */
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-section-11-container-button:hover::before {
  width: 100%;
  height: 100%;
}

.contact-section-11-container-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.2);
}

.contact-section-11-container-button i {
  font-size: 48px;
  color: var(--primary-black);
  background: transparent !important; /* ✅ حذف بک‌گراند */
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  display: flex; /* ✅ برای center کردن */
  align-items: center; /* ✅ برای center کردن */
  justify-content: center; /* ✅ برای center کردن */
  line-height: 1; /* ✅ حذف line-height قبلی */
  width: 100%; /* ✅ تمام عرض */
  height: 100%; /* ✅ تمام ارتفاع */
}

.contact-section-11-container-button:hover i {
  color: var(--primary-white);
  font-weight: bold;
}

.contact-section-11-container-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 3;
}

/* ✅ اضافه کردن استایل برای Bootstrap Icons */
.contact-section-11-container-button i::before {
  background: transparent !important;
  color: inherit !important;
}

/* RTL Support */
body[dir="rtl"] .contact-section-11-container h6 {
  letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-section-11 {
    margin: 80px 0;
    padding: 60px 0;
    min-height: 300px;
  }

  .contact-section-11-container {
    padding: 0 15px;
  }

  .contact-section-11-container h6 {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }

  .contact-section-11-container h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    letter-spacing: -1px;
  }

  .contact-section-11-container-button {
    width: 50px;
    height: 50px;
  }

  .contact-section-11-container-button i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .contact-section-11 {
    margin: 60px 0;
    padding: 40px 0;
  }

  .contact-section-11-container h6 {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }

  .contact-section-11-container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
  }

  .contact-section-11-container-button {
    width: 45px;
    height: 45px;
  }

  .contact-section-11-container-button i {
    font-size: 18px;
  }
}

/* Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Additional Hover Effect for Button */
.contact-section-11-container-button:active {
  transform: translateY(-2px) scale(0.95);
}

/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

.picture-container-20 {
  margin: 0 auto;
  /* padding: 0px 0; */
  padding-top: 40px;
}

.picture-20 {
  width: 100%;
  height: 65vh; /* ✅ کاهش از 90vh به 65vh */
  margin: 80px 0; /* ✅ کاهش margin */
  background: url(../images/About-2.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px; /* ✅ اضافه کردن border-radius */
  overflow: hidden;
}

.picture-20 p {
  position: absolute;
  padding: 40px;
  top: 50%;
  left: 50%;
  max-width: 55vw; /* ✅ کاهش عرض متن */
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: whitesmoke;
  line-height: 1.8;

  background: rgba(0, 0, 0, 0.1); /* ✅ بک‌گراند شفاف بهتر */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(8px); /* ✅ پشتیبانی Safari */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* 📱 RESPONSIVE DESIGN */

/* تبلت بزرگ */
@media (max-width: 1200px) {
  .picture-20 {
    height: 60vh; /* ✅ کاهش ارتفاع */
    margin: 70px 0;
  }

  .picture-20 p {
    max-width: 65vw;
    padding: 35px;
    font-size: 19px;
  }
}

/* تبلت */
@media (max-width: 1024px) {
  .picture-container-20 {
    padding: 30px 0;
  }

  .picture-20 {
    height: 55vh; /* ✅ کاهش ارتفاع */
    margin: 60px 0;
  }

  .picture-20 p {
    max-width: 70vw;
    padding: 30px;
    font-size: 18px;
    line-height: 1.7;
  }
}

/* موبایل بزرگ */
@media (max-width: 768px) {
  .picture-container-20 {
    padding: 25px 0;
  }

  .picture-20 {
    height: 50vh; /* ✅ کاهش ارتفاع */
    margin: 50px 0;
    background-attachment: scroll; /* ✅ حل مشکل موبایل */
    border-radius: 10px;
  }

  .picture-20 p {
    max-width: 80vw;
    padding: 25px;
    font-size: 17px;
    line-height: 1.8;
    border-radius: 16px;
    backdrop-filter: blur(10px);
  }
}

/* موبایل متوسط */
@media (max-width: 576px) {
  .picture-container-20 {
    padding: 20px 0;
  }

  .picture-20 {
    height: 45vh; /* ✅ کاهش ارتفاع */
    margin: 40px 0;
    background-attachment: scroll;
    border-radius: 8px;
  }

  .picture-20 p {
    max-width: 85vw;
    padding: 20px;
    font-size: 16px;
    line-height: 1.9;
    border-radius: 14px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .picture-20 {
    height: 40vh; /* ✅ کاهش ارتفاع */
    margin: 30px 0;
    border-radius: 6px;
  }

  .picture-20 p {
    max-width: 90vw;
    padding: 18px;
    font-size: 15px;
    line-height: 2;
    border-radius: 12px;
  }
}

/* موبایل خیلی کوچک */
@media (max-width: 360px) {
  .picture-20 {
    height: 35vh; /* ✅ کاهش ارتفاع */
    margin: 25px 0;
  }

  .picture-20 p {
    max-width: 95vw;
    padding: 15px;
    font-size: 14px;
    line-height: 2.1;
    border-radius: 10px;
  }
}

/* حالت landscape موبایل */
@media (max-height: 500px) and (orientation: landscape) {
  .picture-20 {
    height: 70vh; /* ✅ افزایش در landscape */
  }

  .picture-20 p {
    max-width: 60vw;
    font-size: 16px;
    padding: 20px;
  }
}

/* حالت‌های خاص */
@media (max-width: 320px) {
  .picture-20 {
    height: 32vh; /* ✅ حداقل ارتفاع */
    margin: 20px 0;
  }

  .picture-20 p {
    padding: 12px;
    font-size: 13px;
    max-width: 98vw;
  }
}

/* بهبود عملکرد */
@media (prefers-reduced-motion: reduce) {
  .picture-20 {
    background-attachment: scroll;
  }
}

/* Story Section */
.story-section {
  padding: 100px 0;
  background: var(--off-white);
  position: relative;
}

.story-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.story-content p {
  font-size: 1.2rem;
  color: var(--dark-gray);
  line-height: 2;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.story-content p:nth-child(2) {
  animation-delay: 0.3s;
}

.story-content p:nth-child(3) {
  animation-delay: 0.6s;
}

/* Stats Section */
.stats-section {
  padding: 80px 0;
  background: var(--primary-white);
  position: relative;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  align-items: center;
}

.stat-item {
  text-align: center;
  padding: 40px 20px;
  background: var(--off-white);
  border-radius: 16px;
  box-shadow: var(--shadow-light);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out forwards;
}

.stat-item:nth-child(1) {
  animation-delay: 0.2s;
}

.stat-item:nth-child(2) {
  animation-delay: 0.5s;
}

.stat-item:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-heavy);
  background: var(--primary-white);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 10px;
  letter-spacing: -2px;
  position: relative;
}

.stat-number::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--medium-gray), var(--medium-gray));
  border-radius: 2px;
}

.stat-description {
  font-size: 1.1rem;
  color: var(--medium-gray);
  font-weight: 500;
  margin-top: 20px;
}

/* Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .story-section {
    padding: 60px 0;
  }

  .story-container {
    padding: 0 15px;
  }

  .story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .stats-section {
    padding: 60px 0;
  }

  .stats-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 15px;
  }

  .stat-item {
    padding: 30px 15px;
  }

  .stat-number {
    font-size: 2.8rem;
  }

  .stat-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .story-section {
    padding: 50px 0;
  }

  .story-content p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .stats-section {
    padding: 50px 0;
  }

  .stat-item {
    padding: 25px 10px;
    border-radius: 12px;
  }

  .stat-number {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  .stat-description {
    font-size: 0.95rem;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-btn i {
    font-size: 1.4rem;
  }
}

/* Extra Small Screens */
@media (max-width: 360px) {
  .story-container,
  .stats-container {
    padding: 0 10px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .stat-description {
    font-size: 0.9rem;
  }
}

/* Vision Mission Section */
.vision-mission-section {
  padding: 60px 0;
  background: var(--primary-white);
}

.section-container1111 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.vision-mission-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* Image Section */
.image-section {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease;
}

.kuban-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: all 0.4s ease;
  /* فیلتر سیاه و سفید به صورت پیش‌فرض */
  filter: grayscale(100%) brightness(0.8) contrast(1.2);
}

/* حذف فیلتر هنگام هاور */
.image-section:hover .kuban-image {
  filter: grayscale(0%) brightness(1) contrast(1);
  transform: scale(1.02);
}

.image-section:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-heavy);
}

/* Text Content Section */
.text-content {
  padding: 10px 0;
}

/* Vision Section */
.vision-section {
  margin-bottom: 35px;
}

.vision-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.vision-text {
  font-size: 1.05rem;
  color: var(--dark-gray);
  line-height: 1.7;
  text-align: justify;
}

/* Mission Section */
.mission-section {
  margin-top: 25px;
}

.mission-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.mission-text {
  font-size: 1.05rem;
  color: var(--dark-gray);
  line-height: 1.7;
  text-align: justify;
}

/* Animations */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Initial Animation States */
.vision-mission-content {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

.vision-title {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.3s forwards;
}

.vision-text {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.6s forwards;
}

.mission-title {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.9s forwards;
}

.mission-text {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 1.2s forwards;
}

.image-section {
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.2s forwards;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .vision-mission-section {
    padding: 50px 0;
  }

  .vision-mission-content {
    gap: 40px;
  }

  .vision-title,
  .mission-title {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }

  .kuban-image {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .vision-mission-section {
    padding: 40px 0;
  }

  .section-container {
    padding: 0 15px;
  }

  .vision-mission-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .image-section {
    order: -1;
  }

  .kuban-image {
    height: 320px;
  }

  .text-content {
    text-align: center;
    padding: 0;
  }

  .vision-section {
    margin-bottom: 25px;
  }

  .mission-section {
    margin-top: 15px;
  }

  .vision-title,
  .mission-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .vision-text,
  .mission-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .whatsapp-btn {
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
  }

  .whatsapp-btn i {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .vision-mission-section {
    padding: 30px 0;
  }

  .vision-mission-content {
    gap: 25px;
  }

  .kuban-image {
    height: 260px;
  }

  .vision-title,
  .mission-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .vision-text,
  .mission-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .vision-section {
    margin-bottom: 20px;
  }

  .mission-section {
    margin-top: 10px;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-btn i {
    font-size: 1.4rem;
  }
}

@media (max-width: 360px) {
  .section-container {
    padding: 0 10px;
  }

  .vision-title,
  .mission-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .vision-text,
  .mission-text {
    font-size: 0.9rem;
  }
}

/* World Wide Shipping Section */
.shipping-section {
  padding: 80px 0;
  background: url(../images/ww-1536x768.png) var(--off-white);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.shipping-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(26, 26, 26, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(26, 26, 26, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.shipping-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.shipping-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Logo/Icon Section */
.shipping-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
  background: var(--primary-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-medium);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  animation: logoScale 1s ease-out 0.2s forwards;
}

.shipping-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.shipping-logo i {
  font-size: 2rem;
  color: var(--primary-white);
  z-index: 1;
}

/* Main Title */
.shipping-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-black);
  margin-bottom: 30px;
  letter-spacing: -1px;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.4s forwards;
}

/* Subtitle */
.shipping-subtitle {
  font-size: 1.4rem;
  color: var(--dark-gray);
  margin-bottom: 40px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.6s forwards;
}

.shipping-subtitle .highlight {
  color: var(--primary-black);
  font-weight: 700;
}

/* Description */
.shipping-description {
  font-size: 1.1rem;
  color: var(--medium-gray);
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease-out 0.8s forwards;
}

/* Quote Section */
.shipping-quote {
  background: var(--primary-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--shadow-light);
  border: 1px solid var(--border-gray);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  animation: slideInUp 1s ease-out 1s forwards;
}

.shipping-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-black),
    var(--secondary-black)
  );
}

.quote-text {
  font-size: 1.2rem;
  color: var(--dark-gray);
  line-height: 1.7;
  font-style: italic;
  position: relative;
}

.quote-text::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 3rem;
  color: var(--light-gray);
  font-family: serif;
}

.countries-highlight {
  color: var(--accent-gold);
  font-weight: 700;
  font-style: normal;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-btn i {
  font-size: 1.8rem;
  color: var(--primary-white);
}

/* Animations */
@keyframes logoScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .shipping-section {
    padding: 60px 0;
  }

  .shipping-title {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .shipping-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }

  .shipping-description {
    font-size: 1.05rem;
    margin-bottom: 35px;
  }

  .shipping-quote {
    padding: 35px;
  }

  .quote-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .shipping-section {
    padding: 50px 0;
  }

  .shipping-container {
    padding: 0 15px;
  }

  .shipping-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
  }

  .shipping-logo i {
    font-size: 1.8rem;
  }

  .shipping-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .shipping-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .shipping-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .shipping-quote {
    padding: 30px;
    border-radius: 15px;
  }

  .quote-text {
    font-size: 1.05rem;
  }

  .whatsapp-btn {
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
  }

  .whatsapp-btn i {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .shipping-section {
    padding: 40px 0;
  }

  .shipping-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }

  .shipping-logo i {
    font-size: 1.5rem;
  }

  .shipping-title {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .shipping-subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .shipping-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .shipping-quote {
    padding: 25px;
    border-radius: 12px;
  }

  .quote-text {
    font-size: 1rem;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-btn i {
    font-size: 1.4rem;
  }
}

@media (max-width: 360px) {
  .shipping-container {
    padding: 0 10px;
  }

  .shipping-title {
    font-size: 1.8rem;
  }

  .shipping-subtitle {
    font-size: 0.95rem;
  }

  .shipping-description {
    font-size: 0.9rem;
  }

  .quote-text {
    font-size: 0.95rem;
  }
}

.guide-section7000 {
  padding: 100px 0;
  background: var(--primary-white);
  overflow: hidden;
  position: relative;
}

/* حذف بک‌گراند گرادیان برای سادگی */
.guide-section7000::before {
  display: 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(--primary-black);
  margin-bottom: 24px;
  line-height: 1.2;
  /* حذف گرادیان، فقط رنگ ساده */
}

.guide-subtitle7000 {
  font-size: 1.2rem;
  color: var(--medium-gray);
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 400;
}

.guide-divider7000 {
  width: 120px;
  height: 4px;
  background: var(--medium-gray);
  margin: 40px 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

/* حذف افکت shimmer برای سادگی */
.guide-divider7000::after {
  display: none;
}

.guide-secondary-title7000 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-black);
  margin-bottom: 24px;
  position: relative;
}

.guide-description7000 {
  font-size: 1.1rem;
  color: var(--medium-gray);
  line-height: 1.8;
  margin-bottom: 50px;
  font-weight: 400;
}

.guide-button7000 {
  display: inline-block;
  background: var(--dark-gray);
  color: var(--primary-white);
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border: none;
}

/* حذف افکت‌های پیچیده دکمه */
.guide-button7000::before {
  display: none;
}

.guide-button7000:hover {
  background: var(--accent-gold);
  transform: none;
  box-shadow: none;
}

.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.3s ease;
  height: 100%;
  display: block;
  box-shadow: var(--shadow-light);
}

.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.3s ease;
  border-radius: 16px;
  display: block;
}

.gallery-item7000:hover .gallery-image7000 img {
  transform: scale(1.05);
}

.image-overlay7000 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.3);
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.gallery-item7000:hover .image-overlay7000 {
  background: rgba(26, 26, 26, 0.5);
}

.image-text7000 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  color: var(--primary-white);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.gallery-item7000:hover .image-text7000 {
  opacity: 1;
  transform: translateY(0);
}

.image-text7000 h4 {
  margin: 0;
  color: var(--primary-white) !important;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
}

.gallery-item7000 a {
  text-decoration: none;
}

.gallery-item7000:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

/* 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;
  }
}

@media (max-width: 480px) {
  .guide-section7000 {
    padding: 60px 0;
  }

  .guide-container7000 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .guide-text-content7000 {
    order: 1;
    padding: 20px 0;
  }

  .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;
  }

  .gallery-grid7000 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 8px;
    height: auto;
  }

  .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;
  }

  .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;
  }
}
