.elementor-17607 .elementor-element.elementor-element-dace899{--display:flex;}.elementor-17607 .elementor-element.elementor-element-4f200d67{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-17607 .elementor-element.elementor-element-4f200d67.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17607 .elementor-element.elementor-element-79e3d7ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 21px 0px;}.elementor-17607 .elementor-element.elementor-element-56c2ca04{--display:flex;}.elementor-17607 .elementor-element.elementor-element-83444b3{--display:flex;}.elementor-17607 .elementor-element.elementor-element-b41ba29{--display:flex;}.elementor-17607 .elementor-element.elementor-element-450b394{z-index:-1;}.elementor-17607 .elementor-element.elementor-element-266d6a4{--display:flex;}@media(min-width:768px){.elementor-17607 .elementor-element.elementor-element-4f200d67{--width:100.315%;}}/* Start custom CSS for html, class: .elementor-element-eea3a89 *//* CREATE AVATAR centered button - black with soft white border */
.zpd-create-label {
    /* Positioning in center */
    display: inline-block !important;
    position: relative !important;
    
    /* Button styling - BLACK background */
    background: #000000 !important;
    color: #e8e8e8 !important;  /* Softer white text */
    padding: 12px 21px !important;
    border-radius: 21px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    
    /* Softer WHITE border */
    border: 1.0px solid #e8e8e9 !important;
    
    /* Effects */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    
    /* Remove default link styles */
    text-decoration: none !important;
    line-height: 1.2 !important;
}

.zpd-create-label:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;  /* Brighter on hover */
    border-color: #d0d0d0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2) !important;
}

.zpd-create-label:active {
    transform: translateY(0) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
}

/* Make sure parent circle keeps its glow */
.zpd-avatar-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ========== COUNTER ANIMATION STYLES ========== */

.zpd-counter-container {
    text-align: center;
    padding: 40px 20px;
}

.zpd-counter-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.zpd-counter-circle.orange {
    color: #ff6b35;
    background: rgba(255, 107, 53, 0.1);
}

.zpd-counter-circle.yellow {
    color: #ffd93d;
    background: rgba(255, 217, 61, 0.1);
}

.zpd-counter-circle.green {
    color: #6bcf7f;
    background: rgba(107, 207, 127, 0.1);
}

.zpd-counter-circle.blue {
    color: #4d9de0;
    background: rgba(77, 157, 224, 0.1);
}

.zpd-counter-percent {
    font-size: 32px;
    font-weight: bold;
}

.zpd-continue-btn {
    background: #000000;
    color: #e8e8e8;
    border: 2px solid #e8e8e8;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
}

.zpd-continue-btn:hover {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS *//* ============================================
   ZPD AVATAR SET 3 - COMPLETE STYLES
   ============================================ */

/* --- 1. OUTER CONTAINER --- */
.zpd-avatar {
  position: relative;
  display: inline-grid;
  text-align: center;
  overflow: visible;
}

/* --- 2. AVATAR CIRCLE --- */
.zpd-avatar-wrap {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  will-change: transform, box-shadow, filter;
  animation: zpd-float 3s ease-in-out infinite,
    zpd-glow 3s ease-in-out infinite;
}

.zpd-avatar-wrap:active {
  transform: none;
}

.zpd-avatar,
.zpd-avatar-wrap,
.zpd-bio,
.zpd-avatar-img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.zpd-avatar-wrap::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 0 3.3px rgba(106, 27, 166, 0.4),
    0 0 30px 6px rgba(138, 43, 226, 0.28);
  filter: blur(2px);
  animation: zpd-ring 3s ease-in-out infinite;
}

.zpd-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity 0.7s ease-in-out;
}

/* --- 3. BIO PANEL (FORM CONTAINER) --- */
.zpd-bio {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(15, 17, 22, 0.96);
  min-width: 320px;
  max-width: 420px;
  color: #fff;
  border-radius: 16px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(138, 43, 226, 0.25);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.97);
  transform-origin: 50% 50%;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  padding: 24px;
  box-sizing: border-box;
}

