:root {
--midnight: #07091e;
--steel: #0e4a6b;
--pink: #e89aa0;
--teal: #4fa9c6;
--soft: #bfc3c7;
--signal: #d9d9d9;
--ink: #14172b;
--muted: #5c6275;
--line: #e6e8ef;
--bg: #f5f6f9;
--card: #ffffff;
}

html {
    scroll-behavior: smooth;
}

/* =========================
   ENERGY PANEL (MAIN)
========================= */

.content-container {
  position: relative;
  z-index: 10;
  border-radius: 12px;
	padding: 5rem;

  background:
    radial-gradient(
      circle at 50% -20%,
      rgba(0, 150, 255, 0.15),
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 120%,
      rgba(255, 0, 120, 0.18),
      transparent 25%
    ),
    rgba(3, 14, 26, 0.82); /* darker + richer */

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  overflow: visible;

  box-shadow:
    0 50px 140px rgba(0, 0, 0, 0.85),
    inset 0 0 100px rgba(0, 150, 255, 0.05);
}

@media (max-width: 1024px) {
	.content-container {
	  padding: 1.25rem;	
		  border-radius: 8px;
	}
}

/* =========================
   GRADIENT ENERGY BORDER (FIXED)
========================= */

.content-container {
  border: 1px solid transparent;
  background-clip: padding-box;
}

.content-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;

  background: linear-gradient(
    135deg,
    rgba(227, 77, 174, .5) 0%,
    rgba(0, 191, 255, 0.35) 25%,
    rgba(255, 0, 140, 0.7) 55%,
    #ff2f92 75%,
    #00bfff 100%
  );

  /* this creates a clean border only */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* =========================
   OUTER ENERGY GLOW
========================= */

.content-container::after {
  content: "";
  position: absolute;
  inset: -60px;
  z-index: -1;

  background:
    radial-gradient(circle at 30% 0%, rgba(0, 150, 255, 0.3), transparent 60%),
    radial-gradient(
      circle at 70% 100%,
      rgba(255, 0, 120, 0.25),
      transparent 70%
    );

  filter: blur(80px);
  opacity: 0.6;
}

/* =========================
   TYPOGRAPHY FIXES
========================= */

.content-container h2,
.content-container h4,
.content-container h5 {
  color: #ffffff;
}
.content-container h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;

  background: linear-gradient(90deg, #ffffff 0%, #7fe8ff 40%, #ff6fa3 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  opacity: 0.95;
}

.content-container p,
.content-container li {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.content-container ul {
  padding-left: 20px;
}

/* =========================
   DIVIDER (REPLACES BORING HR)
========================= */

.content-container hr {
  border: none;
  height: 1px;
  margin: 40px 0 60px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 180, 255, 0.6),
    rgba(255, 0, 120, 0.4),
    transparent
  );
}

/* =========================
   HOVER (SUBTLE PREMIUM TOUCH)
========================= */

.content-container:hover::before {
  opacity: 1;
  filter: brightness(1.2);
}

/* =========================
   IMPORTANT WORDPRESS FIXES
========================= */

/* kill default background interference */
.content-container.has-background {
  background: none !important;
}

/* ensure no clipping from parent */
.wp-site-blocks,
.wp-block-group {
  overflow: visible;
}

body::after {
  content: "";
  position: fixed;

  left: 0;
  top: 0;
  width: 100%;

  /* maintain aspect ratio */
  height: 100vh; /* tweak this */

  background-image: url("https://dca.cw3.events/wp-content/uploads/sites/87/2026/04/DCA-Excellence-Galaxy-Background-2.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  mix-blend-mode: normal;
  opacity: 0.6;

  pointer-events: none;
  z-index: -10;
}
.primary-header {
  z-index: -1;
  position: relative;
	mix-blend-mode: screen;
}

@media (max-width: 1024px) {
body::after {
  background-position: 10% 60%;
}
}


.cta-band {
  background:
    linear-gradient(rgba(15, 34, 43, 0.75), rgba(15, 34, 43, 0.65)),
    url("https://dca.cw3.events/wp-content/uploads/sites/87/2026/04/DCA-Excellence-Galaxy-Background-2.jpg");

  background-size: 100vw auto;
  background-position: center, 0% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
	background-blend-mode: multiply;
}

.nectar-blocks-flex-box__wrapper: has(> h3):after {
  content: "";
  border: none !important;
  height: 1px;
  margin: 40px 0 60px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 180, 255, 0.7),
    rgba(255, 0, 120, 0.6),
    rgba(0, 180, 255, 0.7),
    transparent
  );
  opacity: 0.8;
}








