/*--------------------------------------------------------------INNER PAGE BANNER START--------------------------------------------------------------------------*/

@media (max-width: 992px) {
  .inner-page-banner {
    min-height: 30svh !important;
  }
  .inner-page-banner::after {
    width: 32px !important;
    height: 130px !important;
  }
  .inner-page-banner p.title {
    bottom: 8vw !important;
    right: 8vw !important;
  }
  .inner-page-banner::after {
    bottom: 1vw !important;
    left: 7vw !important;
  }
}
.inner-page-banner {
  position: relative;
  min-height: 32vw; /* adjust as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.inner-page-banner::after {
  content: "";
  position: absolute;
  bottom: 4vw;
  left: 14vw;
  width: 84px;
  height: 220px;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/eakish-watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inner-page-banner p.title {
  position: absolute;
  bottom: 6vw;
  right: 12vw;
}
/*---------------------------------------------------------------INNER PAGE BANNER END---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------ABOUT ORG END------------------------------------------------------------------------------*/

@media (max-width: 992px) {
  .about-org-desc::before,
  .about-org-desc::after {
    width: 140px !important;
    height: 180px !important;
  }
  .abilities-wrapper::before {
    height: 76vw !important;
    top: -50px !important;
  }
  .abilities-wrapper .boxes {
    border-radius: 26px !important;
    padding: 16px !important;
  }
  .abilities-wrapper .boxes .each-box {
    width: 100% !important;
    height: 56vw !important;
  }
  .abilities-wrapper .boxes .each-box .content {
    margin-inline: 24px !important;
    transform: translateY(80px) !important;
  }
  .abilities-wrapper .boxes .each-box .content .icon {
    --icon: 28px !important;
  }
  .abilities-wrapper .boxes .each-box:hover .content .icon {
    --icon: 32px !important;
  }
  .abilities-wrapper .boxes .each-box:hover .content {
    transform: translateY(-18px) !important;
  }
  .abilities-wrapper .boxes .each-box:hover .content .desc {
    margin-top: 4px !important;
  }
  .abilities-wrapper .boxes .each-box .content .desc {
    min-height: 72px;
  }
  .abilities-wrapper .boxes .each-box::before {
    height: 100% !important;
  }
}

.about-org-desc {
  display: flex;
  flex-flow: column;
}
.about-org-desc::before,
.about-org-desc::after {
  content: "";
  position: absolute;
  width: 565px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 0;
  opacity: 0.1;
}

/* Right SVG */
.about-org-desc::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.about-org-desc::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}

