:root {
  --pv-bg: #0f1422;
  --pv-cyan: #00ffd1;
  --pv-purple: #4c2cff;
  --pv-accent: #e3ff00;
  --pv-dark: #121628;
  --pv-muted: #C7C7CA; /* A8AEC4 */
  --pv-text: #EFEFF0; /* E6E1D9 */
  --pv-bg-dark: #15172E;
  --pv-title: #381089;
  --bs-link-hover-color-rgb: #C7C7CA;
  --bs-link-color-rgb: #EFEFF0;
}

body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  color: var(--pv-text);
  background: var(--pv-bg-dark);
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pv-topbar {
  background: var(--pv-bg);
  color: #fff;
  min-height: 96px;
  display: flex;
  align-items: center;
}

.pv-logo {
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 14px;
  text-transform: uppercase;
}

.pv-logo .bar {
  display: inline-block;
  width: 38px;
  height: 6px;
  background: #fff;
  margin: 0 4px;
  vertical-align: middle;
  border-radius: 2px;
}

.navbar-nav .menu-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .current-menu-item > a {
  color: #fff;
}

ul.dropdown-menu.show a {
	color: var(--pv-dark);
}
ul.dropdown-menu.show a:hover, ul.dropdown-menu.show a:visited, ul.dropdown-menu.show a:active {
	color: black;
}

.pv-main {
  background: linear-gradient(180deg, rgba(15, 20, 34, 0.06) 0%, rgba(255, 255, 255, 0) 35%);
}

.pv-footer {
  background: #fff;
  border-top: 1px solid rgba(12, 11, 33, 0.08);
}

.pv-spined {
  position: relative;
}

.pv-spined::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--pv-cyan);
  border-radius: 3px;
}

.pv-category {
  background: var(--pv-cyan);
  color: var(--pv-title);
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-left: 56px;
  text-transform: lowercase;
}

.pv-article {
  margin-top: 24px;
  position: relative;
}

.pv-article-single .pv-article {
  margin-top: 48px;
}

.pv-article-single.layout-right-sidebar .pv-sidebar {
  background: var(--pv-bg);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.pv-article-single.layout-right-sidebar .pv-sidebar .widget {
  margin-bottom: 2rem;
}

.pv-article-single.layout-right-sidebar .pv-sidebar .widget:last-child {
  margin-bottom: 0;
}

.pv-article-single.layout-right-sidebar .pv-sidebar .widget-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pv-cyan);
  margin-bottom: 0.75rem;
}

.pv-article-single.layout-right-sidebar .pv-sidebar-fallback {
  color: var(--pv-text);
  font-size: 0.9375rem;
}

.pv-media {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: auto !important;
}

.pv-media img,
.pv-media .wp-post-image {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .pv-media img,
  .pv-media .wp-post-image {
    min-height: 320px;
  }
}

