
.primary-color-background {
  background-color: var(--primary-color);
}
.secondary-color-background {
  background-color: var(--secondary-color);
}
.accent-color-background {
  background-color: var(--accent-color);
}
.primary-color-text {
  color: var(--primary-color);
}
.secondary-color-text {
  color: var(--secondary-color);
}
.accent-color-text {
  color: var(--accent-color);
}
.auxiliary-color-bg{
color: var(--accent-color);
}
.auxiliary-color-text{
color: #F32028;
}

.auxiliary-color-bg-red{
background-color: #F32028;
}


.top-menu-t-bg {
 background-color:var(--accent-color);
}
.top-menu-b-bg {
 background-color: var(--primary-color);
}

@font-face {
  font-family: "IRANSansWeb_Bold";
  src: url(./fonts/iransans/IRANSansWeb_Bold.woff);
}
@font-face {
  font-family: "IRANSansWeb_Light";
  src: url(./fonts/iransans/IRANSansWeb_Light.woff);
}
@font-face {
  font-family: "IRANSansWeb_Medium";
  src: url(./fonts/iransans/IRANSansWeb_Medium.woff);
}
html {
  scroll-behavior: smooth;
  scroll-duration: 0.5s;
}
body,
html {
  font-family: "IRANSansWeb_Light", tahoma, monospace;
  scroll-behavior: smooth;
  letter-spacing: 0;
  word-spacing: -1px;
}

.current-menu-item a {
   background-color: #2274b8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: inherit;
  letter-spacing: 0;
  word-spacing: -1px;
}
p {
  letter-spacing: 0;
  word-spacing: -1px;
}
a {
  text-decoration: none;
}
.swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 30.5s ease;
}
.swiper-slide-zoom img {
  transform: scale(1.5);
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.square-bullet-title {
  @apply relative pl-4;
}
.square-bullet-title::before {
  @apply absolute left-0 top-[0.6em];
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 3px;
  display: inline-block;
  background-color: #F32028;
  vertical-align: middle;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 23px;
  color: #F32028;
}
.page-numbers {
  padding: 4px;
}
a.page-numbers {
  padding: 4px;
  background-color: var(--primary-color);
  margin: 4px;
  color: aliceblue;
  min-width: 30px;
  max-width: 30px;
  text-align: center;
  border-radius: 5px;
}
span.page-numbers.current {
  padding: 4px;
  background-color: var(--secondary-color);
  margin: 4px;
  color: aliceblue;
  min-width: 30px;
  max-width: 30px;
  text-align: center;
  border-radius: 5px;
}
@media print {
  .no-print {
    display: none !important;
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--primary-color);
}
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2274b8;
}
.ripple-container {
  position: relative;
  width: 5px;
  height: 5px;
}
.ripple {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #15618d8a;
  border-radius: 50%;
  animation: ripple-animation 3s ease-out infinite;
  opacity: 0;
}
.ripple:nth-child(2) {
  animation-delay: 0.5s;
}
.ripple:nth-child(3) {
  animation-delay: 1s;
}
@keyframes ripple-animation {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
.play-video {
  content: url(./assets/play.svg);
  width: 53px;
  height: 53px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.dropdown:hover .dropdown-menu,
.submenu:hover .submenu-menu {
  display: block;
}
.blob.white {
  background: #fff0;
  box-shadow: 0 0 0 0 #d71920;
  animation: pulse-white 2s infinite;
}
.blob {
  background: #000;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgb(0 0 0);
  margin: 10px;
  height: 30px;
  width: 30px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  position: absolute;
  top: 55px;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #fff0;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #fff0;
  }
}
.blob.white {
  background: #fff0;
  box-shadow: 0 0 0 0 #d71920;
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px #fff0;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #fff0;
  }
}
.font-bold {
  font-weight: 700;
}
.box-color {
  background-color: #fbfaf9;
}
.header-bg {
  background-image: url(assets/map.png);
  background-position: center;
}
.header-bg-2 {
  background-image: url(assets/building.svg);
  background-position: initial;
  width: 165px;
  height: 147px;
  left: 30px;
  top: 10px;
}

/* */
#post_content h2 {
    font-weight: bold; /* برای بولد کردن متن */
    position: relative; /* برای قرار دادن مربع قرمز */
    padding-right: 30px; /* فضا برای مربع قرمز */
}

#post_content h2::before {
    content: ""; /* عنصر ساختگی */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* عرض مربع */
    height: 18px; /* ارتفاع مربع */
    border-radius: 5px;
    background-color: var(--secondary-color); /* رنگ مربع */
}

.slider-rotitr{

}
.slider-title{

}
.slider-zirtitr{

}

/* تصاویر داخل پست ریسپانسیو */
.entry-content img,
.wp-caption img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* کادر کپشن هم ریسپانسیو بشه */
.wp-caption {
    max-width: 100% !important;
}