@charset "UTF-8";
@font-face {
  font-family: "DanaVF";
  src: url("/uploads/isaar/assets/fonts/DanaVF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
body {
  background: #f5f5f5;
  font-family: "DanaVF";
  scroll-behavior: smooth;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 460px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.95) 0%, rgb(245, 245, 245) 100%), url("/uploads/isaar/assets/images/body-pattern.webp") repeat-x center center;
  z-index: -9;
}

html[lang=fa],
html[lang=ar] {
  font-feature-settings: "ss02";
  direction: rtl;
  text-align: right;
}

html:not([lang=fa]):not([lang=ar]) {
  font-feature-settings: normal;
  direction: ltr;
  text-align: left;
}

.farsi-numerals {
  font-feature-settings: "ss02";
}

.latin-numerals {
  font-feature-settings: "ss02" 0 !important;
}

.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
  font-weight: 700;
}

section {
  line-height: normal;
}

.owl-carousel .owl-item .owl-lazy {
  transition: all 0.3s ease;
}

.header {
  width: 100%;
  z-index: 99;
  position: relative;
  overflow: visible;
}
.header__top-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
  flex-wrap: wrap;
}
.header__top-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__top-bar-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.header__top-bar-flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .header__top-bar-flex-row {
    width: 100%;
    order: 2;
  }
}
.header__login {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background-color: #e2e8f0;
  padding: 0.25rem 0.375rem 0.25rem 0.625rem;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__login:hover {
  background-color: #d1dbe7;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .header__login {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
.header__login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__login-text {
  font-size: 1em;
  font-weight: 400;
  color: #0f172a;
  line-height: 26px;
}
.header__logo-small {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-small img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .header__logo-small img {
    width: 75px;
    height: auto;
  }
}
.header__slogan {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: flex-end;
}
.header__slogan-text {
  font-size: 0.75em;
  font-weight: 400;
  color: #0f172a;
  line-height: 26px;
}
.header__slogan img {
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  .header__slogan {
    justify-content: center;
  }
}
.header__main {
  background-color: #ffffff;
  padding-block: 1rem;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.header__main::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), url("/uploads/isaar/assets/images/pattern-header.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .header__main {
    border-radius: 12px;
  }
  .header__main::before {
    border-radius: 12px;
  }
}
.header__main-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.header__main--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding-block: 0.75rem;
  transform: translateY(0);
  animation: slideDown 0.35s ease-out;
  border-radius: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header__logo-section {
  display: flex;
  align-items: center;
  padding-inline-end: 1.5rem;
  position: relative;
  z-index: 2;
}
.header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__logo-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.header__logo-link:hover .header__logo-title {
  color: #dc2626;
}
.header__logo-link:hover .header__logo-province {
  color: #b21d1d;
}
.header__logo-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}
.header__logo-emblem img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-image {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479.98px) {
  .header__logo-image {
    width: 46px;
    height: auto;
  }
}
.header__logo-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  text-align: start;
  line-height: 26px;
  transition: color 0.3s ease;
}
.header__logo-title span {
  display: block;
}
.header__logo-province {
  font-size: 0.875em;
  font-weight: 500;
  color: #dc2626;
  margin-top: 2px;
  display: block;
}
.header__divider {
  width: 1px;
  height: 60px;
  background-color: #d1d5db;
  margin-inline: 1.5rem;
  border-radius: 24px;
}
.header__home-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}
@media (max-width: 991.98px) {
  .header__home-button {
    margin-inline-end: 0.5rem;
  }
}
.header__home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.header__home-link:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
}
.header__nav-section {
  flex: 1;
}
.header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-menu-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
.header__home-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #f1f5f9;
  border-radius: 12px;
  margin-inline-end: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header__home-button {
    display: none;
  }
}
.header__home-button:hover {
  background-color: #e2e8f0;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header__home-button:active {
  transform: translateY(0);
}
.header__home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-inline-start: auto;
}
.header__systems-dropdown {
  position: relative;
}
.header__systems-menu {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  width: 500px;
  max-width: calc(100vw - 32px);
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}
@media (max-width: 767.98px) {
  .header__systems-menu {
    width: 330px;
    left: -100%;
  }
}
.header__systems-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__systems-menu-inner {
  padding: 24px;
}
@media (max-width: 767.98px) {
  .header__systems-menu-inner {
    padding: 16px;
  }
}
.header__systems-menu-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.header__systems-menu-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #dc2626;
  border-radius: 9999px;
}
.header__systems-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767.98px) {
  .header__systems-menu-grid {
    gap: 12px;
  }
}
.header__systems-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #F8FAFC;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .header__systems-menu-item {
    padding: 12px;
  }
}
.header__systems-menu-item:hover {
  background-color: #ffffff;
  border-color: #dc2626;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header__systems-menu-item--featured {
  border: 1px solid #FEE2E2;
  background-color: #FEF2F2;
}
.header__systems-menu-item--featured:hover {
  background-color: #fffbfb;
  border-color: #fca5a5;
}
.header__systems-menu-badge {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  background-color: #dc2626;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 9999px;
  line-height: 1.2;
}
.header__systems-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.header__systems-menu-icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .header__systems-menu-icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .header__systems-menu-icon {
    margin-bottom: 8px;
  }
}
.header__systems-menu-text {
  font-size: 0.875em;
  font-weight: 500;
  color: #0f172a;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .header__systems-menu-text {
    font-size: 0.75em;
    line-height: 1.3;
  }
}
.header__action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 12px;
  padding: 0.625rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__action-button.header__search-button, .header__action-button.header__lang-button {
  border: 1px solid #d1d5db;
}
.header__action-button.header__systems-button {
  background-color: #dc2626;
  color: #ffffff;
  padding: 0.625rem 0.75rem;
  gap: 0.25rem;
}
.header__action-button.header__lang-button:hover, .header__action-button.header__search-button:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.header__action-button.header__systems-button:hover {
  background-color: #c82020;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.header__lang-text {
  font-size: 1em;
  font-weight: 500;
  color: #4b5563;
}
.header__systems-text {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .header__logo-title {
    font-size: 1em;
  }
  .header__logo-province {
    font-size: 0.75em;
  }
  .header__divider {
    display: none;
  }
  .header__nav-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .header__top-bar-item {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .header__top-bar-wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
  .header__main-wrapper {
    flex-direction: column;
    gap: 0.75rem;
  }
  .header__logo-section {
    padding-inline-end: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header__actions {
    margin-top: 0;
  }
  .header__nav-menu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

#mainMenu-trigger {
  display: none;
}
@media (max-width: 991.98px) {
  #mainMenu-trigger {
    display: block;
  }
}

.mburger {
  color: #0f172a !important;
  width: 40px;
}
.mburger b {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .es-navbar.active {
    display: block;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background-color: #ffffff;
    z-index: 1000;
    padding: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .es-navbar.active .sm-simple {
    flex-direction: column;
    align-items: flex-start;
  }
  .es-navbar.active .sm-simple > li {
    width: 100%;
  }
  .es-navbar.active .sm-simple > li > a {
    padding: 0.75rem 0;
  }
  .es-navbar.active .sm-simple > li ul {
    position: static;
    display: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 0 1rem;
  }
  .es-navbar.active .sm-simple > li ul li a {
    color: #0f172a;
  }
  .es-navbar.active .sm-simple > li.active > ul {
    display: block;
  }
}
.section-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 0px;
  }
}
.section-header__title-wrapper {
  display: inline-flex;
  height: 29px;
  position: relative;
  align-items: center;
}
.section-header__title-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 3px;
  background-color: #ef4444;
  z-index: 2;
}
.section-header__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  line-height: normal;
}
.section-header__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 29px;
  width: 100%;
  justify-content: flex-end;
  margin-inline-start: 4px;
  position: relative;
}
.section-header__controls::after {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 3px;
  background-color: #e2e8f0;
  z-index: 1;
}
.section-header__province-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.section-header__province-filter label {
  font-size: 0.875em;
  font-weight: 500;
  color: #334155;
  white-space: nowrap;
  margin-inline-end: 4px;
}
.section-header__province-filter .form-control {
  width: 180px;
}
@media (min-width: 992px) {
  .section-header__province-filter .form-control {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .section-header__province-filter .form-control {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .section-header__province-filter .form-control {
    width: 100%;
  }
}
.section-header__province-filter.show-all-provinces-icon::before {
  display: block;
}
.section-header__province-filter .select2-selection--single {
  height: 32px !important;
  border: 0px solid #cbd5e1 !important;
  border-radius: 4px !important;
  background: #f1f5f9 !important;
}
.section-header__province-filter .select2-selection__rendered {
  line-height: 23px !important;
  padding-inline-end: 12px !important;
  padding-inline-start: 36px !important;
  color: #0f172a !important;
  font-size: 1em !important;
  font-weight: 500 !important;
}
.section-header__province-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  inset-inline-end: auto !important;
  inset-inline-start: 1px !important;
}
.section-header__divider {
  width: 2px;
  height: 24px;
  background-color: #cbd5e1;
}
.section-header__archive-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #4b5563;
  transition: color 0.2s ease;
}
.section-header__archive-link:hover {
  color: #18274b;
}
.section-header__archive-text {
  font-size: 1em;
  font-weight: 500;
}
.section-header__archive-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-header__navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-header__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section-header__nav-button:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.section-header__nav-button:active {
  transform: scale(0.95);
}
.section-header__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-header {
    height: auto;
    align-items: flex-start;
    padding-block-end: 12px;
  }
  .section-header::after {
    display: none;
  }
  .section-header__title-wrapper {
    margin-bottom: 16px;
    width: -moz-max-content;
    width: max-content;
    border-bottom: none;
  }
  .section-header__title-wrapper::after {
    width: 100%;
  }
  .section-header__controls {
    width: 100%;
    justify-content: flex-end;
    border-block-end: none;
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-header__province-filter {
    width: 100%;
    order: 2;
    margin-top: 12px;
  }
  .section-header__province-filter label {
    min-width: 80px;
  }
}
@media (max-width: 575.98px) {
  .section-header__title {
    font-size: 1.125em;
  }
  .section-header__controls {
    gap: 12px;
  }
  .section-header__archive-text {
    font-size: 0.75em;
  }
}

