/**
-----
----- Template Name : Vivian
----- Version       : 1.0.0
----- Author        : Wip Themes
----- Author URL    : https://themeforest.net/user/wip-themes
-----
		Table of content:
		(1) Base styling
		(2) Base Typography
		(3) Header
		(4) Main Menu
		(5) Preloader
		(6) Intro
		(7) Inner Pages
		(8) Single Portfolio
		(9) Footer
-----
-----
*/
/**
 * =============> (1) Base Styling
 **/
body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  overflow-x: hidden;

a[href$=".jpg"],
a[href$=".jpeg"],
a[href$=".gif"],
a[href$=".png"] {
  cursor: zoom-in;

}

/* === Tech Tags Filter (Option 3) === */
.tech-filter-wrapper { margin-top: 18px; }
.tech-filter-controls { max-width: 960px; margin: 0 auto; }
.tech-filter-input { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); color: #fff; padding: 10px 14px; border-radius: 8px; width: 60%; min-width: 260px; max-width: 540px; }
.tech-filter-input:focus { outline: none; box-shadow: 0 6px 20px rgba(0,0,0,0.6), 0 0 0 4px rgba(212,175,55,0.06); border-color: rgba(212,175,55,0.18); }
.tech-filter-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 100%; margin: 0 auto; }
.tech-filter-tag { background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.94); padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.04); font-size: 0.95rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.tech-filter-tag:focus, .tech-filter-tag:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.55), 0 0 0 4px rgba(212,175,55,0.06); border-color: rgba(212,175,55,0.12); color: #fff; transform: translateY(-2px); }
.tech-filter-tag--copied { background: rgba(212,175,55,0.12); border-color: rgba(212,175,55,0.28); }
.tech-filter-summary { max-width: 960px; margin: 0 auto 8px auto; }

@media (max-width: 767px) {
  .tech-filter-input { width: calc(100% - 120px); max-width: none; }
  .tech-filter-controls { padding: 0 12px; }
  .tech-filter-tag { padding: 6px 9px; font-size: 0.88rem; }
}

/* === Skill Matrix & Tag Cloud (Option 4) === */
.skill-matrix-wrapper { margin-top: 18px; }
.skill-controls { max-width: 1000px; margin: 0 auto 6px auto; }
.skill-filter-input { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); color: #fff; padding: 8px 10px; border-radius: 8px; }

.skill-area { max-width: 1100px; margin: 0 auto; }
.skill-matrix { display: flex; gap: 18px; justify-content: space-between; }
.skill-column { flex: 1 1 0; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.03); border-radius: 12px; padding: 12px; }
.skill-column-title { margin: 0 0 8px 0; color: #d4af37; font-weight: 700; }
.skill-items { display:flex; gap:8px; flex-wrap:wrap; }
.skill-tag { background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.94); padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.04); font-size: 0.95rem; cursor: pointer; display:inline-flex; align-items:center; justify-content:center; }
.skill-tag:hover, .skill-tag:focus { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.6), 0 0 0 4px rgba(212,175,55,0.06); }
.skill-tag--active { animation: skillPulse 0.65s ease; box-shadow: 0 10px 30px rgba(212,175,55,0.16); }
@keyframes skillPulse { 0%{ transform: scale(1);} 50%{ transform: scale(1.06);} 100%{ transform: scale(1);} }

.skill-cloud { padding: 18px; background: rgba(255,255,255,0.01); border-radius: 12px; border: 1px solid rgba(255,255,255,0.03); }
.skill-cloud .cloud-inner { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; align-items:center; }

@media (max-width: 900px) {
  .skill-matrix { flex-direction: column; }
  .skill-column { width: 100%; }
}

/* === Polished visual redesign for Skill Matrix & Cloud === */
.skill-card {
  max-width: 1140px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 10px 40px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.02);
}

.skill-controls .btn {
  background: transparent;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 220ms ease;
}
.skill-controls .btn.active,
.skill-controls .btn:hover { background: rgba(212,175,55,0.08); border-color: rgba(212,175,55,0.18); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.45); }

.skill-filter-input { width: 320px; min-width: 180px; }

.skill-matrix { gap: 22px; }
.skill-column { padding: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0.01)); }
.skill-column-title { font-size: 0.95rem; color: rgba(212,175,55,0.98); letter-spacing: 0.06em; }

.skill-items { padding: 6px 0; }
.skill-tag { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.03); color: #f3f3f3; padding: 10px 14px; border-radius: 999px; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.skill-tag:focus, .skill-tag:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.6), 0 0 0 5px rgba(212,175,55,0.05); background: rgba(212,175,55,0.06); }
.skill-tag--active { box-shadow: 0 18px 40px rgba(212,175,55,0.12); border-color: rgba(212,175,55,0.18); }

.skill-cloud { padding: 28px; display: block; }
.cloud-inner { padding: 6px; }
.cloud-inner .skill-tag { margin: 8px; display: inline-block; min-width: 90px; text-align: center; }

/* Subtle entrance: make tags visible by default so they don't stay hidden
  if animations are disabled or fail to run. Keep a lightweight transition
  as a progressive enhancement. */
.skill-card .skill-tag {
  opacity: 1;
  transform: none;
  transition: transform 260ms ease, opacity 300ms ease;
}

/* Legacy animation keyframes retained for environments that still use them
  (but tags are visible by default to avoid an empty UI). */
@keyframes tagIn { to { opacity: 1; transform: translateY(0) scale(1); } }

/* smaller devices tweak */
@media (max-width: 640px) {
  .skill-card { padding: 18px; }
  .skill-controls { gap: 8px; }
  .skill-filter-input { width: 160px; }
  .skill-tag { padding: 8px 10px; font-size: 0.85rem; }
}

