.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-858f7e8:#050514;--e-global-color-9d83fe0:#00F0FF;--e-global-color-add0dc2:#FF2EF5;--e-global-color-0c3e24f:#F5C15C;--e-global-color-fbbdcd7:#C0C4FF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-858f7e8 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================
   COX∆R NEON CSS PACK
   =========================== */

/* 1. GLOBAL BACKGROUND & BASE
   --------------------------- */

body {
  background: radial-gradient(circle at top, #111633 0%, #050514 45%, #020208 100%);
  color: #ffffff;
}

/* Make sections feel cinematic and soft */
.coxar-section {
  position: relative;
  overflow: hidden;
}

/* soft star/particle style grain */
.coxar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(0, 240, 255, 0.17) 0, transparent 60%),
    radial-gradient(circle at 90% 80%, rgba(255, 46, 245, 0.17) 0, transparent 60%);
  opacity: 0.6;
  mix-blend-mode: screen;
  z-index: 0;
}

/* ensure content is above overlays */
.coxar-section > * {
  position: relative;
  z-index: 1;
}

/* Optional: subtle glow at top & bottom of sections */
.coxar-section-glow {
  box-shadow:
    0 -40px 80px rgba(0, 240, 255, 0.15),
    0 40px 80px rgba(255, 46, 245, 0.15);
}

/* 2. NEON TEXT
   ------------ */

.coxar-neon-title {
  text-shadow:
    0 0 6px #00f0ff,
    0 0 14px #00f0ff,
    0 0 26px #00f0ff,
    0 0 40px rgba(0, 240, 255, 0.8);
}

.coxar-neon-subtitle {
  color: #c0c4ff !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.4),
    0 0 10px rgba(0, 240, 255, 0.4);
}

/* magenta variation */
.coxar-neon-pink {
  color: #ff2ef5 !important;
  text-shadow:
    0 0 4px #ff2ef5,
    0 0 10px #ff2ef5,
    0 0 18px rgba(255, 46, 245, 0.8);
}

/* 3. NEON BUTTONS
   --------------- */

.coxar-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9em 2.4em;
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, #00f0ff 0%, #ff2ef5 40%, #f5c15c 100%);
  color: #050514 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 0 10px rgba(0, 240, 255, 0.7),
    0 0 20px rgba(255, 46, 245, 0.7);
  transition:
    transform 0.18s ease-out,
    box-shadow 0.18s ease-out,
    filter 0.18s ease-out;
}

.coxar-btn-primary:hover,
.coxar-btn-primary:focus {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.1);
  box-shadow:
    0 0 14px rgba(0, 240, 255, 0.9),
    0 0 28px rgba(255, 46, 245, 0.9),
    0 0 40px rgba(245, 193, 92, 0.8);
}

.coxar-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 2.2em;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, 0.8);
  color: #00f0ff !important;
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 240, 255, 0);
  transition:
    background 0.18s ease-out,
    box-shadow 0.18s ease-out,
    transform 0.18s ease-out;
}

.coxar-btn-ghost:hover,
.coxar-btn-ghost:focus {
  background: rgba(0, 240, 255, 0.08);
  transform: translateY(-1px);
  box-shadow:
    0 0 10px rgba(0, 240, 255, 0.7),
    0 0 22px rgba(0, 240, 255, 0.4);
}

/* make it play nice with Elementor button widget */
.elementor-button.coxar-btn-primary,
.elementor-button.coxar-btn-ghost {
  border-width: 0;
}

/* 4. NEON CARDS (album tiles, feature blocks)
   ------------------------------------------ */

.coxar-card {
  position: relative;
  border-radius: 20px;
  padding: 24px 22px;
  background: radial-gradient(circle at top, #13152b 0%, #050514 60%, #03030c 100%);
  box-shadow:
    0 0 0 rgba(0, 240, 255, 0),
    0 16px 40px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  transition:
    transform 0.22s ease-out,
    box-shadow 0.22s ease-out,
    border-color 0.22s ease-out;
  border: 1px solid rgba(192, 196, 255, 0.07);
}

.coxar-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top, rgba(0, 240, 255, 0.18) 0, transparent 60%);
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.26s ease-out, transform 0.26s ease-out;
  pointer-events: none;
}

