/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background: #0f0c29; /* Dark background for contrast */
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.1); /* Glassmorphism effect */
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  
  .logo a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  
  .logo-text {
    color: #00ff88; /* Neon green */
    text-shadow: 0 0 5px #00ff88, 0 0 10px #00ff88;
  }
  
  .navbar {
    display: flex;
    align-items: center;
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
  }
  
  .nav-item {
    margin-left: 2rem;
    position: relative;
  }
  
  .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .nav-link i {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
  
  .nav-link:hover {
    color: #00ff88;
    text-shadow: 0 0 5px #00ff88, 0 0 10px #00ff88;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    list-style: none;
    padding: 0.5rem 0;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .dropdown-menu li {
    padding: 0.5rem 1rem;
  }
  
  .dropdown-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .dropdown-menu a:hover {
    color: #00ff88;
    text-shadow: 0 0 5px #00ff88, 0 0 10px #00ff88;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .search-bar {
    display: flex;
    align-items: center;
    margin-left: 2rem;
  }
  
  .search-bar input {
    padding: 0.5rem;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  
  .search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .search-bar button {
    padding: 0.5rem 1rem;
    border: none;
    background: #00ff88;
    color: #000;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .search-bar button:hover {
    background: #00cc66;
  }
  
  .cta-button {
    margin-left: 2rem;
    padding: 0.5rem 1.5rem;
    background: #00ff88;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .cta-button i {
    margin-left: 0.5rem;
  }
  
  .cta-button:hover {
    background: #00cc66;
    box-shadow: 0 0 10px #00ff88, 0 0 20px #00ff88;
  }
  
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .nav-menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 60px;
      left: 0;
    }
  
    .nav-menu.active {
      display: flex;
    }
  
    .nav-item {
      margin: 1rem 0;
      text-align: center;
    }
  
    .search-bar {
      display: none;
    }
  
    .cta-button {
      display: none;
    }
  
    .hamburger {
      display: flex;
    }
  }










  /* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background: #f4f4f9;
    color: #333;
    line-height: 1.6;
  }
  
  h1, h2, h3 {
    color: #2c3e50;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
 




/* استایل پایه هیرو لوکس */
.luxury-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0 8%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
  position: relative;
}

.luxury-hero-content {
  max-width: 600px;
  z-index: 10;
  position: relative;
}

.luxury-hero-text h1 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #212529;
}

.luxury-changing-text {
  position: relative;
  display: inline-block;
  color: #5e72e4;
  transition: color 0.5s ease;
}

.luxury-subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  margin-bottom: 3rem;
  line-height: 1.7;
  max-width: 90%;
}

/* استایل دکمه‌های لوکس */
.luxury-hero-buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.luxury-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.luxury-btn-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.luxury-btn-icon svg {
  width: 100%;
  height: 100%;
}

.luxury-primary-btn {
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(94, 114, 228, 0.3);
}

.luxury-secondary-btn {
  background: white;
  color: #5e72e4;
  border: 2px solid #5e72e4;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.luxury-primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(94, 114, 228, 0.4);
}

.luxury-secondary-btn:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.luxury-btn:hover .luxury-btn-icon {
  transform: translateX(5px);
}

/* بخش تصویر هیرو */
.luxury-hero-visual {
  position: relative;
  width: 50%;
  height: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-hero-image-wrapper {
  position: relative;
  z-index: 5;
  animation: luxuryFloat 8s ease-in-out infinite;
}

.luxury-main-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
}

/* عناصر شناور */
.luxury-floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.luxury-floating-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.1) 0%, rgba(130, 94, 228, 0.1) 100%);
  filter: blur(30px);
}

.luxury-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: luxuryFloat 10s ease-in-out infinite;
}

.luxury-circle-2 {
  width: 300px;
  height: 300px;
  bottom: 50px;
  left: -50px;
  animation: luxuryFloat 8s ease-in-out infinite 2s;
}

.luxury-floating-dot {
  position: absolute;
  border-radius: 50%;
  background: #5e72e4;
  opacity: 0.2;
}

.luxury-dot-1 {
  width: 20px;
  height: 20px;
  top: 30%;
  right: 20%;
  animation: luxuryFloat 6s ease-in-out infinite 1s;
}

.luxury-dot-2 {
  width: 15px;
  height: 15px;
  bottom: 20%;
  left: 15%;
  animation: luxuryFloat 7s ease-in-out infinite 1.5s;
}

@keyframes luxuryFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* انیمیشن متن متغیر */
.luxury-text-enter {
  animation: luxuryTextEnter 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.luxury-text-exit {
  animation: luxuryTextExit 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
}

@keyframes luxuryTextEnter {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes luxuryTextExit {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-15px) scale(0.9);
  }
}

.luxury-text-highlight {
  position: relative;
  display: inline-block;
}

.luxury-text-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(94, 114, 228, 0.2);
  z-index: -1;
  border-radius: 4px;
  transform-origin: left;
  animation: luxuryUnderlineGrow 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes luxuryUnderlineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* ریسپانسیو */