/* === Option 2: Grouped Collapsible Categories === */
.tech-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.tech-group { background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.015)); border: 1px solid rgba(255,255,255,0.03); border-radius: 12px; overflow: hidden; }
.tech-group-header { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px 16px; background: transparent; border: 0; color: #fff; font-weight: 700; cursor: pointer; text-align: left; }
.tech-group-header:after { content: '\25BC'; margin-left: 12px; opacity: 0.65; transition: transform 240ms ease; }
.tech-group-header[aria-expanded="true"]:after { transform: rotate(180deg); }
.tech-group-content { padding: 12px 16px 18px 16px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; max-height: 1000px; transition: max-height 300ms ease; }
.tech-badge { background: rgba(0,0,0,0.28); color: #f3f3f3; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.03); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight:600; text-transform: none; }
.tech-badge:hover, .tech-badge:focus { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.6), 0 0 0 4px rgba(212,175,55,0.06); }

@media (max-width: 640px) {
  .tech-group-header { padding: 10px 12px; font-size: 0.95rem; }
  .tech-group-content { padding: 10px 12px 14px 12px; }
}

a.rd-more {
  position: relative;
}

a.rd-more:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.text-large {
  font-family: 'Poppins', 'IBM Plex Sans', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
}

a.rd-more:hover:before {
  left: 0;
  right: initial;
  width: 100%;
}

blockquote {
  padding-left: 70px;
  position: relative;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 50px;
  height: 1px;
  background-color: currentColor;
}


/** Social Media Home page */
a {
  color: #8a0e0e;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
  position: fixed;
  top: 50%;
}
.social ul {
  padding: 0px;
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.social ul li:hover {
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  transform: rotate(0deg);
}



/** tabular data */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  padding: .5rem;
  vertical-align: top;
}

/** forms elements */
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
  font-size: 1em;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[type="submit"],
button {
  font-size: .875rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  line-height: 1;
  padding: .75rem 1rem;
  border-radius: 3px;
  outline-width: 0;
  cursor: pointer;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

button.on-submit,
#VivianGlobLoader {
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  outline-width: 0 !important;
  text-indent: -9999rem;
  font-size: .0000001em;
  width: 32px;
  height: 32px;
  pointer-events: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#VivianGlobLoader {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  display: none;
}

#VivianGlobLoader.show {
  display: block;
}

.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn, .btn.btn-md {
  padding: .5rem 1rem .5rem 1rem;
}

.btn.btn-lg {
  padding: .75rem 1rem .75rem 1rem;
}

.btn.pj-btn {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .075em;
}

.btn.pj-btn .icon {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: -.25rem 0 -.13rem .75rem;
}

.text-large {
  font-size: 3rem;
}

.pj-spacer {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  height: 3rem;
}

.pj-spacer.spacer-sm {
  height: 1rem;
}

.pj-spacer.spacer-md {
  height: 2.5rem;
}

.pj-spacer.spacer-lg {
  height: 4rem;
}

@media (min-width: 768px) {
  .pj-spacer {
    height: 4rem;
  }
}

@media (min-width: 992px) {
  .pj-spacer {
    height: 5rem;
  }
}

.pj-font-thin {
  font-weight: lighter;
}

.pj-font-thin-100 {
  font-weight: 100;
}

.pj-font-thin-200 {
  font-weight: 200;
}

.pj-font-thin-300 {
  font-weight: 300;
}

.pj-font-normal {
  font-weight: normal;
}

.pj-font-bold {
  font-weight: bold;
}

.pj-font-bold-500 {
  font-weight: 500;
}

.pj-font-bold-600 {
  font-weight: 600;
}

.pj-font-bold-700 {
  font-weight: 700;
}

.pj-font-bold-800 {
  font-weight: 800;
}

.pj-font-bold-900 {
  font-weight: 900;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .01rem;
  margin-bottom: 1rem !important;
  position: relative;
}

.section-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100px;
  opacity: .25;
}

.section-title.text-center:before {
  left: 50%;
  margin-left: -50px;
}

.small-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  position: relative;
}

@-webkit-keyframes scrollMe {
  0% {
    width: 70px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 70px;
  }
}

@keyframes scrollMe {
  0% {
    width: 70px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 70px;
  }
}

.pj-scroll-me {
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 1rem;
  font-size: 13px;
  letter-spacing: .1em;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pj-scroll-me:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-right: 1rem;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-animation: scrollMe 3s infinite;
  animation: scrollMe 3s infinite;
}

@media (min-width: 768px) {
  .pj-scroll-me {
    left: 4rem;
  }
}

/** animation preparation */
html.js .has-reveal-effect {
  opacity: 0;
  position: relative;
}

html.js .has-reveal-effect .revealer {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}

/**
 * =============> (2) Base Typography
 **/
p:not(:first-child) {
  margin-top: 29px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 1rem;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6, h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6, h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6, h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6, h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6, h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 2rem !important;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
  margin-top: 2rem !important;
}

h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 2rem !important;
}

#main ul {
  margin-left: 0;
  padding: 0;
}

#main ul li {
  margin-left: 2rem;
  padding: 0;
}

#main ul.service-minimal {
  list-style-type: none;
}

#main ul.service-minimal li {
  list-style-type: none;
  margin-left: 0;
  margin-top: .5rem;
}

#main img:not(.jarallax-img) {
  max-width: 100%;
  height: auto;
}

/**
 * =============> (3) Header
 **/
#main-header {
  position: fixed;
  z-index: 98;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

#main-header .header-ui {
  margin: 0;
  padding: 1rem 1rem;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}

#main-header .header-ui .navbar {
  padding: 0;
  min-height: 30px;
}

#main-header .header-ui .navbar .navbar-brand img {
  max-height: 70px;
  width: auto;
}

#main-header .header-ui .mobile-menu-trigger {
  margin-left: auto;
}

#main-header .header-ui .mobile-menu-trigger .mobile-menu-button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0 .5rem;
  border-radius: 2px;
  overflow: visible;
  outline-width: 0;
  vertical-align: baseline;
  font-size: 12px;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.2;
}

#main-header .header-ui .mobile-menu-trigger .mobile-menu-button i, #main-header .header-ui .mobile-menu-trigger .mobile-menu-button .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  margin-left: .25rem;
  position: relative;
  -webkit-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}

#main-header .header-ui .music-sound-ui {
  flex-grow: 0;
  justify-self: end;
  margin-left: 1rem;
}

#main-header.scrolled .header-ui {
  padding: 1rem 1rem;
}

#main-header .close-portfolio-wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

#main-header .close-portfolio-wrap iframe#cpwc {
  display: block;
  height: 100%;
  width: 1px;
  margin: 0;
  padding: 0;
}

#main-header .close-portfolio-wrap #close-portfolio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline-width: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#main-header .close-portfolio-wrap #close-portfolio i, #main-header .close-portfolio-wrap #close-portfolio .icon {
  font-size: 32px;
}

@media (min-width: 576px) {
  #main-header .header-ui .navbar .navbar-brand img {
    max-height: 75px;
    width: auto;
  }
  #main-header .header-ui .mobile-menu-trigger .mobile-menu-button i, #main-header .header-ui .mobile-menu-trigger .mobile-menu-button .icon {
    font-size: 1.75rem;
    margin-left: .5rem;
  }
}

@media (min-width: 768px) {
  #main-header .header-ui {
    padding: 1rem 2rem;
  }
  #main-header .header-ui .navbar .navbar-brand img {
    max-height: none;
    height: auto;
    width: auto;
  }
  #main-header.scrolled .header-ui {
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  #main-header .header-ui {
    padding: 2rem 2rem;
  }
  #main-header .header-ui .mobile-menu-trigger {
    display: none;
  }
  #main-header.scrolled .header-ui {
    padding: 1rem 2rem;
  }
}