.main-carousel .flickity-page-dots {
  bottom: -30px;
}
.main-carousel .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #cbd5e1;
  opacity: 1;
}
.main-carousel .flickity-page-dots .dot.is-selected {
  background-color: #334155;
}
.main-carousel .flickity-button {
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}
.main-carousel .flickity-button:hover {
  background-color: #ffffff;
}
.main-carousel .flickity-button .flickity-button-icon {
  fill: #334155;
}
.main-carousel .flickity-prev-next-button.previous {
  inset-inline-start: 12px;
}
.main-carousel .flickity-prev-next-button.next {
  inset-inline-end: 12px;
}

.main-carousel--dark .flickity-button {
  background-color: rgba(30, 41, 59, 0.8);
}
.main-carousel--dark .flickity-button:hover {
  background-color: #1e293b;
}
.main-carousel--dark .flickity-button .flickity-button-icon {
  fill: #ffffff;
}
.main-carousel--dark .flickity-page-dots .dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.main-carousel--dark .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}

.carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 30px;
}
.carousel-pagination--inline {
  margin-top: 0;
  margin-right: 16px;
}
.carousel-pagination--bottom {
  margin-top: 24px;
}
.carousel-pagination__dot {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background-color: #d1d5db;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.carousel-pagination__dot--active {
  width: 44px;
  background-color: #9ca3af;
}
.carousel-pagination__dot:hover:not(.carousel-pagination__dot--active) {
  background-color: #cbd5e1;
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.news-section {
  padding-block: 30px 60px;
  position: relative;
  overflow: hidden;
}
.news-section .owl-carousel .owl-stage-outer {
  border-radius: 6px;
}
.news-section__slider {
  position: relative;
}
@media (min-width:992px){
  .news-section__slider {
      min-height: 453px;
      margin-bottom: 30px;
      background-color: #ffffff;
      border-radius: 16px;
  }
}

.news-section__main-card {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 16px;
}
.news-section__main-card.with-pattern-bg {
  background-color: #ffffff;
}
.news-section__main-card.with-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  background-image: url("/uploads/isaar/assets/images/pattern-abs.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  border-radius: inherit;
  z-index: 0;
}
.news-section__main-card .carousel-cell {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
}
.news-section__main-card .carousel-cell:hover .news-item__img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .news-section__main-card .carousel-cell {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-section__main-card .carousel-cell {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
}
.news-section__image-container {
  width: 100%;
  aspect-ratio: 650/433;
  margin-block-end: 10px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.news-section__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section__item-img {
  width: 100%;
  aspect-ratio: 650/433;
  margin-block-end: 10px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.news-section__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section__main-badge {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
}
.carousel-cell:hover .news-section__main-badge {
  transform: translate(4px, -4px) scale(1.1);
  background: rgba(2, 6, 23, 0.5);
}
.news-section__main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-inline-start: 60px;
  padding-inline-end: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .news-section__main-content {
    padding-inline-start: 40px;
    padding-inline-end: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .news-section__main-content {
    padding-inline: 25px;
    padding-block: 25px;
  }
}
@media (max-width: 767.98px) {
  .news-section__main-content {
    padding-inline: 15px;
    padding-block: 20px;
  }
}
.news-section__main-text {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .news-section__main-text {
    margin-bottom: 8px;
  }
}
.news-section__main-subtitle {
  display: block;
  color: #475569;
  font-size: 0.875em;
  margin-bottom: 8px;
}
.news-section__main-title {
  font-size: 1.25em;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.carousel-cell:hover .news-section__main-title {
  color: #dc2626;
}
@media (max-width: 1199.98px) {
  .news-section__main-title {
    font-size: calc(1.125em + 0.1rem);
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .news-section__main-title {
    font-size: 1.125em;
    margin-bottom: 6px;
  }
}
.news-section__main-description {
  color: #334155;
  font-size: 1em;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  .news-section__main-description {
    font-size: clamp(0.875rem, 2vw, 1em);
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .news-section__main-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news-section__main-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #475569;
  font-size: 0.875em;
}
.news-section__rss-btn {
  position: absolute;
  inset-inline-end: 10px;
  inset-block-end: 10px;
  border-radius: 8px;
  background: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 8px;
  gap: 4px;
  z-index: 10;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .news-section__rss-btn {
    inset-block-start: 15px;
    inset-block-end: auto;
    inset-inline-end: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-section__rss-btn {
    padding: 6px;
    gap: 2px;
  }
}
.news-section__rss-btn:hover {
  background: rgba(2, 6, 23, 0.5);
}
.news-section__rss-text {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 12px;
}
.news-section__rss-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-section__date-text {
  margin-inline-start: 4px;
}
.news-section__date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.carousel-cell:hover .news-section__main-badge .news-section__date-icon {
  transform: rotate(5deg);
}
.news-section .carousel-pagination {
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .news-section .carousel-pagination {
    justify-content: center;
    padding-inline-start: 0;
  }
}
.news-section .carousel-pagination[data-carousel=news-carousel] {
  position: absolute;
  bottom: 60px;
  inset-inline-end: 60px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .news-section .carousel-pagination[data-carousel=news-carousel] {
    bottom: 10px;
    inset-inline-end: 30px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 575.98px) {
  .news-section .carousel-pagination[data-carousel=news-carousel] {
    bottom: 5px;
  }
}
.news-section .flickity-enabled.is-draggable .flickity-viewport {
  border-radius: 6px;
}
.news-section__cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .news-section__cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .news-section__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .news-section__cards-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 5px -5px rgba(24, 39, 75, 0.05);
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.news-card:hover .news-card__image {
  transform: scale(1.05);
}
.news-card:hover .news-card__title {
  color: #dc2626;
}
.news-card:hover .news-card__badge {
  transform: translate(4px, -4px) scale(1.1);
  background: rgba(2, 6, 23, 0.5);
}
.news-card:hover .news-card__badge-icon {
  transform: rotate(15deg);
}
.news-card____image-container {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 10px;
}
.news-card__image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card__badge {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 5;
}
.news-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.news-card__content {
  padding: 20px 15px;
}
.news-card__title {
  font-size: 1.125em;
  font-weight: 700;
  color: #334155;
  margin-bottom: 12px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 78px;
  transition: color 0.3s ease;
}
.news-card__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #64748b;
  font-size: 0.75em;
}
.news-card--large {
  grid-column: span 2;
}
.news-card--large .news-card__title {
  font-size: 1.125em;
}
@media (max-width: 575.98px) {
  .news-card--large {
    grid-column: span 1;
  }
}

.news-item__img {
  width: clamp(300px, 100%, 650px);
  aspect-ratio: 650/433;
  margin-inline: auto;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .news-item__img {
    width: clamp(250px, 100%, 550px);
  }
}
@media (max-width: 991.98px) {
  .news-item__img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-item__img {
    aspect-ratio: 16/11;
  }
}
.news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.carousel-cell:hover .news-item__img img {
  transform: scale(1.05);
}

@media (max-width: 1199.98px) {
  .news-section__main-card {
    padding: 8px;
  }
  .news-section__main-card.with-pattern-bg::before {
    opacity: 0.2;
  }
  .news-section__main-subtitle {
    margin-bottom: 6px;
  }
  .news-section__main-date {
    font-size: clamp(0.7rem, 1.5vw, 0.875em);
  }
  .news-section__date-icon {
    transform: scale(0.9);
  }
}
@media (max-width: 767.98px) {
  .news-section {
    padding-block: 20px 40px;
  }
  .news-section__main-card {
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .news-section__main-badge {
    width: 30px;
    height: 30px;
  }
  .news-section__main-subtitle {
    font-size: calc(0.75em + 0.05rem);
  }
  .news-section__rss-text {
    font-size: 0.75em;
  }
}
.systems-section {
  padding: 60px 0;
  background-color: #e2e8f0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .systems-section {
    padding: 30px 0;
  }
}
.systems-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgb(226, 232, 240) 0%, rgba(226, 232, 240, 0.5) 100%), url("/uploads/isaar/assets/images/pattern-abs.webp") repeat-x center bottom;
  background-size: cover;
  z-index: 0;
}
.systems-section .section-header__controls::after {
  background-color: #cbd5e1;
}
.systems-section__header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.systems-section__header-content {
  margin-bottom: 12px;
}
.systems-section__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.systems-section__divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
.systems-section__divider-line {
  flex-grow: 1;
  height: 2px;
  background-color: #cbd5e1;
}
.systems-section__divider-accent {
  width: 64px;
  height: 2px;
  background-color: #dc2626;
  margin-inline-start: 4px;
}
.systems-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 991.98px) {
  .systems-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .systems-section__grid {
    grid-template-columns: 1fr;
  }
}

.system-card {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  border-radius: 24px;
  position: relative;
  gap: 12px;
  position: relative;
  transition: transform 0.3s ease;
}
.system-card::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -18px;
  right: -18px;
  bottom: -16px;
  background-color: #16A34A;
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
}
.system-card:hover {
  transform: translateY(-5px);
}
.system-card:hover::before {
  opacity: 1;
  transform: scale(1);
}
.system-card:hover .system-card__title,
.system-card:hover .system-card__description {
  color: #ffffff;
}
.system-card:hover .system-card__beta-badge {
  opacity: 1;
  transform: translateY(0);
}
.system-card--featured {
  background-color: #16A34A;
}
.system-card--featured::before {
  display: none;
}
.system-card--featured .system-card__title,
.system-card--featured .system-card__description {
  color: #ffffff;
}
.system-card--featured .system-card__beta-badge {
  opacity: 1;
  transform: translateY(0);
}
.system-card__beta-badge {
  position: absolute;
  top: -8px;
  inset-inline-end: -8px;
  background-color: #dc2626;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 12px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.system-card:hover .system-card__beta-badge {
  opacity: 1;
  transform: translateY(0);
}
.system-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.system-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.system-card__content {
  flex: 1;
  text-align: right;
}
.system-card__title {
  color: #334155;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.system-card__description {
  font-size: 1em;
  font-weight: 400;
  color: #334155;
  line-height: 23px;
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .system-card {
    padding: 16px;
  }
  .system-card__icon {
    width: 48px;
    height: 48px;
  }
  .system-card__title {
    font-size: 1em;
  }
  .system-card__description {
    font-size: 0.875em;
  }
}

.content-block {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .content-block {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .content-block {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .content-block {
    padding: 15px;
    border-radius: 12px;
  }
}
@media (max-width: 575.98px) {
  .content-block {
    padding: 12px;
    margin-bottom: 12px;
  }
}
.content-block__cards {
  gap: 20px;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.content-block__cards::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .content-block__cards {
    gap: 15px;
  }
}
.headquarters-news-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 285px;
  flex-shrink: 0;
  margin-inline-end: 30px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .headquarters-news-card {
    width: 270px;
    margin-inline-end: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .headquarters-news-card {
    width: 240px;
    margin-inline-end: 20px;
  }
}
@media (max-width: 991.98px) {
  .headquarters-news-card {
    width: 100%;
  }
}
.headquarters-news-card__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__image-container {
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__image-container {
    border-radius: 6px;
  }
}
.headquarters-news-card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__image-wrapper {
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__image-wrapper {
    border-radius: 6px;
  }
}
.headquarters-news-card__image {
  width: 100%;
  aspect-ratio: 285/190;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .headquarters-news-card__image {
    aspect-ratio: 240/160;
  }
}
@media (max-width: 991.98px) {
  .headquarters-news-card__image {
    aspect-ratio: 270/180;
  }
}
@media (max-width: 767.98px) {
  .headquarters-news-card__image {
    aspect-ratio: 250/167;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__image {
    aspect-ratio: 230/153;
  }
}
@media (max-width: 479.98px) {
  .headquarters-news-card__image {
    aspect-ratio: 210/140;
  }
}
.headquarters-news-card__badge {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__badge {
    width: 32px;
    height: 32px;
    top: 4px;
    inset-inline-start: 4px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__badge {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 479.98px) {
  .headquarters-news-card__badge {
    width: 28px;
    height: 28px;
  }
}
.headquarters-news-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__badge-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__badge-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 479.98px) {
  .headquarters-news-card__badge-icon {
    width: 16px;
    height: 16px;
  }
}
.headquarters-news-card:hover .headquarters-news-card__image {
  transform: scale(1.05);
}
.headquarters-news-card:hover .headquarters-news-card__title {
  color: #dc2626;
}
.headquarters-news-card:hover .headquarters-news-card__badge {
  background: rgba(2, 6, 23, 0.5);
  transform: scale(1.1);
}
.headquarters-news-card:hover .headquarters-news-card__badge-icon {
  transform: rotate(15deg);
}
.headquarters-news-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__content {
    padding-top: 12px;
    gap: 3px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__content {
    padding-top: 10px;
    gap: 2px;
  }
}
.headquarters-news-card__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__date {
    gap: 3px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__date {
    gap: 2px;
    margin-bottom: 2px;
  }
}
.headquarters-news-card__date-text {
  font-size: 0.875em;
  font-weight: 500;
  color: #334155;
}
@media (max-width: 767.98px) {
  .headquarters-news-card__date-text {
    font-size: calc(0.875em - 1px);
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__date-text {
    font-size: 0.75em;
  }
}
.headquarters-news-card__date-icon {
  width: 24px;
  height: 24px;
}
.headquarters-news-card__title {
  font-size: 1.125em;
  font-weight: 800;
  color: #334155;
  line-height: 26px;
  margin: 0;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 78px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .headquarters-news-card__title {
    font-size: 1em;
    line-height: 22px;
    max-height: 66px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .headquarters-news-card__title {
    font-size: calc(1.125em - 1px);
    line-height: 24px;
    max-height: 72px;
  }
}
@media (max-width: 767.98px) {
  .headquarters-news-card__title {
    font-size: 1em;
    line-height: 22px;
    max-height: 66px;
  }
}
@media (max-width: 575.98px) {
  .headquarters-news-card__title {
    font-size: calc(1em - 1px);
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .headquarters-news-card__title {
    font-size: 0.875em;
    line-height: 18px;
    max-height: 36px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .headquarters-news-card:active {
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  .headquarters-news-card:active .headquarters-news-card__image {
    transform: scale(1.02);
    transition: all 0.3s ease;
  }
  .headquarters-news-card:active .headquarters-news-card__title {
    color: #dc2626;
    transition: all 0.3s ease;
  }
  .headquarters-news-card:active .headquarters-news-card__badge {
    background: rgba(2, 6, 23, 0.5);
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
}

.content-block--provinces {
  padding-bottom: 0;
  position: relative;
  transition: all 0.3s ease;
}
.content-block--provinces::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
}
.content-block--provinces:hover::after {
  opacity: 0;
}

#scrollable-list {
  height: 630px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: -15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #scrollable-list {
    height: 500px;
    overflow-x: hidden;
  }
}
@media (max-width: 991.98px) {
  #scrollable-list {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  #scrollable-list {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  #scrollable-list {
    height: 350px;
  }
}

.news-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 0px;
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  border-radius: 6px;
  max-width: 100%;
  box-sizing: border-box;
}
.news-item:hover {
  background-color: #f1f5f9;
  transform: translateY(0px);
  padding: 15px 15px;
}
.news-item:hover .news-item__title {
  color: #dc2626;
}
.news-item:hover .news-item__image {
  transform: scale(1.05);
}
.news-item:hover .news-item__province {
  background-color: #cbd5e1;
}
.news-item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-item {
    padding: 12px 0px;
  }
  .news-item:hover {
    padding: 12px 12px;
  }
}
@media (max-width: 575.98px) {
  .news-item {
    flex-direction: column;
    gap: 12px;
  }
}
.news-item__image-container {
  width: 134px;
  height: 100px;
  flex-shrink: 0;
  margin-inline-end: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-item__image-container {
    width: 110px;
    height: 80px;
    margin-inline-end: 8px;
  }
}
@media (max-width: 575.98px) {
  .news-item__image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-inline-end: 0;
  }
}
.news-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.news-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-item__title {
  font-size: 1.125em;
  font-weight: 800;
  color: #334155;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-item__title {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
.news-item__description {
  font-size: 1em;
  font-weight: 500;
  color: #334155;
  line-height: 23px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-item__description {
    font-size: 0.875em;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.news-item__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  gap: 10px;
}
.news-item__province {
  font-size: 0.75em;
  font-weight: 400;
  color: #0f172a;
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.news-item__date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  font-size: 0.75em;
}
.news-item__date-text {
  font-weight: 500;
}
.news-item__date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ps__rail-y {
  background-color: transparent !important;
  width: 6px !important;
}
.ps__rail-y .ps__thumb-y {
  background-color: #cbd5e1 !important;
  width: 6px !important;
  border-radius: 9999px !important;
}
.ps__rail-y .ps__thumb-y:hover {
  background-color: #475569 !important;
}

.content-block.content-block--search {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .content-block.content-block--search {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.search-sections {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 0;
  height: 90px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.content-sections__grid--provinces .search-sections {
  width: 100%;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .search-sections {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .content-sections__grid--provinces .search-sections {
    height: auto;
    gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-sections {
    gap: 16px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .search-sections {
    flex-direction: column;
    gap: 16px;
    height: auto;
  }
}

.search-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  text-decoration: none;
  color: inherit;
  flex: 1;
  height: 90px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .search-card {
    height: 110px;
    min-height: 90px;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-card {
    height: 80px;
    padding: 4px;
  }
}
.search-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%), url("/uploads/isaar/assets/images/pattern-abs.webp") repeat-x center center;
  background-size: cover;
  z-index: -1;
  transition: background 0.3s ease;
}
.search-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px -5px rgba(24, 39, 75, 0.1);
}
.search-card:hover .search-card__icon-container {
  background-color: #f1f5f9;
  transform: scale(1.05);
}
.search-card:hover .search-card__icon {
  transform: rotate(5deg);
}
.search-card:hover .search-card__title {
  color: #dc2626;
}
.search-card__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #F8FAFC;
  border-radius: 8px;
  margin-inline-end: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .search-card__icon-container {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-card__icon-container {
    width: 60px;
    height: 60px;
    margin-inline-end: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (min-width: 768px) {
  .content-sections__grid--provinces .search-card__icon-container {
    height: auto;
  }
}
.search-card__icon {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .search-card__icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-card__icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (min-width: 768px) {
  .content-sections__grid--provinces .search-card__icon {
    width: 40px;
    height: 40px;
  }
}
.search-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .search-card__content {
    flex-grow: 1;
    justify-content: center;
  }
}
.search-card__title {
  font-size: 1.125em;
  font-weight: 700;
  color: #475569;
  line-height: 26px;
  margin: 0 0 2px;
  transition: color 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-card__title {
    font-size: 1em;
    line-height: 22px;
  }
}
.search-card__description {
  font-size: 1em;
  font-weight: 500;
  color: #475569;
  line-height: 23px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-card__description {
    font-size: 0.875em;
    line-height: 20px;
  }
}

.content-block--quote {
  margin-bottom: 24px;
}

.quote-card {
  width: 440px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  margin-inline-end: 30px;
  max-width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.quote-card:hover .quote-card__title {
  color: #dc2626;
}
.quote-card:hover .quote-card__image {
  transform: scale(1.05);
}
.quote-card:hover .quote-card__badge {
  background: rgba(2, 6, 23, 0.5);
  transform: scale(1.1);
}
.quote-card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .quote-card__image-wrapper {
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .quote-card__image-wrapper {
    border-radius: 6px;
  }
}
.quote-card__badge {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .quote-card__badge {
    width: 32px;
    height: 32px;
    top: 4px;
    inset-inline-start: 4px;
  }
}
@media (max-width: 575.98px) {
  .quote-card__badge {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 479.98px) {
  .quote-card__badge {
    width: 28px;
    height: 28px;
  }
}
.quote-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .quote-card__badge-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .quote-card__badge-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 479.98px) {
  .quote-card__badge-icon {
    width: 16px;
    height: 16px;
  }
}
.quote-card__image {
  width: 100%;
  height: 293px;
  aspect-ratio: 440/293;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-card__image {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.quote-card__content {
  padding: 15px 0 0 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-card__title {
  font-size: 1.125em;
  font-weight: 800;
  color: #334155;
  margin: 0;
  line-height: 26px;
  transition: all 0.3s ease;
}
.quote-card__author {
  font-size: 1em;
  font-weight: 500;
  color: #334155;
  line-height: 23px;
  margin: 0;
}
.quote-card__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 4px;
  color: #64748b;
  font-size: 0.75em;
}
.quote-card__date-text {
  font-weight: 500;
}
.quote-card__date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (hover: none) and (pointer: coarse) {
  .quote-card:active {
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  .quote-card:active .quote-card__image {
    transform: scale(1.02);
    transition: all 0.3s ease;
  }
  .quote-card:active .quote-card__title {
    color: #dc2626;
    transition: all 0.3s ease;
  }
  .quote-card:active .quote-card__badge {
    background: rgba(2, 6, 23, 0.5);
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-card {
    width: 100%;
    max-width: 100%;
    margin-inline-end: 0;
  }
  .quote-card__image {
    height: auto;
    aspect-ratio: 16/9;
  }
  .quote-card__content {
    padding: 15px 0 0;
  }
  .quote-card__title {
    font-size: 1em;
    line-height: 22px;
  }
  .quote-card__author {
    font-size: 0.875em;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .quote-card {
    width: 100%;
  }
  .quote-card__image {
    height: 267px;
    aspect-ratio: 400/267;
  }
}
@media (max-width: 767.98px) {
  .quote-card {
    width: 350px;
  }
  .quote-card__image {
    height: 233px;
    aspect-ratio: 350/233;
  }
  .quote-card__content {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .quote-card__image {
    height: 200px;
    aspect-ratio: 300/200;
  }
  .quote-card__content {
    padding: 8px;
  }
  .quote-card__title {
    font-size: 1em;
  }
}
.tab-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.tab-archive-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #334155;
  transition: all 0.4s ease;
  font-size: 0.875em;
  font-weight: 500;
}
.tab-archive-link:hover {
  color: #dc2626;
}
@media (max-width: 767.98px) {
  .tab-archive-link {
    order: 3;
    width: 100%;
    padding: 12px;
    background-color: #f1f5f9;
    border-radius: 8px;
    justify-content: flex-start;
  }
}

.tab-archive-text {
  font-size: 0.875em;
  font-weight: 500;
  margin-inline-start: 4px;
}

.tab-archive-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content-scrollable {
  height: 144px;
  overflow-y: auto;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.tab-content-scrollable .ps__rail-y {
  background-color: transparent !important;
  width: 6px !important;
}
.tab-content-scrollable .ps__rail-y .ps__thumb-y {
  background-color: #cbd5e1 !important;
  width: 6px !important;
  border-radius: 9999px !important;
}
.tab-content-scrollable .ps__rail-y .ps__thumb-y:hover {
  background-color: #475569 !important;
}

.esprit-tab-container {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .esprit-tab-container {
    display: flex;
    flex-direction: column;
  }
}

.esprit-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .esprit-tab-header {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.esprit-tab-list {
  background: #f1f5f9;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .esprit-tab-list {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
  }
}

.esprit-tab {
  font-weight: 500;
  font-size: 1em;
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.esprit-tab.active {
  background-color: #dc2626;
  color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .esprit-tab {
    flex: 1;
  }
}

.esprit-tab-content {
  padding-top: 8px;
  height: 148px;
}
@media (max-width: 767.98px) {
  .esprit-tab-content {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .esprit-tab-contents {
    order: 2;
    margin-bottom: 12px;
  }
}

.message-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
  color: #1e293b;
  transition: background-color 0.2s ease;
}
.message-item:hover {
  background-color: #f1f5f9;
}
.message-item:last-child {
  border-bottom: none;
}

.message-item__date {
  display: flex;
  align-items: center;
  margin-inline-end: 8px;
  flex-shrink: 0;
}
.message-item__date .message-item__date {
  margin-bottom: 0;
  margin-inline-start: 4px;
  margin-inline-end: 0;
  font-size: 0.875em;
  font-weight: 500;
  color: #64748b;
  white-space: nowrap;
}

.message-item__date-text {
  font-size: 0.75em;
  color: #64748b;
  margin-inline-end: 4px;
}

.message-item__date-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.message-item__text {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 23px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esprit-tab-container {
  margin-bottom: 20px;
}
.content-sections__grid--provinces .content-block--tabs .esprit-tab-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
}
.content-sections__grid--provinces .content-block--tabs .esprit-tab-container .esprit-tab-contents {
  flex-grow: 1;
  overflow: hidden;
}

.esprit-tab {
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-width: -moz-max-content;
  min-width: max-content;
}
.esprit-tab.active {
  background-color: #cd2122;
  color: white;
}

.esprit-tab-content {
  display: none;
}
.esprit-tab-content.active {
  display: block;
}

.media-section {
  padding: 60px 0;
  position: relative;
}
.media-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(0deg, rgb(58, 95, 158) 0%, rgba(58, 95, 158, 0.85) 100%), url("/uploads/isaar/assets/images/pattern-lines.webp") no-repeat center center, #3a5f9e;
  background-size: cover;
  z-index: 0;
}
.media-section .section-header__title {
  color: #fff;
}
.media-section .section-header__archive-text {
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.3) translate(-38%, -38%);
    opacity: 0;
  }
  100% {
    transform: scale(1.3) translate(-38%, -38%);
    opacity: 0;
  }
}
.video-reports {
  margin-bottom: 24px;
  position: relative;
}
.video-reports #video-reports-carousel .carousel-cell {
  width: 100%;
  margin-inline-end: 30px;
}
.video-reports .carousel-pagination {
  position: absolute;
  inset-inline-end: 30px;
  bottom: 30px;
  z-index: 9;
}

.video-report {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease;
  will-change: transform, box-shadow;
}
.video-report::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #000 100%);
  z-index: 1;
}
.video-report:hover .video-report__play-button {
  /* حذف چرخش و تغییر مقیاس برای جلوگیری از جابجایی */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #dc2626;
}
.video-report:hover .video-report__image {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.video-report:hover .video-report__title {
  color: #FEE2E2;
}
.video-report__container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 740/549;
  width: 100%;
}
.video-report__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease-out, filter 0.4s ease;
}
.video-report__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: rgba(220, 38, 38, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.video-report__play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(220, 38, 38, 0.4);
  z-index: -1;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  will-change: opacity;
  pointer-events: none;
}
.video-report__play-button:hover {
  background-color: #dc2626;
}
@media (max-width: 991.98px) {
  .video-report__play-button {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .video-report__play-button {
    width: 60px;
    height: 60px;
  }
}
.video-report__play-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 5px;
}
@media (max-width: 991.98px) {
  .video-report__play-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .video-report__play-icon {
    width: 30px;
    height: 30px;
    margin-inline-start: 3px;
  }
}
.video-report__content {
  padding: 8px;
  position: absolute;
  inset: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 9;
  max-width: 450px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-report:hover .video-report__content {
  transform: translateY(-10px);
  opacity: 0.95;
}
.video-report__date {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #fff;
  transition: transform 0.3s ease;
}
.video-report:hover .video-report__date {
  transform: translateX(-5px);
}
.video-report__date-text {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.8);
  margin-inline-start: 8px;
  transition: color 0.3s ease;
}
.video-report__date-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.video-report__title {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}
.video-report__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #F87171;
  transition: width 0.4s ease;
}
.video-report:hover .video-report__title::after {
  width: 50px;
}
@media (max-width: 767.98px) {
  .video-report__title {
    font-size: 1em;
  }
}

.media-reports {
  margin-bottom: 24px;
}
.media-reports__list .carousel-cell {
  width: 100%;
  margin-inline-end: 30px;
}
.media-reports__list .carousel-cell-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-report {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  border-radius: 8px;
  margin-bottom: 15px;
}
.media-report:hover {
  transform: translateY(-3px);
}
.media-report:hover .media-report__image {
  transform: scale(1.05);
}
.media-report:hover .media-report__badge {
  background: rgba(2, 6, 23, 0.5);
  transform: scale(1.1);
}
.media-report:hover .media-report__badge-icon {
  transform: rotate(15deg);
}
.media-report__image-container {
  position: relative;
  width: 189px;
  height: 126px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.media-report__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.media-report__badge {
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
}
.media-report__badge-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.media-report__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.media-report__date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.media-report__date-text {
  font-size: 0.875em;
  color: #fff;
  margin-inline-start: 4px;
  transition: all 0.3s ease;
}
.media-report__date-icon {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.media-report__title {
  font-size: 1.125em;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .media-report__image-container {
    width: 160px;
    height: 107px;
  }
}
@media (max-width: 767.98px) {
  .media-report {
    flex-direction: column-reverse;
  }
  .media-report__image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .media-report__title {
    font-size: 0.875em;
  }
}
@media (hover: none) and (pointer: coarse) {
  .media-report:active {
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  .media-report:active .media-report__image {
    transform: scale(1.02);
    transition: all 0.3s ease;
  }
  .media-report:active .media-report__badge {
    background: rgba(2, 6, 23, 0.5);
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
  .media-report:active .media-report__badge-icon {
    transform: rotate(15deg);
    transition: all 0.3s ease;
  }
}

.posters__container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
}
.posters__gallery .carousel-cell {
  width: 100%;
  margin-inline-end: 30px;
}

.poster-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
}
.poster-item:hover .poster-item__image {
  transform: scale(1.05);
}
.poster-item__image {
  width: 270px;
  height: 362px;
  aspect-ratio: 270/362;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .poster-item__image {
    width: 100%;
    height: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .poster-item:active .poster-item__image {
    transform: scale(1.02);
    transition: all 0.3s ease;
  }
}

.publications-section {
  margin: 60px 0;
}

.publications__container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
}
.publications__cell {
  width: 100%;
  margin-inline-end: 30px;
}
@media (min-width: 768px) {
  .publications__cell {
    width: 570px;
  }
}
.publications__cell-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.publication-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  height: 100%;
  gap: 16px;
}
.publication-item:hover .publication-item__cover {
  transform: scale(1.05);
}
.publication-item:hover .publication-item__title {
  color: #dc2626;
}
.publication-item__cover-container {
  width: 136px;
  height: 166px;
  border-radius: 8px;
  overflow: hidden;
  align-self: center;
  position: relative;
}
.publication-item__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 136/166;
  transition: all 0.3s ease;
}
.publication-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.publication-item__issue {
  display: block;
  font-size: 0.875em;
  color: #64748b;
  margin-bottom: 4px;
  font-weight: 500;
}
.publication-item__title {
  font-size: 1.125em;
  font-weight: 800;
  color: #334155;
  margin: 0 0 8px;
  line-height: 26px;
  transition: all 0.3s ease;
}
.publication-item__description {
  font-size: 1em;
  font-weight: 500;
  line-height: 23px;
  color: #334155;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .publication-item {
    flex-direction: row;
    gap: 16px;
  }
  .publication-item__cover {
    margin-bottom: 0;
    align-self: flex-start;
  }
  .publication-item__title {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .publication-item__cover-container {
    width: 100px;
    height: 140px;
  }
  .publication-item__cover {
    aspect-ratio: 100/140;
  }
  .publication-item__title {
    font-size: 0.875em;
  }
  .publication-item__description {
    font-size: 0.75em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (max-width: 575.98px) {
  .publication-item__cover-container {
    width: 100%;
    height: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .publication-item:active .publication-item__cover {
    transform: scale(1.02);
    transition: all 0.3s ease;
  }
  .publication-item:active .publication-item__title {
    color: #dc2626;
    transition: all 0.3s ease;
  }
}

.publications-section .row > div:first-child {
  margin-bottom: 30px;
}

.statistics-section {
  position: relative;
}
.statistics-section__container {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 10px 5px -5px rgba(24, 39, 75, 0.05);
  margin-bottom: 60px;
  z-index: 2;
}
.stat-card {
  background-color: #eff6ff;
  border-radius: 12px;
  width: 390px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #3b82f6, #10b981);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.stat-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.stat-card:hover .stat-card__value {
  color: #0f172a;
}
.stat-card__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  transition: transform 0.6s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.stat-card__icon svg, .stat-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stat-card__number {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.stat-card__value {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  color: #059669;
  font-family: "DanaFaNum", sans-serif;
  direction: ltr;
  display: inline-block;
}
.stat-card__unit {
  font-size: 1em;
  margin-inline-start: 4px;
  font-weight: 500;
  color: #334155;
}
.stat-card__divider-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 6px 0;
  height: 30px;
}
.stat-card__divider {
  height: 1px;
  background-color: #10b981;
  width: 80px;
}
.stat-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-card__title {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1e293b;
}
.stat-card__description {
  font-size: 0.875em;
  margin: 0;
  line-height: 1.6;
  color: #475569;
}
.stat-card--green {
  background-color: #ecfdf5;
}
.stat-card--green .stat-card__value {
  color: #059669;
  transition: color 0.3s ease;
}
.stat-card--green .stat-card__divider {
  background-color: #10b981;
}
.stat-card--green::after {
  background: linear-gradient(to right, #34d399, #059669);
}
.stat-card--green:hover {
  background-color: #d1fae5;
}
.stat-card--blue {
  background-color: #eff6ff;
}
.stat-card--blue .stat-card__value {
  color: #2563eb;
  transition: color 0.3s ease;
}
.stat-card--blue .stat-card__divider {
  background-color: #3b82f6;
}
.stat-card--blue::after {
  background: linear-gradient(to right, #60A5FA, #2563eb);
}
.stat-card--blue:hover {
  background-color: #dbeafe;
}
.stat-card--cyan {
  background-color: #ecfeff;
}
.stat-card--cyan .stat-card__value {
  color: #0891b2;
  transition: color 0.3s ease;
}
.stat-card--cyan .stat-card__divider {
  background-color: #06b6d4;
}
.stat-card--cyan::after {
  background: linear-gradient(to right, #22d3ee, #0891b2);
}
.stat-card--cyan:hover {
  background-color: #cffafe;
}
@media (max-width: 1199.98px) {
  .stat-card {
    width: 340px;
    padding: 20px;
  }
  .stat-card__value {
    font-size: 1.875em;
  }
}
@media (max-width: 991.98px) {
  .stat-card {
    width: 100%;
  }
}

.faq-section {
  padding-block: 44px;
  background-color: #e2e8f0;
  position: relative;
  overflow: hidden;
}
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgb(226, 232, 240) 0%, rgba(226, 232, 240, 0.5) 100%), url("/uploads/isaar/assets/images/pattern-abs.webp") repeat-x center center;
  z-index: 0;
}
.faq-section__questions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.faq-section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 394px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/394;
}
.faq-section__image img {
  width: 100%;
  height: 394px;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .faq-section__image {
    margin-top: 20px;
  }
}
.faq-section__view-all {
  display: block;
  background-color: #dc2626;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.faq-section__view-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b21d1d;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: -1;
}
.faq-section__view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.faq-section__view-all:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.faq-item {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 20px;
  text-align: start;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.faq-item:hover .faq-item__question {
  color: #dc2626;
}
.faq-item:hover .faq-item__icon {
  transform: rotate(45deg);
  color: #dc2626;
}
.faq-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: right;
  padding: 0;
}
.faq-item__question {
  font-size: 1em;
  font-weight: 700;
  color: #334155;
  flex: 1;
  text-align: right;
  transition: color 0.3s ease;
}
.faq-item__icon {
  width: 24px;
  height: 24px;
  margin-inline-end: 12px;
  flex-shrink: 0;
  color: #ef4444;
  transition: transform 0.4s ease, color 0.3s ease;
}
.faq-item__icon svg {
  width: 100%;
  height: 100%;
}
.faq-item__answer {
  margin-top: 0;
  padding-top: 0;
  border-top: 0px solid #e2e8f0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.3s ease, padding-top 0.3s ease, border-top 0.3s ease;
}
.faq-item__answer-text {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #475569;
  text-align: right;
}
.faq-item--expanded {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.faq-item--expanded .faq-item__answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}
.faq-item--expanded .faq-item__icon {
  transform: rotate(180deg);
  color: #dc2626;
  transition: transform 0.4s ease, color 0.3s ease;
}
.faq-item--expanded .faq-item__question {
  color: #dc2626;
}
.faq-item--expanded:hover .faq-item__icon {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .faq-item {
    padding: 16px;
  }
  .faq-item__question {
    font-size: 0.875em;
  }
  .faq-item__answer-text {
    font-size: 0.875em;
  }
}
@media (hover: none) and (pointer: coarse) {
  .faq-item:active {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .faq-item:active .faq-item__question {
    color: #dc2626;
  }
  .faq-item:active .faq-item__icon {
    color: #dc2626;
  }
}

.organizations-section {
  padding: 60px 0;
}
.organizations-section__gallery .flickity-viewport {
  position: relative;
  height: 100%;
}
.organizations-section__gallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.organization-card {
  width: 205px;
  height: 205px;
  margin-inline-end: 12px;
  flex-shrink: 0;
  position: relative;
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.organization-card:hover {
  transform: translateY(-5px);
}
.organization-card__container {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organization-card__logo {
  width: 145px;
  height: 145px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

@media (max-width: 991.98px) {
  .organization-card {
    width: 180px;
    height: 180px;
  }
  .organization-card__logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .organization-card {
    width: 150px;
    height: 150px;
  }
  .organization-card__logo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .organization-card {
    width: 130px;
    height: 130px;
  }
  .organization-card__logo {
    width: 80px;
    height: 80px;
  }
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 0px #19f;
}

.flickity-button {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: transparent !important;
  box-shadow: none;
  transition: 0.3s;
  border: 0;
}
.flickity-button:hover {
  background-color: transparent;
}

.flickity-rtl .flickity-prev-next-button.next::before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.flickity-rtl .flickity-prev-next-button.previous::before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 35px;
  height: 35px;
  background-position: center;
  transform: scaleX(-1);
  background-repeat: no-repeat;
}

.flickity-page-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-page-dots .dot {
  position: relative;
  display: flex;
  width: 10px !important;
  height: 10px !important;
  margin: 0 2.5px;
  background: #EBEBEB;
  border-radius: 3px;
  opacity: 1;
  transition: 0.3s;
}
.flickity-page-dots .dot:hover {
  background: var(--yellow);
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  background: var(--yellow);
  opacity: 1;
}

.flickity-page-dots {
  bottom: 50px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  right: -27px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: -27px;
}

.flickity-prev-next-button.next {
  right: -27px;
}

.flickity-prev-next-button.previous {
  left: -27px;
}

@media (max-width: 1879.98px) {
  .flickity-rtl .flickity-prev-next-button.previous {
    right: 15px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    left: 15px;
  }
  .flickity-prev-next-button.next {
    right: 15px;
  }
  .flickity-prev-next-button.previous {
    left: 15px;
  }
}
#mainMenu-trigger {
  display: none;
}

.mburger {
  color: #0f172a !important;
  width: 40px;
  top: 0;
}

@media (min-width: 992px) {
  .sm-simple {
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .sm-simple ul {
    background: #fff;
  }
  #espritmenu {
    height: 100%;
  }
  #espritmenu > ul {
    height: 100%;
  }
  #espritmenu > ul > li ul li a:hover {
    color: var(--yellow);
  }
  #espritmenu > ul > li > a.has-submenu::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    inset-inline-start: auto;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url("/uploads/isaar/assets/svg/arrow-square-down-strock.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #espritmenu > ul > li > a:only-child::after {
    content: none;
  }
  #espritmenu > ul > li > a:not(:only-child) {
    padding-inline-end: 20px !important;
    padding-inline-start: 0;
  }
  #espritmenu > ul > li > ul {
    transform: translateY(5px);
  }
  #espritmenu > ul > li {
    height: 100%;
    border: 0;
    margin-inline-end: 16px;
  }
  #espritmenu > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
    color: #0f172a;
    position: relative;
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
  }
  #espritmenu > ul > li > a .sub-arrow {
    inset-inline-start: 6px;
    width: 14px;
  }
  #espritmenu > ul > li > a .sub-arrow::before {
    content: none;
  }
  #espritmenu > ul > li > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 2px;
    background-color: #dc2626;
    width: 0;
    transition: 0.3s;
    z-index: 2;
  }
  #espritmenu > ul > li:hover > a {
    color: #dc2626;
  }
  #espritmenu > ul > li:hover > a::before {
    width: 100%;
  }
  .sm-simple a.highlighted,
  .sm-simple a:active,
  .sm-simple a:focus,
  .sm-simple a:hover {
    background: transparent;
  }
  .sm-simple ul {
    border: 0;
    max-width: initial !important;
    transform: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 5px;
    min-width: 220px;
  }
  .sm-simple ul ul {
    transform: translateX(-5px);
    inset-inline-start: 100%;
    top: 0;
  }
  .sm-simple ul a .sub-arrow {
    inset-inline-start: 10px;
    inset-inline-end: auto;
    width: 14px;
    height: 14px;
    inset-inline-start: auto !important;
    inset-inline-end: 5px !important;
    transition: transform 0.3s ease;
  }
  .sm-simple ul a .sub-arrow::before {
    content: "" !important; /* Override the '+' content from sm-simple.css */
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url("/uploads/isaar/assets/svg/arrow-square-down-strock.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: transform 0.3s ease;
  }
  /* Override the highlighted state from sm-simple.css */
  .sm-simple a.has-submenu.highlighted .sub-arrow::before {
    content: "" !important;
  }
  html[lang=fa] .sm-simple ul a .sub-arrow::before,
  html[lang=ar] .sm-simple ul a .sub-arrow::before {
    transform: rotate(90deg);
  }
  html:not([lang=fa]):not([lang=ar]) .sm-simple ul a .sub-arrow::before {
    transform: rotate(-90deg);
  }
  html[lang=fa] .sm-simple ul a:hover .sub-arrow::before,
  html[lang=ar] .sm-simple ul a:hover .sub-arrow::before,
  html[lang=fa] .sm-simple ul a.highlighted .sub-arrow::before,
  html[lang=ar] .sm-simple ul a.highlighted .sub-arrow::before {
    content: "" !important;
    transform: rotate(90deg) translateY(0px);
  }
  html:not([lang=fa]):not([lang=ar]) .sm-simple ul a:hover .sub-arrow::before,
  html:not([lang=fa]):not([lang=ar]) .sm-simple ul a.highlighted .sub-arrow::before {
    content: "" !important;
    transform: rotate(-90deg) translateY(0px);
  }
  /* Override the media query from sm-simple.css */
}
@media (min-width: 992px) and (min-width: 991.98px) {
  .sm-simple a.has-submenu.highlighted .sub-arrow::before {
    content: "" !important;
  }
}
@media (min-width: 992px) {
  .sm-simple ul a,
  .sm-simple ul a:active,
  .sm-simple ul a:focus,
  .sm-simple ul a:hover {
    font-size: 0.875em;
    padding: 0.75rem 1rem;
    font-weight: 500;
    color: #1e293b;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f5f9;
  }
  .sm-simple ul a:hover,
  .sm-simple ul a:active:hover,
  .sm-simple ul a:focus:hover,
  .sm-simple ul a:hover:hover {
    background-color: #F8FAFC;
    color: #dc2626;
    padding-inline-start: 1.25rem;
  }
  .sm-simple ul a:last-child,
  .sm-simple ul a:active:last-child,
  .sm-simple ul a:focus:last-child,
  .sm-simple ul a:hover:last-child {
    border-bottom: none;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 15px 11px 30px;
  }
  .sm-simple a,
  .sm-simple a.highlighted,
  .sm-simple a:active,
  .sm-simple a:focus,
  .sm-simple a:hover {
    color: #0f172a;
  }
  .sm-simple .scroll-down-arrow {
    border-color: #000 transparent transparent transparent;
  }
  .sm-simple .scroll-down,
  .sm-simple .scroll-up {
    background: var(--yellow);
  }
}
@media (max-width: 991.98px) {
  #mainMenu-trigger {
    display: block;
    z-index: 10;
    position: relative;
  }
  #espritmenu {
    display: none;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-selection--single {
  height: 36px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
}

.select2-selection--single:hover {
  border-color: #f1f5f9 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #64748b !important;
  box-shadow: 0 0 0 2px rgba(100, 116, 139, 0.1) !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
  padding-inline-start: 12px !important;
  padding-inline-end: 36px !important;
  color: #1e293b !important;
  font-size: 0.875em !important;
  font-weight: 500 !important;
}

.select2-selection__arrow {
  height: 34px !important;
  inset-inline-end: 8px !important;
  inset-inline-start: auto !important;
  width: 20px !important;
}

.select2-selection__arrow b {
  display: none !important;
}

.select2-selection__arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/uploads/isaar/assets/svg/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.select2-container--open .select2-selection__arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.select2-dropdown {
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  margin-top: 2px !important;
  overflow: hidden !important;
}

.select2-results__option {
  padding: 8px 12px !important;
  font-size: 0.875em !important;
  color: #334155 !important;
  transition: all 0.15s ease !important;
}

.select2-results__option--highlighted {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}

.select2-results__option[aria-selected=true] {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
  font-weight: 500 !important;
}

.select2-search__field {
  border: 1px solid #cbd5e1 !important;
  border-radius: 2px !important;
  padding: 6px 10px !important;
  font-size: 0.875em !important;
  direction: rtl !important;
}

.select2-search__field:focus {
  border-color: #64748b !important;
  outline: none !important;
}

.select2-selection__placeholder {
  color: #0f172a !important;
}

.select2-selection__clear {
  margin-inline-end: 8px !important;
  color: #0f172a !important;
  font-size: 1.125em !important;
  font-weight: 500 !important;
}
.select2-selection__clear:hover {
  color: #475569 !important;
}

html[lang=fa] .select2-container .select2-selection__rendered,
html[lang=ar] .select2-container .select2-selection__rendered {
  text-align: right !important;
}
html[lang=fa] .select2-container .select2-results__option,
html[lang=ar] .select2-container .select2-results__option {
  text-align: right !important;
}

.footer {
  position: relative;
  background-color: #f1f5f9;
  color: #334155;
  padding-block: 60px;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: url("/uploads/isaar/assets/images/footer-bg.webp") repeat-x center center;
  background-size: cover;
  z-index: 0;
}
.footer .container {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin-inline: auto;
  padding-inline: 16px;
}
.footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .footer__contact {
    justify-content: center;
  }
}
.footer__separator {
  height: 1px;
  background-color: rgba(22, 30, 84, 0.2);
  margin-block: 44px;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .footer__links {
    justify-content: center;
  }
}
.footer__final-separator {
  height: 1px;
  background-color: rgba(22, 30, 84, 0.2);
  margin-bottom: 15px;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #334155;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    flex-direction: column;
    text-align: center;
  }
}
.footer__copyright-text {
  font-size: 1em;
  font-weight: 500;
  color: #0f172a;
}
@media (max-width: 767.98px) {
  .footer__copyright-text {
    order: 1;
  }
}
.footer__portal-text {
  font-size: 0.75em;
  font-weight: 400;
  margin-inline-end: auto;
  color: #334155;
}
@media (max-width: 767.98px) {
  .footer__portal-text {
    order: 3;
  }
}
.footer__update-text {
  font-size: 0.875em;
  font-weight: 400;
  text-align: end;
  color: #0f172a;
}
@media (max-width: 767.98px) {
  .footer__update-text {
    order: 2;
    text-align: center;
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 185px;
}
@media (max-width: 991.98px) {
  .contact-item {
    margin-bottom: 20px;
  }
}
.contact-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #e2e8f0;
  border-radius: 35px;
  flex-shrink: 0;
}
.contact-item__icon svg,
.contact-item__icon svg * {
  fill: #64748b;
}
.contact-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  width: 100%;
}
.contact-item__title {
  font-size: 1em;
  font-weight: 700;
  color: #334155;
  line-height: 23px;
  margin: 0;
}
.contact-item__text {
  font-size: 0.875em;
  font-weight: 500;
  color: #475569;
  line-height: 20px;
  margin: 0;
}
.contact-item--address {
  width: 400px;
}
@media (max-width: 991.98px) {
  .contact-item--address {
    width: 100%;
    max-width: 400px;
  }
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 262px;
}
@media (max-width: 991.98px) {
  .footer-section {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}
.footer-section__title {
  position: relative;
  font-size: 1.125em;
  font-weight: 700;
  color: #0f172a;
  line-height: 26px;
  margin: 0;
  margin-bottom: 16px;
  width: -moz-max-content;
  width: max-content;
}
.footer-section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background-color: #cbd5e1;
  z-index: -1;
}
.footer-section__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #334155;
  transition: color 0.3s ease;
  gap: 8px;
  width: 100%;
  position: relative;
  padding-inline-start: 30px;
}
.footer-link::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 24px;
  height: 24px;
  background-image: url("/uploads/isaar/assets/svg/arrow-left-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.footer-link:hover {
  color: #dc2626;
}
.footer-link:hover::before {
  transform: translateX(-5px);
}
.footer-link__text {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 20px;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.scrolltop {
  inset-inline-end: 24px;
  opacity: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  color: #0f172a;
  cursor: pointer;
  border-radius: 9999px;
  height: 48px;
  width: 48px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: visible;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 100;
  border: 1px solid #f1f5f9;
  transform: scale(0.8);
}
.scrolltop::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  background: #FEF2F2;
  inset-inline-end: 50%;
  top: 50%;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scrolltop__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.scrolltop__progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scrolltop__progress-bg {
  stroke: #f1f5f9;
  opacity: 0.3;
}
.scrolltop__progress-bar {
  stroke: #ef4444;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 0.3s ease;
}
.scrolltop__progress-text {
  font-size: 0.75em;
  font-weight: 700;
  color: #0f172a;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
}
.scrolltop__progress-text.show {
  opacity: 0;
}
.scrolltop__progress-text.active {
  opacity: 1;
}
.scrolltop:hover {
  background-color: #FEF2F2;
  border-color: #FECACA;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.scrolltop:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
}
.scrolltop:hover .scrolltop-icon {
  transform: translateY(-2px);
  opacity: 1 !important;
}
.scrolltop:hover .scrolltop__progress-text {
  opacity: 0 !important;
}

.scrolltop--show {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.scrolltop-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 10;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
.scrolltop-icon.hide {
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.search-area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: rgba(51, 65, 85, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  display: flex;
  overflow: hidden;
}

.search__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.search-area--opened {
  visibility: visible;
  opacity: 1;
}

.search-area__close-btn {
  position: absolute;
  top: -70px;
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.search-area__close-btn:hover {
  opacity: 1;
  transform: scale(1.1) rotate(90deg);
  background-color: #dc2626;
  border-color: #dc2626;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.search-area__close-btn .search-area__close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.search-area__form {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.5s ease;
  position: relative;
  padding: 60px 0 40px;
  transform: translateY(-30px);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.search-area--opened .search-area__form {
  transform: translateY(0);
}

.search-area__box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.search-area__box:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.search-area__search-box {
  display: flex;
  align-items: center;
  padding: 16px 24px;
}

.search-area__input-wrapper {
  position: relative;
  margin-bottom: 0;
  flex: 1;
}

.search-area__icon {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-area__input {
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.search-area__input:focus {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.search-area__input::-moz-placeholder {
  opacity: 0.8;
  font-weight: 400;
  font-size: 1.125em;
  color: rgba(255, 255, 255, 0.8);
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-area__input::placeholder {
  opacity: 0.8;
  font-weight: 400;
  font-size: 1.125em;
  color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease;
}
.search-area__input:focus::-moz-placeholder {
  opacity: 0.5;
}
.search-area__input:focus::placeholder {
  opacity: 0.5;
}

.search-area__submit-btn {
  background-color: #dc2626;
  border: none;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.search-area__submit-btn:hover {
  background-color: #c82020;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.search-area__popular-box {
  text-align: center;
}

.search-area__quick-title {
  font-size: 1.125em;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 44px;
  opacity: 0.9;
  position: relative;
  display: inline-block;
}
.search-area__quick-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #dc2626;
  border-radius: 9999px;
}

.search-area__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.search-area__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  color: #ffffff;
  font-size: 0.875em;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}
.search-area__tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.search-area__tag:hover {
  background-color: #dc2626;
  border-color: #dc2626;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.search-area__tag:hover::before {
  transform: translateX(100%);
}

.main-pusher {
  transition: 0.3s;
}

.blind-area {
  overflow-y: scroll;
  width: 380px;
  position: fixed;
  left: -380px;
  top: 0;
  height: 100%;
  background-color: #f8f9fa;
  padding: 30px 15px;
  z-index: 1000;
  transition: 0.3s;
}

.blind-area--show {
  left: 0;
}

.blind__button {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: fixed;
  left: 0;
  top: 25%;
  transition: 0.3s;
  background-color: #fde047;
  border: 0;
  z-index: 1000;
}
.blind__button:hover .blind__button__text {
  visibility: visible;
  opacity: 1;
}

.blind__button--hidden {
  left: -65px;
}

.blind__button__icon {
  color: #fff;
  font-size: 1.25em;
  display: flex;
  align-items: center;
}

.blind__button__text {
  position: absolute;
  border-radius: 5px;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  padding: 9.5px 5px;
  color: #fff;
  background-color: #4a00e0;
  white-space: nowrap;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.blind__button__text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  top: 50%;
  right: 100%;
  height: 0;
  border-style: solid;
  border-width: 3.5px 5px 3.5px;
  border-color: transparent #454545 transparent transparent;
  transform: translateY(-50%);
}

.blind__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  transition: 0.3s;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
}

.blind__overlay--show {
  visibility: visible;
  opacity: 0.5;
}

.content-sections {
  padding: 60px 0;
  overflow-x: hidden;
}
.content-sections__grid {
  display: grid;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "headquarters" "provinces" "search" "quote" "tabs";
}
@media (min-width: 992px) {
  .content-sections__grid {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "headquarters headquarters" "provinces quote" "provinces tabs" "search tabs";
  }
}
@media (max-width: 991.98px) {
  .content-sections__grid {
    grid-template-columns: 100%;
    grid-template-areas: "headquarters" "provinces" "quote" "tabs" "search";
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .content-sections__grid {
    grid-template-columns: 550px 350px;
    max-width: 100%;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .content-sections__grid {
    grid-template-columns: 650px 440px;
    max-width: 100%;
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .content-sections__grid {
    grid-template-columns: 760px 500px;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .content-sections__grid--provinces {
    grid-template-columns: 1fr;
    grid-template-areas: "tabs search";
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .content-sections__grid--provinces {
    grid-template-columns: 1fr;
    grid-template-areas: "tabs" "search";
    gap: 30px;
  }
}

.content-block--headquarters {
  grid-area: headquarters;
}
.content-block--provinces {
  grid-area: provinces;
  height: 716px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1198.98px) {
  .content-block--provinces {
    height: 615px;
  }
}
@media (max-width: 767.98px) {
  .content-block--provinces {
    height: auto;
    min-height: 500px;
  }
}
.content-block--quote {
  grid-area: quote;
  height: 556px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .content-block--quote {
    height: 445px;
  }
}
@media (max-width: 991.98px) {
  .content-block--quote {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .content-block--quote {
    height: auto;
    min-height: 400px;
  }
}
.content-block--tabs {
  grid-area: tabs;
  height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content-block--tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
}
.content-sections__grid--provinces .content-block--tabs::after {
  display: none;
}
.content-block--tabs:hover::after {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .content-block--tabs {
    height: auto;
    min-height: 250px;
  }
}
.content-block--search {
  grid-area: search;
  width: 100%;
  height: 90px;
}
@media (min-width: 1200px) {
  .content-block--search {
    width: 760px;
  }
}
@media (max-width: 991.98px) {
  .content-block--search {
    height: auto;
  }
}

.content-block {
  margin-bottom: 0;
  max-width: 100%;
}
.content-block--search .search-sections {
  margin-bottom: 0;
  max-width: 100%;
}
.content-sections__grid--provinces .content-block--search {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .content-block--search {
    grid-area: search;
    height: 250px;
    display: flex;
    flex-direction: column;
  }
}
.content-sections__grid--provinces .content-block--tabs {
  width: 100%;
}
@media (min-width: 768px) {
  .content-sections__grid--provinces .content-block--tabs {
    grid-area: tabs;
    height: 250px;
  }
}
.content-block__cards, .content-block__content {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1320px;
  }
}/*# sourceMappingURL=my-style.css.map */