a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

li {
  list-style: none;
}

input,
textarea,
select {
  outline: none !important;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Farhang";
  src: url("../fonts/Farhang2-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Farhang";
  src: url("../fonts/Farhang2-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
body {
  overflow-x: hidden;
  font-family: "Farhang", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
strong {
  font-weight: 700;
}
.borderR1 {
  border: 1px solid red !important;
}
.borderR2 {
  border: 2px solid red !important;
}
@media (max-width: 1024px) {
  .blog .blog-prev,
  .blog .blog-next {
    display: none;
  }
  .footer-container {
    display: block;
  }
  .footer-container .title-column2 {
    min-height: 58px !important;
  }
  .footer-container .column1,
  .footer-container .column2,
  .footer-container .column3 {
    width: 100% !important;
    text-align: center !important;
    padding: 10px 50px !important;
  }
  .footer-container .column2 img.decor {
    right: 45% !important;
    top: 3px !important;
  }
  .footer-container .column3 img.decor {
    right: 42% !important;
    top: 1px !important;
  }
  .footer-container .column2 h4,
  .footer-container .column3 h4 {
    position: relative !important;
  }
  .footer-container .bottom-image .desktop {
    display: none;
  }
  .footer-container .bottom-image .mobile {
    display: block !important;
  }
  .footer-container .title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer-container .title-line::before,
  .footer-container .title-line::after {
    content: "";
    flex-grow: 1;
    background-color: #f04e23;
    display: inline-block;
    height: 3px;
    margin: 0 10px;
  }
  .footer-container .column1:after,
  .footer-container .column2:after {
    display: none;
  }
}
/* ریسپانسیو */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .hero-overlay {
    padding: 50px 25px !important;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .top-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .menu-links {
    gap: 12px !important;
  }
  .menu-links a {
    display: none;
  }
  .menu-links .visit,
  .menu-links .menu-triff {
    display: block !important;
    font-size: 1.4rem !important;
  }
  .logo-white {
    top: -14px !important;
  }
  .logo-white img {
    height: 65px !important;
  }
  .hero-content h1 {
    font-size: 2.2rem !important;
  }
  .hero-content h4 {
    font-size: 1.7rem !important;
  }
  .hero-buttons {
    display: inline-block !important;
    margin-top: 25px;
  }
  .hero-buttons .btn-contact,
  .hero-buttons .btn-about {
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .park-item {
    width: calc(50% - 20px);
  }
  .park-content {
    flex-direction: column;
    text-align: center;
  }
  .park-section .news-item a {
    font-size: 1.2rem !important;
  }
  .content-right img {
    width: 100%;
    max-width: 350px;
  }
  .top-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .park-item {
    /* width: calc(50% - 20px) !important; */
    padding: 12px 15px !important;
  }
  .park-content .content-items {
    flex-direction: column;
    gap: 25px;
  }
  .content-right,
  .content-left {
    width: 100% !important;
  }
  .content-right .blob {
    width: 100% !important;
  }
  .content-right img {
    width: 100%;
    max-width: 350px;
  }
  .blob .floating-icon {
    max-width: 80px;
  }
  .blob .icon3,
  .blob .icon4,
  .blob .icon5 {
    max-width: 30px;
  }
  .sidebar-floating-icon {
    width: 50% !important;
    top: 10% !important;
    max-width: 250px !important;
  }
  .park-section {
    padding: 20px !important;
  }
  .park-section .sliding-news {
    margin: 0 !important;
  }
  .park-section .slider-news-title p {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
  }
  .features .right {
    display: none;
  }
  .features .title h2 {
    font-size: 2.5rem !important;
  }
  .features .title .side {
    gap: 5px;
  }
  .features .title .side img {
    height: 60px;
  }
  .features .bottom-image img {
    width: 200%;
    max-width: none;
    position: relative;
    top: 0;
    right: -10%;
  }
  .features .item h3 {
    font-size: 1.5rem !important;
  }
  .features-container {
    gap: 0 !important;
  }
  .faq {
    width: 95%;
  }
  .comments-container {
    display: block !important;
  }
  .comments-container .comment-form {
    width: 100%;
  }
  .comments-container .comments-list {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .features-container .item.desktop {
    display: none;
  }
  .features-container .item.mobile {
    display: block !important;
  }
  .features-container .number-container {
    width: 50%;
    float: right;
  }
  .features-container .text {
    width: 50%;
    float: right;
    position: relative;
    top: 10px;
    text-align: right;
  }
  .features .line,
  .features .line2 {
    display: block !important;
    width: 100%;
  }
  .features .line span,
  .features .line2 span {
    display: inline-block;
    width: 80%;
    height: 2px;
    background-color: #9b9b9b;
  }
  .features .line2 span {
    position: relative;
    left: 18px;
  }
  .features .line .circle1 {
    width: 17px;
    position: relative;
    top: 3px;
    right: -8px;
  }
  .features .line .circle2 {
    width: 17px;
    position: relative;
    top: 3px;
    right: -15px;
  }
  .features .line2 .circle3 {
    width: 17px;
    position: relative;
    right: -5px;
    top: 2px;
  }
  .features .line2 .circle4 {
    width: 17px;
    position: relative;
    right: -10px;
    top: 2px;
  }
}
@media (max-width: 485px) {
  .hero-buttons .btn-contact {
    margin-bottom: 10px;
  }
  .logo-white {
    top: -8px !important;
  }
  .logo-white img {
    height: 50px !important;
  }
  .features .side {
    display: none;
  }
  .park-parts {
    padding: 10px !important;
  }
  .features {
    padding: 40px 0 0 0 !important;
  }
  .column1 .footer-logo img {
    width: 160px;
  }
  .footer-container .column1 p,
  .footer-container .column2 p {
    font-size: 1.2rem !important;
  }
  .footer-container .phone a {
    font-size: 1.2rem !important;
  }
  .footer-container .address span,
  .footer-container .email span,
  .footer-container .social span,
  .footer-container .social span {
    font-size: 1.2rem !important;
  }
}
html {
  font-size: 16px;
}
body {
  width: 100%;
  background: #eee;
  /*float: right;*/
}
body.loading {
  overflow: hidden;
}
/* لودر فول اسکرین */
#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

/* انیمیشن ملایم لوگو */
.logo {
  width: clamp(90px, 20vw, 130px);
  animation: fadePulse 1.5s infinite ease-in-out;
}
.whatsapp-icon {
  width: 60px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
}
.whatsapp-icon img {
  width: 85%;
}
@keyframes fadePulse {
  0% {
    opacity: 0.5;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.95);
  }
}
/* محتوای سایت اول مخفی */
#site-content {
  opacity: 0;
  transition: opacity 0.4s ease;
}
/* وقتی لود تمام شد */
body.loaded #preloader {
  opacity: 0;
  pointer-events: none;
}
body.loaded #site-content {
  opacity: 1;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 12pt;
  font-family: Farhang;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
  -moz-box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
  box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
}
.no-padding {
  padding: 0 !important;
}
.row {
  margin: 0;
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* Swiper پس‌زمینه */
.hero .swiper {
  width: 100%;
  height: 100%;
}
/* لایه رویی */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background: rgba(0, 0, 0, 0.35); /* تاریک کردن کل تصویر */
  color: #fff;
}
.heroSwiper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero .swiper-slide {
  /* background-image: url("../images/slider/1.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* منوی بالا */
.hamburger {
  width: 30px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger span {
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* حالت فعال (وقتی منو باز است) */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.top-menu {
  /* display: flex; */
  /* gap: 20px; */
  /* justify-content: space-between; لوگو سمت چپ، لینک‌ها سمت راست */
  align-items: center; /* وسط چین عمودی لوگو و لینک‌ها */
  position: relative;
}
.top-menu .logo-white {
  float: left;
  position: relative;
  top: -17px;
}
.top-menu #menu-items {
  display: none;
  position: absolute;
  backdrop-filter: blur(12px);
  right: 50px;
  top: -20px;
  min-width: 120px;
  z-index: 10;
  background: rgba(65, 65, 65, 0.5);
  border-radius: 5px;
}
.top-menu #menu-items h3 {
  font-size: 1.1rem;
  font-weight: 200;
  padding: 5px 20px;
}
.menu-links {
  float: right;
  display: flex;
  gap: 20px;
  align-items: center; /* وسط چین عمودی لینک‌ها و hamburger */
}
.top-menu a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.logo-white img {
  height: 70px; /* ارتفاع لوگو */
  width: auto;
}
/* محتوای وسط */
.hero-content {
  text-align: right;
  max-width: 800px;
  margin: auto;
}
.hero-content h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
.hero-content h4 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 30px;
  text-decoration: orange;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-content .hero-desc {
  font-size: 1.5rem;
  line-height: 36px;
}
.hero-content h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px; /* فاصله از متن */
  width: 100%; /* هم اندازه متن */
  height: 2px;
  background-color: #f04e23;
}
/* دکمه‌ها */
.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.hero-buttons .btn-contact,
.hero-buttons .btn-about {
  display: inline-block;
  width: 183px;
  font-size: 1.3rem;
  text-align: center;
}
.btn-contact {
  background: #f04e23;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 122, 0, 0.35);
}
.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus {
  background-color: #de6220;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 122, 0, 0.45);
  text-decoration: none;
  color: white;
}
.btn-about {
  background: radial-gradient(circle, #e0e0e0 0%, #c5c5c5 60%, #9e9e9e 100%);
  color: #000;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.6),
    inset 0 -3px 6px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-about:hover,
.btn-about:focus {
  background: radial-gradient(
    circle at center,
    #f5f5f5 0%,
    #dcdcdc 55%,
    #8c8c8c 100%
  );
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 -3px 6px rgba(0, 0, 0, 0.25),
    0 6px 14px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
.custom-btn:active {
  transform: translateY(1px);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}

video {
  max-width: 100%;
}
.park-section {
  padding-top: 20px;
  background: linear-gradient(to bottom, #134824, #103b1d);
}
/* بالا */
.park-parts {
  padding: 20px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  margin-bottom: 30px;
  overflow-x: hidden;
}
.park-item {
  display: flex;
  gap: 8px;
  width: calc(25% - 20px);
  align-items: center;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 40px;
  transition: 0.3s;
  width: 100%;
}
.park-item:hover {
  background: rgba(0, 0, 0, 0.15);
}
.park-item.active {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(183, 230, 196);
  color: #f04e23;
  border: 2px solid transparent;
  background-image:
    linear-gradient(#103b1d, #14321c),
    linear-gradient(90deg, #396948, #145c45, #124622, #145c45, #396948);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.park-item .icon {
  /* width: 70px; */
  transition: 0.3s;
}
.park-item.active .icon {
  transform: scale(1.3);
  filter: brightness(1.1);
}
.park-item h3 {
  font-size: 1.3rem;
  font-weight: 100;
  color: #eee;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  margin-top: 5px;
}
.park-contents {
  overflow-x: hidden;
  padding: 55px;
}
/* پایین */
.park-content {
  display: none;
  align-items: center;
  /* justify-content: space-between; */
  /* gap: 40px; */
}
.park-content .content-items {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 60px);
  width: 100%;
}
.park-content.active {
  display: flex;
}
.content-right,
.content-left {
  max-width: 500px;
  width: 50%;
}
/* دکمه */
.orange-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff7a00;
  color: #fff;
  padding: 8px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.3rem;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.orange-btn:hover {
  background: #e96d00;
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 6px 18px rgba(255, 122, 0, 0.45);
}
.park-content .blob {
  width: clamp(250px, 40vw, 450px);
  max-width: 500px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.park-content .blob .park-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.park-content.active .blob {
  border-radius: 58% 42% 63% 37% / 42% 56% 44% 58%;
}
.park-content h2 {
  color: #eee;
}
.park-content p {
  color: #eee;
}
.blob-wrapper {
  position: relative;
  width: fit-content; /* اندازه دقیق blob */
  margin: 0 auto;
}
.blob .floating-icon {
  position: absolute;
  /* max-width: 70px; */
}
.icon1 {
  width: 15%;
  top: 8%;
  right: 5%;
}
.icon2 {
  top: 46%;
  right: -15%;
  width: 24%;
}
.icon3 {
  top: 94%;
  width: 9%;
  right: 10%;
}
.icon4 {
  top: 92%;
  width: 7%;
  right: 90%;
}
.icon5 {
  width: 7%;
  top: -4%;
  right: 70%;
}
.sidebar-floating-icon {
  position: absolute;
  width: 50%;
  top: 0;
  left: -20%;
  transform: scaleX(-1);
}
.features {
  background: linear-gradient(#fff, #dfdfdf);
  padding: 60px 0 0 0;
  text-align: center;
  width: 100%;
}
.features-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 10px 40px;
  text-align: center;
}
.features .item.mobile {
  display: none;
}
.features .title,
.blog .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.features .title h2 {
  color: #154f27;
  font-size: 2.5rem;
  text-align: center;
  white-space: nowrap;
}
.side {
  /* display: flex; */
  align-items: center;
  gap: 10px;
}
.features .title .decor {
  max-width: 120px;
  height: auto;
}
.features .title .decor2 {
  width: 9%;
}
.features .title .decor3 {
  width: 7%;
}

.features .side img {
  height: 60px;
}
.features .item {
  flex: 1 1 30%;
  padding: 30px 20px 0 20px;
  border-radius: 12px;
  min-width: 280px;
}
.features .bottom-image {
  width: 100%;
  position: relative;
  top: 8px;
  height: auto;
  display: block;
  overflow: hidden;
}
.features .number {
  height: 120px;
  position: relative;
  width: clamp(120px, 8vw, 120px);
  margin: 0 auto;
}
.features .number.num2 {
  width: clamp(140px, 8vw, 120px);
}
.number img {
  width: 100%;
  height: auto;
  display: block;
}
.features .number .counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(2rem, 2vw, 1.8rem);
  font-weight: bold;
}
.features .line,
.features .line2 {
  display: none;
}
.features .num1 .counter {
  top: 55px;
  right: 50px;
}
.features .num2 .counter {
  top: 47px;
  right: 84px;
}
.features .num3 .counter {
  top: 43px;
  right: 40px;
}
.features .item h3 {
  color: #154f27;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-size: 1000;
}
.features .item p {
  font-size: 1.2rem;
}
.bottom-image img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
.blog {
  width: 100%;
  padding: 20px 30px 130px 30px;
  background: #154f27;
  z-index: 1;
}
.blog .title {
  margin-bottom: 20px;
}
.blog .title h2 {
  color: white;
}
.blog .title .title-decor1 {
  height: 40px;
}
/* فاصله کلی */
.blogSlider {
  padding: 60px 0;
  overflow: visible;
  max-width: 1100px;
}

/* اسلاید */
.blogSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  /* opacity: 0.6; */
  overflow: visible;
  z-index: 1;
}

/* اسلاید فعال وسط */
.blogSlider .swiper-slide-active {
  transform: scale(1);
  /* opacity: 1; */
  z-index: 10;
}

/* کارت */
.blog-card {
  width: 100%;
  max-width: 360px;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0f3a20;
  border-radius: 25px;
  padding: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  border: 2px solid #ff6a00;
  transform: scale(0.9);
  overflow: hidden;
}
.swiper-slide-active .blog-card {
  background: linear-gradient(to bottom, #1e6b34, #134722);
  scale: (1);
}
/* تصویر */
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* عنوان */
.blog-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

/* دکمه */
.blog-btn {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 8px 22px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.blog-btn:hover {
  background: #ff8c42;
}

/* دکمه‌های ناوبری */
.blog-next,
.blog-prev {
  width: 44px;
  height: 44px;
  background: #0f3a20; /* سبز */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
  transition: 0.3s ease;
}
.blog-next {
  right: 4px;
}
.blog-prev {
  left: 4px;
}

/* فلش نارنجی */
.blog-next::after,
.blog-prev::after {
  font-size: 22px;
  font-weight: bold;
  color: orange;
}
.blog-next::after {
  content: "<";
}
.blog-prev::after {
  content: ">";
}
/* هاور */
.blog-next:hover,
.blog-prev:hover {
  transform: translateY(-50%) scale(1.1);
}
.blog-pagination {
  margin-top: 0;
  text-align: center;
}
.blog-pagination .swiper-pagination-bullet {
  background: #f04e23;
  opacity: 0.6;
  width: 8px;
  height: 10px;
}

.blog-pagination .swiper-pagination-bullet-active {
  background: #ff6a00;
  opacity: 1;
  width: 10px;
  border-radius: 20px;
}
.blog .blog-date i {
  color: #f04e23;
}
.faq {
  position: relative;
  margin-top: -120px; /* مقدار همپوشانی */
  z-index: 2;
  max-width: 1200px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 25px;
  /* افکت شیشه‌ای */
  backdrop-filter: blur(12px);
  /* background: rgba(255, 255, 255, 0.35); */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.2)
  );
  /* border: 1px solid rgba(255, 255, 255, 0.4); */
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.faq .title h3 {
  font-size: clamp(2rem, 2vw, 1.8rem);
  margin-top: 0;
  color: #154f27;
}
.faq-item {
  position: relative;
  margin-top: 10px;
}
.faq-item::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -4px;
  width: 95%;
  height: 0.6px;
  /* opacity: 50%; */
  opacity: 100%;
  background-color: #f04e23;
}
.faq .faq-question {
  background: none;
  color: #000;
  border: none;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.faq .faq-answer {
  display: none;
  padding: 10px 25px;
  color: #2d2828;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 1.1rem;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item img {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}
.comments-section {
  width: 100%;
  padding: 50px 15px;
}
.comments-container {
  max-width: 1200px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.comment-form {
  width: 50%;
}
.comment-form h2 {
  color: #f04e23;
  margin: 0;
}
.comment-form h2 .decor1 {
  display: inline-block;
  width: 30px;
}
.comment-form h2 .decor2 {
  display: inline-block;
  width: 80px;
}
.comment-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.comment-form input,
.comment-form textarea {
  width: 90%;
  padding: 12px 15px;
  border-radius: 25px;
  border: none;
  background: #eee;
  font-size: 1.2rem;
}
.comment-form textarea {
  border-radius: 15px;
  min-height: 120px;
  resize: none;
}
.comment-form button {
  background: #f4511e;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.comment-form button:hover {
  background: #d84315;
}
.comments-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments-container .comments-list .family span {
  color: #f04e23;
}
.comment-form .buttons {
  width: 90%;
}
.comment-form .buttons .add-comment {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #f04e23;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 1.2rem;
}
.comment-title h5 {
  font-size: 1.2rem;
  display: inline-block;
}
.comment-reply {
  padding: 10px;
  background: #eee;
  border-radius: 30px;
}
.comment-reply p {
  margin: 0;
}
.comment-item {
  position: relative;
  margin-top: 15px;
  font-size: 1.2rem;
}
.comment-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px; /* فاصله از متن */
  width: 100%; /* هم اندازه متن */
  height: 1.5px;
  background-color: #f04e23;
}
.comment-item .writer {
  font-size: 1.2rem;
  padding-top: 8px;
}
.comment-content p {
  font-size: 1.2rem;
  line-height: 34px;
}
.paged-link-off {
  display: inline-block;
  padding: 5px;
  color: #ccc;
  line-height: 14px;
  margin: 2px;
  font-size: 1.2rem;
}
.paged-link-selected {
  display: inline-block;
  line-height: 14px;
  margin: 2px;
  font-size: 1.2rem;
}
.paged-link-selected a {
  display: inline-block;
  padding: 7px;
  background: #154f27;
  color: white;
  text-decoration: none;
  border-radius: 10px;
}
.paged-link {
  display: inline-block;
  line-height: 14px;
  margin: 2px;
  font-size: 1.2rem;
}
.paged-linked a {
  display: inline-block;
  /* border: #06C 1px solid; */
  padding: 5px;
  text-decoration: none;
  font-size: 12pt;
}
.paged-link-selected a {
  display: inline-block;
}
.footer-container {
  background: #154f27;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  text-align: center;
}
.footer-container .column1,
.footer-container .column3 {
  width: 40%;
  padding: 10px;
  text-align: right;
}
.footer-container .column3 {
  padding-top: 30px;
}
.footer-container .column2 {
  width: 20%;
  padding: 30px 40px;
  text-align: right;
}
.footer-container .column1 p {
  color: white;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 34px;
}
.footer-container .title-column2 {
  position: relative;
  min-height: 60px;
}
.footer-container .column2 h4,
.footer-container .column3 h4 {
  position: absolute;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}
.footer-container .column2 img.decor,
.footer-container .column3 img.decor {
  position: absolute;
  top: -1px;
  right: -17px;
}
.footer-container .column2 p {
  font-size: 1.3rem;
  color: white;
}
.footer-container .bottom-image {
  width: 100%;
  position: relative;
  top: 22px;
  height: auto;
  display: block;
  overflow: hidden;
}
.footer-container .bottom-image .mobile {
  display: none;
}
.footer-container .park-info .phone .title {
  color: white;
  font-size: 1.3rem;
}
.footer-container .phone p {
  margin: 15px;
}
.footer-container .phone span {
  color: white;
  font-size: 1.3rem;
  margin-left: 10px;
}
.footer-container .phone a {
  font-size: 1.3rem;
  color: white;
}
.footer-container .address,
.footer-container .email {
  margin-bottom: 15px;
}
.footer-container .address span,
.footer-container .email span,
.footer-container .social span,
.footer-container .social span {
  font-size: 1.3rem;
  color: white;
}
.footer-container .social .social-icons {
  margin-top: 15px;
}
.footer-container .social .social-icons a {
  margin-left: 10px;
}
#sign {
  float: right;
  background: #f04e23;
  width: 100%;
  text-align: center;
  direction: ltr;
  padding: 5px;
}
#sign a {
  color: white;
  font-size: 1.2rem;
}
/* حالت اولیه عناصر (مخفی و خارج از صفحه) */
.content-left,
.content-right {
  opacity: 0;
  transition:
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

/* موقعیت اولیه content-left: از چپ */
.content-left {
  transform: translateX(-100%);
}

/* موقعیت اولیه content-right: از راست */
.content-right {
  transform: translateX(100%);
}

/* حالت نهایی پس از انیمیشن */
/* این قوانین زمانی اعمال می‌شوند که المنت والد active داشته باشد */
/* و عناصردخلی نیز دارای کلاس انیمیشن باشند */

.park-content.active .content-left.animate-in,
.park-content.active .content-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}
.column1,
.column2 {
  position: relative;
}
.footer-container .column1:after,
.footer-container .column2:after {
  content: "";
  position: absolute;
  top: 50px;
  left: -8px;
  width: 1.5px;
  height: 80%;
  background-color: #f04e23;
}
.footer-container .column2:after {
  left: 37px;
}
.park-section .sliding-news-container {
  width: 95%; /* یا عرض دلخواه */
  border-radius: 50px;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.park-section .sliding-news {
  display: inline-block;
  padding: 10px 0 10px 100%;
  animation: slide 20s linear infinite; /* 20s برای مدت زمان یک چرخه کامل، قابل تنظیم */
  white-space: nowrap;
  text-align: center;
  background:
    linear-gradient(#0d2914, #14321c),
    linear-gradient(90deg, #396948, #145c45, #124622, #145c45, #396948);
}
.news-item {
  display: inline-block; /* نمایش آیتم‌ها در یک خط */
  margin-right: 30px;
}
.park-section .news-item a {
  color: white;
  padding: 14px;
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0;
}
.sliding-news-container {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;

  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;

  padding: 0;
}

.sliding-news-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: ticker 40s linear infinite;
}

.news-item {
  flex-shrink: 0;
  white-space: nowrap;

  display: flex;
  align-items: center;

  padding: 0 25px;
}

.news-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b00;
  margin-left: 20px;
}

.news-item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.news-item a:hover {
  color: #ffb347;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