body.intro-start #main-header {
  z-index: 101;
}

body.intro-start #main-header .header-ui .navbar > *:not(.music-sound-ui) {
  opacity: 0;
  pointer-events: none;
}

body.intro-start #main-header.scrolled .header-ui {
  padding: 1rem 2rem;
}

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 24px;
  }
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 24px;
  }
}

#play-pause-music {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline-width: 0;
  vertical-align: middle;
}

#play-pause-music .music-bars {
  width: 40px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -20px;
  position: absolute;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#play-pause-music .music-bars .bar {
  top: 50%;
  height: 5px;
  position: absolute;
  width: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#play-pause-music .music-bars .bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

#play-pause-music .music-bars .bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

#play-pause-music .music-bars .bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

#play-pause-music .music-bars .bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

#play-pause-music .music-bars .bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

#play-pause-music .music-bars .bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

#play-pause-music .music-bars .bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

#play-pause-music .music-bars .bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}

#play-pause-music .music-bars .bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}

#play-pause-music .music-bars .bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

#play-pause-music .music-bars iframe {
  position: absolute;
  border: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

#play-pause-music.on-play .music-bars .bar {
  height: 3px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate;
}

#play-pause-music.on-play .music-bars .bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}

#play-pause-music.on-play .music-bars .bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

/**
 * =============> (4) Main Menu
 **/
.main-nav-wrap {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.main-nav-wrap .main-nav-ui {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.main-nav-wrap .main-nav-ui #mobile-menu-close {
  position: absolute;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline-width: 0;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  font-size: 24px;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.main-nav-wrap ul.main-nav {
  list-style-type: none;
  display: list-item;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.main-nav-wrap ul.main-nav li {
  list-style-type: none;
  font-size: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-nav-wrap ul.main-nav li a {
  font-weight: 600;
  font-size: inherit;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .main-nav-wrap .main-nav-ui #mobile-menu-close {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  .main-nav-wrap ul.main-nav li {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .main-nav-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .main-nav-wrap .main-nav-ui {
    padding: 0 0 0;
    width: auto;
    height: auto;
    display: block;
  }
  .main-nav-wrap .main-nav-ui #mobile-menu-close {
    display: none;
  }
  .main-nav-wrap ul.main-nav {
    display: flex;
    width: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .main-nav-wrap ul.main-nav li {
    list-style-type: none;
    font-size: 14px;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .main-nav-wrap ul.main-nav li a {
    font-weight: 600;
    letter-spacing: .05em;
    font-size: inherit;
    text-transform: uppercase;
    padding-left: .1rem;
    padding-right: .1rem;
  }
}

/**
 * =============> (5) Preloader
 **/
@-webkit-keyframes preloadergo {
  0% {
    visibility: visible;
    width: 0;
    left: 0;
    right: auto;
  }
  40% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  90% {
    width: 0;
    left: auto;
    right: 0;
  }
  99% {
    width: 0;
    left: auto;
    right: 0;
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    width: 0;
    left: 0;
    right: auto;
  }
}

@keyframes preloadergo {
  0% {
    visibility: visible;
    width: 0;
    left: 0;
    right: auto;
  }
  40% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  90% {
    width: 0;
    left: auto;
    right: 0;
  }
  99% {
    width: 0;
    left: auto;
    right: 0;
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    width: 0;
    left: 0;
    right: auto;
  }
}

#Vivian-site-preloader {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#Vivian-site-preloader .preloader-ui {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

#Vivian-site-preloader .preloader-ui #preloader-text {
  font-size: 4rem;
  font-weight: 600;
  margin: auto;
  text-align: center;
}

#Vivian-site-preloader .preloader-ui #preloader-line {
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -150px;
}

#Vivian-site-preloader .preloader-ui #preloader-line .progress-line {
  position: absolute;
  display: block;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 0px;
  height: 2px;
  -webkit-animation: preloadergo 5s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: preloadergo 5s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/**
 * =============> (6) Intro
 **/
#intro {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

#intro .stages {
  height: 100%;
  margin: 0;
  padding: 0;
}

#intro .stages .stages-holder {
  display: block;
  margin: 0;
  padding: 2rem;
  width: 100%;
  max-width: 920px;
  text-align: center;
}

#intro .stages .stages-holder .intro-stage {
  display: none;
}

#intro .stages .stages-holder .intro-stage > * {
  margin: 0 0 0;
  padding: 0 0 0;
}

#intro .stages .stages-holder .text-part {
  position: relative;
  display: inline-block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0;
}

/* Reusable intro spacing class for better word separation and readability */
.intro-spacing {
  line-height: 1.15;
  word-spacing: 0.25em;
}

/* Ensure proper spacing between word wrappers created by JS animation */
.intro-spacing .word-part {
  /* margin-right: 0.35em !important; */
  display: inline-block !important;
}

#intro #skip-intro {
  position: absolute;
  display: inline-block;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, 0.6);
  padding: .5rem .7rem;  
  border-radius: 2px;
}

/* Reusable decorative button (Button 86) - adapted so it doesn't unset
   positioning coming from the #intro #skip-intro selector when applied
   to that specific anchor. Use the `.button-86` class on anchors or
   buttons to reuse this style elsewhere. */

  /* avoid using `all: unset` here because we rely on the #intro
     positioning; instead reset typical button appearance */


/* CSS */
.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #970606;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

/* Ensure `.button-86` centers its content when applied to the
   intro skip anchor. This increases specificity so the
   `#intro #skip-intro` rules (which use an ID selector) don't
   override display/layout needed for vertical alignment. */
#intro #skip-intro.button-86 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* let the element size itself by padding rather than a fixed width */
  width: auto;
  height: auto;
  min-height: 34px;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: normal;
}

/**
 * =============> (7) Inner Pages
 **/
#main {
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}

#main .inner-pages-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main .inner-pages-wrap .page-section {
  margin: 0 0 0 0;
  padding: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100vw;
  height: auto;
  outline-width: 0;
  overflow: visible;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.section-header {
  position: relative;
  margin: 0;
  padding: 4rem 0;
  height: 50vh;
}

.section-header > div {
  height: 100%;
}

.section-header.fullscreen-header {
  padding: 0;
  height: 100vh;
}

.section-header.fullscreen-header .has-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.section-header .heading-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-header h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.section-header h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .1rem;
}

.section-header .container * {
  margin: 0 0 0;
  text-align: center;
}

.section-content {
  position: relative;
  margin: 0;
  padding: 3.5rem 0 3.5rem;
  overflow: hidden;
}

.section-content img {
  max-width: 100%;
  height: auto;
}

.section-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75vh;
  top: 0;
  left: 0;
  z-index: -99;
}

