/* --- General Styles & Variables --- */
:root {
  --primary-color: #a47455; /* قهوه‌ای دکمه رزرو و پکیج VIP */
  --secondary-color: #2c3e50; /* سرمه‌ای نوار بالا و پکیج طلایی */
  --background-light: #fdf5ef; /* رنگ پس‌زمینه هلویی روشن */
  --text-dark: #333;
  --text-light: #fff;
  --font-family: 'Vazirmatn', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  color: var(--text-dark);
  background-color: var(--background-light);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

.btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  text-align: center;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.btn-primary:hover {
  background-color: #8c6246;
}

/* --- Header --- */
.top-bar {
  background-color: var(--secondary-color);
  color: var(--text-light);
  font-size: 13px;
  padding: 8px 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left a {
  margin-left: 15px;
}

.top-bar-right span {
  margin-right: 20px;
}

.top-bar i {
  margin-left: 5px;
}

/* --- Main Navigation --- */
.main-nav {
  background-color: var(--background-light);
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-right {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  margin-left: 40px;
  border-radius: 50px;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu li a {
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-menu li a:hover {
  color: var(--primary-color);
}

.nav-menu i {
  font-size: 10px;
  margin-right: 5px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-icon {
  font-size: 18px;
}

.hamburger {
  display: none; /* Hidden on desktop */
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* --- Hero Section --- */
.hero-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-image: url('image/Hero\ Section\ .webp'); /* یک پترن محو برای پس‌زمینه */
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* --- Hero Content (Right Side) --- */
.hero-content {
  flex: 1;
  text-align: right;
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
}

.main-title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 40px;
}

.pricing-cards {
  display: flex;
  gap: 20px;
}

.price-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
}

.price-header {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 10px;
}

.price-amount {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
}

.price-title {
  font-size: 24px;
  font-weight: 600;
}

.price-description {
  font-size: 14px;
  color: #777;
}

.divider {
  border: none;
  height: 1px;
  width: 60px;
  background-color: #ddd;
  margin: 20px 0;
}

.card-image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
  border: 3px solid #eee;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-vip {
  background-color: var(--primary-color);
  color: var(--text-light);
  width: 100%;
}

.btn-vip:hover {
  background-color: #8c6246;
}

.btn-golden {
  background-color: var(--secondary-color);
  color: var(--text-light);
  width: 100%;
}

.btn-golden:hover {
  background-color: #1e2a38;
}

/* --- Hero Image (Left Side) --- */
.hero-image-container {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px; /* برای حفظ ارتفاع */
}

/* --------------------------------------------------- */
/* ------------------------------------------------ */
.hero-container1 {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 20px;
}

/* ستون سمت راست: محتوا */
.hero-content1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #815a46;
    z-index: 2;
}

.circular-badge1 {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    background-color: transparent; /* در صورتی که لوگو شما دایره‌ای نیست */
    border-radius: 50%; /* لوگو را در یک قاب دایره‌ای نشان می‌دهد */
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-badge1 img {
    max-width: 100%;
    max-height: 100%;
    /* *** تغییر: این خاصیت باعث می‌شود لوگوی شما بدون کشیدگی در کادر جا شود *** */
    object-fit: contain;
    border-radius: 100px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 40px 0;
    line-height: 1.4;
}

/* استایل گروه دکمه‌ها */
.button-group {
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background-color: #936852;
    color: #fff;
}

.btn-primary:hover {
    background-color: #815a46;
}

.btn-contact {
    background-color: #fff;
    color: #936852;
    padding: 0;
    overflow: hidden;
}

.btn-contact span {
    padding: 12px 25px;
}

.btn-contact .icon-part {
    background-color: #936852;
    color: #fff;
    padding: 12px 15px;
}

/* ستون سمت چپ: تصویر */
.hero-image1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image1 img {
    max-width: 80%;
    height: auto;
}

/* دکمه واتساپ (قبلا دکمه اسکرول بود) */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #936852; /* رنگ دکمه با تم سایت هماهنگ است */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px; /* کمی بزرگتر برای آیکون واتساپ */
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 999999;
}

.whatsapp-btn:hover {
    background-color: #fff;
    color: #936852;
    transform: translateY(-3px);
}

/* ------------------------------------------------ */
/* --- Services Section --- */
.services-section {
  padding: 100px 0;
  background-color: var(--background-light);
  position: relative; /* Needed for positioning decorative elements if any */
  text-align: center;
}

.section-header {
  margin-bottom: 60px;
}

.section-subtitle {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--secondary-color); /* رنگ سرمه‌ای */
  margin-top: 5px;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.service-card {
  background-color: #fff;
  border: 2px dashed #e0d5cb; /* رنگ مرز نقطه‌چین */
  border-radius: 10px;
  padding: 80px 30px 40px 30px; /* پدینگ بالا بیشتر برای جای آیکون */
  max-width: 350px;
  position: relative; /* مهم برای موقعیت‌دهی آیکون */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.service-icon-wrapper {
  position: absolute;
  top: -50px; /* کلید اصلی: آیکون را 50 پیکسل به بیرون هل می‌دهد */
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fbeee4; /* رنگ پس‌زمینه دایره آیکون */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff; /* برای ایجاد فاصله سفید دور آیکون */
}

.service-icon-wrapper img {
  height: 100px;
  width: auto;
  border-radius: 50px;
}

.service-rating {
  color: #ceb5a5;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 5px; /* برای ایجاد فاصله بین مثلث‌ها */
}

.service-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-description {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-link {
  color: var(--primary-color);
  font-weight: 600;
  transition: letter-spacing 0.3s ease;
}

.service-link:hover {
  letter-spacing: 1px; /* افکت زیبا برای هاور */
}


/* ----------------------------------------------- */
/* --- Team Section --- */
.team-section {
  padding: 100px 0;
  background-color: #fff; /* پس‌زمینه این بخش سفید است */
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ایجاد چهار ستون مساوی */
  gap: 30px;
  margin-top: 70px;
}

.team-member-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-10px); /* افکت هاور مشابه بخش قبل */
}

.team-member-image-wrapper {
  width: 100%;
  max-width: 240px; /* حداکثر عرض قاب عکس */
  height: 400px;
  margin: 0 auto 25px auto; /* وسط‌چین کردن و ایجاد فاصله از پایین */
  background-color: #f3e9e2; /* رنگ پس‌زمینه قاب */
  border-radius: 120px; /* کلید اصلی برای ایجاد شکل بیضی/کپسولی */
  border: 5px solid #fff; /* حاشیه سفید داخلی */
  box-shadow: 0 0 0 2px #e9e0da; /* حاشیه نازک بیرونی */
  overflow: hidden; /* بسیار مهم: برای برش دادن قسمت‌های اضافی عکس */
  position: relative;
  display: flex;
  align-items: flex-end; /* تراز کردن عکس در پایین قاب */
  justify-content: center;

}

.team-member-image-wrapper img {
  height: 120%; /* ارتفاع عکس کمی کمتر از قاب برای نمایش بهتر */
  width: auto;
  object-fit: contain;
  
}

.team-member-info {
  padding: 0 10px;
}

.team-member-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.team-member-role {
  font-size: 14px;
  color: #888;
}

/* ---------------------------------------- */
/* --- Gallery Section --- */
.gallery-section {
  padding: 80px 0;
  background-color: #fdfaf8; /* رنگ پس‌زمینه خیلی روشن */
  overflow: hidden; /* جلوگیری از اسکرول افقی ناخواسته */
}

.my-gallery-swiper {
  width: 100%;
  padding: 20px 0 50px 0; /* فاصله برای سایه و ناوبری */
  overflow: visible !important; /* مهم: برای نمایش سایه تصاویر */
}

.my-gallery-swiper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
}

.my-gallery-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.my-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* --- Custom Navigation --- */
.gallery-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.gallery-nav-btn {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: letter-spacing 0.3s ease;
}

.gallery-nav-btn:hover {
  letter-spacing: 0.5px;
}

.gallery-center-button {
  display: block;
  width: 120px;
  height: 120px;
  position: relative;
  animation: spin 20s linear infinite; /* همان انیمیشن چرخشی */
}

.gallery-center-button:hover {
  animation-play-state: paused; /* چرخش در هاور متوقف شود */
}

.gallery-center-button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #e9e0da;
}

.gallery-center-button .arrow-group {
  animation: spin-reverse 20s linear infinite; /* برای ثابت نگه داشتن فلش */
}

/* --------------------------------------------- */
/* --- Features Section --- */
.features-section {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden; /* Important for absolutely positioned elements */
}

.section-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-subtitle{
    text-align: center;
}

.section-title{
    text-align: center;
}

.features-content-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* 3 columns: left, center, right */
  align-items: center;
  gap: 50px;
  position: relative; /* For z-index stacking */
  margin-top: 50px;
}

