/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
  font-family: "Roboto Condensed", sans-serif;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  background: #f8f8f8;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.ubam-header {
  background: url("../img/ubam-bg-ub-city.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100% !important;
}

/* Ensure hero sections with ubam-header show background */
.hero .ubam-header {
  width: 100%;
  min-height: 100%;
}

.ubam-header .hero-head,
.ubam-header .hero-body {
  background: transparent !important;
}

/* Remove any white backgrounds from hero sections inside ubam-header */
.ubam-header .hero.is-medium,
.ubam-header .hero-body.is-primary,
.ubam-header section,
.ubam-header .hero {
  background: transparent !important;
  background-color: transparent !important;
}

/* Ensure hero section shows background image without any overlay */
section.hero.is-medium {
  background: transparent !important;
  background-color: transparent !important;
}

.hero.is-medium .ubam-header {
  background: url("../img/ubam-bg-ub-city.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.lng-btn {
  color: #fff;
  height: 38px;
  background: #a6cfef18;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.lng-btn .icon {
  margin-right: 8px;
}

.lng-btn-is-active {
  background: #a6cfef88;
  font-weight: medium;
  color: #ffffff;
}

.lng-btn:hover {
  opacity: 0.5;
  color: #fff;
}

.login-btn {
  width: 180px;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  background: #9400002d;
  border: 0px;
}

.navbar-item .icon {
  height: 5px !important;
}

.header-logo {
  height: 55px;
  border-radius: 5px;
}

.login-btn:hover {
  background: #940000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.ubam-title {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.ubam-subtitle {
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  opacity: 0.5;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* Mobile responsive typography for hero section */
@media screen and (max-width: 768px) {
  .ubam-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }

  .ubam-subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .hero-tagline {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .hero-cta {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-cta, .secondary-cta {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .ubam-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .ubam-subtitle {
    font-size: 16px;
  }

  .hero-tagline {
    font-size: 13px;
  }

  .hero-note {
    font-size: 11px;
    line-height: 1.4;
  }

  .hero-cta {
    flex-direction: column;
    gap: 8px;
  }

  .primary-cta, .secondary-cta {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}

.ubam-card {
  padding: 30px;
  background: #ffffff;
  /* border-radius: 6px; */
  margin: -30px 10px 20px 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-height: 160px;
}

.card-ico {
  float: right;
}

.ubam-card-header h1 {
  color: #000;
  font-weight: 800;
  font-size: 29px;
}

.ubam-card-header h2 {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.ubam-card-body {
  padding-top: 5px;
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: #7121216e !important;
  }

  .login-btn {
    width: 100% !important;
  }

  .text-wrapper {
    padding: 0 0 !important;
    position: initial !important;
    background-color: inherit;
    width: 100% !important;
    margin: 1.4rem 0;
  }
  .text-wrapper::after {
    display: none !important;
  }

  .timeline-container::after {
    display: none !important;
  }
}

.ubam-title-exp {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  color: #333 !important;
  text-align: center;
  margin-top: 30px;
}

.ubam-title-exp2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  color: #333 !important;
  text-align: center;
  margin-top: 5px;
}

.exp-title {
  text-transform: uppercase;
  color: #940000;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 8px;
}
p {
  font-size: 13px;
}

.member-name {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  margin-right: 5px;
}

.member-lastname {
  color: #959595;
  text-align: center;
  margin-top: 10px;
}

.job-title {
  color: #940000;
  text-align: center;
}

/* Premium HNW Enhancements */
.hero-tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 25px;
  font-style: italic;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.primary-cta {
  background: #940000;
  color: #fff;
}

.primary-cta:hover {
  opacity: 0.85;
  color: #fff;
}

.secondary-cta {
  border: 1px solid #940000;
  color: #940000;
  background: transparent;
}

.secondary-cta:hover {
  background: #940000;
  color: #fff;
}

.hero-cta .secondary-cta {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.hero-cta .secondary-cta:hover {
  border-color: #940000;
  color: #940000;
  background: rgba(148, 0, 0, 0.1);
}

.hero-note {
  font-size: 12px;
  color: #FFD700;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.section-lede {
  text-align: center;
  margin: 10px auto 30px auto;
  max-width: 760px;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.solution-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border-top: 4px solid #940000;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.solution-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.solution-card p {
  font-size: 13px;
  color: #666;
  min-height: 60px;
}

.solution-card ul {
  margin: 15px 0 0 15px;
  padding: 0;
  list-style: disc;
}

.solution-card ul li {
  font-size: 12px;
  margin-bottom: 6px;
}

.performance-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.allocation-panel h4,
.performance-metrics h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.allocation-grid {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.allocation-grid li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 13px;
}

.allocation-grid strong {
  color: #940000;
}

.footnote {
  font-size: 11px;
  color: #888;
  font-style: italic;
}

.performance-metrics ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.performance-metrics li {
  margin-bottom: 10px;
  font-size: 13px;
}

.client-segments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.client-segment {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.client-segment h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.client-segment ul {
  margin: 10px 0 0 16px;
  padding: 0;
  list-style: disc;
}

.client-segment ul li {
  margin-bottom: 6px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.process-step {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.process-step span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #940000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.insight-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #940000;
}

.insight-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.insight-card a {
  color: #940000;
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
}

.insight-date {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #999;
}

.insight-cta {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .hero-cta {
    flex-direction: row;
  }

  .hero-note {
    margin-left: 15px;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding: 20px 0;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: rgba(148, 0, 0, 0.05);
  border-radius: 8px;
  border-left: 3px solid #940000;
}

.stat-item h3 {
  font-size: 24px;
  font-weight: 800;
  color: #940000;
  margin: 0 0 8px 0;
}

.stat-item p {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.premium-badge {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0;
}

.exclusive-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  color: #fff;
  padding: 60px 0;
}

.credential-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.credential-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.credentials {
  margin: 10px 0;
}

.credentials .credential-badge {
  background: rgba(148, 0, 0, 0.1);
  color: #940000;
  border: 1px solid #940000;
  margin: 2px;
  padding: 4px 8px;
  font-size: 9px;
}

.experience {
  font-size: 11px;
  color: #888;
  font-style: italic;
  margin-top: 8px;
}

.portal-feature {
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.portal-feature h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.portal-feature p {
  margin: 0;
  color: #ccc;
}

/* Navigation styling fixes */
.navbar-item {
  color: #fff !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-item:hover {
  color: #FFD700 !important;
  background-color: rgba(148, 0, 0, 0.1) !important;
}

.navbar-item:focus {
  color: #FFD700 !important;
  background-color: rgba(148, 0, 0, 0.1) !important;
}

/* Service section styling fixes */
.service-section h3 {
  color: #940000 !important;
  font-weight: 700 !important;
}

.service-section p {
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.service-section ul li {
  color: #666 !important;
  font-size: 13px !important;
  margin-bottom: 5px !important;
}

/* Enhanced text visibility */
.hero-body h1:not(.ubam-title):not(.ubam-subtitle),
.hero-body h2:not(.ubam-title):not(.ubam-subtitle),
.hero-body h3:not(.ubam-title):not(.ubam-subtitle) {
  color: #333 !important;
}

.hero-body p:not(.hero-tagline) {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* Better contrast for all content sections */
section[style*="background: #fff"] h1,
section[style*="background: #fff"] h2,
section[style*="background: #fff"] h3,
section[style*="background: #fff"] h4 {
  color: #333 !important;
}

section[style*="background: #fff"] p,
section[style*="background: #fff"] li {
  color: #666 !important;
}

section[style*="background: #f8f9fa"] h1,
section[style*="background: #f8f9fa"] h2,
section[style*="background: #f8f9fa"] h3,
section[style*="background: #f8f9fa"] h4 {
  color: #333 !important;
}

section[style*="background: #f8f9fa"] p,
section[style*="background: #f8f9fa"] li {
  color: #666 !important;
}

/* Stats grid improvements */
.stats-grid .stat-item h3 {
  color: #940000 !important;
  font-weight: 800 !important;
}

.stats-grid .stat-item p {
  color: #666 !important;
  font-weight: 600 !important;
}

.timeline-container {
  position: relative;
  width: 40rem;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  background-color: #dddddd;
  top: 0;
  bottom: 0;
  left: 50%;
}

.text-wrapper {
  padding: 0 1rem;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin: 1.4rem 0;
}
.text-wrapper::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  right: -0.4rem;
  background-color: #940000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.left {
  left: 0;
}

.right {
  left: 50%;
}

.right::after {
  left: -0.2rem;
}

.text {
  padding: 1rem;
  background-color: #fff;
  border-radius: 6px;
}
.text h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #212121;
  font-weight: 800;
}

.text p {
  color: #959595;
  font-size: 13px;
  margin-top: 2px;
}

.inv-login-btn {
  padding: 10px 20px 10px 20px;
  background-color: #2c452b85;
  font-weight: 800;
  color: #3ea51f;
  margin-top: 100px;
}

.inv-login-btn:hover {
  opacity: 0.8;
  color: #3ea51f;
}

.footer-contact {
  margin-top: 5px;
}
.footer-contact img {
  width: 13px;
  opacity: 0.5;
  margin-right: 10px;
}

.site-footer {
  background: #111;
  color: #ddd;
  padding: 40px 20px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 30px 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  /* Add spacing between footer buttons on mobile */
  .footer-grid .primary-cta {
    margin-bottom: 10px;
    display: block;
  }

  .footer-grid .secondary-cta {
    display: block;
  }
}

.footer-grid h4 {
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 12px;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-list a:hover {
  color: #ffd700;
}

.footer-meta {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #aaa;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 11px;
  color: #aaa;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-bottom a {
  color: #ffd700;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.navbar-burger {
  color: #fff !important;
}

/* Scroll spy */

.scrollspy {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.scrollspy .scroll-nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.scrollspy .scroll-nav-menu li {
  position: relative;
  min-width: 100px;
  text-align: right;
}
.scrollspy .scroll-nav-menu li .dot {
  display: block;
  color: #fff;
  padding: 5px 0;
}
.scrollspy .scroll-nav-menu li .dot::before,
.scrollspy .scroll-nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
}
.scrollspy .scroll-nav-menu li .dot::before {
  width: 5px;
  height: 5px;
  right: 0;
  border: 2px solid #181818;
  transform: translateY(-50%);
}
.scrollspy .scroll-nav-menu li .dot::after {
  width: 15px;
  height: 15px;
  border: 2px solid #940000;
  right: -5px;
  transform: translateY(-50%) scale(0);
}
.scrollspy .scroll-nav-menu li .dot.active::before,
.scrollspy .scroll-nav-menu li:hover .dot::before {
  background: #940000;
  border-color: #940000;
}
.scrollspy .scroll-nav-menu li .dot.active::after,
.scrollspy .scroll-nav-menu li:hover .dot::after {
  transform: translateY(-50%) scale(1);
}
.scrollspy .scroll-nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background-color: #940000;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 30px;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.scrollspy .scroll-nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: "";
  border-left: 7px solid #940000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  right: 0;
  transition: all 0.3s ease;
}
.scrollspy .scroll-nav-menu li .dot.active span,
.scrollspy .scroll-nav-menu li:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
}

.inv-dot {
  content: "";
  height: 12px;
  width: 12px;
  background: #940000;
  border-radius: 50%;
}

/* .inv-vis {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: gray;
} */

.form-steps {
  display: block;
  width: 100%;
  position: relative;
  margin: 40px 0;
}

.form-steps__item {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}

.form-steps__item-content {
  display: inline-block;
}

.form-steps__item-icon {
  display: block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 40px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
}

.form-steps__item-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  float: left;
  position: absolute;
  border-bottom: 2px dashed #940000;
  left: -50%;
  top: 8px;
  z-index: 1;
}

.form-steps__item--completed .form-steps__item-icon {
  background: #940000;
  color: transparent;
  border-radius: 100%;
  outline: white solid 10px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  line-height: 60px;
}

@media only screen and (max-width: 767px) {
  .form-steps__item-icon,
  .form-steps__item--completed .form-steps__item-icon {
    width: 15px;
    height: 15px;
    line-height: 30px;
  }

  .form-steps__item-line {
    top: 8px;
  }
}

.form-steps__item-text {
  font-size: 13px;
  font-weight: 800;
}

.navbar-item img {
  max-height: 200px !important;
}
/*
.form-steps-subtitle {
  float: left;
  margin-top: 40px;
  margin-right: 60px;
} */

/* ==========================================================================
   Client Portal Styles
   ========================================================================== */

.login-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h3 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.login-header p {
  color: #666;
  font-size: 14px;
}

.login-form .label {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}

.login-form .input {
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.login-form .input:focus {
  border-color: #FFD700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.login-form .checkbox {
  color: #666;
  font-size: 14px;
}

.login-footer {
  text-align: center;
  margin-top: 20px;
}

.forgot-password {
  color: #FFD700;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.forgot-password:hover {
  text-decoration: underline;
}

.security-notice {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}

.security-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.security-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: #333;
}

.portal-features {
  padding: 20px;
}

.portal-features h4 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.feature-icon {
  font-size: 24px;
  width: 40px;
  text-align: center;
}

.feature-item h5 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.login-btn-active {
  background: linear-gradient(135deg, #FFD700, #FFA500) !important;
  color: #000 !important;
}

/* Dashboard Styles */

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.welcome-message h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.welcome-message p {
  color: #666;
  font-size: 14px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.dashboard-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dashboard-card h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.portfolio-value {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.portfolio-value .value {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.portfolio-value .change {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-value .change.positive {
  background: #e8f5e8;
  color: #2e7d2e;
}

.portfolio-value .change.negative {
  background: #fce8e8;
  color: #d63031;
}

.allocation-chart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.allocation-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
}

.color-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.metric-row:last-child {
  border-bottom: none;
}

.metric-row span:first-child {
  color: #666;
}

.metric-row span:last-child {
  font-weight: 600;
  color: #333;
}

.metric-row .positive {
  color: #2e7d2e;
}

.metric-row .negative {
  color: #d63031;
}

.activity-item {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-date {
  color: #999;
  font-weight: 600;
  min-width: 50px;
}

.activity-description {
  color: #666;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.action-btn {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  color: #333;
}

.action-btn:hover {
  background: #FFD700;
  border-color: #FFD700;
  color: #000;
}