.margin-screen-normalize {
  margin-top: -15px;
}

.margin-screen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.inner-section {
  margin: 0;
  padding: 3rem 0 3rem;
}

.inner-section.has-sm-padding {
  padding: 3rem 0 3rem;
}

@media (min-width: 768px) {
  .section-header h1 {
    font-size: 3.5rem;
  }
  .section-content {
    margin: 0;
    padding: 4rem 0 4rem;
  }
  .margin-screen-normalize {
    margin-top: -1.5rem;
  }
  .margin-screen {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .inner-section {
    padding: 4rem 0 4rem;
  }
  .inner-section.has-sm-padding {
    padding: 3rem 0 3rem;
  }
}

@media (min-width: 992px) {
  .section-header h1 {
    font-size: 5rem;
  }
  .section-content {
    margin: 0;
    padding: 6rem 0 6rem;
  }
  .margin-screen-normalize {
    margin-top: -2rem;
  }
  .margin-screen {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .inner-section {
    padding: 6rem 0 6rem;
  }
  .inner-section.has-sm-padding {
    padding: 4rem 0 4rem;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax-img {
  will-change: transform;
  max-width: none !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section.site-hero {
  margin: 0;
  padding: 0;
}

/** Project gallery slide */
#project-gallery {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

#project-gallery ul.project-items {
  list-style-type: none;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

#project-gallery ul.project-items li.project-item {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#project-gallery ul.project-items li.project-item img {
  position: absolute;
  max-width: none !important;
  margin: 0 0 0;
  z-index: 1;
}

#project-gallery ul.project-items li.project-item .gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

#project-gallery ul.project-items li.project-item .gallery-content .container {
  text-align: center;
}

#project-gallery ul.project-items li.project-item .gallery-content .container > * {
  opacity: 0;
  text-align: center;
}

#project-gallery ul.project-items li.project-item .gallery-content h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 .5rem;
  padding: 0;
  overflow: hidden;
  letter-spacing: -.003em;
}

#project-gallery ul.project-items li.project-item .gallery-content h2 strong {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

@supports (-webkit-text-stroke-color: #666666) and (-webkit-text-fill-color: #ffffff) {
  #project-gallery ul.project-items li.project-item .gallery-content h2 strong {
    text-shadow: none;
    letter-spacing: .025em;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-width-background-position: 100%;
    paint-order: stroke fill;
  }
}

#project-gallery ul.project-items li.project-item .gallery-content h2 .text-part {
  position: relative;
  display: inline-block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0;
  margin: 0 0 0;
}

#project-gallery ul.project-items li.project-item .gallery-content .project-cat {
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .075em;
  margin: 0rem 0 1.5rem;
  padding: 0;
}

#project-gallery ul.project-items li.project-item .gallery-content .btn {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .075em;
}

#project-gallery .VivianRows {
  display: block;
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#project-gallery .VivianRows .n-holder {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#project-gallery .VivianRows .n-front, #project-gallery .VivianRows .n-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

#project-gallery .VivianRows .n-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#project-gallery #project-gallery-next,
#project-gallery #project-gallery-prev {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 48px;
  height: 100px;
  border-radius: 24px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  border: 0;
}

/* Animated border effect - before pseudo-element */
#project-gallery #project-gallery-next:before,
#project-gallery #project-gallery-prev:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition:
    opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

/* Animated border effect - after pseudo-element */
#project-gallery #project-gallery-next:after,
#project-gallery #project-gallery-prev:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  border: 4px solid white;
  transform: scale(1.3);
  transition:
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

/* Hover effects for borders */
#project-gallery #project-gallery-next:hover:before,
#project-gallery #project-gallery-next:focus:before,
#project-gallery #project-gallery-prev:hover:before,
#project-gallery #project-gallery-prev:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#project-gallery #project-gallery-next:hover:after,
#project-gallery #project-gallery-next:focus:after,
#project-gallery #project-gallery-prev:hover:after,
#project-gallery #project-gallery-prev:focus:after {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

/* View Project Button Styling */
.to-single-project {
  width: 10em;
  position: relative;
  height: 3.5em;
  border: 3px ridge #149CEA !important;
  outline: none;
  background-color: transparent !important;
  color: white !important;
  transition: 1s;
  border-radius: 0.3em !important;
  font-size: 16px !important;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 3.5em;
  text-decoration: none;
  padding: 0 !important;
}

.to-single-project::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #212121;
  transition: 0.5s;
  transform-origin: center;
}

.to-single-project::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #212121;
  transition: 0.5s;
}

.to-single-project:hover::before,
.to-single-project:hover::after {
  transform: scale(0);
}

.to-single-project:hover {
  box-shadow: inset 0px 0px 25px #1479EA !important;
  color: white !important;
  background-color: transparent !important;
}

#project-gallery #project-gallery-next .icon,
#project-gallery #project-gallery-prev .icon {
  font-size: 26px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

#project-gallery #project-gallery-next:hover .icon {
  transform: translateY(3px);
}

#project-gallery #project-gallery-prev:hover .icon {
  transform: translateY(-3px);
}

#project-gallery #project-gallery-next {
  right: 2rem;
  bottom: 2rem;
}

#project-gallery #project-gallery-prev {
  right: 2rem;
  bottom: calc(2rem + 110px);
}

#project-gallery #VivianSlideProgress {
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

#project-gallery #VivianSlideProgress #slideNumbering {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  padding: 0;
  font-size: 13px;
}

#project-gallery #VivianSlideProgress #slideNumbering .current {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  width: 40px;
  text-align: left;
  margin: 0;
  padding: 0;
}

#project-gallery #VivianSlideProgress #slideBullets {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30vw;
  height: 50px;
  margin: 0;
  padding: 0;
}

#project-gallery #VivianSlideProgress #slideBullets a {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

#project-gallery #VivianSlideProgress #slideBullets a:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

/* Mobile: circular buttons */
@media (max-width: 767px) {
  #project-gallery #project-gallery-next,
  #project-gallery #project-gallery-prev {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
  }
  #project-gallery #project-gallery-next {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  #project-gallery #project-gallery-prev {
    right: 1.5rem;
    bottom: calc(1.5rem + 70px);
  }
}

@media (min-width: 768px) {
  #project-gallery ul.project-items li.project-item .gallery-content h2 {
    font-size: 3.5rem;
  }
  #project-gallery ul.project-items li.project-item .gallery-content .project-cat {
    margin-top: .5rem;
  }
  #project-gallery #project-gallery-next,
  #project-gallery #project-gallery-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  #project-gallery #project-gallery-next {
    right: 2rem;
    bottom: 2rem;
  }
  #project-gallery #project-gallery-prev {
    right: 2rem;
    bottom: calc(2rem + 70px);
  }
  #project-gallery #VivianSlideProgress {
    left: 2rem;
    bottom: 2rem;
  }
  #project-gallery #VivianSlideProgress #slideBullets {
    width: 20vw;
  }
}