/* --- Columns and Items --- */
.features-column {
  display: flex;
  flex-direction: column;
  gap: 60px; /* Space between feature items */
  z-index: 2; /* Above the background blob */
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Specific alignment for each column */
.features-column-left .feature-item {
  flex-direction: row;
  text-align: left;
}

.features-column-right .feature-item {
  flex-direction: row-reverse;
  text-align: right;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 9999;
}

.feature-description {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

.feature-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}

/* Creating the dotted border with a pseudo-element */
.feature-icon::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dotted var(--primary-color);
  border-radius: 50%;
}

/* --- Center Image --- */
.features-image-center {
  z-index: 2; /* Above the background blob */
}

.features-image-center img {
  max-width: 380px;
  display: block;
}

/* --- Decorative Elements --- */
.features-bg-blob {
  position: absolute;
  width: 45%;
  height: 120%;
  background-color: var(--background-light);
  border-radius: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Behind content, above section bg */
}

.deco-leaf-top {
  position: absolute;
  top: -80px;
  left: 10%;
  width: 150px;
  transform: rotate(15deg);
  z-index: 3;
}

/* ---------------------------------------------------- */
/* --- About/Philosophy Section --- */
.about-us-section {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

/* Background image using pseudo-element */
.about-us-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5%; /* In RTL, starts from the right */
  width: 40%;
  height: 60%;
  background-image: url('image/InShot_۲۰۲۵۰۷۲۵_۰۰۰۰۴۹۹۹۷.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.2;
  z-index: 0;
}

.about-us-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* --- Left Content Column --- */
.about-us-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.experience-badge {
  background-color: var(--background-light);
  color: var(--primary-color);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start; /* Important for inline-flex */
}

.experience-badge .divider-line {
  width: 1px;
  height: 15px;
  background-color: #d3c1b4;
}

.about-us-content .section-title .highlight {
  color: var(--primary-color);
}

.about-us-content p {
  color: #555;
  line-height: 1.8;
}

.text-with-badge {
  position: relative;
  padding-left: 90px; /* Space for the badge */
  color: #555;
  line-height: 1.8;
}

.circular-text-badge {
  position: absolute;
  top: 50%;
  left: -15px; /* Position badge on the left in RTL */
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  animation: spin 20s linear infinite;
}

.circular-text-badge svg {
  width: 100%;
  height: 100%;
  background-color: var(--background-light);
  border-radius: 50%;
}

.circular-text-badge .arrow-group {
  animation: spin-reverse 20s linear infinite;
}

.content-divider {
  border: none;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fef8f3;
  padding: 20px;
  border-radius: 8px;
}

.stat-item {
  font-weight: 600;
  color: var(--primary-color);
}

.stat-item strong {
  font-size: 18px;
  margin-left: 5px;
}

.stat-item span {
  font-size: 14px;
}

.motto {
  font-weight: 500;
  color: #333;
}

.motto strong {
  color: var(--primary-color);
}

/* --- Right Image Column --- */
.about-us-image-container {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background-light);
  border-radius: 180px 40px 180px 40px; /* Creates the wavy shape */
  transform: rotate(10deg);
  z-index: 1;
}

