﻿.page-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/egyptair_777-300er.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  pointer-events: none;
}

.bg-glass {
  background-color: rgba(255,255,255,0.03) !important;
  backdrop-filter: blur(2px);
}

.true-transparent {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.90 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}