@media (min-width: 992px) {
  #project-gallery ul.project-items li.project-item .gallery-content h2 {
    font-size: 5rem;
  }
  #project-gallery ul.project-items li.project-item .gallery-content .project-cat {
    margin-top: 0rem;
  }
  #project-gallery #project-gallery-next,
  #project-gallery #project-gallery-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }
  #project-gallery #project-gallery-next {
    right: 2.5rem;
    bottom: 2.5rem;
  }
  #project-gallery #project-gallery-prev {
    right: 2.5rem;
    bottom: calc(2.5rem + 74px);
  }
  #project-gallery #project-gallery-next {
    right: 2rem;
    bottom: 2rem;
  }
  #project-gallery #project-gallery-prev {
    right: 2rem;
    bottom: calc(2rem + 90px);
  }
  #project-gallery #VivianSlideProgress {
    left: 2rem;
    bottom: 2rem;
  }
  #project-gallery #VivianSlideProgress #slideBullets {
    width: 15vw;
  }
}

/** Animated number */
.pj-animated-number-wrap {
  font-size: 2.25rem;
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
}

.pj-animated-number-wrap .pj-animated-number {
  position: relative;
  margin: 0;
  padding: 0 2rem;
}

.pj-animated-number-wrap .pj-zigzag-line {
  font-size: 1rem;
  margin: 0 0 .5rem;
  padding: 0;
  text-align: center;
  height: 30px;
  overflow: hidden;
}

.pj-animated-number-wrap .pj-zigzag-line svg {
  display: inline-block;
  width: 34px;
  height: auto;
  fill: currentColor;
  opacity: .75;
}

.skill-name {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  margin: 0 0 .5rem;
}

.progress-wrap {
  position: relative;
  padding-right: 50px;
}

.progress-wrap .progress-value {
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  right: 0;
  top: 50%;
  margin: -10px 0 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

/** experience list */
ul.experience-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.experience-list li {
  list-style-type: none;
  margin: 0 0 0 0 !important;
  padding: 2rem 0 2rem 2.5rem !important;
  position: relative;
}

ul.experience-list li:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: .2rem 0 0 0;
}

ul.experience-list li:first-child {
  padding-top: 0 !important;
}

ul.experience-list li:first-child:before {
  top: calc(50% - 1rem);
}

ul.experience-list li:last-child {
  padding-bottom: 0 !important;
}

ul.experience-list li:last-child:before {
  top: calc(50% + 1rem);
}

ul.experience-list li:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 0;
  height: 100%;
  width: 1px;
}

ul.experience-list li .item-name {
  margin: 0 0 .25rem;
  padding: 0;
}

ul.experience-list li .item-name strong {
  letter-spacing: .05em;
}

ul.experience-list li .item-time {
  display: inline-block;
  margin: 0 0 .5rem;
  padding: .5rem;
  font-size: 13px;
  line-height: 1.05;
  letter-spacing: .075em;
  text-transform: uppercase;
  border-radius: 2px;
}

ul.experience-list li .item-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: .025em;
}

/**  Masonry grid gallery */
.pj-masonry-gallery {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.pj-masonry-gallery .masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.pj-masonry-gallery .masonry-grid .masonry__sizer,
.pj-masonry-gallery .masonry-grid .masonry-grid-item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.pj-masonry-gallery .masonry-grid .masonry-grid-item {
  margin: 0 0 30px;
  padding: 0 15px;
  min-height: 1px;
}

.pj-masonry-gallery .masonry-grid .masonry-grid-item a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

/** Masonry metro gallery */
.pj-metro-gallery {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.pj-metro-gallery .metro-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.pj-metro-gallery .metro-grid .metro__sizer,
.pj-metro-gallery .metro-grid .metro-grid-item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.pj-metro-gallery .metro-grid .metro-grid-item {
  margin: 0 0 30px;
  padding: 0 15px;
  min-height: 1px;
}

.pj-metro-gallery .metro-grid .metro-grid-item a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 100% 0 0 0;
}

.pj-metro-gallery .metro-grid .metro-grid-item a img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 200% !important;
  min-height: 100%;
}

.pj-metro-gallery .metro-grid .metro-grid-item.metro-double, .pj-metro-gallery .metro-grid .metro-grid-item.metro-landscape {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.pj-metro-gallery .metro-grid .metro-grid-item.metro-potrait a {
  padding-top: calc(200% + 30px);
}

.pj-metro-gallery .metro-grid .metro-grid-item.metro-potrait a img {
  width: auto;
  max-width: none !important;
  height: 100% !important;
}

.pj-metro-gallery .metro-grid .metro-grid-item.metro-landscape a {
  padding-top: calc(50% - 15px);
}

@media (min-width: 768px) {
  .pj-masonry-gallery .masonry-grid .masonry__sizer,
  .pj-masonry-gallery .masonry-grid .masonry-grid-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
  }
  .pj-metro-gallery .metro-grid .metro__sizer,
  .pj-metro-gallery .metro-grid .metro-grid-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
  }
  .pj-metro-gallery .metro-grid .metro-grid-item.metro-double, .pj-metro-gallery .metro-grid .metro-grid-item.metro-landscape {
    flex: 0 0 66.666667%;
    width: 66.666667%;
    max-width: 66.666667%;
  }
}

/** Portfolio carousel gallery */
.pj-carousel-gallery-container .swiper-slide {
  overflow: hidden;
}

.pj-carousel-gallery-container .pj-carousel-item {
  position: relative;
}

.pj-carousel-gallery-container .pj-carousel-item img {
  opacity: 0;
}