@media (max-width: 1200px) {
  .luxury-hero-text h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 992px) {
  .luxury-hero {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
  }
  
  .luxury-hero-content {
    margin-bottom: 60px;
    max-width: 100%;
  }
  
  .luxury-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .luxury-hero-buttons {
    justify-content: center;
  }
  
  .luxury-hero-visual {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .luxury-hero-text h1 {
    font-size: 2.5rem;
  }
  
  .luxury-subtitle {
    font-size: 1.1rem;
  }
  
  .luxury-hero-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  
  .luxury-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .luxury-hero-text h1 {
    font-size: 2rem;
  }
}












/* استایل بخش خدمات */
.premium-services {
  padding: 100px 8%;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.services-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.highlight-word {
  color: #5e72e4;
  position: relative;
}

.highlight-word::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(94, 114, 228, 0.2);
  z-index: -1;
  border-radius: 4px;
  animation: highlight-pulse 3s ease infinite;
}

@keyframes highlight-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleX(1.05);
  }
}

.services-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #5e72e4, #825ee4);
  margin: 25px auto;
  border-radius: 2px;
  position: relative;
}

.services-divider::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5e72e4;
  border: 4px solid #f8f9fa;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5e72e4, #825ee4);
  transition: all 0.5s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
  height: 10px;
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.1) 0%, rgba(130, 94, 228, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}

.service-icon svg {
  width: 32px;
  height: 32px;
  color: #5e72e4;
}

.service-card:hover .service-icon {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
}

.service-card:hover .service-icon svg {
  color: white;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.service-card:hover .service-title {
  color: #5e72e4;
}

.service-description {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.service-hover-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card:hover .service-hover-content {
  max-height: 300px;
}

.service-features {
  list-style: none;
  padding-left: 0;
}

.service-features li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #495057;
  transition: all 0.3s ease;
}

.service-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 2px;
  background: #5e72e4;
}

.service-card:hover .service-features li {
  transform: translateX(5px);
}

/* انیمیشن‌های ورود */
.service-card {
  opacity: 0;
  transform: translateY(30px);
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .premium-services {
    padding: 80px 5%;
  }
  
  .services-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .services-container {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 50px auto 0;
  }
  
  .services-title {
    font-size: 2rem;
  }
  
  .services-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .premium-services {
    padding: 60px 20px;
  }
  
  .services-title {
    font-size: 1.8rem;
  }
}


  
  




  

/* استایل هیرو CTA لوکس */
.luxury-cta {
  padding: 120px 8%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.luxury-cta-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.luxury-cta-content {
  flex: 1;
  max-width: 600px;
}

.luxury-cta-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 1.5rem;
  position: relative;
}

.luxury-text-gradient {
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 50%, #11cdef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.luxury-cta-subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.luxury-cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.luxury-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.luxury-btn-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.luxury-btn-icon svg {
  width: 100%;
  height: 100%;
}

.luxury-cta-primary {
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(94, 114, 228, 0.3);
}

.luxury-cta-secondary {
  background: white;
  color: #5e72e4;
  border: 2px solid #5e72e4;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.luxury-cta-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(94, 114, 228, 0.4);
}

.luxury-cta-secondary:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.luxury-cta-btn:hover .luxury-btn-icon {
  transform: translateX(5px);
}

/* بخش تصویر */
.luxury-cta-visual {
  flex: 1;
  position: relative;
  min-height: 400px;
}

.luxury-cta-image-wrapper {
  position: relative;
  z-index: 5;
  animation: luxuryFloat 8s ease-in-out infinite;
}

.luxury-cta-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
}

/* شکل‌های دکوراتیو */
.luxury-cta-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.7;
}

.luxury-shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  top: -50px;
  right: -50px;
  animation: luxuryFloat 10s ease-in-out infinite;
}

.luxury-shape-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #11cdef 0%, #5e72e4 100%);
  bottom: -100px;
  left: -100px;
  animation: luxuryFloat 8s ease-in-out infinite 2s;
}

.luxury-shape-3 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #825ee4 0%, #f5365c 100%);
  top: 50%;
  right: 50px;
  animation: luxuryFloat 6s ease-in-out infinite 1s;
}

@keyframes luxuryFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* انیمیشن‌های ورود */
.luxury-cta-title {
  opacity: 0;
  transform: translateY(30px);
}

.luxury-cta-subtitle {
  opacity: 0;
  transform: translateY(30px);
}

.luxury-cta-btn {
  opacity: 0;
  transform: translateY(30px);
}

.luxury-cta-image {
  opacity: 0;
  transform: translateX(50px);
}

/* ریسپانسیو */
@media (max-width: 1200px) {
  .luxury-cta-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 992px) {
  .luxury-cta {
    padding: 80px 5%;
  }
  
  .luxury-cta-container {
    flex-direction: column;
    text-align: center;
  }
  
  .luxury-cta-content {
    max-width: 100%;
  }
  
  .luxury-cta-buttons {
    justify-content: center;
  }
  
  .luxury-cta-title {
    font-size: 2.5rem;
  }
  
  .luxury-cta-visual {
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .luxury-cta-title {
    font-size: 2.2rem;
  }
  
  .luxury-cta-subtitle {
    font-size: 1.1rem;
  }
  
  .luxury-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .luxury-cta-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .luxury-cta-title {
    font-size: 1.8rem;
  }
}











/* استایل بخش ویژگی‌های تعاملی لوکس */
.luxury-interactive-features {
  padding: 100px 8%;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.luxury-features-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.luxury-features-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}

.luxury-highlight {
  color: #5e72e4;
  position: relative;
}

.luxury-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(94, 114, 228, 0.2);
  z-index: -1;
  border-radius: 4px;
  animation: highlight-pulse 3s ease infinite;
}