.pv-media-fallback {
  min-height: 260px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-title  {
  background: var(--pv-cyan);
  color: #031b19;
  font-weight: 900;
  font-size: clamp(16px, 1.2vw + 10px, 28px);
  line-height: 1;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  text-transform: uppercase;
}

	.pv-title.overimage {
	  position: absolute;
	  left: 18px;
	  bottom: 18px;
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	}
	.pv-title.article {
		font-size: clamp(1.375rem, 0.2143rem + 3.0952vw, 3rem);
	  	left: 0px;
	  	bottom: 3rem;
		max-width: 90%;
	}

.pv-metadata {
  color: var(--pv-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 26px;
}
.pv-metadata.homepage {
  color: var(--pv-cyan);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.9rem;
}

.pv-title-big-old {
  font-weight: 900;
  font-size: clamp(18px, 11px + 2.143vw, 36px); /* clamp(30px, 2.2vw + 16px, 54px); */
  color: var(--pv-purple);
  line-height: 1.2;
  margin-top: 8px;
  text-transform: uppercase;
}

.pv-title-big-old a {
  color: inherit;
  text-decoration: none;
}

.pv-title-big-old a:hover {
  color: var(--pv-dark);
}

.pv-subtitle {
  color: var(--pv-text);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size:2rem;
}

.pv-subtitle.homepage {
  color: var(--pv-text);
  font-weight: 800;
  text-transform: uppercase;
  font-size:1.3rem;
}

.pv-excerpt {
  color: var(--pv-muted);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 16px;
}
.pv-text {
  color: var(--pv-text);
  max-width: 65ch;
}

.pv-entry-content {
  max-width: none;
}

.pv-entry-content p,
.pv-entry-content ul,
.pv-entry-content ol {
  margin-bottom: 1.2rem;
}

.pv-entry-content img,
.pv-entry-content iframe {
  max-width: 100%;
  border-radius: 12px;
}

.pv-entry-content.columns-1 {
  column-count: 1;
}

.pv-entry-content.columns-2,
.pv-entry-content.columns-3 {
  column-count: 1;
}

@media (min-width: 992px) {
  .pv-entry-content.columns-2 {
    column-count: 2;
    column-gap: 2.5rem;
  }

  .pv-entry-content.columns-3 {
    column-count: 3;
    column-gap: 2.5rem;
  }

  .pv-entry-content.columns-2 > *,
  .pv-entry-content.columns-3 > * {
    break-inside: avoid;
  }
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--pv-dark);
  text-decoration: none;
  font-weight: 600;
}

.pagination .page-numbers.current {
  background: var(--pv-purple);
  border-color: var(--pv-purple);
  color: #fff;
}

.pagination .page-numbers:hover {
  background: rgba(76, 44, 255, 0.1);
}

.comment-list,
.comment-list .children {
  list-style: none;
  padding-left: 0;
}

.comment {
  margin-bottom: 2rem;
}

.comment-meta .fn {
  font-weight: 700;
}

.comment-content {
  margin-top: 1rem;
}

.comment-respond {
  margin-top: 3rem;
}

.g-6, .gx-6 {
--bs-gutter-x: 4rem;
}

h2 { padding-bottom:1em; padding-top: 1.5rem; }
h3 { padding-bottom:1em; padding-top: 1.5rem; }

.cool-vertical-timeline-body {
    --ctlb-date-fontsize: 18px;
    --ctlb-date-font-family: ;
    --ctlb-date-font-weight: 500;
    --ctlb-date-line-height: calc(var(--ctlb-date-fontsize) + 4px);
    --ctlb-date-color: #fff;
    --ctlb-icon-size: 24px;
    --ctlb-head-font-family: ;
    --ctlb-head-font-weight: bolder;
    --ctlb-heading-color: var(--pv-title) ;
    --ctlb-titile-bt-spacing: 5px;
    --ctlb-desc-bt-spacing: 0px;
    --ctlb-sub-head-font-size: 14px;
    --ctlb-sub-head-font-family: ;
    --ctlb-sub-head-font-weight: 400;
    --ctlb-sub-head-line-height: calc(var(--ctlb-sub-head-font-size) + 4px);
    --ctlb-sub-heading-color: ;
    --ctlb-line-color: #00ffd1;
    --ctlb-icon-color: #fff;
    --ctlb-icon-bg: #00ffd1;
    --ctlb-story-border-color: #00ffd1;
    --ctlb-middle-line-size: 3px;
    --ctlb-time-width: 100%
}

.cool-vertical-timeline-body .story-details :where(.timeline-block_title,.ctlb-block-title) {
	color: var(--pv-title)
}

.cool-vertical-timeline-body .story-details :where(.timeline-block_title,.ctlb-block-title) {
	color: var(--pv-title)
}


.cool-vertical-timeline-body.ctlb-wrapper .story-details .ctlb-block-desc, .cool-vertical-timeline-body.ctlb-wrapper .story-details .timeline-block_desc p { color:black }

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content:before, .cool-vertical-timeline-body.ctlb-wrapper.left .story-details:after, .cool-vertical-timeline-body.ctlb-wrapper.right .story-time:after {
    background:black
}

.vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details {
 border-left: 4px solid white;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details:before {
border-right: 15px solid white;
}