.pj-carousel-gallery-container .pj-carousel-item .pj-carousel-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  text-align: center;
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-next,
.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-next:focus, .pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-next:active,
.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-prev:focus,
.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-prev:active {
  outline-width: 0;
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-next svg,
.pj-carousel-gallery-container .pj-gallery-carousel-buttons .pj-gallery-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons .total-slide {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: .025em;
  margin-left: 1rem;
  margin-right: 1rem;
}

.pj-carousel-gallery-container .pj-gallery-carousel-buttons .total-slide span {
  display: inline-block;
  margin: 0 .5rem;
}

/** Testimonial block */
.pj-testimonial {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.pj-testimonial blockquote {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 50px;
}

.pj-testimonial img.testimonial-person {
  margin-left: 70px;
  margin-bottom: .75rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.pj-testimonial figcaption {
  padding-left: 70px;
  font-size: 13px;
  letter-spacing: .025em;
}

.pj-testimonial figcaption cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.testimonial-carousel-buttons {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next:focus, .testimonial-carousel-buttons .testimonial-carousel-btn-next:active,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:focus,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:active {
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next svg,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  margin-left: 70px;
}

.testimonial-carousel-buttons .total-slide {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: .025em;
  margin-left: 1rem;
  margin-right: 1rem;
}

.testimonial-carousel-buttons .total-slide span {
  display: inline-block;
  margin: 0 .5rem;
}

/** Circular progress */
.pj-circle-progress {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}

.pj-circle-progress .svg-circle {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pj-circle-progress .svg-circle.small {
  width: 100px;
  max-width: 100%;
}

.pj-circle-progress .svg-circle.medium {
  width: 150px;
  max-width: 100%;
}

.pj-circle-progress .svg-circle.big {
  width: 300px;
  max-width: 100%;
}

.pj-circle-progress .svg-circle text {
  font-size: 38px;
  color: currentColor;
  fill: currentColor;
}

/** Service card */
.service-card {
  margin: 0;
  padding: 2rem;
  border-radius: 2px;
}

.service-card .service-icon {
  margin: 0 0 1rem;
  font-size: 42px;
}

.service-card .service-icon i {
  color: currentColor;
  fill: currentColor;
}

.service-card .service-name {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

.service-card .service-name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
}

.service-card .service-text {
  margin: 0;
  padding: 0;
}

.service-card .service-text > *:first-child {
  margin-top: 0;
}

.service-card .service-text > *:last-child {
  margin-bottom: 0;
}

/** Map */
#hero-map {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

#hero-map .pj-map {
  margin: 0;
  padding: 0;
  height: 50vh;
}

#hero-map .pj-map img:not(.leaflet-marker-icon) {
  opacity: .5;
}

/** Social nav */
ul.social-nav {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 0 !important;
  padding: 0 0 0;
}

ul.social-nav li {
  list-style-type: none;
  margin: 0 1rem .5rem 0 !important;
  padding: 0 0 0 !important;
}

ul.social-nav li i, ul.social-nav li .icon {
  font-size: 20px;
}

.text-center ul.social-nav {
  -ms-justify-content: center;
  justify-content: center;
}

.text-center ul.social-nav li {
  margin: 0 .5rem 0 .5rem !important;
}

/** Contact form */
#Vivian-contact-form {
  margin: 0;
  padding: 0;
}

#Vivian-contact-form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#Vivian-contact-form div[class*="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#Vivian-contact-form p {
  position: relative;
  margin: 0 0 30px;
}

#Vivian-contact-form p input[type="text"],
#Vivian-contact-form p input[type="email"],
#Vivian-contact-form p input[type="phone"],
#Vivian-contact-form p textarea {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

#Vivian-contact-form p input[type="text"]:focus + label, #Vivian-contact-form p input[type="text"].has_value + label,
#Vivian-contact-form p input[type="email"]:focus + label,
#Vivian-contact-form p input[type="email"].has_value + label,
#Vivian-contact-form p input[type="phone"]:focus + label,
#Vivian-contact-form p input[type="phone"].has_value + label,
#Vivian-contact-form p textarea:focus + label,
#Vivian-contact-form p textarea.has_value + label {
  font-size: 12px;
  opacity: .75;
  letter-spacing: .075em;
  top: -10px;
}

#Vivian-contact-form p label {
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: calc(50% - 10px);
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .025em;
  pointer-events: none;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
}

#Vivian-contact-form p textarea {
  height: 1rem;
  min-height: 1rem;
  padding-top: .5rem;
  overflow-y: hidden;
}

/**
 * =============> (8) Single Portfolio
 **/
.project-government-new-brunswick {
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
}

.project-government-new-brunswick .portfolio-header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.project-government-new-brunswick .portfolio-header .portfolio-header-content {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.project-government-new-brunswick .portfolio-header h1 {
  font-size: 3rem;
  margin: 0 0 .5rem;
}

.project-government-new-brunswick .portfolio-header h1 strong {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

@supports (-webkit-text-stroke-color: #666666) and (-webkit-text-fill-color: #ffffff) {
  .project-government-new-brunswick .portfolio-header h1 strong {
    text-shadow: none;
    letter-spacing: .025em;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-width-background-position: 100%;
    paint-order: stroke fill;
  }
}

.project-government-new-brunswick .portfolio-header .portfolio-cat {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.project-government-new-brunswick .portfolio-header .container * {
  text-align: center;
}

.project-government-new-brunswick .portfolio-header .portfolio-header-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-government-new-brunswick .portfolio-entry-image {
  margin: 0 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-government-new-brunswick .portfolio-header h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .project-government-new-brunswick .portfolio-header h1 {
    font-size: 5rem;
  }
}

/**
 * =============> (9) Footer
 **/
#site-footer {
  margin: 0;
  padding: 3rem 0;
}

#site-footer .copyright-info {
  margin: 0 0 0 !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .025em;
}

#site-footer ul.social-nav {
  justify-content: center;
}

#site-footer ul.social-nav > li {
  margin: 0 .5rem 0 .5rem !important;
}

#site-footer ul.social-nav > li i, #site-footer ul.social-nav > li .icon {
  font-size: 20px;
}

@media (min-width: 768px) {
  #site-footer ul.social-nav {
    justify-content: flex-end;
  }
  #site-footer ul.social-nav > li {
    margin: 0 0rem 0 1rem !important;
  }
}

/* Features Slider Navigation Arrows */
#features-slider {
  position: relative;
}

#features-next,
#features-prev {
  position: absolute;
  top: 50%;
  z-index: 12000; /* bring above other overlays so clicks register */
  pointer-events: auto;
}

#features-next {
  /* keep visually near the right edge but inside the container so clicks register */
  right: 12px;
}

#features-prev {
  /* keep visually near the left edge but inside the container so clicks register */
  left: 12px;
}

#features-next .btn-conteiner,
#features-prev .btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ff4444;
  --color-background: #353535;
  --color-outline: #ff444480;
  --color-shadow: #00000080;
}

/* Ensure the clickable area covers the visible button */
#features-next .btn-content,
#features-prev .btn-content { display: inline-flex; cursor: pointer; }

#features-next .btn-content,
#features-prev .btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 220ms ease;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  cursor: pointer;
}

#features-next .btn-content:hover,
#features-next .btn-content:focus,
#features-prev .btn-content:hover,
#features-prev .btn-content:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.45);
  outline: 3px solid rgba(255,68,68,0.12);
}

#features-next .btn-content .icon-arrow,
#features-prev .btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

#features-next .btn-content:hover .icon-arrow,
#features-prev .btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

#features-next .icon-arrow,
#features-prev .icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG animations for next button */
#features-next #arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#features-next #arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