@keyframes highlight-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleX(1.05);
  }
}

.luxury-features-subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.luxury-header-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, rgba(94, 114, 228, 0.1), #5e72e4, rgba(94, 114, 228, 0.1));
  margin: 25px auto;
  position: relative;
}

.luxury-divider-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5e72e4;
  box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(94, 114, 228, 0);
  }
}

.luxury-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.luxury-feature-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.luxury-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5e72e4, #825ee4);
  transition: all 0.5s ease;
}

.luxury-feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.1) 0%, rgba(130, 94, 228, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}

.luxury-feature-icon svg {
  width: 36px;
  height: 36px;
  color: #5e72e4;
  transition: all 0.5s ease;
}

.luxury-feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.luxury-feature-desc {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.luxury-feature-hover {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-hover-content {
  padding-top: 20px;
  border-top: 1px dashed rgba(94, 114, 228, 0.3);
}

.luxury-feature-list {
  list-style: none;
  padding-left: 0;
}

.luxury-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #495057;
  transition: all 0.3s ease;
}

.luxury-feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: #5e72e4;
  transition: all 0.3s ease;
}

/* افکت‌های hover */
.luxury-feature-card:hover {
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.luxury-feature-card:hover::before {
  height: 10px;
}

.luxury-feature-card:hover .luxury-feature-icon {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
}

.luxury-feature-card:hover .luxury-feature-icon svg {
  color: white;
}

.luxury-feature-card:hover .luxury-feature-title {
  color: #5e72e4;
}

.luxury-feature-card:hover .luxury-feature-hover {
  max-height: 300px;
}

.luxury-feature-card:hover .luxury-feature-list li {
  transform: translateX(5px);
}

.luxury-feature-card:hover .luxury-feature-list li::before {
  width: 15px;
}

/* انیمیشن‌های ورود */
.luxury-feature-card {
  opacity: 0;
  transform: translateY(30px);
}

/* شکل‌های دکوراتیو پس‌زمینه */
.luxury-feature-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.2;
  z-index: 0;
}

.luxury-feature-shape-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  top: -100px;
  right: -100px;
  animation: float 10s ease-in-out infinite;
}

.luxury-feature-shape-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #11cdef 0%, #5e72e4 100%);
  bottom: -50px;
  left: -50px;
  animation: float 8s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .luxury-interactive-features {
    padding: 80px 5%;
  }
  
  .luxury-features-title {
    font-size: 2.2rem;
  }
  
  .luxury-features-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .luxury-features-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .luxury-features-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .luxury-interactive-features {
    padding: 60px 20px;
  }
  
  .luxury-features-title {
    font-size: 1.8rem;
  }
}









/* استایل گالری خدمات لوکس */
.luxury-services-gallery {
  padding: 100px 8%;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.luxury-gallery-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.luxury-gallery-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}

.luxury-gallery-highlight {
  color: #5e72e4;
  position: relative;
}

.luxury-gallery-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(94, 114, 228, 0.2);
  z-index: -1;
  border-radius: 4px;
  animation: highlight-pulse 3s ease infinite;
}

@keyframes highlight-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleX(1.05);
  }
}

.luxury-gallery-subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.luxury-gallery-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, rgba(94, 114, 228, 0.1), #5e72e4, rgba(94, 114, 228, 0.1));
  margin: 25px auto;
  position: relative;
}

.luxury-divider-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5e72e4;
  box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(94, 114, 228, 0);
  }
}

.luxury-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.luxury-gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.luxury-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.luxury-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
  opacity: 0.7;
  transition: all 0.5s ease;
}

.luxury-service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  color: white;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-service-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.luxury-service-desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.luxury-service-hover {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.luxury-gallery-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

/* افکت‌های hover */
.luxury-gallery-item:hover {
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.luxury-gallery-item:hover .luxury-service-image {
  transform: scale(1.1);
}

.luxury-gallery-item:hover .luxury-image-overlay {
  opacity: 0.9;
  background: linear-gradient(to top, rgba(94, 114, 228, 0.8) 0%, transparent 70%);
}

.luxury-gallery-item:hover .luxury-service-content {
  transform: translateY(-20px);
}

.luxury-gallery-item:hover .luxury-service-title {
  transform: translateY(-10px);
}

.luxury-gallery-item:hover .luxury-service-desc {
  transform: translateY(-10px);
}

.luxury-gallery-item:hover .luxury-service-hover {
  max-height: 100px;
}

.luxury-gallery-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.luxury-gallery-btn:hover svg {
  transform: translateX(5px);
}

/* انیمیشن‌های ورود */
.luxury-gallery-item {
  opacity: 0;
  transform: translateY(30px);
}

/* شکل‌های دکوراتیو پس‌زمینه */
.luxury-gallery-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 0;
}

.luxury-gallery-shape-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  top: -100px;
  right: -100px;
  animation: float 10s ease-in-out infinite;
}

