.websima-info-grid {
  margin-top: 20px;
}

.info-item-box {
  margin-bottom: 15px;
}

.info-item-inner {
  display: flex;
  align-items: center;
  border: 1px solid #f0edeb;
  padding: 15px;
  border-radius: 8px;
  height: 100%;
  justify-content: space-between;
}

.info-item-inner-right {
  display: flex;
  align-items: center;
}

.info-item-inner i {
  font-size: 24px;
  color: var(--color3);
  margin-top: 2px;
  margin-left: 1px;
}
.info-item-inner i.icon-email {
  font-size: 18px;
}
.info-item-inner .websima-map-i-container {
  margin-left: 15px;
  width: 45px;
  height: 45px;
  background: var(--color2);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-content {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  font-weight: bold;
}

.info-value {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.websima-tabs-wrapper {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .websima-tabs-wrapper {
    justify-content: center;
    display: flex;
  }
}
.websima-tab-links {
  display: flex;
  gap: 10px;
}

.websima-tab-links li {
  margin: 0;
  min-width: 180px;
  text-align: center;
}
.websima-tab-links li a {
  display: block;
  padding: 10px 25px;
  background-color: #f0edeb;
  color: #555;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  transition: all 0.3s;
}
.websima-tab-links li a:hover {
  background: var(--color1);
  color: var(--color3);
}

.contact-dir-button {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 0;
  display: flex;
  flex-direction: column;
}
.websima-tab-links li.active a {
  background-color: var(--color1);
  color: var(--color3);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.websima-tab-links li.active a::before {
  content: "";
  position: absolute;
  top: 49%;
  right: 0px;
  width: 8px;
  height: 2px;
  background-color: var(--color3);
}

.websima-tab-links li.active a::after {
  content: "";
  position: absolute;
  top: 49%;
  width: 8px;
  height: 2px;
  background-color: var(--color3);
  left: 0;
}

.websima-tab-pane {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#contact-tab-content {
  display: grid;
  grid-template-rows: auto auto auto;
}

.websima-tab-pane {
  display: none;
}

.websima-tab-pane.active {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-content: center;
}

.websima-tab-pane .contact-dir-button {
  grid-row: 4;
}
.websima-contact-form {
  text-align: center;
}
.websima-contact-form h3 {
  font-size: 32px;
  margin: 0 auto;
}
.websima-contact-form p {
  font-size: 16px;
  margin: 0 auto;
}
.websima-contact-title {
  text-align: center;
  margin-top: 2rem;
}
.websima-contact-title h1 {
  font-size: 32px;
  margin: 0;
}
.websima-contact-title p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
}
.social-icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 auto;
  z-index: 2;
  position: relative;
}

.social-icons-container a {
  color: var(--color3);
  font-size: 35px;
  transition: color 0.3s ease;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons-container a:hover {
  color: var(--color2);
}
.websima-social-bg span {
  font-size: 18px;
}
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: clamp(50px, 5vw, 60px) !important;
  height: auto !important;
}
.mapp-container {
  z-index: 1;
}
.item-set.vertical.centered.triggers.left {
  display: none;
}

.mapp-container {
  position: relative;
  height: 100%;
  font-family: MappIranSans;
  direction: rtl;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
  word-wrap: normal;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

@media (min-width: 767px) {
  .hero-mask-wrapper {
    overflow: hidden;
  }

  .hero-mask-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }

  .hero-mask-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    pointer-events: none;
  }
}
.contact-dir-button {
    position: absolute;
    bottom: 10%;
    left: 2%;
    z-index: 13;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
}
.contact-dir-button a {
    background: var(--color3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E3E1;
    padding: 5px;
}
