.elementor-16 .elementor-element.elementor-element-c5469cb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-e89c4d3 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue-core:  #2563ff;
  --violet:     #7c3aed;
  --text-hi:    #0f1a2e;
  --text-mid:   #4a6080;
}

.cc-header-wrap {
  font-family: 'Poppins', sans-serif;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(37,99,255,0.10);
  width: 100%;
}

.cc-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* ── LOGO PLACEHOLDER ── */
.cc-logo-placeholder {
  width: 140px;
  height: 36px;
  border: 1.5px dashed rgba(37,99,255,0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 500;
  color: rgba(37,99,255,0.40);
  letter-spacing: 0.02em;
}

/* ── NAV ── */
.cc-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.cc-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-mid);
  text-decoration: none;
  padding: 6px 13px;
  border-radius: 8px;
  transition: color .18s, background .18s;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cc-nav a:hover { color: var(--text-hi); background: rgba(37,99,255,0.06); }

/* ── RIGHT SIDE ── */
.cc-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cc-hdr-login {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-mid);
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 8px;
  transition: color .18s, background .18s;
}
.cc-hdr-login:hover { color: var(--text-hi); background: rgba(37,99,255,0.06); }

.cc-hdr-cta {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #2563ff 0%, #7c3aed 100%);
  box-shadow: 0 4px 16px rgba(37,99,255,0.28);
  transition: transform .18s, box-shadow .18s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cc-hdr-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(37,99,255,0.38); }
.cc-hdr-cta svg { width: 13px; height: 13px; }

.cc-divider {
  width: 1px;
  height: 20px;
  background: rgba(37,99,255,0.10);
  flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .cc-nav { display: none; }
  .cc-header { padding: 0 20px; }
}
@media (max-width: 640px) {
  .cc-header-right { gap: 8px; }
  .cc-hdr-cta { padding: 7px 14px; font-size: 12.5px; }
}/* End custom CSS */