.zpd-bio:empty {
  display: none;
}

/* --- INTERACTION RULES --- */

/* Invert class (legacy) */
.zpd-avatar-wrap.invert .zpd-avatar-img {
  opacity: 0.15;
  position: relative;
  z-index: 1;
}
.zpd-avatar-wrap.invert + .zpd-bio {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* Mobile tap - all screen sizes */
.zpd-avatar.active .zpd-avatar-img {
  opacity: 0.15;
  position: relative;
  z-index: 1;
}
.zpd-avatar.active .zpd-bio {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

@media (min-width: 768px) {
/* Desktop hover and keyboard focus */
.zpd-avatar:hover .zpd-avatar-img,
.zpd-avatar:focus-within .zpd-avatar-img {
  opacity: 0.15;
  position: relative;
  z-index: 1;
}
.zpd-avatar:hover .zpd-bio,
.zpd-avatar:focus-within .zpd-bio {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
}

/* --- 4. FORM STYLES --- */
.zpd-form-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.zpd-bio-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zpd-form-row {
  display: flex;
  gap: 12px;
}

.zpd-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: zpd-field-enter 0.5s ease-out forwards;
}

/* Make typed fields look obviously "type here" */
#zpd-avatar-form input::placeholder{
  opacity: 1; /* ensure visible */
  color: rgba(255,255,255,0.55);
  font-style: italic;
}

/* On hover/focus: stronger cue + placeholder fades */
#zpd-avatar-form input:hover,
#zpd-avatar-form input:focus{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.35);
}

#zpd-avatar-form input:hover::placeholder,
#zpd-avatar-form input:focus::placeholder{
  color: rgba(255,255,255,0.25);
}

/* Sequential field animation delays */
.zpd-form-field:nth-child(1) { animation-delay: 0.1s; }
.zpd-form-field:nth-child(2) { animation-delay: 0.2s; }
.zpd-form-field:nth-child(3) { animation-delay: 0.3s; }
.zpd-form-field:nth-child(4) { animation-delay: 0.4s; }
.zpd-form-field:nth-child(5) { animation-delay: 0.5s; }
.zpd-form-field:nth-child(6) { animation-delay: 0.6s; }
.zpd-form-field:nth-child(7) { animation-delay: 0.7s; }
.zpd-form-field:nth-child(8) { animation-delay: 0.8s; }
.zpd-form-field:nth-child(9) { animation-delay: 0.9s; }
.zpd-form-field:nth-child(10) { animation-delay: 1.0s; }

@keyframes zpd-field-enter {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.zpd-form-field label {
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.zpd-form-field input,
.zpd-form-field select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 12px 14px;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    background 0.3s ease;
  height: 46px;
}

.zpd-form-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 38px;
}

.zpd-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.zpd-form-field input:focus,
.zpd-form-field select:focus {
  border-color: rgba(138, 43, 226, 0.6);
  box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

/* --- 5. SUBMIT BUTTON --- */
.zpd-submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(138, 43, 226, 0.95), rgba(106, 27, 166, 0.95));
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), 0 0 22px rgba(138, 43, 226, 0.25);
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: zpd-field-enter 0.5s ease-out 1.1s forwards;
}

.zpd-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4), 0 0 28px rgba(138, 43, 226, 0.35);
}

.zpd-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.2);
}

.zpd-btn-text {
  transition: opacity 0.2s ease;
}

.zpd-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  animation: zpd-spin 0.8s linear infinite;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes zpd-spin {
  to {
    transform: rotate(360deg);
  }
}

.zpd-submit-btn.loading .zpd-btn-text {
  opacity: 0;
}

.zpd-submit-btn.loading .zpd-spinner {
  opacity: 1;
  transform: scale(1);
}

