.elementor-1391 .elementor-element.elementor-element-b997c1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1391 .elementor-element.elementor-element-b997c1d:not(.elementor-motion-effects-element-type-background), .elementor-1391 .elementor-element.elementor-element-b997c1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://brillrealty.com/wp-content/uploads/2025/04/astronomy-1867616_1280.jpg");}.elementor-1391 .elementor-element.elementor-element-fce3ff3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-b997c1d */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #000;
  overflow-x: hidden;
}

.spotlight-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 105px;
  overflow: hidden;
  z-index: 0;
}

.spotlight-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://brillrealty.com/wp-content/uploads/2025/04/astronomy-1867616_1280.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.spotlight-content {
  position: relative;
  z-index: 3;
  color: white;
  padding-right: 50px;
  max-width: 100%;
  text-align: left;
}

.spotlight-content h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.spotlight-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
}

.cta-button {
  background: transparent;
  color: white;
  padding: 12px 24px;
  border: 2px solid white;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.cta-button:hover {
  background: white;
  color: black;
}

.spotlight-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
  --x: 50%;
  --y: 50%;
  --size: 300px;
  background: radial-gradient(circle at var(--x) var(--y), rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.95) var(--size));
  mix-blend-mode: overlay;
  transition: background 0.1s ease;
}

.moon {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #fdfdfd 30%, #aaa 80%);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.2);
  z-index: 3;
  opacity: 0.3;
  animation: glow 6s ease-in-out infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes glow {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

.bg-text {
  position: absolute;
  font-size: 25px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: auto;
  mix-blend-mode: screen;
  z-index: 2;
  transition: color 0.3s ease;
}

.bg-text:hover {
  color: white;
}

.orbit-container {
  position: absolute;
  top: 60%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.orbit-text-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  animation: orbitAnimation 30s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orbit-char {
  position: absolute;
  left: 50%;
  transform-origin: center;
  font-size: 15px;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.video-play-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.orbit-text-wrapper .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-icon:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-icon svg {
  width: 50px;
  height: 50px;
}

.news-alert-container {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  height: 48px;
}

.news-alert {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
}

.news-alert-badge {
  background-color: #ff3a3a;
  color: white;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 15px;
  font-size: 14px;
  flex-shrink: 0;
}

.news-ticker {
  display: inline-flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-ticker-content {
  display: inline-flex;
  animation: ticker 20s linear infinite;
  white-space: nowrap;
  align-items: center;
}

.news-item {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.news-item:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: 0;
  color: #ff3a3a;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes orbitAnimation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.desktop-only {
  display: inline;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.video-modal-content iframe {
  width: 100%;
  height: 450px;
}

.close {
  position: absolute;
  top: -40px;
  right: -40px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}/* End custom CSS */