.websima-footer {
  background: rgba(235, 241, 247, 1);
  padding: 57px 69px;
}

.websima-footer-about {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 39px;
}

.footer-logo {
  width: 10%;
  text-align: center;
}

.websima-footer-about-content {
  width: 88%;
  justify-content: center;
}

.websima-social ul {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  & a {
    display: flex;
    & path {
      transition: all 0.2s ease;
    }
    &:hover path {
      fill: #1d6794;
    }
  }
}

.websima-social ul i {
  font-size: 29px;
}

.websima-social ul a:hover i::before {
  color: rgba(29, 103, 148, 1);
}

.websima-social ul a:hover i.path2::before {
  color: #fff;
}

.accesses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accesses-menu {
  width: 30%;
}

.accesses-menu > span {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: rgba(42, 45, 48, 1);
  display: block;
  margin-bottom: 24px;
}

.accesses-menu:nth-child(3),
.accesses-menu:nth-child(4) {
  width: 20%;
}

.accesses-menu ul li a,
.accesses-menu ul li > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}

.accesses-menu ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.accesses-menu ul i {
  font-size: 15px;
}

.accesses-menu .icon-mail {
  font-size: 13px;
}

.accesses-menu:nth-child(3) ul,
.accesses-menu:last-child ul {
  gap: 10px;
}

.accesses-menu ul li a span,
.accesses-menu ul li span span {
  display: flex;
  width: 32px;
  height: 32px;
  background: #d9eafd;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.accesses-menu ul li a span i::before,
.accesses-menu ul li span span i::before {
  color: rgba(22, 104, 126, 1);
}

.accesses-menu ul li a:hover {
  color: rgba(22, 104, 126, 1);
}

.footer-symbols {
  background: rgba(225, 234, 242, 1);
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.footer-cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.Copyright_text p {
  font-weight: 600;
  font-size: 12px;
  line-height: 36px;
  color: rgba(154, 166, 178, 1);
}

.Copyright_text p .highlight-company {
  color: rgba(29, 103, 148, 1);
}

.mobile-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  padding: 15px 24px;
  width: 100%;
  z-index: 99;
}

.mobile-fixed ul {
  display: flex;
  justify-content: space-between;
}

.mobile-fixed ul li a,
.mobile-fixed ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
}

.mobile-fixed ul li:nth-child(3) {
  z-index: 6;
}

.mobile-fixed ul li:nth-child(1),
.mobile-fixed ul li:nth-child(2),
.mobile-fixed ul li:nth-child(4),
.mobile-fixed ul li:nth-child(5) {
  z-index: 9;
  position: relative;
}

.mobile-fixed ul i {
  font-size: 24px;
}

.mobile-fixed ul i::before {
  color: rgba(154, 166, 178, 1);
}

.mobile-fixed ul li a span,
.mobile-fixed ul li button span {
  font-weight: 600;
  font-size: 10px;
  line-height: normal;
  text-align: center;
  color: rgba(4, 11, 41, 1);
}

.side-search {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 16px;
  overflow-y: auto;
  transition: 0.3s;
  background: rgb(13 56 83 / 80%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}

.side-search-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  color: #fff;
}

.side-search-close i {
  font-size: 19px;
}

.side-search.active {
  bottom: 0;
}

.logo-fixed {
  position: relative;
}
.logo-fixed img {
  z-index: 4;
  margin-top: -33px;
}
html.mobile #wrapper {
  padding-bottom: 85px;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .accesses-menu,
  .accesses-menu:nth-child(3),
  .accesses-menu:nth-child(4) {
    width: 46% !important;
  }

  .accesses {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  /*   #search-by-json-form {
        margin: 0 !important;
        background: rgb(255 255 255) !important;
    } */

  .websima-footer {
    padding: 28px 24px;
  }

  .websima-footer-about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo,
  .websima-footer-about-content {
    width: 100%;
  }

  .footer-logo img {
    margin: auto;
    width: 84px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .websima-social ul {
    justify-content: center;
  }

  .accesses-menu,
  .accesses-menu:nth-child(3),
  .accesses-menu:nth-child(4) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .accesses-menu {
    padding: 16px 18px;
  }

  .accesses-menu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .accesses-menu.active ul {
    max-height: 500px;
    /* یا مقداری که آیتم‌ها جا بشن */
  }

  .accesses-menu span {
    transition: 0.3s;
  }

  .accesses-menu.active > span {
    margin-bottom: 20px;
  }

  .accesses-menu > span {
    display: block;
    cursor: pointer;
    background: rgba(217, 234, 253, 1);
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: rgba(42, 45, 48, 1);
    margin: 0;
  }

  .accesses {
    gap: 14px;
  }

  .accesses-menu > span::after {
    font-family: "icomoon" !important;
    content: "\e90f";
    position: absolute;
    right: 0;
    font-size: 9px;
    color: #1d6794;
    transition: 0.3s;
  }

  .accesses-menu ul li a span,
  .accesses-menu ul li span span {
    width: 32px;
    height: 32px;
    background: #c2d7ed;
  }

  .accesses-menu.active > span::after {
    transform: rotate(180deg);
  }

  .accesses-menu {
    background: rgba(217, 234, 253, 1);
  }

  .footer-symbols {
    gap: 33px;
  }

  .footer-symbols img {
    width: 38px;
  }

  .footer-cp {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    text-align: center;
  }

  .Copyright_text p {
    line-height: 28px;
  }
}

@media (max-width: 400px) {
}