.luxury-gallery-shape-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #11cdef 0%, #5e72e4 100%);
  bottom: -50px;
  left: -50px;
  animation: float 8s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .luxury-services-gallery {
    padding: 80px 5%;
  }
  
  .luxury-gallery-title {
    font-size: 2.2rem;
  }
  
  .luxury-gallery-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .luxury-gallery-container {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .luxury-gallery-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .luxury-services-gallery {
    padding: 60px 20px;
  }
  
  .luxury-gallery-title {
    font-size: 1.8rem;
  }
  
  .luxury-service-content {
    padding: 20px;
  }
  
  .luxury-service-title {
    font-size: 1.5rem;
  }
}



  
  
  /* Reset و فونت ها */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Vazir', Arial, sans-serif;
}

body {
  background-color: #f8f9fa;
  color: #212529;
}

/* استایل بخش وبلاگ لوکس */
.luxury-blog-section {
  padding: 80px 5%;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.luxury-blog-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.luxury-blog-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}

.luxury-blog-highlight {
  color: #5e72e4;
  position: relative;
}

.luxury-blog-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(94, 114, 228, 0.2);
  z-index: -1;
  border-radius: 4px;
}

.luxury-blog-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.luxury-blog-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, rgba(94, 114, 228, 0.1), #5e72e4, rgba(94, 114, 228, 0.1));
  margin: 25px auto;
  position: relative;
}

.luxury-blog-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5e72e4;
  box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.2);
}

.luxury-blog-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.luxury-blog-post {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
}

.luxury-post-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.luxury-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.luxury-post-date {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.luxury-date-day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5e72e4;
  line-height: 1;
}

.luxury-date-month {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 2px;
}

.luxury-post-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.luxury-post-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.85rem;
}

.luxury-post-category {
  color: #5e72e4;
  font-weight: 600;
}

.luxury-post-read-time {
  color: #6c757d;
}

.luxury-post-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 12px;
  line-height: 1.4;
}

.luxury-post-excerpt {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.luxury-read-more {
  display: inline-flex;
  align-items: center;
  color: #5e72e4;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.luxury-read-more svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.luxury-blog-footer {
  text-align: center;
  margin-top: 50px;
}

.luxury-view-all {
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(94, 114, 228, 0.3);
  transition: all 0.3s ease;
}

.luxury-view-all svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

/* افکت‌های hover */
.luxury-blog-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.luxury-blog-post:hover .luxury-post-image {
  transform: scale(1.05);
}

.luxury-read-more:hover {
  color: #825ee4;
}

.luxury-read-more:hover svg {
  transform: translateX(5px);
}

.luxury-view-all:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(94, 114, 228, 0.4);
}

.luxury-view-all:hover svg {
  transform: translateX(5px);
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .luxury-blog-section {
    padding: 60px 20px;
  }
  
  .luxury-blog-title {
    font-size: 2rem;
  }
  
  .luxury-blog-posts {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .luxury-blog-title {
    font-size: 1.8rem;
  }
  
  .luxury-post-image-wrapper {
    height: 180px;
  }
  
  .luxury-post-content {
    padding: 15px;
  }
}





  /* Contact Form */
  .contact {
    padding: 4rem 2rem;
    text-align: center;
    background: #fff;
  }
  
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .contact-form input, .contact-form textarea {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
  }
  
  .contact-form button {
    padding: 0.8rem 2rem;
    background: #6a11cb;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .contact-form button:hover {
    background: #2575fc;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .feature-card, .pricing-card, .post {
      width: 100%;
      margin: 1rem 0;
    }
  }










  /* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background: #f4f4f9;
    color: #333;
    line-height: 1.6;
  }
  
  h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c3e50;
  }
  
  /* Pricing Plans Section */
  .pricing {
    padding: 4rem 2rem;
    text-align: center;
    background: #fff;
  }
  
  .pricing-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .pricing-card {
    background: #f4f4f9;
    padding: 2rem;
    border-radius: 10px;
    width: 30%;
    margin: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
  }
  
  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-card.selected {
    border: 2px solid #6a11cb;
    background: #e6e6fa;
  }
  
  .pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #6a11cb;
  }
  
  .pricing-card .price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #2c3e50;
  }
  
  .pricing-card .price span {
    font-size: 1rem;
    color: #666;
  }
  
  .pricing-card ul {
    list-style: none;
    margin-bottom: 1rem;
  }
  
  .pricing-card ul li {
    margin-bottom: 0.5rem;
    color: #666;
  }
  
  .select-button {
    padding: 0.8rem 2rem;
    background: #6a11cb;
    color: #fff;
    border: none;
    border-radius: 5px; 
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .select-button:hover {
    background: #2575fc;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .pricing-card {
      width: 100%;
      margin: 1rem 0;
    }
  }





  /* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background: #f4f4f9;
    color: #333;
    line-height: 1.6;
  }
  
  h2, h3 {
    text-align: center;
    color: #2c3e50;
  }
  
  .contact {
    padding: 4rem 2rem;
    text-align: center;
    background: #fff;
  }
  
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .contact-form input, .contact-form textarea {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
  }
  
  .contact-form button {
    padding: 0.8rem 2rem;
    background: #6a11cb;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .contact-form button:hover {
    background: #2575fc;
  }
  
  .comments {
    margin-top: 2rem;
  }
  
  .comment {
    background: #f4f4f9;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .comment h4 {
    font-size: 1.2rem;
    color: #6a11cb;
  }
  
  .comment p {
    margin: 0.5rem 0;
    color: #333;
  }
  
  .comment small {
    color: #666;
    font-size: 0.9rem;
  }
  
  .comment-actions {
    margin-top: 0.5rem;
  }
  
  .comment-actions button {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
  }
  
  .comment-actions .edit-button {
    background: #ffc107;
    color: #000;
  }
  
  .comment-actions .delete-button {
    background: #dc3545;
    color: #fff;
  }


  /* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Vazir', Arial, sans-serif;
  background: #f4f4f9;
  color: #333;
  line-height: 1.6;
}

h2, h3 {
  text-align: center;
  color: #2c3e50;
}

.contact {
  padding: 4rem 2rem;
  text-align: center;
  background: #fff;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input, .contact-form textarea {
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Vazir', Arial, sans-serif;
}

.contact-form button {
  padding: 0.8rem 2rem;
  background: #6a11cb;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Vazir', Arial, sans-serif;
}

.contact-form button:hover {
  background: #2575fc;
}

.comments {
  margin-top: 2rem;
}

.comment {
  background: #f4f4f9;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  text-align: right; /* Align text to the right for Persian */
}