.abilities-wrapper {
  display: flex;
  flex-flow: column;
  position: relative;
}
.abilities-wrapper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 19vw;
  background-image: url("/Portals/0/Images/abilities-back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  z-index: -1;
}
.abilities-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 654px;
  background-image: url("/Portals/0/Images/abilities-pattern.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 50%;
  bottom: -312px;
  transform: translateX(-50%);
  z-index: -1;
}
.abilities-wrapper .desc {
  opacity: 0.8;
}
.abilities-wrapper .boxes {
  border-radius: 32px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 6px 48px 0 rgba(18, 18, 18, 0.08);
  padding: 2vw;
  gap: 2vw;
  display: flex;
  flex-wrap: wrap;
}
.abilities-wrapper .boxes .each-box {
  width: calc(50% - 1vw);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 400ms;
  z-index: 2;
}
.abilities-wrapper .boxes .each-box::before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms ease;
  opacity: 1;
  z-index: 1;
}
.abilities-wrapper .boxes .each-box:hover::before {
  opacity: 0;
}
.abilities-wrapper .boxes .each-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 44, 98, 0.8) 0%,
    rgba(176, 20, 25, 0.8) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 400ms ease;
  backdrop-filter: blur(2px);
  z-index: 4;
}
.abilities-wrapper .boxes .each-box:hover::after {
  opacity: 1;
}
.abilities-wrapper .boxes .each-box .image {
  width: 100%;
  height: 100%;
}
.abilities-wrapper .boxes .each-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.abilities-wrapper .boxes .each-box:hover .image img {
  transform: scale(1.05);
}
.abilities-wrapper .boxes .each-box .content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin-inline: 32px;
  transition: all 400ms ease;
  transform: translateY(58px);
}
.abilities-wrapper .boxes .each-box:hover .content .icon {
  --icon: 56px;
}
.abilities-wrapper .boxes .each-box:hover .content {
  transform: translateY(-56px);
}
.abilities-wrapper .boxes .each-box .content .desc {
  margin-top: 30px;
  transition: all 400ms ease;
  opacity: 0;
}
.abilities-wrapper .boxes .each-box:hover .content .desc {
  margin-top: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------------ABOUT ORG START------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------JOBS START------------------------------------------------------------------------------*/
@media (max-width: 992px) {
  .main-news-wrapper .news-boxes button.slick-arrow {
    top: unset !important;
    bottom: -69px !important;
  }
  .main-news-wrapper .news-boxes ul.slick-dots {
    top: unset !important;
    bottom: -72px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .main-news-wrapper .news-boxes button.slick-arrow.slick-prev {
    left: 50% !important;
    transform: translateX(232%) !important;
  }
  .main-news-wrapper .news-boxes button.slick-arrow.slick-next {
    left: 50% !important;
    transform: translateX(-317%) !important;
  }
  .news-archive-pattern:has(.news-archive-categ)::before {
    display: none;
  }

  /* Left SVG */
  .news-archive-pattern:has(.news-archive-categ)::after {
    display: none;
  }
  .main-news-wrapper {
    margin-top: 35px !important;
  }
}
.main-news-wrapper {
  margin-top: 108px;
  padding-inline-end: 24px;
}
.hide-when-detail:has(.main-news-wrapper):before,
.hide-when-detail:has(.main-news-wrapper):after {
  content: "";
  position: absolute;
  height: 883.999px;
  width: 221.004px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/news-pattern.svg");
  z-index: -1;
}

/* Right SVG */
.hide-when-detail:has(.main-news-wrapper):before {
  right: 0;
}

/* Left SVG */
.hide-when-detail:has(.main-news-wrapper):after {
  left: 0;
}
.news-archive-pattern:has(.news-archive-categ)::before,
.news-archive-pattern:has(.news-archive-categ)::after {
  content: "";
  position: absolute;
  width: 565px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 308px;
  opacity: 0.1;
  z-index: -1;
}
.news-archive-pattern:has(.news-detail-wrapper)::before,
.news-archive-pattern:has(.news-detail-wrapper)::after {
  top: -64px !important;
  z-index: 0 !important;
}

.gallery-wrapper:not(.projects-list)::after,
.news-wrapper.list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 654px;
  background-image: url("/Portals/0/Images/abilities-pattern.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 50%;
  bottom: -363px;
  transform: translateX(-50%);
  z-index: -1;
}

/* Right SVG */
.news-archive-pattern:has(.news-archive-categ)::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.news-archive-pattern:has(.news-archive-categ)::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}
.main-news-wrapper .news-boxes {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  position: relative;
}
.main-news-wrapper .news-boxes .slick-list {
  overflow: visible !important;
  width: 100%;
}
.main-news-wrapper .news-boxes .slick-arrow.slick-prev {
  left: 164px !important;
}
.main-news-wrapper .news-boxes .slick-arrow.slick-next {
  right: unset !important;
  left: 20px !important;
}
.main-news-wrapper .news-boxes .slick-arrow {
  background-color: var(--Gray-G99) !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 12px !important;
  top: -48px !important;
}
.main-news-wrapper .news-boxes .slick-dots {
  position: absolute !important;
  top: -52px !important;
  left: 94px !important
  ;
  z-index: 2;
  padding-right: 0 !important;
}
.main-news-wrapper .news-boxes .slick-dots li button {
  width: 4px !important;
  height: 4px !important;
  background-color: var(--Secondary-S90) !important;
  border-radius: 50% !important;
}
.main-news-wrapper .news-boxes .slick-dots li.slick-active button {
  background-color: var(--Secondary-S50) !important;
}
.main-news-wrapper .news-boxes .slick-arrow::before {
  width: 24px !important;
  height: 24px !important;
}
.main-news-wrapper .news-boxes .slick-arrow:hover {
  background-color: var(--Secondary-S50) !important;
}
.main-news-wrapper .news-boxes .each-box {
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  direction: rtl;
  overflow: hidden;
  padding: 24px;
}
.main-news-wrapper .news-boxes .each-box .category {
  transition: all 300ms;
}
.main-news-wrapper .news-boxes .each-box:hover .category {
  background: var(--Secondary-S50, #c4161c) !important;
}
.main-news-wrapper .news-boxes .each-box .title {
  transition: all 300ms;
}
.main-news-wrapper .news-boxes .each-box:hover .title {
  color: var(--Primary-P30, #00326f) !important;
}
.main-news-wrapper .news-boxes .each-box .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-news-wrapper .news-boxes .each-box:hover .button a .ezIcon {
  transform: translateX(-6px);
}
.main-news-wrapper .news-boxes .each-box .image {
  width: 100%;
  height: 452px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.main-news-wrapper .news-boxes .each-box .category {
  min-width: 148px;
  min-height: 40px;
  border-radius: 12px 0 0 12px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  bottom: 32px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px 12px;
  flex-wrap: wrap;
  max-width: 77%;
}
.main-news-wrapper .news-boxes .each-box .category a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.main-news-wrapper .news-boxes .each-box .category a:not(:last-child)::after {
  content: "،";
  margin-right: 4px;
}
.main-news-wrapper .news-boxes .each-box .bottom .title {
  min-height: 64px;
  display: flex;
}
.main-news-wrapper .news-boxes .each-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------------------------------JOBS END-------------------------------------------------------------------------------*/
.each-box .image::before {
  content: "";
  position: absolute;
  background-image: url(/Portals/_default/Skins/ez-skin/assets/icons/eakish-watermark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  height: 39%;
  left: 10%;
  bottom: 10%;
  z-index: 3;
}
/*----------------------------------------------------------------------FAQ START-------------------------------------------------------------------------------*/
@media (max-width: 992px) {
  .main-news-wrapper {
    padding-inline-end: unset !important;
  }

  .most-viewed-news-wrapper .news-boxes .each-box .left .title {
    margin-top: 0px !important;
  }

  .most-viewed-categ .categ-list .each-categ {
    scroll-snap-align: start;
  }
}

@media (max-width: 1200px) {
  .most-viewed-news-wrapper .news-boxes {
    gap: 16px !important;
    display: flex;
    flex-flow: row !important;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    padding: 40px 20px;
    /* Firefox */
    scrollbar-width: none;

    /* IE & Edge قدیمی */
    -ms-overflow-style: none;
  }
  .most-viewed-news-wrapper .news-boxes::-webkit-scrollbar {
    display: none;
  }
  .most-viewed-news-wrapper .news-boxes .each-box {
    flex-shrink: 0;
    width: 274px;
    scroll-snap-align: center;
  }
  .most-viewed-news-wrapper .news-boxes .each-box .image {
    width: 100% !important;
    height: 156px !important;
  }
  .most-viewed-categ .categ-list {
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    /* Firefox */
    scrollbar-width: none;

    /* IE & Edge قدیمی */
    -ms-overflow-style: none;
  }
  .most-viewed-categ .categ-list::-webkit-scrollbar {
    display: none;
  }
  .most-viewed-news-wrapper .news-boxes .each-box .left .button {
    margin-top: 16px !important;
  }
  .main-news-wrapper .news-boxes .each-box .image {
    height: unset !important;
    aspect-ratio: 4 / 2.3;
  }
}
.most-viewed-news-wrapper .news-boxes {
  gap: 24px;
  display: flex;
  flex-flow: column;
}
.most-viewed-news-wrapper .news-boxes .each-box {
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  padding: 16px;
}
.most-viewed-news-wrapper .news-boxes .each-box .left {
  flex: 1;
  justify-content: space-between;
}
.most-viewed-news-wrapper .news-boxes .each-box .image-box {
  position: relative;
}
.most-viewed-news-wrapper .news-boxes .each-box .image-box .category {
  bottom: 14px;
  min-width: 108px;
  border-radius: 8px 0 0 8px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  transition: all 300ms;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 2px 16px;
  flex-wrap: wrap;
  max-width: 77%;
}
.most-viewed-news-wrapper .news-boxes .each-box:hover .image-box .category {
  background: var(--Secondary-S50);
}
.most-viewed-news-wrapper
  .news-boxes
  .each-box
  .image-box
  .category
  a:not(:last-child)::after {
  content: "،";
  margin-right: 4px;
}

.most-viewed-news-wrapper .news-boxes .each-box .image {
  display: flex;
  width: 211px;
  height: 136px;
  border-radius: 12px;
  overflow: hidden;
}

.most-viewed-news-wrapper .news-boxes .each-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.most-viewed-news-wrapper .news-boxes .each-box .left .title {
  margin-top: 8px;
  transition: all 300ms;
}
.most-viewed-news-wrapper .news-boxes .each-box:hover .left .title {
  color: var(--Primary-P30) !important;
}
.most-viewed-news-wrapper .news-boxes .each-box .left .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.most-viewed-news-wrapper .news-boxes .each-box:hover .left .button a .ezIcon {
  transform: translateX(-8px);
}
.most-viewed-categ .categ-list .each-categ {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 300ms;
  white-space: nowrap;
}
.most-viewed-categ .categ-list .each-categ:hover {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
}
.most-viewed-categ .categ-list .each-categ.active {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  color: var(--Secondary-S40) !important;
}
.most-viewed-categ .categ-list .each-categ:nth-child(n + 6) {
  display: none;
}
/*-----------------------------------------------------------------------FAQ END--------------------------------------------------------------------------------*/

@media (max-width: 992px) {
  .news-archive-categ .categ-list {
    justify-content: start !important;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    /* Firefox */
    scrollbar-width: none;

    /* IE & Edge قدیمی */
    -ms-overflow-style: none;
  }
  .news-archive-categ .categ-list::-webkit-scrollbar {
    display: none;
  }
  .news-archive-categ .categ-list .each-categ {
    scroll-snap-align: start;
  }
  .gallery-tabs-wrapper::before,
  .gallery-tabs-wrapper::after {
    width: 140px !important;
    height: 180px !important;
    top: -54px !important;
  }
  .gallery-detail-wrapper::before,
  .gallery-detail-wrapper::after {
    width: 140px !important;
    height: 180px !important;
    top: -66px !important;
  }
  .gallery-tabs-wrapper .gallery-tabs {
    justify-content: center;
  }
  .job-offers-form-wrapper .form-wrapper {
    border-radius: 12px !important;
    padding: 32px 16px !important;
  }
  .job-offers-form-wrapper > p::before,
  .job-offers-form-wrapper > p::after {
    display: none;
  }
}

.news-archive-categ::before {
  content: "";
  width: 100vw;
  height: 380px;
  background-size: cover;
  background-image: url(/Portals/0/Images/home-news-back.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  z-index: -1;
}
.news-archive-categ .categ-list {
  justify-content: center;
}
.news-archive-categ .categ-list .each-categ {
  opacity: 0.6;
  transition: all 300ms;
  padding: 8px 16px;
  border-bottom: 1.5px solid var(--Gray-G100, #fff);
  white-space: nowrap;
}
.news-archive-categ .categ-list .each-categ.active {
  opacity: 1;
}
.news-archive-categ .categ-list .each-categ:hover {
  opacity: 1;
}

.gallery-tabs-wrapper::before,
.gallery-tabs-wrapper::after {
  content: "";
  position: absolute;
  width: 436px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: -104px;
  opacity: 0.15;
  z-index: -1;
}

/* Right SVG */
.gallery-tabs-wrapper::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.gallery-tabs-wrapper::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}
.gallery-detail-wrapper::before,
.gallery-detail-wrapper::after {
  content: "";
  position: absolute;
  width: 436px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: -96px;
  opacity: 0.15;
  z-index: -1;
}

/* Right SVG */
.gallery-detail-wrapper::before {
  right: calc((100vw - 100%) / -2);
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.gallery-detail-wrapper::after {
  left: calc((100vw - 100%) / -2);
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}

.gallery-tabs-wrapper a {
  border-bottom: 1px solid var(--Gray-G80, #bdbdbd);
  display: flex;
  width: 192px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 300ms;
}
.gallery-tabs-wrapper a.active {
  border-bottom: 3px solid var(--Primary-P40, #00377b);
  color: var(--Gray-G20, #3d3d3d);
}
.job-offers-form-wrapper {
  display: none;
}
.job-offers-form-wrapper .form-wrapper {
  border-radius: 16px;
  background: var(--Background, #f9f9f9);
  padding: 56px 40px;
}
.job-offers-form-wrapper.auction .form-wrapper {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 12px 40px 0 rgba(18, 18, 18, 0.05);
}
.job-offers-form-wrapper .form-element .form-label {
  font-size: 14px !important;
  font-weight: 300 !important;
}
.job-offers-form-wrapper .form-element .form-label[for="file_2_22"] {
  display: none !important;
}
.job-offers-form-wrapper .layout-outlined .inside-element.valid .form-label {
  font-size: 12px !important;
}
.job-offers-form-wrapper .form-element {
  position: relative;
}
.job-offers-form-wrapper .form-element.form-buttons-group {
  justify-content: start !important;
  margin-bottom: 0 !important;
}
.job-offers-form-wrapper .form-element.form-buttons-group button {
  width: 148px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.job-offers-form-wrapper .form-element.form-buttons-group button svg {
  transition: all 300ms;
}
.job-offers-form-wrapper .form-element.form-buttons-group button:hover svg {
  transform: translateX(-6px);
}
.job-offers-form-wrapper .form-element .form-control {
  background-color: white !important;
}
.job-offers-form-wrapper .form-element .filepond--drip {
  background-color: white !important;
  opacity: 1 !important;
}
.job-offers-form-wrapper.auction .form-element .filepond--drip {
  background: var(--Background, #f9f9f9) !important;
  opacity: 1 !important;
}
.job-offers-form-wrapper .form-element .filepond--drop-label {
  font-size: 14px !important;
  color: var(--Gray-G50, #7a7a7a) !important;
  border: 1px solid var(--Gray-G99, #f2f2f2);
  min-height: 93px;
}
.job-offers-form-wrapper .form-element .filepond--drop-label {
  font-size: 14px !important;
  color: var(--Gray-G50, #7a7a7a) !important;
  border: 1px solid var(--Gray-G99, #f2f2f2);
  min-height: 93px;
  gap: 9px;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding-inline: 30px;
}
.job-offers-form-wrapper.auction .form-element .filepond--drop-label {
  min-height: 56px !important;
  overflow: hidden;
  border-radius: 8px;
}
.job-offers-form-wrapper .form-element .filepond--drop-label label {
  font-weight: 300 !important;
}
.job-offers-form-wrapper .layout-outlined .inside-element .border-circle,
.job-offers-form-wrapper .layout-outlined .inside-element .form-control {
  border-radius: 8px !important;
  font-size: 14px !important;
}
.job-offers-form-wrapper.auction
  .layout-outlined
  .inside-element
  .border-circle,
.job-offers-form-wrapper.auction
  .layout-outlined
  .inside-element
  .form-control {
  border: 1px solid var(--Gray-G99, #f2f2f2) !important;
  background: var(--Background, #f9f9f9) !important;
}
.job-offers-form-wrapper
  .layout-outlined
  .inside-element
  .form-control.nice-select {
  height: 52px;
  display: flex;
  align-items: center;
}
.job-offers-form-wrapper
  .layout-outlined
  .inside-element
  .form-control.nice-select::after {
  position: static;
}
.job-offers-form-wrapper .layout-outlined .form-desc {
  font-weight: 300 !important;
  font-size: 12px !important;
}
.job-offers-form-wrapper
  .layout-outlined
  .inside-element:focus-within
  .border-circle {
  border-width: 1px !important;
}
.job-offers-form-wrapper .form-element .form-label[for="file_4_22"] {
  display: none !important;
}
.job-offers-form-wrapper .form-element:has(input[name="auction"]) {
  display: none !important;
}
.job-offers-form-wrapper > p {
  white-space: nowrap;
}
.job-offers-form-wrapper > p::before,
.job-offers-form-wrapper > p::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--Secondary-S50);
}

.insight-desc-wrapper {
  gap: 157px;
}
.insight-desc-wrapper .desc-wrapper {
  flex: 1;
}
.insight-desc-wrapper .image-wrapper {
  width: 90%;
  max-width: 391px;
  height: 417px;
  border-radius: 24px;
  position: relative;
  margin-inline: auto;
}

.insight-desc-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.insight-desc-wrapper .image-wrapper .text-overlay {
  color: var(--Gray-G100, #fff);
  text-align: right;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: 7px;
  width: max-content;
  position: absolute;
  bottom: 32px;
  right: -140px;
}
.insight-desc-wrapper .image-wrapper .text-overlay span {
  color: var(--Secondary-S50, #c4161c);
}

.insight-boxes-wrapper .each-row .each-box {
  border-radius: 12px;
  padding: 24px 16px;
  transition: all 300ms;
}
.insight-boxes-wrapper .each-row .each-box * {
  transition: all 300ms;
}
.insight-boxes-wrapper .each-row .each-box:hover {
  background: var(--Primary-P30, #00326f) !important;
}
.insight-boxes-wrapper .each-row .each-box:hover .icon .ezIcon {
  --icon-color: white !important;
}
.insight-boxes-wrapper .each-row .each-box:hover .title {
  color: white !important;
}
.insight-boxes-wrapper .each-row .each-box:hover .desc {
  color: white !important;
  opacity: 0.5;
}
.insight-model-wrapper {
  background: linear-gradient(180deg, #002c62 0%, #001c3e 100%);
  display: flex;
  flex-direction: column;
  padding-bottom: 112px;
}
.insight-model-wrapper::before,
.insight-model-wrapper::after {
  content: "";
  position: absolute;
  width: 538px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 0;
  opacity: 0.25;
}

/* Right SVG */
.insight-model-wrapper::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.insight-model-wrapper::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}
.insight-model-wrapper .boxes-wrapper .each-box {
  width: calc(50% - 16px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3.5px);
  padding: 16px 24px;
}
.insight-model-wrapper .boxes-wrapper .each-box .title-icon .title {
  width: 60px;
}
.insight-model-wrapper .boxes-wrapper .each-box .desc {
  padding-right: 24px;
  border-right: 1px solid #e4e4e4;
}
.insight-ending-wrapper::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 720px;
  background-image: url(/Portals/0/Images/abilities-pattern.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  z-index: -1;
}
.insight-ending-wrapper .insight-ending {
  padding: 88px 40px 56px 40px;
  border-radius: 24px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 40px 0 rgba(18, 18, 18, 0.08);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.insight-ending-wrapper .insight-ending::before {
  content: "";
  position: absolute;
  top: -97px;
  width: 64px;
  height: 145px;
  background-image: url(/Portals/0/Images/contact-us-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.insight-ending-wrapper .insight-ending::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 6px;
  bottom: -6px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #00326f, #c4161c, #00326f);
  background-size: 200% 100%;
  animation: gradient-run 3s linear infinite;
}

@keyframes gradient-run {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.certificate-wrapper:not(.mt-152)::after,
.certificate-wrapper:not(.mt-152)::before,
.ceo-introduction-wrapper::after,
.ceo-introduction-wrapper::before,
.insight-desc-wrapper::before,
.insight-desc-wrapper::after,
.vision-desc-wrapper::before,
.vision-desc-wrapper::after {
  content: "";
  position: absolute;
  width: 436px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: -88px;
  opacity: 0.1;
  z-index: -1;
}
.ceo-introduction-wrapper::after,
.ceo-introduction-wrapper::before,
.insight-desc-wrapper::before,
.insight-desc-wrapper::after {
  top: -106px !important;
}

/* Right SVG */
.certificate-wrapper:not(.mt-152)::before,
.ceo-introduction-wrapper::before,
.insight-desc-wrapper::before,
.vision-desc-wrapper::before {
  right: calc((100vw - 100%) / -2);
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.certificate-wrapper:not(.mt-152)::after,
.ceo-introduction-wrapper::after,
.insight-desc-wrapper::after,
.vision-desc-wrapper::after {
  left: calc((100vw - 100%) / -2);
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}
.vision-desc-wrapper {
  gap: 200px;
}
.vision-desc-wrapper .desc-wrapper {
  flex: 1;
}
.vision-desc-wrapper .image-wrapper {
  width: 90%;
  max-width: 392px;
  height: 450px;
  border-radius: 16px;
  position: relative;
  margin-inline: auto;
}

.vision-desc-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.vision-desc-wrapper .image-wrapper .text-overlay {
  color: var(--Gray-G70, #a8a8a8);
  text-align: right;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 130% */
  letter-spacing: 13px;
  width: max-content;
  position: absolute;
  bottom: -20px;
  right: -107px;
}
.vision-desc-wrapper .image-wrapper .text-overlay::after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: brightness(1.5);
}
.vision-factors-wrapper {
  z-index: 2;
  position: relative;
}
.vision-factors-wrapper > p {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.vision-factors-wrapper > p::after,
.vision-factors-wrapper > p::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #c4161c;
}
.vision-factors-wrapper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 380px;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--Background, #f9f9f9);
}
.vision-factors-wrapper .boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

/* Tablet: 3 columns × 2 rows */
@media (max-width: 1200px) {
  .vision-factors-wrapper .boxes-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: 2 columns × 3 rows */
@media (max-width: 992px) {
  .vision-factors-wrapper .boxes-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.vision-factors-wrapper .each-box {
  padding: 12px;
  border-radius: 16px;
  transition: all 400ms;
  flex: 1;
  user-select: none;
}
.vision-factors-wrapper .each-box:hover {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 40px 0 rgba(18, 18, 18, 0.08);
}
.vision-factors-wrapper .each-box:hover .ezIcon {
  --icon: 50px;
  transition: all 300ms ease !important;
}
.vision-factors-wrapper .each-box .title {
  transition: all 300ms ease;
}
.vision-factors-wrapper .each-box:hover .title {
  margin-top: 14px !important;
}
.ceo-introduction-wrapper {
  margin-top: 104px;
}
.ceo-introduction-wrapper .livetabsflat.mright .mright.ui-tabs {
  display: flex;
  gap: 24px;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  div.mright.ui-tabs-panel {
  border-radius: 32px;
  padding: 24px !important;
  border: 1px solid var(--Gray-G95, #e4e4e4) !important;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 6px 40px 0 rgba(18, 18, 18, 0.08);
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav {
  border-radius: 32px !important;
  padding: 32px 32px 48px 32px !important;
  border: 1px solid var(--Gray-G95, #e4e4e4);
  background: var(--Gray-G100, #fff);
  box-shadow: 0 6px 40px 0 rgba(18, 18, 18, 0.08);
  display: flex;
  flex-flow: column;
  height: max-content;
  width: 288px;
  gap: 32px;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav::before {
  content: "معـرفـی ";
  color: var(--Primary-P10, #002450);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 222.222% */
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav::after {
  content: "مدیـران";
  color: var(--Secondary-S50, #c4161c);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  visibility: visible;
  position: absolute;
  right: 93px;
  top: 28px;
}
.ceo-introduction-wrapper .livetabsflat .ui-tabs::after {
  display: none !important;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright {
  background: unset !important;
  border: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright
  a {
  float: unset !important;
  color: var(--Gray-G60, #959595);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */
  padding: 0 !important;
  transition: all 300ms;
  position: relative;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright
  a:hover {
  color: var(--Gray-G10, #2b2b2b);
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright.ui-tabs-active
  a {
  color: var(--Gray-G10, #2b2b2b);
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright
  a::before {
  content: "";
  width: 6px;
  height: 48px;
  background: var(--Secondary-S50, #c4161c);
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  transition: all 300ms;
  opacity: 0;
  border-radius: 4px 0 0 4px;
}
.ceo-introduction-wrapper
  .livetabsflat.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright.ui-tabs-active
  a::before {
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
}
.ceo-introduction-wrapper .ceo-message-wrapper .image {
  width: 100% !important;
  max-width: 304px;
  height: 372px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ceo-introduction-wrapper .ceo-message-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ceo-introduction-wrapper .org-chart-inner .each-card .image {
  aspect-ratio: 2.5 / 3;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.ceo-introduction-wrapper .coworkers .org-chart-inner .each-card .image {
  aspect-ratio: 2.5 / 3;
}
.ceo-introduction-wrapper .org-chart-inner .each-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ceo-introduction-wrapper .coworkers .org-chart-inner {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .vision-desc-wrapper,
  .insight-desc-wrapper {
    gap: 32px !important;
  }
  .insight-desc-wrapper .image-wrapper {
    height: 316px !important;
  }
  .insight-desc-wrapper .image-wrapper .text-overlay {
    color: var(--Secondary-S50, #c4161c) !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 200% */
    letter-spacing: 7px;
    width: max-content;
    position: absolute;
    bottom: -78px;
    right: 50% !important;
    transform: translateX(50%);
  }
  .insight-boxes-wrapper .each-row .each-box {
    border-radius: 8px !important;
    padding: 12px 16px !important;
  }
  .insight-model-wrapper .boxes-wrapper .each-box {
    width: 100% !important;
  }
  .insight-model-wrapper .boxes-wrapper .each-box .desc {
    padding-right: unset !important;
    border-right: unset !important;
  }
  .insight-model-wrapper::before,
  .insight-model-wrapper::after {
    width: 140px !important;
    height: 180px !important;
  }
  .insight-ending-wrapper .insight-ending {
    padding: 96px 16px 32px 16px !important;
  }
  .ceo-introduction-wrapper::after,
  .ceo-introduction-wrapper::before,
  .insight-desc-wrapper::after,
  .insight-desc-wrapper::before,
  .vision-desc-wrapper::before,
  .vision-desc-wrapper::after {
    width: 140px !important;
    height: 180px !important;
    top: -72px !important;
  }
  .ceo-introduction-wrapper::after,
  .ceo-introduction-wrapper::before,
  .vision-desc-wrapper::before,
  .vision-desc-wrapper::after {
    top: -96px !important;
  }
  .vision-desc-wrapper .image-wrapper {
    height: 377px !important;
  }
  .vision-desc-wrapper .image-wrapper .text-overlay {
    color: var(--Gray-G60, #959595) !important;
    text-align: center !important;
    font-size: 50.667px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 8.444px !important;
    bottom: -86px !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  .vision-desc-wrapper .image-wrapper .text-overlay:after {
    display: none;
  }
  .vision-factors-wrapper::before {
    height: 648px !important;
    top: -40px !important;
  }
  .vision-factors-wrapper .boxes-wrapper {
    flex-wrap: wrap;
  }
  .vision-factors-wrapper .each-box {
    padding: 0 !important;
    flex: unset !important;
  }
  .ceo-introduction-wrapper .livetabsflat.mright .mright.ui-tabs {
    flex-flow: column;
    gap: 40px !important;
  }
  .ceo-introduction-wrapper
    .livetabsflat.mright
    .mright.ui-tabs
    div.mright.ui-tabs-panel,
  .ceo-introduction-wrapper
    .livetabsflat.mright
    .mright.ui-tabs
    .mright.ui-tabs-nav {
    width: 100% !important;
  }
  .ceo-introduction-wrapper .coworkers .org-chart-inner {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ceo-introduction-wrapper
    .livetabsflat.mright
    .mright.ui-tabs
    div.mright.ui-tabs-panel:has(.coworkers) {
    padding: 16px !important;
  }
  .ceo-introduction-wrapper
    .livetabsflat.mright
    .mright.ui-tabs
    div.mright.ui-tabs-panel {
    border-radius: 16px !important;
  }
}

header .header-logo {
  opacity: 0;
  transition: all 300ms;
}

header.whb-sticked .header-logo {
  opacity: 1;
}
.job-offers-form-wrapper.auction .image-recaptcha-box input {
  border-radius: 8px !important;
  border: 1px solid var(--Gray-G99, #f2f2f2) !important;
  background: var(--Background, #f9f9f9) !important;
  height: 56px !important;
  width: 300px !important;
  padding: 14px 16px !important ;
  text-align: start;
  color: var(--Gray-G50, #7a7a7a) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}
.job-offers-form-wrapper.auction .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
