/* General Styles */
:root {
  --primary-color: #005bcc;
  --primary-hover: #004ba3;
  --secondary-color: #34495e;
  --dark-color: #1d2024;
  --light-color: #f7f7f8;
  --accent-color: #397df1;
  --text-color: #333;
  --text-light: #777;
  --white: #fff;
  --gray: #eaeaea;
  --dark-gray: #888;
  --transition: all 0.3s ease;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --border-radius: 8px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: #005bcc #f0f8ff;
  scrollbar-width: thin;
  /* overflow-x: hidden; */
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  /* background: #34495e; */
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

#google_translate_element2 {
  font-size: 14px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.goog-te-banner-frame {
  display: none !important; /* Hide the banner if needed */
}