#features-next .btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

#features-next .btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

#features-next .btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations for prev button */
#features-prev #arrow-icon-one-prev {
  transition: 0.4s;
  transform: translateX(-60%);
}

#features-prev #arrow-icon-two-prev {
  transition: 0.5s;
  transform: translateX(-30%);
}

#features-prev .btn-content:hover #arrow-icon-three-prev {
  animation: color_anim 1s infinite 0.2s;
}

#features-prev .btn-content:hover #arrow-icon-one-prev {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

#features-prev .btn-content:hover #arrow-icon-two-prev {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG color animation */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: #ff4444;
  }
}

/* Button outline animation */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

/* Add more space for arrows */
#features-slider .row {
  padding-left: 60px;
  padding-right: 60px;
}

/* Mobile responsive styles for arrows */
@media (max-width: 768px) {
  #features-next,
  #features-prev {
    top: auto !important;
    bottom: -60px !important;
    transform: translateY(0) !important;
  }
  
  #features-next {
    right: 20px !important;
    left: auto !important;
  }
  
  #features-prev {
    left: 20px !important;
    right: auto !important;
    transform: rotate(180deg) !important;
  }
  
  #features-next .btn-content,
  #features-prev .btn-content {
    padding: 5px 8px;
    background: rgba(53, 53, 53, 0.9);
    border: 2px solid #ff4444;
  }
  
  #features-next .icon-arrow,
  #features-prev .icon-arrow {
    transform: scale(0.8);
  }
  
  #features-slider {
    position: relative;
    padding-bottom: 80px;
  }
  
  #features-slider .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .features-indicator {
    font-size: 18px !important;
    margin-top: 50px !important;
    position: relative;
    z-index: 1;
  }
}

/* Row indicator */
.features-indicator {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #149CEA;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  #features-next {
    right: 10px;
  }
  
  #features-prev {
    left: 10px;
  }
  
  #features-slider .row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  #features-next,
  #features-prev {
    transform: translateY(-50%) scale(0.8);
  }
  
  #features-next {
    right: 5px;
  }
  
  #features-prev {
    left: 5px;
  }
  
  #features-slider .row {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* ===============================================
   Security Accordion Styles
   =============================================== */
.security-accordion {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 80px;
}

/* Scroll Indicators */
.scroll-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* toned-down navy for subtle emphasis */
  background: linear-gradient(180deg, rgba(20,28,56,0.92), rgba(18,24,44,0.88));
  border-radius: 25px;
  border: 2px solid rgba(212, 175, 55, 0.25);
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
  transition: all 0.28s ease;
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

.scroll-indicator.left {
  left: 0;
}

.scroll-indicator.right {
  right: 0;
}

.scroll-indicator:hover {
  border-color: #d4af37;
  background: linear-gradient(180deg, rgba(26,35,60,0.75), rgba(20,28,56,0.75));
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 10px 26px rgba(0,0,0,0.6), 0 0 12px rgba(212,175,55,0.06);
}

.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

.scroll-bar {
  width: 4px;
  height: 120px;
  background: rgba(20,28,56,0.65);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.12);
}

.scroll-progress {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, #d4af37, #f6d46b);
  border-radius: 2px;
  transition: height 0.28s ease, top 0.28s ease;
  box-shadow: 0 0 8px rgba(212,175,55,0.55);
}

.scroll-indicator.left .scroll-progress {
  bottom: 0;
  height: 0%;
}

.scroll-indicator.right .scroll-progress {
  top: 0;
  height: 0%;
}
.scroll-icon {
  margin-top: 10px;
  font-size: 24px;
  color: #d4af37;
  animation: bounce 2s infinite;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.scroll-indicator.left .scroll-icon {
  animation: bounceDown 2s infinite;
}

.scroll-indicator.right .scroll-icon {
  animation: bounceUp 2s infinite;
}

.scroll-indicator:hover .scroll-icon {
  color: #ffd700;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.9), 0 0 5px rgba(220, 53, 69, 0.5);
}

.scroll-text {
  margin-top: 8px;
  font-size: 10px;
  color: #d4af37;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.scroll-indicator:hover .scroll-text {
  color: #ffd700;
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(3px);
  }
}