.coxar-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 18px rgba(0, 240, 255, 0.45),
    0 0 32px rgba(255, 46, 245, 0.35),
    0 22px 60px rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 240, 255, 0.6);
}

.coxar-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

/* 5. GLOWING IMAGES (album covers, portraits)
   ------------------------------------------ */

.coxar-glow-img img,
img.coxar-glow-img {
  border-radius: 20px;
  border: 1px solid rgba(0, 240, 255, 0.5);
  box-shadow:
    0 0 16px rgba(0, 240, 255, 0.8),
    0 0 36px rgba(255, 46, 245, 0.6);
  transition:
    transform 0.22s ease-out,
    box-shadow 0.22s ease-out,
    filter 0.22s ease-out;
}

.coxar-glow-img:hover img,
img.coxar-glow-img:hover {
  transform: translateY(-4px) scale(1.03);
  filter: saturate(1.15);
  box-shadow:
    0 0 22px rgba(0, 240, 255, 0.95),
    0 0 44px rgba(255, 46, 245, 0.9);
}

/* 6. NEON DIVIDERS / LINES
   ------------------------ */

.coxar-neon-divider {
  width: 140px;
  height: 2px;
  border-radius: 999px;
  margin: 18px 0 12px;
  background-image: linear-gradient(
    90deg,
    rgba(0, 240, 255, 0) 0%,
    #00f0ff 25%,
    #ff2ef5 50%,
    #f5c15c 75%,
    rgba(245, 193, 92, 0) 100%
  );
  box-shadow:
    0 0 8px rgba(0, 240, 255, 0.7),
    0 0 14px rgba(255, 46, 245, 0.6);
}

/* 7. SCROLL INDICATOR
   ------------------- */

.coxar-scroll-indicator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #00f0ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.8;
}

.coxar-scroll-indicator-icon {
  font-size: 20px;
  animation: coxar-bounce 1.6s infinite ease-in-out;
}

@keyframes coxar-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* 8. TRIANGLE / ∆ ACCENTS AROUND SECTIONS
   -------------------------------------- */

.coxar-triangles {
  position: relative;
}

.coxar-triangles::before,
.coxar-triangles::after {
  content: "∆";
  position: absolute;
  font-family: inherit;
  font-size: 58px;
  line-height: 1;
  color: rgba(0, 240, 255, 0.18);
  text-shadow:
    0 0 10px rgba(0, 240, 255, 0.5),
    0 0 18px rgba(255, 46, 245, 0.4);
  pointer-events: none;
}

.coxar-triangles::before {
  top: -10px;
  left: 6%;
}

.coxar-triangles::after {
  bottom: -16px;
  right: 8%;
  font-size: 72px;
  color: rgba(255, 46, 245, 0.22);
}

/* 9. SOCIAL ICON GLOW
   ------------------- */

.coxar-social a,
a.coxar-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(5, 5, 20, 0.8);
  color: #c0c4ff;
  box-shadow: 0 0 0 rgba(0, 240, 255, 0);
  transition:
    background 0.18s ease-out,
    box-shadow 0.18s ease-out,
    transform 0.18s ease-out,
    color 0.18s ease-out;
}

.coxar-social a:hover,
a.coxar-social:hover {
  background: radial-gradient(circle at top, #00f0ff 0%, #ff2ef5 55%, #050514 100%);
  color: #050514;
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(0, 240, 255, 0.8),
    0 0 24px rgba(255, 46, 245, 0.8);
}

/* 10. HEADER BLUR / GLASS EFFECT
   ------------------------------ */

.coxar-glass-header {
  backdrop-filter: blur(18px);
  background: linear-gradient(
    120deg,
    rgba(5, 5, 20, 0.88),
    rgba(5, 5, 25, 0.82)
  );
  border-bottom: 1px solid rgba(0, 240, 255, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
}

/* 11. RESPONSIVE TWEAKS
   --------------------- */

@media (max-width: 767px) {
  .coxar-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .coxar-neon-title {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .coxar-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}/* End custom CSS */