.main-beauty-image {
  position: relative;
  z-index: 2;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.vertical-text {
  position: absolute;
  top: 50%;
  right: 90%; /* Positioned to the left of the shape in RTL */
  transform: translateY(-50%) rotate(-90deg);
  font-size: 50px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.05);
  letter-spacing: 10px;
  z-index: 3;
}

.deco-leaf-right {
  position: absolute;
  bottom: -40px;
  left: -50px; /* Positioned to the right in RTL */
  width: 150px;
  z-index: 3;
}

/* ---------------------------------------------- */
/* --- Pricing Section --- */
.pricing-section {
  position: relative;
  background-color: var(--background-light);
  overflow: hidden;
}

.pricing-wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  min-height: 800px;
}

/* --- Content Column (Left) --- */
.pricing-content-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
}

.pricing-header-wrapper {
  width: 100%;
  max-width: 800px;
}

.pricing-header-wrapper .section-header {
  text-align: right;
  margin-bottom: 40px;
}

.pricing-cards-grid {
  display: flex;
  gap: 30px;
}

.pricing-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(164, 116, 85, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1; /* Make cards take equal space */
  text-align: center;
  z-index: 999;
}

.pricing-card-header h2 {
  font-size: 50px;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.pricing-card-header .currency {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

.pricing-card-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.pricing-card-header p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.card-divider {
  height: 40px;
  margin: 25px auto;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  flex-grow: 1; 
}

.features-list li {
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.features-list li i {
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.btn-card-booking {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--primary-color);
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-card-booking:hover {
  background-color: #fff;
  color: var(--primary-color);
}

/* --- Image Column (Right) --- */
.pricing-image-column {
  background-image: url('image/woman-face-mask.webp');
  background-size: cover;
  background-position: center 20%; /* Move image up slightly */
  position: relative;
}

/* Creating the curved separator */
.pricing-image-column::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -100px; /* Position to the right (for RTL) */
  width: 200px;
  height: 120%;
  background-color: var(--background-light);
  border-radius: 50%;
  z-index: 1;
}

/* --- Decorative Leaf --- */
.deco-leaf-top-right {
  position: absolute;
  top: 50px;
  right: 5%;
  width: 150px;
  z-index: 2;
}

/* ---------------------------------------------- */
/* --- Call to Action (CTA) Section --- */
.cta-section {
    position: relative;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Layer 1: Background Image */
.cta-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('image/hero-image1.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Layer 2: Decorative Pattern */
.cta-overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('image/Service\ Card\ 2.webp');
    background-repeat: repeat;
    opacity: 0.2;
    z-index: 2;
}

/* Layer 3: Color Overlay */
.cta-overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(164, 116, 85, 0.75); /* Primary color with transparency */
    z-index: 3;
}

/* Content Container */
.cta-container {
    position: relative;
    z-index: 4; /* Content must be on top of all overlays */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-circular-badge {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    animation: spin 20s linear infinite;
    display: block;
}

.cta-circular-badge svg {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border: 3px solid #fff;
    border-radius: 50%;
}

.cta-circular-badge .arrow-group {
    animation: spin-reverse 20s linear infinite;
}

.cta-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cta-buttons {
    display: flex;
    gap: 20px;
}

.btn-cta-primary,
.btn-cta-secondary {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-cta-primary {
    background-color: var(--primary-color);
    border: 2px solid #fff;
    color: #fff;
}

.btn-cta-primary:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.btn-cta-secondary {
    background-color: #fff;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 0; /* Remove padding for custom structure */
}

.btn-cta-secondary span {
    padding: 15px 25px;
}

.btn-cta-secondary .icon-wrapper {
    background-color: var(--primary-color);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 5px 0 0 5px; /* Rounded corners on one side */
}

.btn-cta-secondary:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* ------------------------------------------- */
/* --- Site Footer --- */
.site-footer {
    background-color: var(--secondary-color);
    color: #a9b3c1; /* رنگ متن روشن اما نه سفید خالص */
    font-size: 15px;
}

/* --- Footer Top --- */
.footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #3a4b5c;
}

.footer-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-newsletter h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-newsletter form {
    display: flex;
    border-bottom: 1px solid #556678;
}

.footer-newsletter input {
    background: none;
    border: none;
    color: #fff;
    padding: 10px 0;
    flex-grow: 1;
    width: 200px;
}

.footer-newsletter input::placeholder {
    color: #a9b3c1;
}

.footer-newsletter input:focus {
    outline: none;
}

.footer-newsletter button {
    padding: 10px 20px;
}

.footer-logo img {
    height: 90px;
    border-radius: 50px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border: 1px solid #556678;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* --- Footer Main --- */
.footer-main {
    padding: 70px 0;
}

.footer-main-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.widget-title.secondary-title {
    margin-top: 30px;
}

/* Specific Widget Styles */
.footer-widget ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-info i {
    color: var(--primary-color);
    margin-top: 4px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    transition: color 0.3s ease, padding-right 0.3s ease;
}

.footer-links a::before {
    content: '<';
    font-family: monospace;
    margin-left: 8px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-right: 5px;
}

.footer-links a:hover::before {
    color: var(--primary-color);
}

.recent-posts li {
    margin-bottom: 20px;
}

.recent-posts a {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity 0.3s ease;
}

.recent-posts a:hover {
    opacity: 0.8;
}

.recent-posts img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.recent-posts .post-info h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.recent-posts .post-info span {
    font-size: 13px;
}

.recent-posts .post-info i {
    margin-left: 5px;
}

/* --- Footer Bottom --- */
.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #3a4b5c;
    text-align: center;
}

.footer-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.copyright-text {
    font-size: 14px;
    text-align: center;
}



/* ==================================================================
   ==================================================================
   --- Media Queries for Responsiveness ---
   ==================================================================
   ================================================================== */

/* تبلت‌ها و دسکتاپ‌های کوچک (تا ۱۲۰۰ پیکسل) */
@media (max-width: 1200px) {
    .features-content-wrapper{
        gap: 20px;
    }
    .features-image-center img {
        max-width: 300px;
    }
}


/* تبلت‌ها (تا 1024
 پیکسل) */
@media (max-width: 1024px) {
  /* --- هدر و منو --- */
  .nav-menu {
    display: none; /* منوی اصلی مخفی می‌شود */
    /* در جاوا اسکریپت باید کلاسی برای نمایش آن اضافه کنید */
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--background-light);
    width: 100%;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  .hamburger {
    display: block; /* نمایش دکمه همبرگری */
  }
  .top-bar .container {
    flex-direction: column;
    gap: 10px;
  }

  /* --- بخش Hero --- */
  .hero-container, .hero-container1 {
    flex-direction: column;
    text-align: center;
  }
  .hero-content {
      text-align: center;
  }
  .main-title {
    font-size: 48px;
  }
  .pricing-cards {
    justify-content: center;
  }

  /* --- بخش تیم --- */
  .team-grid {
    grid-template-columns: repeat(2, 1fr); /* دو ستونه */
  }

  /* --- بخش ویژگی‌ها --- */
  .features-content-wrapper {
    grid-template-columns: 1fr; /* تک ستونه */
  }
  .features-image-center {
    order: -1; /* تصویر به بالا منتقل می‌شود */
    margin-bottom: 40px;
    margin: 0 auto;
  }
  .features-column-right .feature-item,
  .features-column-left .feature-item {
      flex-direction: row-reverse;
      text-align: right;
  }
  .features-section{
    display: none;
  }

  /* --- بخش درباره ما --- */
  .about-us-container {
    grid-template-columns: 1fr; /* تک ستونه */
  }
  .about-us-image-container {
    margin-top: 40px;
  }

  /* --- بخش قیمت‌گذاری --- */
  .pricing-wrapper {
    grid-template-columns: 1fr; /* تک ستونه */
  }
  .pricing-image-column {
    display: none; /* مخفی کردن تصویر در تبلت */
  }
  .pricing-content-column {
      padding: 60px 20px;
  }
  .pricing-cards-grid {
      flex-direction: column;
  }

  /* --- فوتر --- */
  .footer-main-container {
      grid-template-columns: repeat(2, 1fr); /* دو ستونه */
  }
  .footer-top-container{
      flex-direction: column;
      text-align: center;
  }
  .footer-newsletter form {
      justify-content: center;
  }
      .features-bg-blob{
      display: none;
  }
}


/* موبایل‌های بزرگ (تا ۷۶۸ پیکسل) */
@media (max-width: 768px) {
  /* --- عمومی --- */
  .section-title {
    font-size: 32px;
  }
  .services-section, .team-section, .features-section, .about-us-section, .cta-section {
    padding: 60px 0;
  }

  /* --- هدر --- */
  .logo img {
      margin-left: 20px;
  }
  .nav-left .btn {
      display: none; /* مخفی کردن دکمه رزرو در موبایل */
  }

  /* --- بخش Hero --- */
  .main-title {
    font-size: 36px;
  }
  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
  .price-card {
      width: 100%;
      max-width: 350px;
  }

  /* --- بخش تیم --- */
  .team-grid {
    grid-template-columns: 1fr; /* تک ستونه */
  }
  .team-member-image-wrapper {
      max-width: 200px;
      height: 350px;
  }

  /* --- گالری --- */
  .gallery-navigation {
      flex-direction: column;
      gap: 20px;
  }

  /* --- CTA --- */
  .cta-title {
      font-size: 36px;
  }
  .cta-buttons {
      flex-direction: column;
  }

  /* --- فوتر --- */
  .footer-main-container {
      grid-template-columns: 1fr; /* تک ستونه */
  }
  .widget-title::after {
      right: 50%;
      transform: translateX(50%);
  }
  .footer-widget{
      text-align: center;
  }
  .contact-info li {
      justify-content: center;
  }
  .recent-posts a {
      justify-content: center;
  }
      .features-bg-blob {
        display: none;
    }
      .features-section{
    display: none;
  }
}


/* موبایل‌های کوچک (تا ۵۷۶ پیکسل) */
@media (max-width: 576px) {
    .top-bar-right span {
        font-size: 11px;
        margin-right: 10px;
    }
    .main-title {
        font-size: 28px;
    }
    .subtitle {
        font-size: 18px;
    }
    .price-amount {
        font-size: 28px;
    }
    .price-title {
        font-size: 20px;
    }
    .hero-image1 img {
        max-width: 100%;
    }
    .about-us-image-container {
        height: 400px;
    }
    .vertical-text {
        font-size: 30px;
    }
    .cta-title {
        font-size: 28px;
    }
    .title-divider {
      /* استایل‌ها فقط به تصویر این بخش اعمال می‌شود */
      
      width: 200px; 
    }
    .features-bg-blob {
        display: none;
    }
    .deco-leaf-top-right{
      display: none;
    }
      .features-section{
    display: none;
  }
}