@keyframes bounceUp {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.accordion-item {
  /* Use near-page dark tone for panel background to match site */
  background: linear-gradient(135deg, #1e1e1e 0%, #202020 100%);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /* subtle blur kept for depth on capable browsers */
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  max-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.accordion-item.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 1000px;
  margin-bottom: 16px;
  pointer-events: auto;
}

.accordion-item:hover {
  border-color: rgba(255,255,255,0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #232323, #1f1f1f);
}

.accordion-item.active {
  /* keep an accent when active - gold border and subtle warm glow */
  background: linear-gradient(135deg, #1f1f1f, #222222);
  border-color: #d4af37;
  box-shadow: 0 10px 36px rgba(212, 175, 55, 0.12), 0 0 18px rgba(212,175,55,0.06);
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  user-select: none;
  transition: all 0.28s ease;
  position: relative;
  /* subtle navy wash for header */
  background: linear-gradient(90deg, rgba(20,28,56,0.12), transparent);
}

.accordion-header:hover {
  background: linear-gradient(90deg, rgba(26,30,50,0.16), rgba(20,24,40,0.12));
}

.accordion-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(20,28,56,0.6), rgba(18,24,44,0.55));
  border: 2px solid rgba(212, 175, 55, 0.18);
  border-radius: 12px;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.accordion-icon i {
  font-size: 24px;
  color: #d4af37;
  transition: transform 0.3s ease;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.accordion-item.active .accordion-icon {
  background: linear-gradient(135deg, #d4af37, #ffd700);
  border-color: #d4af37;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.6), 0 0 20px rgba(220, 53, 69, 0.3);
}

.accordion-item.active .accordion-icon i {
  color: #0d1b3e;
}

.accordion-title {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.accordion-item.active .accordion-title {
  color: #d4af37;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

.accordion-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.12), rgba(26, 35, 126, 0.12));
  border: 2px solid rgba(212, 175, 55, 0.18);
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.accordion-toggle i {
  font-size: 24px;
  color: #d4af37;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

.accordion-item.active .accordion-toggle {
  background: linear-gradient(135deg, #d4af37, #ffd700);
  border-color: #d4af37;
  transform: rotate(45deg);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.6), 0 0 20px rgba(220, 53, 69, 0.3);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1), padding 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.32s ease;
  opacity: 0;
  padding: 0 28px;
  border-top: 1px solid transparent;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  opacity: 1;
  padding: 20px 28px 28px 96px;
  border-top: 1px solid rgba(220, 53, 69, 0.12);
  background: linear-gradient(180deg, rgba(26, 35, 126, 0.06), transparent);
}

.accordion-content p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .security-accordion {
    padding: 0 60px;
  }
  
  .scroll-indicator {
    width: 40px;
    height: 150px;
  }
  
  .scroll-bar {
    height: 80px;
  }
  
  .scroll-icon {
    font-size: 20px;
    margin-top: 8px;
  }
  
  .scroll-text {
    font-size: 9px;
    margin-top: 6px;
  }
  
  .accordion-header {
    padding: 18px 20px;
  }
  
  .accordion-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  
  .accordion-icon i {
    font-size: 20px;
  }
  
  .accordion-title {
    font-size: 16px;
  }
  
  .accordion-toggle {
    width: 28px;
    height: 28px;
  }
  
  .accordion-toggle i {
    font-size: 20px;
  }
  
  .accordion-item.active .accordion-content {
    padding: 0 20px 20px 76px;
  }
  
  .accordion-content p {
    font-size: 14px;
  }
}

/* ============================================
   LEARNINGS TABS
   ============================================ */
.learnings-tabs-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.learnings-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  list-style: none;
  padding: 0;
}

.learning-tab {
  display: inline-block;
  padding: 15px 30px;
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  color: #ffffff !important;
}

.learning-tab i {
  display: none;
}

.learning-tab span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.learning-tab:hover {
  background: none !important;
  border-bottom-color: rgba(255, 0, 0, 0.5) !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

.learning-tab:hover span {
  color: #ffffff !important;
}

.learning-tab.active {
  background: none !important;
  border-bottom-color: #ff0000 !important;
  color: #ffffff !important;
}

.learning-tab.active span {
  color: #ffffff !important;
  font-weight: 700;
}

/* Tab Content */
.learnings-tabs-content {
  /* Make background-less: transparent so content blends with page */
  background: transparent;
  /* remove gold border; use a very subtle neutral border to separate content */
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 50px;
  /* remove heavy backdrop blur since background is transparent */
  backdrop-filter: none;
  /* remove gold-ish box glow to match page subtlety */
  box-shadow: none;
  min-height: 300px;
}

.learning-tab-pane {
  display: none;
  opacity: 0;
  animation: fadeInTab 0.5s ease forwards;
}

.learning-tab-pane.active {
  display: block;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.learning-tab-title {
  font-size: 24px;
  font-weight: 700;
  color: #d4af37;
  margin: 0 0 25px;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.learning-tab-pane p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .learnings-tabs-nav {
    gap: 20px;
  }
  
  .learning-tab {
    padding: 12px 15px;
  }
  
  .learning-tab i {
    font-size: 24px;
  }
  
  .learning-tab span {
    font-size: 12px;
  }
  
  .learnings-tabs-content {
    padding: 30px 25px;
  }
  
  .learning-tab-title {
    font-size: 20px;
  }
  
  .learning-tab-pane p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .security-accordion {
    padding: 0 50px;
  }
  
  .scroll-indicator {
    width: 35px;
    height: 130px;
  }
  
  .scroll-bar {
    height: 70px;
    width: 3px;
  }
}

/* === Extracted: Tech timeline (scoped) === */
#tech-timeline { position: relative; }
#tech-timeline .timeline-wrap { display: flex; gap: 24px; align-items: flex-start; }
#tech-timeline .timeline-nav { width: 260px; flex: 0 0 260px; position: relative; }
#tech-timeline .timeline-line { position: absolute; left: 28px; top: 8px; bottom: 8px; width: 3px; background: linear-gradient(#8b0b0b,#ff6b6b); border-radius: 2px; }
#tech-timeline .timeline-list { list-style: none; margin: 0; padding: 8px 0 8px 0; }
#tech-timeline .timeline-item { display: flex; align-items: center; gap: 12px; padding: 10px 6px; cursor: pointer; border-radius: 8px; }
#tech-timeline .timeline-item:focus { outline: 3px solid rgba(139,11,11,0.18); }
#tech-timeline .node-dot { width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid #8b0b0b; box-shadow: 0 2px 8px rgba(139,11,11,0.15); transform: translateX(4px); }
#tech-timeline .timeline-item.active .node-dot { background: #8b0b0b; box-shadow: 0 6px 18px rgba(139,11,11,0.24); }
#tech-timeline .node-title { color: #ffffff; font-weight: 600; font-size: 0.95rem; }
#tech-timeline .timeline-panel { flex: 1 1 auto; min-height: 120px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.03); padding: 18px; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,0.35); }
#tech-timeline .panel-content { display: none; opacity: 0; transition: opacity 220ms ease; }
#tech-timeline .panel-content.active { display: block; opacity: 1; }
#tech-timeline .panel-content h5 { color: #d4af37; margin-top: 0; }
@media (max-width: 767px) {
  #tech-timeline .timeline-wrap { flex-direction: column; }
  #tech-timeline .timeline-nav { width: 100%; display: flex; }
  #tech-timeline .timeline-line { display: none; }
  #tech-timeline .timeline-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; }
  #tech-timeline .timeline-item { flex: 0 0 auto; background: rgba(255,255,255,0.02); padding: 10px 12px; }
}

/* === Extracted: Learnings tabs overrides (scoped) === */
#learnings-section .learnings-tabs-wrapper .learnings-tabs-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 8px 0;
}

#learnings-section .learnings-tabs-wrapper { position: relative; padding-right: 8px; }

/* vertical rule positioned to the right side of the stacked nav */
#learnings-section .learnings-tabs-wrapper .learnings-tabs-nav::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 22px; /* closer to the tabs */
  width: 3px;
  height: calc(100% - 12px);
  background: #8b0b0b;
  box-shadow: 0 0 10px rgba(139,11,11,0.45);
  border-radius: 3px;
  pointer-events: none;
}

#learnings-section .learnings-tabs-nav .learning-tab { display: block; color: #ffffff !important; text-decoration: none; background: transparent; position: relative; padding: 10px 14px; border-radius: 6px; transition: background 0.18s ease; text-align: left; }

#learnings-section .learnings-tabs-nav .learning-tab.active { color: #ffffff !important; font-weight: 600; background: transparent !important; box-shadow: none; }

#learnings-section .learnings-tabs-nav .learning-tab.active::after { content: ""; position: absolute; left: 50%; bottom: 8px; width: 48px; transform: translateX(-50%); height: 4px; background: #8b0b0b; border-radius: 2px; box-shadow: 0 0 8px rgba(139,11,11,0.35); pointer-events: none; }

#learnings-section .section-title { margin-bottom: 64px; }

@media (max-width: 767px) {
  #learnings-section .section-title { margin-bottom: 28px; }
  #learnings-section .learnings-tabs-wrapper { margin-top: 12px; }
}

}