/* =========================
   GRAVITY FORM – CARD RADIO UI (FIXED)
========================= */

/* ACTUAL TARGET */
.ginput_container_radio .gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

@media (max-width: 1024px) {
	.ginput_container_radio .gfield_radio {
		  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}



/* mobile */
@media (max-width: 768px) {
  .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr;

  }
}

.ginput_container_radio .gfield_radio h4 {
	margin-bottom: .3rem;
	font-size: 1.2rem;
	color: #061F37;
}
.ginput_container_radio .gfield_radio h5 {
letter-spacing: 1.5px;
text-transform: uppercase;
color: #4FA9C6;
	font-size: 11px;
	font-weight: 600;
	font-family: Inter, sans-serif;
}
.ginput_container_radio .gfield_radio span {
	color: #0E4A6B;
	font-weight: bold;
}
.ginput_container_radio .gfield_radio p {
	margin: .4rem 0 0;
}

/* =========================
   EACH OPTION
========================= */

.ginput_container_radio .gchoice {
  position: relative;
}

/* =========================
   MAKE LABEL THE CARD
========================= */

.ginput_container_radio .gchoice label {
  display: block;
  padding: 28px 28px 28px 48px; /* LEFT SPACE FOR RADIO */
  border-radius: 6px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #E6E8EF;
  transition: all 0.2s ease;
	color: #5D6376;
	font-size: 14px;
	margin-left: 0 !important;
}

/* =========================
   POSITION THE RADIO INSIDE CARD
========================= */

.ginput_container_radio .gchoice input[type="radio"] {
  position: absolute;
  left: 28px;
  top: 38px;

  width: 10px;
  height: 10px;

  appearance: none;
  -webkit-appearance: none;

  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #0E4A6B;

  cursor: pointer;
  z-index: 2;
}

/* inner dot */
.ginput_container_radio .gchoice input[type="radio"]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;

  background: linear-gradient(135deg, #000, #000);

  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

/* =========================
   STATES
========================= */

/* hover */
.ginput_container_radio .gchoice label:hover {
  border-color: rgba(0, 180, 255, 0.5);
}

/* checked radio */
.ginput_container_radio .gchoice input[type="radio"]:checked {
  border-color: #ff2f92;
  box-shadow: 0 0 10px rgba(255, 0, 120, 0.5);
}

.ginput_container_radio .gchoice input[type="radio"]:checked::after {
  opacity: 1;
  transform: scale(1);
}

/* checked card */
.ginput_container_radio .gchoice input[type="radio"]:checked + label {
  border-color: #ff2f92;

  box-shadow:
    0 0 0 1px rgba(255, 0, 120, 0.4),
    0 0 30px rgba(255, 0, 120, 0.25);
}


body.home h3 {
	margin-top: 5rem;
	margin-bottom: .5rem;
}

.gfield--type-html p {
	margin-top: .5rem !important;
	margin-bottom: 0 !important;
}

.btn {
display: inline-flex;
align-items: center;
gap: 8px;
border: 0;
border-radius: 8px;
padding: 12px 20px;
font: 600 15px Inter;
cursor: pointer;
text-decoration: none;
}

.cta-band {
color: #fff;
border-radius: 14px;
padding: 26px;
margin-top: 24px;
}
.btn-lg {
padding: 18px 46px;
font-size: 18px;
border-radius: 10px;
}
.btn-pink {
background: #E89AA0;
	border: 1px solid #E89AA0; 
color: #3a1419;
}
.btn-outline {
  background: transparent;
	border: 1px solid var(--teal); 
  color: var(--teal);
}

h2 {margin-top: 4rem !important;}


.gform_wrapper {
	
}

/* example: submit button – applies to all Orbital forms */
.gform-theme--framework .gform_footer input[type="submit"].gform_button { --gf-ctrl-btn-bg-color-primary: #4FA9C6; 
	--gf-local-radius: 8px !important;
	--gf-local-padding-x: 20px !important;
	--gf-local-padding-y: 12px !important;
}
 

.cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}
@media (max-width: 1024px) {
	.cols {
    display: block !important;
	}
}
.cols > div {
    min-width: 0;
}