/* --- 6. FEEDBACK MESSAGES --- */
.zpd-feedback {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.zpd-feedback.show {
  opacity: 1;
  transform: translateY(0);
}

.zpd-feedback.error {
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.5);
  color: #ffb4b4;
}

.zpd-feedback.success {
  background: rgba(40, 167, 69, 0.15);
  border: 1px solid rgba(40, 167, 69, 0.5);
  color: #b6ffcf;
}

/* --- 7. DASHBOARD STATUS OVERLAY --- */
.zpd-inprogress {
  padding: 30px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

/* --- 8. ANIMATIONS --- */
@keyframes zpd-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes zpd-glow {
  0%,
  100% {
    box-shadow: 0 0 6px 2px rgba(106, 27, 166, 0.45),
      0 0 18px 0 rgba(138, 43, 226, 0.3),
      0 0 36px 6px rgba(138, 43, 226, 0.2),
      0 0 60px 12px rgba(138, 43, 226, 0.12);
  }
  50% {
    box-shadow: 0 0 8px 2px rgba(106, 27, 166, 0.75),
      0 0 32px 0 rgba(138, 43, 226, 0.65),
      0 0 70px 12px rgba(138, 43, 226, 0.45),
      0 0 120px 24px rgba(138, 43, 226, 0.28);
  }
}

@keyframes zpd-ring {
  0%,
  100% {
    filter: blur(2px);
    opacity: 0.75;
  }
  50% {
    filter: blur(3px);
    opacity: 1;
  }
}

/* --- 9. RESPONSIVE TWEAKS --- */
@media (max-width: 768px) {
  .zpd-avatar-wrap {
    width: 155px;
    height: 155px;
  }
  
  .zpd-bio {
    max-width: 88vw;
    padding: 20px;
  }
  
  .zpd-form-row {
    flex-direction: column;
    gap: 14px;
  }
  
  .zpd-form-title {
    font-size: 18px;
  }
  
  .zpd-avatar,
  .zpd-avatar * {
    -webkit-user-select: none;
    user-select: none;
  }
  
  .zpd-avatar-wrap {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}

@media (min-width: 768px) {
  .zpd-date-row {
    display: flex;
  }

  .zpd-time-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .zpd-location-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .zpd-time-row .zpd-form-field {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
 .zpd-location-row .zpd-form-field {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
 }
  .zpd-year-full {
    display: flex;
  }
}
/* --- Avatar form tweaks (clean) --- */

/* Minute dropdown width */
#zpd-minute-60 { width: 110px !important; }

/* Select text + placeholder state (all dropdowns) */
#zpd-avatar-form select { color: #fff !important; }
#zpd-avatar-form select:required:invalid { color: rgba(255,255,255,0.65) !important;  }

/* Ensure Avatar form rows stack vertically (lock order) */
#zpd-avatar-form {
  display: flex;
  flex-direction: column;
}

/* Each form row occupies its own line */
#zpd-avatar-form .zpd-form-row {
  width: 100%;
  flex: 0 0 100%;
}

/* Country field full-width (single row) */
#zpd-avatar-form .zpd-location-row {
  flex-wrap: wrap;
}

#zpd-avatar-form #zpd-country {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* === Avatar form: manual typed fields (City / State / Country) === */
#zpd-avatar-form #zpd-city,
#zpd-avatar-form #zpd-state,
#zpd-avatar-form #zpd-country {
  background: rgb(211, 247, 247) !important;   /* teal surface */
  color: #0d0d0d !important;                   /* typed text */
  border-color: rgba(13,13,13,0.35) !important;
}

/* Placeholder text for teal fields (visible before typing) */
#zpd-avatar-form #zpd-city::placeholder,
#zpd-avatar-form #zpd-state::placeholder,
#zpd-avatar-form #zpd-country::placeholder {
  color: rgba(17,17,17,0.70) !important;
}/* End custom CSS */