    .btn-hover {
    transition: transform 0.2s ease, background-color 0.2s ease;
      }
       .btn-hover:hover {
    transform: scale(1.05);
     }
    .mobile-menu.show .mobile-link {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.4s ease-in-out;
    }
    .mobile-menu.hide .mobile-link {
        opacity: 0;
        transform: translateY(-10px);
    }
    .animate-dash {
    background-image: repeating-linear-gradient(to right, #f87171 0 6px, transparent 6px 12px);
    animation: dashMove 1s linear infinite;
    background-size: 12px 2px;
    background-repeat: repeat-x;
  }

  .animate-dash-vertical {
    background-image: repeating-linear-gradient(to bottom, #f87171 0 6px, transparent 6px 12px);
    animation: dashMoveVertical 1s linear infinite;
    background-size: 2px 12px;
    background-repeat: repeat-y;
  }

  @keyframes dashMove {
    0% { background-position-x: 0; }
    100% { background-position-x: 12px; }
  }

  @keyframes dashMoveVertical {
    0% { background-position-y: 0; }
    100% { background-position-y: 12px;}
}

  
  
  .goog-te-banner-frame.skiptranslate,
  .goog-logo-link,
  .goog-te-gadget span {
    display: none !important;
  }

  body {
    top: 0px !important;
  }

  .goog-te-gadget {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    color: #333 !important;
  }

  #google_translate_element select,
  #google_translate_mobile select {
    padding: 6px 10px;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    background-color: #fff;
  }