.panel {
    height: 100%;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #E6E8EF;
    border-radius: 12px;
    padding: 22px;
    margin-top: 18px;
}

.panel h3 {
font-size: 16px;
display: flex;
align-items: center;
gap: 12px;
	margin-top: 1rem !important;
}

.panel h3 .dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
	display: block;
	background: #4FA9C6;
}
.panel p {
	color: #5c6275 !important;
}

.crit {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #E6E8EF;
}
.crit:last-child,
.q:last-child {
border-bottom: 0;
}

.crit .ic {
flex: 0 0 28px;
height: 28px;
border-radius: 8px;
background: #eaf4f8;
color: var(--steel);
font: 700 13px Inter;
display: flex;
align-items: center;
justify-content: center;
}

.crit b {
font-size: 14px;
}

.crit p {
margin: 2px 0 0;
font-size: 13px;
color: var(--muted);
}

.small {
font-size: 13px;
color: #5C6275;
}
.q {
padding: 14px 0;
border-bottom: 1px solid #E6E8EF;
}

.q .qh {
display: flex;
justify-content: space-between;
gap: 10px;
align-items: baseline;
}
.q b {
font-size: 14.5px;
}

.q .wl {
font-size: 11.5px;
color: #4FA9C6;
white-space: nowrap;
font-weight: 600;
}

.q p {
margin: 4px 0 0;
font-size: 13px;
color: var(--muted);
}

h2 + p {
max-width: 760px;
}

ol {
margin: 14px 0 2px;
padding-left: 20px;
font-size: 14px;
line-height: 1.55;
}

#field_1_37 {
/* 	position: sticky;
	top: 0; */
}




.chip {
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.16);
border-radius: 999px;
padding: 8px 14px;
font-size: 13px;
color: #eaeefb;
}

@media (max-width: 1024px) {
	.chip {
		width: 100%;
		line-height: 1em;
		padding: 10px 26px 14px !important;
	}
	.chip strong {
		display: block;
		line-height: 1em
		
	}
}

.steps p,
.ginput_container_radio .gfield_radio p:not(.eyebrow),
body.home .cols h3,
body.home .cols .panel h3 {
	color: #061F37 !important;
	-webkit-text-fill-color: #061F37 !important;
}

body.home .gfield--type-text label,
.gfield_label.gform-field-label.gfield_label_before_complex,
.gfield_label.gform-field-label {
	color: white !important;
}

body.home .popmake .gfield_label.gform-field-label {
	color: black !important;
}
.popmake .gform_fields {
   --gf-form-gap-y: 2rem !important;
}

body #block-gtuOZ55ApY {
	max-width: 1280px;
}

.gfield_description
{
	color: #888 !important;
}


body.home .ginput_container_radio #input_1_37.gfield_radio p.label.eyebrow {
	font: 600 11px Montserrat;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #4FA9C6 !important;
	margin-bottom: .5rem !important;
	font-weight: 700 !important;
		font-size: 11px;
	font-weight: 600;
	font-family: Inter, sans-serif;
}

@media (max-width: 1024px) {
	.steps-box > div.nectar-blocks-column__inner {
		display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 6px;
		position: relative;
	}
	.steps-box .steps {
		width: 100% !important;
		height: auto !important;
	}
}



/* =========================
   STICKY
========================= */


/* .is-sticky .ginput_container_radio .gfield_radio {
	display: flex !important;
}

.is-sticky .ginput_container_radio .gfield_radio p,
.is-sticky .ginput_container_radio .gchoice input[type="radio"] {
	display: none !important;
}
.is-sticky .ginput_container_radio .gchoice label {
	padding: 0 !important;
} */



body.has-category-selected #field_1_37 {
	margin-top: -9rem;
  padding-top: 3rem;
}
body.has-category-selected #form_start_dca {
	padding: 3rem;
}

.show-all-categories {
	display: none;
}
body.has-category-selected .show-all-categories {
	display: block;
	position: absolute;
	top: 4.75rem;
}
@media (max-width: 1024px) {
body.has-category-selected .show-all-categories {
	display: block;
	position: absolute;
	top: 20px;
	left: 9px;
	z-index: 100;
}
}