.comment h4 {
  font-size: 1.2rem;
  color: #6a11cb;
}

.comment p {
  margin: 0.5rem 0;
  color: #333;
}

.comment small {
  color: #666;
  font-size: 0.9rem;
}

.comment-actions {
  margin-top: 0.5rem;
}

.comment-actions button {
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: 'Vazir', Arial, sans-serif;
}

.comment-actions .edit-button {
  background: #ffc107;
  color: #000;
}

.comment-actions .delete-button {
  background: #dc3545;
  color: #fff;
}





.comments {
  padding: 4rem 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.comments h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

#comment-form {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: 'Vazir', sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus, .form-group textarea:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 5px rgba(26, 188, 156, 0.5);
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.btn-submit {
  background-color: #1abc9c;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-family: 'Vazir', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background-color: #16a085;
  transform: translateY(-3px);
}








/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Vazir', Arial, sans-serif;
  background: #f4f4f9;
  color: #333;
  line-height: 1.6;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

/* Testimonials Section */
.testimonials {
  padding: 4rem 2rem;
  text-align: center;
  background: #fff;
}

.testimonial-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.testimonial-card {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  width: 30%;
  margin: 1rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0; /* Start with invisible cards for animation */
  transform: translateY(50px); /* Start slightly below for slide-up effect */
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.testimonial-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #ff9f43;
  margin-bottom: 1rem;
}

.testimonial-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.testimonial-content h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #ff9f43;
}

.testimonial-content small {
  font-size: 0.9rem;
  color: #ddd;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
    margin: 1rem 0;
  }
}







/* General Styles */
body {
  font-family: 'Vazir', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f9;
  color: #333;
}

/* Hamburger Menu Icon */
.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%; /* Start off-screen */
  width: 250px;
  height: 100%;
  background-color: #6a11cb;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 999;
}

.mobile-menu.open {
  right: 0; /* Slide in from the right */
}

.menu-header {
  padding: 20px;
  text-align: left;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-items li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.menu-items li a:hover {
  color: #ff6f61;
}

/* Main Content */
.content {
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}




.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background-color: #6a11cb;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}




/* Header Styles */
.site-header {
  background: #ffffff;
  padding: 15px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/* Shutdown Button */
.shutdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #ff4444; /* Red color for emphasis */
  transition: transform 0.2s ease, color 0.2s ease;
  padding: 5px;
  border-radius: 50%;
}

.shutdown-btn:hover {
  color: #cc0000; /* Darker red on hover */
  transform: scale(1.1);
}

.shutdown-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.3);
}

/* Confirmation Modal */
.confirmation-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1001;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 300px;
}

.modal-content h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #333;
}

.modal-buttons {
  display: flex;
  justify-content: space-around;
}

.modal-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.yes-btn {
  background: #ff4444;
  color: white;
}

.yes-btn:hover {
  background: #cc0000;
}

.no-btn {
  background: #6a11cb;
  color: white;
}

.no-btn:hover {
  background: #2575fc;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.confirmation-modal {
  animation: fadeIn 0.3s ease;
}







