@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --primary-color: #0074d9;
  --link-color: #506690;
  --btn-hover-color: #0054de;
  --lg-heading: #161c2d;
  --text-content: #869ab8;
  --fixed-header-height: 4.5rem;
  --font-size-body-text: clamp(0.875rem, 1.6vw, 1rem);
  --h1-font-size: calc(var(--font-size-body-text) * 2.4);
  --h2-font-size: calc(var(--h1-font-size) - 0.9375rem);
  --h3-font-size: calc(var(var(--h2-font-size)) - 0.5rem);
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #fafbfb;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.dropdown-menu {
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s ease;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mobile-menu {
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.hidden {
  transform: translateX(100%);
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

.goog-te-combo {
  margin: 4px 0;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 15px;
  border: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  top: 3px;
}

.goog-te-combo:hover {
  border-color: #333;
  /* Darken border on hover */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Subtle shadow for 3D effect */
  background-color: #fff;
  /* Slightly brighter background on hover */
}

.goog-te-combo:focus {
  outline: none;
  /* Remove default outline */
  border-color: #0066cc;
  /* Highlight border on focus */
  box-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
  /* Glow effect on focus */
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget img {
  display: none !important;
}

body > .skiptranslate {
  display: none;
}

body {
  top: 0px !important;
}

#google_translate_element {
  width: 300px;
  float: right;
  text-align: right;
  display: block;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

#goog-gt-tt {
  display: none !important;
  top: 0px !important;
}

.goog-tooltip skiptranslate {
  display: none !important;
  top: 0px !important;
}

.activity-root {
  display: hide !important;
}

.status-message {
  display: hide !important;
}

.started-activity-container {
  display: hide !important;
}

/* Custom animation for live pulsing dots */
.animate-pulse-live {
  animation: pulseLive 1.5s infinite ease-in-out;
}

@keyframes pulseLive {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

#floatingElement1,
#floatingElement2 {
  opacity: 1;
  transition: all 0.5s ease;
}

#floatingElement1,
#floatingElement2 {
  animation: floatUpDown 6s infinite ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeIn {
  animation: fadeIn 0.8s ease-out forwards;
}

.animate-scaleUp {
  animation: scaleUp 0.6s ease-out forwards;
}

.animate-slideUp {
  animation: slideUp 0.8s ease-out forwards;
}

.animate-bounceSlow {
  animation: bounceSlow 3s infinite;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: transparent;
  background-color: none;
  box-shadow: none;
}