body.has-category-selected .content-container {
}

body.has-category-selected #field_1_37 #input_1_37 {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px !important;
}
body.has-category-selected #field_1_37 #input_1_37 > .gchoice > label {
	white-space: nowrap;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 999px;
	padding: 8px 18px 6px;
	color: #fff !important;
	cursor: pointer;
	
		background: var(--midnight);
	color: #fff !important;
	border-color: var(--midnight);
}

/* checked card */
body.has-category-selected #field_1_37 #input_1_37 > .gchoice input[type="radio"]:checked + label {
		background: #fff;

}
body.has-category-selected #field_1_37 #input_1_37 .gchoice input[type="radio"]:checked + label h4 {
	color: #132941 !important;
}


body.has-category-selected #field_1_37 #input_1_37 > .gchoice > label h4 {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1;
	color: #4fa9c6b8;
}
body.has-category-selected #field_1_37 #input_1_37 > .gchoice > input {
	opacity: 0;
	
}


body.has-category-selected #field_1_37 .gchoice p,
body.has-category-selected #field_1_37 .gchoice .eyebrow,
body.has-category-selected #field_1_160,
body.has-category-selected .page-top {
    display:none;
}

body .gchoice.gchoice_1_37_7 {
	display: none !important;
}




.popmake h2.gform_title,
.popmake h2 {
	margin-top: 0 !important;
	margin-bottom: .5rem !important;
	font-size: 18px;
}

#popmake-486.cw-dca-modal-preparing .pum-content {
	opacity: 0.35;
	pointer-events: none;
}

#popmake-486.cw-dca-modal-preparing .pum-content::after {
	content: "Loading…";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: var(--midnight, #07091e);
}
.popmake .gform_description {
	margin-top: 0 !important;
	font-size: 14px;
}
#gform_submit_button_3 {
	background-color: #E89AA0;
	font-weight: bold;
	padding: 1rem 2em;
}

.arrow-down {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    vertical-align: -.15em;

    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='128' y1='40' x2='128' y2='216' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3Cpolyline points='56 144 128 216 200 144' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3C/svg%3E") center / contain no-repeat;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='128' y1='40' x2='128' y2='216' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3Cpolyline points='56 144 128 216 200 144' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3C/svg%3E") center / contain no-repeat;
}

#gfield_upload_rules_1_98,
#gfield_upload_rules_1_125 {
	display: none;
}

p.jump-buttons {
	margin-top: 1.5rem !important;
	display: flex;
	gap: 18px;
}
@media (max-width: 1024px) {
	p.jump-buttons {
		flex-direction: column;
		align-items: start;
	}
}
p.jump-buttons .btn-outline:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .5em;
    vertical-align: -.15em;

    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='104 176 152 224 200 176' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3Cpath d='M56 32a96 96 0 0 1 96 96v96' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3C/svg%3E") center / contain no-repeat;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='104 176 152 224 200 176' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3Cpath d='M56 32a96 96 0 0 1 96 96v96' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='26'/%3E%3C/svg%3E") center / contain no-repeat;

}
.gfield_fileupload_filename {
	color: #fff !important;
}
.gform-theme--framework {
--gf-ctrl-file-prev-name-color: #fff;
}
.gform-theme--framework ::placeholder {
  color: #888 !important;
}

#gform_1_validation_container.gform_validation_errors {
  background: white !important;
  z-index: 100 !important;
  position: relative !important;
}
#gform_1_validation_container.gform_validation_errors h2 {
	font-size: 1rem !important;
	margin-top: 0 !important;
}

header .nectar-blocks-row__inner.is-contained-content {
	max-width: 1280px !important;
}
#field_1_160 {
position: relative;
    top: 14px;
	margin-top: -2rem;
}

h3#block-f0Q2u8QCs6 {
	margin-top: 3rem !important;
}
#block-P7c5mDMgzg {
	margin-top: 0rem !important;
}

#field_1_160 h3 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
#field_1_160 p {
	margin-bottom: -4rem;
}
h3#block-tYITs8e2Xk {
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}
#block-TOC3JszRc4 {
	margin-top: -1rem;
	
}
#field_1_162 {
	margin-top: -5rem;
}