/* Submit Button */
.btn-submit {
  background: linear-gradient(135deg, #ff6f61, #ff3b2f);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 111, 97, 0.4);
}

.btn-submit:active {
  transform: translateY(0);
}

/* Comment List */
.comment-list {
  margin-top: 40px;
}

.comment-list h3 {
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .comments {
    padding: 40px 20px;
  }

  .comments h2 {
    font-size: 2rem;
  }

  .comment-form {
    padding: 20px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 0.9rem;
  }

  .btn-submit {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .comments h2 {
    font-size: 1.8rem;
  }

  .form-group input,
  .form-group textarea {
    font-size: 0.8rem;
  }

  .btn-submit {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
















/* Social Media Icons */
.social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.social-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.social-link:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.social-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Instagram Icon */
.social-link.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social-link.instagram:hover {
  background: linear-gradient(45deg, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
}

/* Telegram Icon */
.social-link.telegram {
  background: linear-gradient(45deg, #0088cc, #00aced);
}

.social-link.telegram:hover {
  background: linear-gradient(45deg, #00aced, #0088cc);
}

/* WhatsApp Icon */
.social-link.whatsapp {
  background: linear-gradient(45deg, #25d366, #128c7e);
}

.social-link.whatsapp:hover {
  background: linear-gradient(45deg, #128c7e, #25d366);
}


/* Footer Section */
.footer {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 60px 20px 20px;
  font-family: 'Vazir', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ff6f61;
}

.footer-section p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ddd;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-link {
  color: white;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-link:hover {
  color: #ff6f61;
  transform: translateY(-3px);
}

/* Quick Links */
.quick-links {
  list-style: none;
  padding: 0;
}

.quick-links li {
  margin-bottom: 10px;
}

.quick-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #ff6f61;
}

/* Recent Posts */
.recent-posts {
  list-style: none;
  padding: 0;
}

.recent-posts li {
  margin-bottom: 10px;
}

.recent-posts a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.recent-posts a:hover {
  color: #ff6f61;
}

/* Popular Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.tag:hover {
  background: #ff6f61;
  color: white;
}

/* Contact Information */
.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info i {
  color: #ff6f61;
  font-size: 1rem;
}

/* Copyright Section */
.copyright {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #ddd;
}

.copyright a {
  color: #ff6f61;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #ff3b2f;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    width: 100%;
    max-width: 400px;
  }

  .social-links {
    justify-content: center;
  }

  .contact-info li {
    justify-content: center;
  }

  .tags {
    justify-content: center;
  }
}










/* استایل دکمه حرفه‌ای */
.hero-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(78, 84, 200, 0.3);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  margin-top: 20px;
}

.btn-text {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.btn-icon {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.btn-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8f94fb 0%, #4e54c8 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  border-radius: 50px;
}

/* افکت‌های hover و active */
.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(78, 84, 200, 0.4);
}

.hero-btn:hover .btn-gradient {
  opacity: 1;
}

.hero-btn:hover .btn-icon {
  transform: translateX(5px);
}

.hero-btn:active {
  transform: translateY(1px);
  box-shadow: 0 5px 15px rgba(78, 84, 200, 0.4);
}

/* افکت نورانی */
.hero-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: 0.5s;
  z-index: 2;
}

.hero-btn:hover::before {
  left: 100%;
}

/* انیمیشن پالس */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(143, 148, 251, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(143, 148, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(143, 148, 251, 0);
  }
}

.hero-btn:hover {
  animation: pulse 2s infinite;
}

/* انیمیشن ورود دکمه */
.hero-btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out 0.7s forwards;
}





















/* Reset و فونت ها */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Vazir', Arial, sans-serif;
}

body {
  background-color: #f8f9fa;
  color: #212529;
}

/* هدر دسکتاپ */
.luxury-desktop-header {
  display: none;
  background: linear-gradient(135deg, #5e72e4 0%, #825ee4 100%);
  padding: 0 5%;
  box-shadow: 0 10px 30px rgba(94, 114, 228, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.luxury-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.luxury-nav-list {
  display: flex;
  list-style: none;
}

.luxury-nav-item {
  position: relative;
}

.luxury-nav-link {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0 20px;
  height: 80px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.luxury-nav-icon {
  margin-left: 8px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.luxury-nav-text {
  font-size: 1rem;
  font-weight: 500;
}

.luxury-nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.luxury-nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.luxury-nav-link:hover .luxury-nav-icon {
  transform: translateY(-3px);
}

.luxury-social-links {
  display: flex;
}

.luxury-social-link {
  color: white;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.luxury-social-link:hover {
  transform: translateY(-3px) scale(1.1);
}



/* استایل‌های ریسپانسیو */
@media (min-width: 992px) {
  .luxury-desktop-header {
    display: block;
  }
}

@media (max-width: 991px) {
  .luxury-desktop-header {
    display: none;
  }
}












/* دکمه همبرگری لوکس */
.luxury-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  outline: none;
}

.luxury-hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.luxury-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.15s ease;
}

.luxury-hamburger-inner::before,
.luxury-hamburger-inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.15s ease;
}

.luxury-hamburger-inner::before {
  top: -8px;
}

.luxury-hamburger-inner::after {
  bottom: -8px;
}

.luxury-hamburger.active .luxury-hamburger-inner {
  transform: rotate(45deg);
}

.luxury-hamburger.active .luxury-hamburger-inner::before {
  transform: translateY(8px) rotate(90deg);
  opacity: 0;
}

.luxury-hamburger.active .luxury-hamburger-inner::after {
  transform: translateY(-8px) rotate(90deg);
}

/* overlay منو */
.luxury-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.luxury-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* سایدبار لوکس */
.luxury-menu-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.luxury-menu-sidebar.active {
  right: 0;
}

.luxury-menu-header {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.luxury-menu-logo {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.luxury-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.luxury-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.luxury-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.luxury-close-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}

.luxury-close-line:first-child {
  transform: rotate(45deg);
}

.luxury-close-line:last-child {
  transform: rotate(-45deg);
}

/* آیتم‌های منو */
.luxury-menu-nav {
  flex: 1;
  padding: 20px 0;
}

.luxury-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.luxury-menu-item {
  margin: 5px 0;
}

.luxury-menu-link {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.luxury-menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: all 0.5s ease;
}

.luxury-menu-link:hover::before {
  right: 100%;
}

.luxury-menu-link:hover {
  background: rgba(255, 255, 255, 0.05);
  padding-right: 30px;
}

.luxury-menu-icon {
  margin-left: 15px;
  font-size: 1.2rem;
  color: #9d50bb;
  min-width: 25px;
  text-align: center;
}

.luxury-menu-text {
  flex: 1;
}

.luxury-menu-arrow {
  font-size: 0.9rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.luxury-menu-link:hover .luxury-menu-arrow {
  opacity: 1;
  transform: translateX(-5px);
}

/* فوتر منو */
.luxury-menu-footer {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.luxury-social-links {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.luxury-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.luxury-social-link:hover {
  background: #9d50bb;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(157, 80, 187, 0.4);
}

.luxury-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  margin-top: 15px;
}

/* انیمیشن اسکرول */
@media (max-width: 768px) {
  .luxury-menu-sidebar {
    width: 85%;
    right: -100%;
  }
}

/* جلوگیری از اسکرول صفحه */
body.luxury-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

@supports (-webkit-overflow-scrolling: touch) {
  body.luxury-menu-open {
    position: relative;
  }
}














/* ابتدا تمام استایل‌های منو را در حالت پیش‌فرض مخفی می‌کنیم */
.luxury-hamburger,
.luxury-menu-overlay,
.luxury-menu-sidebar {
  display: none;
}

/* فقط در دستگاه‌های موبایل نمایش داده می‌شود */
@media (max-width: 992px) {
  .luxury-hamburger,
  .luxury-menu-overlay,
  .luxury-menu-sidebar {
    display: block;
  }
  
  /* بقیه استایل‌های منو همانند قبل */
  .luxury-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    outline: none;
  }
  
  
}
























/* استایل بخش نظرات */
.luxury-comments {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.luxury-comments::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #6e48aa, #9d50bb);
}

.luxury-comments-title {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-title-icon {
  margin-left: 10px;
  color: #9d50bb;
}

/* فرم نظرات */
.luxury-comment-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.luxury-input-group {
  position: relative;
  margin-bottom: 10px;
}

.luxury-input, .luxury-textarea {
  width: 100%;
  padding: 15px 15px 15px 45px;
  font-size: 1rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.luxury-textarea {
  min-height: 150px;
  resize: vertical;
}

.luxury-input:focus, .luxury-textarea:focus {
  outline: none;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.luxury-label {
  position: absolute;
  top: 15px;
  right: 45px;
  color: #7f8c8d;
  pointer-events: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.luxury-input-icon {
  margin-left: 5px;
  color: #9d50bb;
  transition: all 0.3s ease;
}

.luxury-input:focus + .luxury-label,
.luxury-input:valid + .luxury-label,
.luxury-textarea:focus + .luxury-label,
.luxury-textarea:valid + .luxury-label {
  top: -10px;
  right: 35px;
  font-size: 0.8rem;
  background: white;
  padding: 0 5px;
  color: #9d50bb;
}

.luxury-input:focus + .luxury-label .luxury-input-icon,
.luxury-input:valid + .luxury-label .luxury-input-icon,
.luxury-textarea:focus + .luxury-label .luxury-input-icon,
.luxury-textarea:valid + .luxury-label .luxury-input-icon {
  color: #6e48aa;
}

.luxury-input-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6e48aa, #9d50bb);
  transition: width 0.4s ease;
}

.luxury-input:focus ~ .luxury-input-underline,
.luxury-textarea:focus ~ .luxury-input-underline {
  width: 100%;
}

/* دکمه ارسال */
.luxury-submit-btn {
  position: relative;
  padding: 12px 30px;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(110, 72, 170, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.luxury-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(110, 72, 170, 0.6);
}

.luxury-submit-btn:active {
  transform: translateY(1px);
}

.luxury-btn-icon {
  margin-right: 8px;
  transition: all 0.3s ease;
}

.luxury-submit-btn:hover .luxury-btn-icon {
  transform: translateX(5px);
}

.luxury-btn-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
}

.luxury-submit-btn:hover .luxury-btn-overlay {
  left: 100%;
}

/* انیمیشن تأیید */
.luxury-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.luxury-confirmation.active {
  opacity: 1;
  visibility: visible;
}

.luxury-confirmation-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  transform: scale(0.8);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.luxury-confirmation.active .luxury-confirmation-content {
  transform: scale(1);
}

.luxury-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.luxury-checkmark-svg {
  width: 100%;
  height: 100%;
}

.luxury-checkmark-circle {
  stroke: #9d50bb;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  fill: none;
  animation: luxury-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.luxury-checkmark-check {
  stroke: #9d50bb;
  stroke-width: 2;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: luxury-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

.luxury-confirmation-text {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-top: 20px;
}

@keyframes luxury-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

/* لیست نظرات */
.luxury-comment-list {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .luxury-comments {
    padding: 20px;
  }
  
  .luxury-input, .luxury-textarea {
    padding: 12px 12px 12px 40px;
  }
}















/* استایل کلی فوتر */
.luxury-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  position: relative;
  padding-top: 60px;
  margin-top: 80px;
}

.luxury-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* استایل بخش‌های فوتر */
.luxury-footer-section {
  margin-bottom: 30px;
}

.luxury-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.luxury-section-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #6e48aa, #9d50bb);
}

.luxury-section-icon {
  font-size: 1.2rem;
  color: #9d50bb;
  margin-left: 10px;
}

.luxury-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

/* استایل درباره ما */
.luxury-about-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.luxury-social-links {
  display: flex;
  gap: 15px;
}

.luxury-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.2rem;
}

.luxury-social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transition: all 0.3s ease;
}

.luxury-social-link:hover::before {
  transform: scale(1);
}

.luxury-social-link:hover {
  transform: translateY(-5px);
}

.luxury-instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.luxury-telegram {
  background: #0088cc;
}

.luxury-whatsapp {
  background: #25D366;
}

.luxury-social-tooltip {
  position: absolute;
  top: -40px;
  background: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.luxury-social-tooltip::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.luxury-social-link:hover .luxury-social-tooltip {
  opacity: 1;
  visibility: visible;
  top: -45px;
}

/* استایل لینک‌های سریع */
.luxury-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.luxury-link-item {
  margin-bottom: 12px;
}

.luxury-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.luxury-link:hover {
  color: #9d50bb;
  padding-right: 5px;
}

.luxury-link-icon {
  margin-right: 8px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.luxury-link:hover .luxury-link-icon {
  transform: translateX(-5px);
}

/* استایل پست‌های اخیر */
.luxury-recent-posts {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.luxury-post-item {
  margin-bottom: 15px;
  position: relative;
  padding-right: 20px;
}

.luxury-post-bullet {
  position: absolute;
  right: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #9d50bb;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.luxury-post-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  line-height: 1.5;
}

.luxury-post-link:hover {
  color: #9d50bb;
}

.luxury-post-link:hover .luxury-post-bullet {
  transform: scale(1.5);
  background: #6e48aa;
}

.luxury-more-btn {
  display: inline-flex;
  align-items: center;
  color: #9d50bb;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(157, 80, 187, 0.1);
}

.luxury-more-btn:hover {
  background: rgba(157, 80, 187, 0.2);
  transform: translateX(-5px);
}

.luxury-more-icon {
  margin-right: 8px;
  transition: all 0.3s ease;
}

.luxury-more-btn:hover .luxury-more-icon {
  transform: translateX(-5px);
}

/* استایل برچسب‌ها */
.luxury-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.luxury-tag {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.8rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.luxury-tag:hover {
  background: #9d50bb;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(157, 80, 187, 0.3);
}

/* استایل اطلاعات تماس */
.luxury-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.luxury-contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.luxury-contact-icon {
  color: #9d50bb;
  margin-left: 10px;
  font-size: 1rem;
  margin-top: 3px;
}

.luxury-contact-item span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.luxury-contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(110, 72, 170, 0.4);
  overflow: hidden;
  position: relative;
}

.luxury-contact-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: all 0.5s ease;
}

.luxury-contact-btn:hover::before {
  left: 100%;
}

.luxury-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(110, 72, 170, 0.6);
}

.luxury-contact-btn-icon {
  margin-right: 8px;
  transition: all 0.3s ease;
}

.luxury-contact-btn:hover .luxury-contact-btn-icon {
  transform: translateX(-5px);
}

/* استایل کپی رایت */
.luxury-footer-bottom {
  background: #0f0f1a;
  padding: 20px 0;
  position: relative;
  margin-top: 60px;
}

.luxury-footer-wave {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.luxury-footer-wave svg {
  width: 100%;
  height: 100%;
}

.luxury-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.luxury-heart {
  color: #e94560;
  animation: luxury-heartbeat 1.5s infinite;
}

@keyframes luxury-heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.3); }
  28% { transform: scale(1); }
  42% { transform: scale(1.3); }
  70% { transform: scale(1); }
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .luxury-footer-container {
    grid-template-columns: 1fr 1fr;
  }
  
  .luxury-footer-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .luxury-footer-container {
    grid-template-columns: 1fr;
  }
}


html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

/* برای سرعت بیشتر می‌توانید duration را کاهش دهید */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}











