@media screen and (max-width: 992px) {
  .mt-100 {
    margin-top: 50px !important;
  }
  .custom-right-col {
    margin-right: 0 !important; /* یا کمتر/بیشتر بسته به نیاز */
  }
  .tel-title {
    font-size: 18px !important;
  }
  .tel-span {
    font-size: 13px !important;
  }
}

.menu-card {
  width: 167.384px;
  height: 207px;
  flex-shrink: 0;
}

.see-more {
  position: relative;
  display: inline-block;
  background-color: #f15a22;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.see-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-20deg);
}

.see-more:hover {
  /* background-color: #d65a0e; */
  background-color: #8b2703;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.see-more:hover::before {
  left: 125%;
  transition: left 0.75s ease-in-out;
}
.why-us {
  border: 2px solid #f15a22;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.03);
   */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 6px rgba(0, 0, 0, 0.06),
    0 12px 20px rgba(0, 0, 0, 0.05); */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);

  /* box-shadow: 20px 20px 60px 0px #bebebe29, -20px -20px 60px #ffffff; */
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24px);
}
.why-us {
  background: #2a2a2a;
  color: #ffffffec;
  border: 7px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    transparent,
    #f15a22,
    transparent
  );
  animation: moveBorder 5s linear infinite;
}
@keyframes moveBorder {
  0% {
    border-image-source: linear-gradient(
      0deg,
      transparent,
      #f15a22,
      transparent
    );
  }
  25% {
    border-image-source: linear-gradient(
      90deg,
      transparent,
      #f15a22,
      transparent
    );
  }
  50% {
    border-image-source: linear-gradient(
      180deg,
      transparent,
      #f15a22,
      transparent
    );
  }
  75% {
    border-image-source: linear-gradient(
      270deg,
      transparent,
      #f15a22,
      transparent
    );
  }
  100% {
    border-image-source: linear-gradient(
      360deg,
      transparent,
      #f15a22,
      transparent
    );
  }
}
.tel-sec {
  border-top: 1px solid #39c2d8;
  border-bottom: 1px solid #39c2d8;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 41.82%,
      rgba(255, 255, 255, 0.7) 76.05%
    ),
    #ebebeb;
  /* background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 41.82%,
      rgba(255, 255, 255, 0.7) 76.05%
    ),
    #bababa; */
}
.tel-color {
  color: #39c2d8;
}

.tel-link {
  animation: floatUpDown 1.5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* مقدار بالا رفتن */
  }
}
.tel-wrapper {
  background-color: white;
  border: 2px solid #a3d5ff;
  /* padding: 20px 50px; */
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #333;
  /* animation: floatUpDown 3s ease-in-out infinite; */
}

/* @keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
} */
