/* AUTO-GENERATED by scripts/bundle-public-css.js — do not edit.
 * Sources (6): public/css/style.css, public/styles/theme.css, public/styles/global-mobile.css, public/styles/marketing-layout.css, public/css/custom.css, public/css/custom-menu.css
 */

/* === public/css/style.css === */
@charset "utf-8";

:root {
  --sbc: rgb(28, 21, 28);
  --mc: #000;
  --hc: #fff;
  --bc: #ccc;
  /* Fallbacks inside var() so missing next/font vars never invalidate the stack (Times). */
  --hff: var(--font-dm-sans, "DM Sans"), "DM Sans", sans-serif;
  --bff: var(--font-source-sans-3, "Source Sans 3"), "Source Sans 3", sans-serif;
  --eff: var(--font-source-sans-3, "Source Sans 3"), "Source Sans 3", sans-serif;
  --extra-font-family: var(--font-source-sans-3, "Source Sans 3"), "Source Sans 3", sans-serif;
  --extra-color: #666;
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
  --themeClrDrk: #000;
  --themeClrLt: #fff;
  --themeClrMedium: #ccc;
  --themeClrHvr: #473687;
  --themeHvr1: #ff516b;
  --themeHr2: #826cfd;
}

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

*:after,
*:before,
* {
  box-sizing: border-box;
}

body {
  font-family: var(--bff, "Source Sans 3", sans-serif);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.44;
  font-weight: 400;
  color: var(--bc);
  position: relative;
  word-break: break-word;
  background-color: var(--sbc);
}

.fn__svg {
  fill: currentcolor;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.replaced-svg {
  opacity: 1;
}

p {
  letter-spacing: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--hc);
  font-family: var(--hff, "DM Sans", sans-serif);
  line-height: 1.22;
  letter-spacing: 0;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none;
  color: var(--hc);
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--mc);
}

input[type="text"] {
  background-color: #181818;
  border-radius: 5px;
  border: 2px solid var(--extra-color);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 46px;
  height: 50px;
  padding: 0 15px;
}

textarea {
  background-color: #181818;
  border-radius: 5px;
  border: 2px solid var(--extra-color);
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 15px;
  height: 250px;
}

textarea:focus,
input[type="text"]:focus {
  outline: none;
  background-color: #181818;
  border-color: #777;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
}

.container.wide {
  max-width: 1760px;
}

.container.small {
  max-width: 900px;
}

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

a.full_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bg_overlay .bg_image,
.bg_overlay .bg_color,
.bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg_overlay .bg_color {
  z-index: 2;
}

[class*="mw_"] {
  margin-left: auto;
  margin-right: auto;
}

.mw_650 {
  max-width: 650px;
}

.mw_500 {
  max-width: 500px;
}

.bp_fn_main,
.bp_fn_main * {
  box-sizing: border-box;
}

.bp_fn_main {
  position: relative;
  z-index: 2;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.bp_fn_header {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  background: #000;
}

.bp_fn_header.fixer {
  background-color: var(--themeClrDrk);
  padding: 20px 0;
}

.bp_fn_header .header_in {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.trigger_in {
  cursor: pointer;
  font-family: var(--hff);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  padding-right: 65px;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all 0.3s ease;
}

.trigger.is-active,
.trigger:hover .trigger_in {
  color: var(--mc);
}

.trigger.is-active .hamb_a {
  top: 6px;
  transform: rotate(45deg);
}

.trigger.is-active .hamb_c {
  top: 6px;
  transform: rotate(-45deg);
}

.trigger.is-active .hamb_b {
  transform: translateX(100%);
  opacity: 0;
}

.trigger.is-active .hamb_a,
.trigger.is-active .hamb_b,
.trigger.is-active .hamb_c {
  background-color: #eee;
}

.trigger_in .hamb {
  width: 50px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}

.trigger_in .hamb_a,
.trigger_in .hamb_b,
.trigger_in .hamb_c {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #aaa;
  left: 0;
  transition: all 0.3s ease;
}

.trigger_in .hamb_a {
  top: 0;
}

.trigger_in .hamb_b {
  top: 7px;
}

.trigger_in .hamb_c {
  top: 14px;
}

.trigger_in .text {
  line-height: 1;
}

.bp_fn_hero {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_hero .overlay_slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bp_fn_hero .overlay_slider .swiper-container .main_image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bp_fn_hero .overlay_slider .swiper-slide {
  overflow: hidden;
}

.bp_fn_hero .overlay_slider .swiper-container,
.bp_fn_hero .overlay_slider .swiper-slide {
  height: 100%;
}

.bp_fn_hero .overlay_slider .swiper-container {
  cursor: e-resize;
}

.bp_fn_hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.bp_fn_hero .bg_color {
  background-color: var(--themeClrDrk);
}

.home-kenburns .bp_fn_hero .bg_color {
  background-color: rgba(0, 0, 0, 0.55);
}

.bp_fn_hero.half {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.bp_fn_hero.half .hero_content {
  width: 40%;
  background-color: #0a0a0a;
}

.bp_fn_hero.half .bg_overlay {
  left: 40%;
}

.bp_fn_hero .hero_content {
  position: relative;
  z-index: 15;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 150px 0;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_hero .content {
  text-align: center;
}

.bp_fn_hero .fn_title {
  margin: 0 auto;
  padding: 0;
  font-size: 45px;
  margin-bottom: 10px;
  overflow: hidden;
}

.bp_fn_hero .fn_desc {
  padding: 0;
  font-size: 16px;
  line-height: 1.3333;
  margin: 0 auto;
}

.buttonsmain {
  margin-top: 45px;
}

@keyframes bottomArrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 0;
  }
}

@keyframes topArrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, -20px);
    opacity: 0;
  }
}

.fn_animated_text {
  opacity: 0;
}

.fn_animated_text.ready {
  opacity: 1;
}

.fn_animated_text span {
  animation: fn_animated_text 0.8s both;
}

.fn_animated_text em {
  opacity: 0;
}

@keyframes fn_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px white;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

#about {
  background-color: var(--themeClrLt);
  padding: 150px 0;
  position: relative;
}

.bp_fn_about_item {
  display: flex;
  margin-bottom: 150px;
}

.bp_fn_about_item:last-child {
  margin-bottom: 0;
}

.bp_fn_about_item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bp_fn_about_item.reverse .content_item {
  padding: 40px 140px 40px 0px;
}

.bp_fn_about_item .img_item {
  width: 50%;
  position: relative;
  display: flex;
}

.bp_fn_about_item .img_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #353535;
  left: 0;
  top: 0;
  transform: rotate(5deg);
}

.bp_fn_about_item .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  position: relative;
  z-index: 3;
}

.bp_fn_about_item .content_item {
  width: 50%;
  padding: 40px 40px 40px 100px;
}

.bp_fn_about_item .bp_fn_title {
  margin-bottom: 31px;
}

.bp_fn_about_item .desc p {
  margin-bottom: 27px;
}

.bp_fn_about_item .desc p:last-child {
  margin-bottom: 0;
}

.bp_fn_about_item .desc {
  margin-bottom: 37px;
  color: var(--themeClrDrk);
}

.bp_fn_about_item .buttons {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.bp_fn_about_item .buttons a {
  margin: 5px 20px 5px 0;
}

.bp_fn_about_item .buttons a:last-child {
  margin-right: 0;
}

.bp_fn_title {
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_title .fn_title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  margin-bottom: 6px;
  color: var(--themeClrDrk);
}

.bp_fn_title .line {
  position: relative;
  width: 140px;
  height: 10px;
}

.bp_fn_title .line span,
.bp_fn_title .line:after,
.bp_fn_title .line span:before,
.bp_fn_title .line span:after {
  transition: background-color 0.3s ease;
}

.bp_fn_title .line:hover span,
.bp_fn_title .line:hover:after,
.bp_fn_title .line:hover span:before,
.bp_fn_title .line:hover span:after {
  background-color: #473687;
}

.bp_fn_title .line span {
  width: 140px;
  display: block;
  height: 2px;
  background-color: var(--extra-color);
  position: absolute;
  top: 4px;
}

.bp_fn_title .line:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  left: 50%;
  margin-left: -2px;
  background-color: var(--extra-color);
  border-radius: 10px;
}

.bp_fn_title .line span:after,
.bp_fn_title .line span:before {
  width: 2px;
  background-color: var(--extra-color);
  position: absolute;
  content: "";
  z-index: 3;
  margin-top: -3px;
  height: 6px;
  top: 50%;
}

.bp_fn_title .line span:before {
  right: 50%;
  margin-right: 12px;
}

.bp_fn_title .line span:after {
  left: 50%;
  margin-left: 12px;
}

.bp_fn_title[data-align="left"] {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.bp_fn_title[data-align="left"] .line:after {
  left: 0;
  margin-left: 0;
}

.bp_fn_title[data-align="left"] .line span:before {
  left: 14px;
  right: auto;
  margin-right: 0;
}

.bp_fn_title[data-align="left"] .line span:after {
  left: 26px;
  right: auto;
  margin-left: 0;
  margin-top: -2px;
  height: 4px;
}

.bp_fn_title[data-align="right"] {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.bp_fn_title[data-align="right"] .line:after {
  left: auto;
  margin-left: 0;
  right: 0;
}

.bp_fn_title[data-align="right"] .line span:before {
  left: auto;
  right: 14px;
  margin-right: 0;
}

.bp_fn_title[data-align="right"] .line span:after {
  left: auto;
  right: 26px;
  margin-left: 0;
  margin-top: -2px;
  height: 4px;
}

.bp_fn_button {
  display: block;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  color: var(--themeClrDrk);
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--hff);
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  line-height: 46px;
  padding: 0 20px 0 73px;
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
}

.bp_fn_button .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.bp_fn_button.only_text {
  padding: 10px 28px;
}

.bp_fn_button.full {
  width: 100%;
  line-height: 66px;
}

.bp_fn_button .icon {
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -11px;
}

.bp_fn_button .icon:after {
  content: "";
  width: 2px;
  height: 26px;
  background-color: var(--extra-color);
  left: 100%;
  margin-left: 14px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
}

.bp_fn_button .icon:before {
  content: "";
  width: 2px;
  height: 0;
  background-color: var(--mc);
  left: 100%;
  margin-left: 14px;
  top: -2px;
  position: absolute;
  z-index: 3;
  transition: all 0.3s ease;
}

.bp_fn_button .fn__svg {
  width: 22px;
  height: 22px;
  display: block;
}

.bp_fn_button:hover {
  border-color: var(--mc);
}

.bp_fn_button:hover .icon:after {
  opacity: 0;
}

.bp_fn_button:hover .icon:before {
  height: 26px;
}

.fn__divider {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 6;
  color: var(--themeClrDrk);
}

.top_divider {
  top: -1px;
}

.bottom_divider {
  bottom: -1px;
  transform: rotate(180deg);
}

#section-contact {
  padding: 70px 0;
}

#section-contact .desc {
  margin-bottom: 30px;
}

/* Direct child only — nested lists (e.g. tick lists inside cards) must not get column widths */
.bp_fn_services > ul {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -40px;
}

.bp_fn_services > ul > li {
  padding-left: 40px;
  width: 25%;
  margin-bottom: 40px;
}

.bp_fn_services .item {
  width: 100%;
}

.bp_fn_services .item_num {
  position: relative;
  padding-left: 16px;
  display: flex;
}

.bp_fn_services .item_num span {
  background-color: #252525;
  min-width: 46px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--hff);
  letter-spacing: 0.5px;
}

.bp_fn_services .item_num span:after,
.bp_fn_services .item_num span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
}

.bp_fn_services .item_num span:before {
  border-width: 0 0 30px 12px;
  border-bottom-color: #252525;
  right: 100%;
  top: 0;
}

.bp_fn_services .item_num span:after {
  border-width: 30px 0 0 12px;
  border-left-color: #252525;
  left: 100%;
  top: 0;
}

.bp_fn_services .item_content {
  padding: 30px 15px;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  box-shadow: 8px 12px 20px -1px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: 8px 12px 20px -1px rgba(0, 0, 0, 0.82);
  transition: all 0.3s ease;
  color: var(--themeClrDrk);
}

#services .bp_fn_services .item_content {
  box-shadow: 8px 12px 20px -1px rgb(124 119 119 / 82%);
  -webkit-box-shadow: 8px 12px 20px -1px rgb(124 119 119 / 82%);
}

.bp_fn_services .item_content h3,
.bp_fn_services .item_content p {
  transition: all 0.3s ease;
}

.bp_fn_services .item_content p {
  margin-bottom: 12px;
}

.bp_fn_services .item_content p:last-child {
  margin-bottom: 0;
}

.bp_fn_services .item:hover .item_content {
  border-color: #473687;
  background-color: #473687;
  color: #ffffff;
}

.bp_fn_services .item:hover .item_content h3,
.bp_fn_services .item:hover .item_content p {
  color: #ffffff;
}

.bp_fn_services .item:hover .item_num span {
  background-color: #473687;
  color: #fff;
}

.bp_fn_services .item:hover .item_num span:after {
  border-left-color: #473687;
}

.bp_fn_services .item:hover .item_num span:before {
  border-bottom-color: #473687;
}

.bp_fn_services .fn_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--themeClrDrk);
}

.bp_fn_services > ul > li:nth-of-type(2n + 1) {
  margin-top: 40px;
}

#drop {
  padding: 135px 0;
  position: relative;
  background-color: var(--themeClrLt);
}

#drop .bp_fn_title {
  margin-bottom: 70px;
}

#drop .bp_fn_drops {
  margin-bottom: 143px;
}

.bp_fn_drops ul {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -40px;
}

.bp_fn_drops li {
  /* width: 20%; */
  padding-left: 40px;
  margin-bottom: 40px;
}

.bp_fn_drops .item {
  width: 100%;
  position: relative;
}

.bp_fn_drops .img_holder {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 5;
  padding: 5px;
}

.bp_fn_drops .img_holder img {
  object-fit: cover;
  transition: all 1s ease;
}

.bp_fn_drops .img_holder img.opacity {
  opacity: 0.2;
}

.bp_fn_drops .item:hover .img_holder img {
  transform: scale(1.2) rotate(-5deg) translateZ(0);
}

.bp_fn_gallery_1_2 .gallery_in {
  --gap: 20px;
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
}

.bp_fn_gallery_1_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
  transform: translateZ(0);
}

.bp_fn_gallery_1_2 .row2 {
  grid-row: span 2;
}

.bp_fn_gallery_1_2 .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.bp_fn_gallery_1_2 .item:hover img {
  transform: scale(1.1) rotate(-5deg) translateZ(0);
}

.bp_fn_timeline .timeline_content {
  width: 100%;
}

.bp_fn_timeline .timeline_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.bp_fn_timeline .timeline_item {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.bp_fn_timeline .timeline_item.previous {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bp_fn_timeline .timeline_item.active {
  position: relative;
  z-index: 5;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.bp_fn_timeline .t_item {
  padding: 40px;
  width: 100%;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_timeline .t_item_img {
  width: 50%;
}

.bp_fn_timeline .t_item_info {
  width: 50%;
  padding: 0 0 0 70px;
}

.bp_fn_timeline .fn_date {
  display: flex;
  margin-bottom: 26px;
  overflow: hidden;
}

.bp_fn_timeline .fn_read {
  margin-bottom: 0;
}

.bp_fn_timeline .fn_date span {
  background-color: #252525;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--hff);
  letter-spacing: 0px;
  padding: 0 15px;
}

.bp_fn_timeline .fn_date span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
  border-width: 30px 0 0 12px;
  border-left-color: #252525;
  left: 100%;
  top: 0;
}

.bp_fn_timeline .fn_title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}

.bp_fn_timeline .fn_desc {
  margin-bottom: 27px;
}

.bp_fn_timeline .timeline_progress {
  padding: 0 20px;
  position: relative;
  height: 62px;
  width: 100%;
  margin-top: 20px;
}

.bp_fn_timeline .progress_line_wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bp_fn_timeline .progress_line {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #252525;
  width: 100%;
  height: 2px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.bp_fn_timeline .progress_line .active_line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--extra-color);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.bp_fn_timeline .progress_line ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 7;
}

.bp_fn_timeline .progress_line li {
  margin: 0;
  padding: 0;
}

.bp_fn_timeline .progress_line li.previous .circle {
  background-color: var(--mc);
}

.bp_fn_timeline .progress_line li.active a {
  color: #eee;
}

.bp_fn_timeline .progress_line li.active .circle {
  background-color: var(--mc);
}

.bp_fn_timeline .progress_line a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--hff);
  color: #666;
  letter-spacing: 0;
  position: absolute;
  white-space: nowrap;
  line-height: 1;
  top: 100%;
  padding: 10px 0;
  left: 100%;
}

.bp_fn_timeline .progress_line a:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 100%;
  left: 0;
}

.bp_fn_timeline .progress_line .circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  display: block;
  bottom: 100%;
  background-color: #252525;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -6px;
}

.bp_fn_timeline .progress_line li:nth-child(1) a {
  left: 115px;
}

.bp_fn_timeline .progress_line li:nth-child(2) a {
  left: 350px;
}

.bp_fn_timeline .progress_line li:nth-child(3) a {
  left: 580px;
}

.bp_fn_timeline .progress_line li:nth-child(4) a {
  left: 810px;
}

.bp_fn_timeline .progress_line li:nth-child(5) a {
  left: 1040px;
}

.bp_fn_timeline .progress_line li:nth-child(6) a {
  left: 1270px;
}

.bp_fn_timeline .progress_line li:nth-child(7) a {
  left: 1500px;
}

.bp_fn_timeline .nav_next,
.bp_fn_timeline .nav_prev {
  position: absolute;
  display: block;
  width: 20px;
  height: 16px;
  text-decoration: none;
  color: var(--extra-color);
  top: 50%;
  margin-top: -8px;
}

.bp_fn_timeline .nav_next.inactive,
.bp_fn_timeline .nav_prev.inactive {
  cursor: default;
  opacity: 0.3;
}

.bp_fn_timeline .nav_prev:hover,
.bp_fn_timeline .nav_next:hover {
  color: #eee;
}

.bp_fn_timeline .nav_next .fn__svg,
.bp_fn_timeline .nav_prev .fn__svg {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.bp_fn_timeline .nav_prev .fn__svg {
  left: -3px;
  transform: rotate(180deg);
}

.bp_fn_timeline .nav_next .fn__svg {
  right: -3px;
}

.bp_fn_timeline .nav_prev {
  left: 0;
}

.bp_fn_timeline .nav_next {
  right: 0;
}

#investor {
  position: relative;
  padding: 150px 0;
}

#investor .bp_fn_title {
  margin-bottom: 76px;
}

.bp_fn_investor ul {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -10px;
}

.bp_fn_investor li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.bp_fn_investor .item {
  width: 100%;
  position: relative;
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--themeClrDrk);
}

.bp_fn_investor .item img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.bp_fn_investor .item:hover img {
  opacity: 1;
}

#blog {
  position: relative;
  padding: 135px 0 85px;
  background-color: #2a1e2a;
}

#blog .bp_fn_title {
  margin-bottom: 70px;
}

.bp_fn_moving_text {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  z-index: 102;
}

.bp_fn_moving_text.active {
  opacity: 1;
  visibility: visible;
}

.bp_fn_moving_box {
  position: fixed;
  width: 370px;
  height: 270px;
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 100%;
  margin-right: 60px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 5px;
}

.bp_fn_moving_box.active {
  opacity: 1;
  visibility: visible;
}

.bp_fn_moving_blog .moving_img {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: -2;
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  visibility: hidden;
}

.bp_fn_moving_blog ul {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -50px;
}

.bp_fn_moving_blog li {
  padding-left: 50px;
  margin-bottom: 50px;
  width: 33.3333%;
}

.bp_fn_moving_blog .item {
  width: 100%;
}

.bp_fn_moving_blog .fn_date {
  display: flex;
  margin-bottom: 26px;
}

.bp_fn_moving_blog .fn_date span {
  background-color: #252525;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--hff);
  letter-spacing: 0px;
  padding: 0 15px;
}

.bp_fn_moving_blog .fn_date span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
  border-width: 30px 0 0 12px;
  border-left-color: #252525;
  left: 100%;
  top: 0;
}

.bp_fn_moving_blog .fn_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.bp_fn_moving_blog .fn_desc {
  margin-bottom: 23px;
}

.bp_fn_moving_blog .fn_read {
  margin-bottom: 0;
}

.bp_fn_content {
  position: relative;
  z-index: 2;
  background-color: var(--themeClrLt);
}

.bp_fn_main[data-footer-sticky="on"] #footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
}

.bp_fn_footer {
  background-color: var(--themeClrDrk);
}

.bp_fn_footer .footer_top {
  padding: 20px 0;
}

.bp_fn_footer .ft_in {
  max-width: 670px;
  margin: 0 auto;
}

.bp_fn_footer .footer_top .desc {
  text-align: center;
}

.bp_fn_footer .footer_top .img {
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.bp_fn_footer .footer_top .fn_title {
  font-size: 36px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.bp_fn_footer .footer_top .fn_desc {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
}

.bp_fn_footer .subscribe_form {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 25px;
}

.bp_fn_footer .subscribe_in {
  display: flex;
}

.bp_fn_footer .subscribe_form input[type="text"] {
  width: 100%;
  margin-right: 10px;
  height: 50px;
  min-width: inherit;
  background-color: #121212;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-family: var(--hff);
  padding: 0 15px;
  line-height: 46px;
  color: #eee;
}

.bp_fn_footer .subscribe_form input[type="text"]:focus {
  background-color: #121212;
  border-color: #777;
}

.bp_fn_footer .subscribe_form a {
  flex: none;
}

.bp_fn_footer .bp_fn_social_list ul {
  justify-content: center;
}

.bp_fn_footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}

.bp_fn_footer .fb_in {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_footer .fb_left p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--hff);
}

.bp_fn_footer .fb_left p a {
  text-decoration: none;
  color: #eee;
}

.bp_fn_footer .fb_left p a:hover {
  color: #fff;
}

.bp_fn_footer .fb_right ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-left: -30px;
}

.bp_fn_footer .fb_right li {
  padding-left: 30px;
  margin: 5px 0;
}

.bp_fn_footer .fb_right a {
  display: block;
  font-size: 14px;
  color: var(--bc);
  font-family: var(--hff);
  text-decoration: underline !important;
}

.bp_fn_footer .fb_right a:hover {
  color: var(--hc);
}

.bp_fn_social_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin-left: -30px;
}

.bp_fn_social_list li {
  margin: 5px 0px 5px 30px;
  padding: 0;
}

.bp_fn_social_list a {
  color: var(--bc);
  font-size: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.bp_fn_social_list a i {
  transition: none;
}

.bp_fn_social_list a i:before {
  margin: 0;
  padding: 0;
  display: block;
  width: inherit;
}

.bp_fn_social_list a:hover {
  color: var(--hc);
}

.bp_fn_nav {
  position: fixed;
  height: 100vh;
  width: 50%;
  min-width: 850px;
  z-index: 999;
  background-color: #111;
  right: 0;
  top: 0;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  transition: all 1s 0.3s cubic-bezier(0.02, 0.19, 0, 0.96);
  transform: translateX(102%);
}

.bp_fn_nav .trigger {
  position: absolute;
  top: 30px;
  right: 73px;
}

.bp_fn_nav .nav_content {
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-left: calc(20px + 3.1vw);
  padding-right: calc(20px + 3.1vw);
  padding-top: calc(50px + 5.2vw);
  padding-bottom: 35px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

.bp_fn_nav .nav_content::-webkit-scrollbar {
  width: 4px;
}

.bp_fn_nav .nav_content:-webkit-scrollbar-track {
  background: #444;
}

.bp_fn_nav .nav_content::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  border: 3px solid #444;
}

.bp_fn_nav .nav_menu {
  margin-bottom: 38px;
}

.bp_fn_nav .nav_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bp_fn_nav ul.sub-menu {
  display: none;
  margin: 25px 0 4px 30px;
}

.bp_fn_nav .nav_menu ul.sub-menu li {
  margin-bottom: 27px;
}

.bp_fn_nav .nav_menu ul.sub-menu li:last-child {
  margin-bottom: 0px;
}

.bp_fn_nav ul.sub-menu a {
  font-size: 20px;
}

.bp_fn_nav .nav_menu ul.sub-menu a:before {
  height: 1px;
}

.bp_fn_nav .nav_menu li {
  margin-bottom: 30px;
  transition: all 0.5s ease;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.bp_fn_nav .nav_menu li:last-child {
  margin-bottom: 0;
}

.bp_fn_nav .nav_menu a {
  font-size: 36px;
  display: block;
  text-decoration: none;
  font-family: var(--hff);
  color: var(--hc);
  line-height: 1;
  background-image: linear-gradient(to right, var(--mc), var(--mc) 50%, var(--hc) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.bp_fn_nav .nav_menu a:before {
  content: "";
  background: var(--mc);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.5s ease-in-out;
}

.bp_fn_nav .nav_menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 10px;
  width: 4px;
  height: 4px;
  background-color: var(--mc);
  border-radius: 100%;
  top: 50%;
  margin-top: -2px;
}

.bp_fn_nav .nav_menu a:hover {
  background-position: 0;
  background-image: linear-gradient(to right, var(--mc), var(--mc) 50%, transparent 50%);
}

.bp_fn_nav .nav_menu a:hover::before {
  width: 100%;
}

.bp_fn_nav .nav_menu .active a {
  color: var(--mc);
}

.bp_fn_nav .nav_buttons {
  display: flex;
  flex-wrap: wrap;
}

.bp_fn_nav .nav_buttons a {
  margin: 5px 20px 5px 0;
}

.bp_fn_nav .nav_buttons a:last-child {
  margin-right: 0;
}

.bp_fn_nav .nav_footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 32px 0 28px;
  padding-left: calc(20px + 3.1vw);
  padding-right: calc(20px + 3.1vw);
}

.bp_fn_nav .nav_footer .nf_left {
  margin-right: 30px;
}

.bp_fn_nav .nav_footer:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  transition: all 0.5s 0.3s ease;
}

.bp_fn_nav .nav_footer .nf_left p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--hff);
}

.bp_fn_nav .nav_footer .nf_left p a {
  text-decoration: none;
  color: #eee;
}

.bp_fn_nav .nav_footer .nf_left p a:hover {
  color: #fff;
}

.bp_fn_nav .bp_fn_social_list ul {
  justify-content: flex-end;
}

.nav_overlay {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  transition: all 1s 0.7s cubic-bezier(0.02, 0.19, 0, 0.96);
  height: 100vh;
  transform: translateX(-102%);
  cursor: pointer;
}

.nav_overlay.go {
  transition: all 1s 0.3s cubic-bezier(0.02, 0.19, 0, 0.96);
  transform: translateX(0%);
}

.bp_fn_nav.go {
  transition: all 1s 1.3s cubic-bezier(0.02, 0.19, 0, 0.96);
  transform: translateX(0%);
}

.bp_fn_nav .nav_buttons,
.bp_fn_nav .nav_footer {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bp_fn_nav .nav_buttons.ready,
.bp_fn_nav .nav_footer.ready {
  opacity: 1;
}

.bp_fn_nav .nav_footer.ready:after {
  width: 100%;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  width: max-content;
  background: black;
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
}

.menu-item-has-children .sub-menu a {
  padding-top: 5px;
  display: block;
  text-decoration: underline !important;
}

.bp_fn_pagetitle {
  width: 100%;
  position: relative;
  padding: 244px 0 143px;
}

.bp_fn_pagetitle .bg_color {
  background-color: rgba(0, 0, 0, 0.6);
}

.bp_fn_pagetitle .pt_content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.bp_fn_pagetitle .fn_title {
  margin: 0;
  padding: 0;
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 11px;
}

.bp_fn_pagetitle .fn_desc {
  margin: 0;
  padding: 0;
  color: #aaa;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.bp_fn_pagetitle .fn_desc a {
  color: #aaa;
  text-decoration: none;
}

.bp_fn_pagetitle .fn_desc a:hover {
  color: var(--mc);
}

.bp_fn_pagetitle .separator {
  margin: 0 9px;
}

.bp_fn_collectionpage .fn_title {
  font-size: 36px;
  text-align: left;
}

.bp_fn_collection {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.bp_fn_clist {
  width: 100%;
}

.bp_fn_clist .bp_fn_title {
  margin-bottom: 50px;
}

[data-filter-sticky="on"] .bp_fn_filters {
  position: sticky;
  top: 100px;
}

.bp_fn_filters {
  width: 350px;
  min-width: 350px;
  margin-right: 50px;
}

.bp_fn_filters .filter_item {
  margin-bottom: 10px;
  background-color: #0a0a0a;
  border-radius: 5px;
  overflow: hidden;
}

.bp_fn_filters .filter_item:last-child {
  margin-bottom: 0;
}

.bp_fn_filters .filter_item__header {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bp_fn_filters .filter_item__header .text {
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ccc;
  font-family: var(--hff);
}

.bp_fn_filters .closed .filter_item__header .fn__svg {
  transform: rotate(180deg);
}

.bp_fn_filters .filter_item__header .fn__svg {
  width: 14px;
  height: 14px;
  position: absolute;
  color: var(--extra-color);
  display: block;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  transition: transform 100ms ease 0s;
}

.bp_fn_filters .filter_item__content {
  width: 100%;
  height: initial;
  overflow: visible;
  transition: height 100ms ease 0s;
}

.bp_fn_filters .closed .filter_item__content {
  height: 0;
  overflow: hidden;
}

.bp_fn_filters .ic_in {
  padding: 23px 20px 21px 30px;
}

.bp_fn_filters .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

.bp_fn_filters .items::-webkit-scrollbar {
  width: 2px;
}

.bp_fn_filters .items:-webkit-scrollbar-track {
  background: var(--extra-color);
}

.bp_fn_filters .items::-webkit-scrollbar-thumb {
  background-color: var(--extra-color);
}

.bp_fn_filters .items > li {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 3 px;
  width: 100%;
}

.bp_fn_filters .items > li:last-child {
  margin-bottom: 0;
}

.bp_fn_filters .checkbox {
  width: 100%;
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
  cursor: pointer;
  font-size: 16px;
  color: #aaa;
  font-family: var(--hff);
}

.bp_fn_filters .checkbox .amount {
  color: #666;
}

.bp_fn_filters .checkbox .checkmark .fn__svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  left: 1px;
  display: none;
  color: var(--mc);
}

.bp_fn_filters .checkbox input:checked ~ .checkmark {
  border-color: var(--mc);
}

.bp_fn_filters .checkbox input:checked ~ .checkmark .fn__svg {
  display: block;
}

.bp_fn_filters .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bp_fn_filters .checkbox .checkmark {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  border: 1px solid var(--extra-color);
  border-radius: 3px;
  background-color: #121212;
}

.bp_fn_filters .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.bp_fn_result_box {
  width: 100%;
  background-color: #0a0a0a;
  min-height: 70px;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px 5px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.bp_fn_result_box > * {
  margin: 0 10px 10px 0;
}

.bp_fn_result_box .filter_count {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--hff);
  font-weight: 300;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 0 0 0 20px;
  position: relative;
}

.bp_fn_result_box .filter_count span {
  position: relative;
  min-width: 34px;
  padding: 0 8px;
  display: block;
  right: 0;
  text-align: center;
  white-space: nowrap;
  margin-left: 20px;
}

.bp_fn_result_box .filter_count span:after {
  right: 100%;
  width: 2px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #333;
}

.bp_fn_result_box .result_item a {
  position: relative;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  padding: 0 56px 0 20px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  font-family: var(--hff);
  border: 2px solid #333;
}

.bp_fn_result_box .result_item span {
  color: #aaa;
}

.bp_fn_result_box .result_item a:after {
  width: 2px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  background-color: #333;
  transition: all 0.3s ease;
}

.bp_fn_result_box .result_item .fn__svg {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 12px;
  top: 13px;
  color: var(--extra-color);
}

.bp_fn_result_box .result_item a:before {
  width: 2px;
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  right: 34px;
  background-color: var(--extra-color);
  transition: all 0.3s ease;
}

.bp_fn_result_box .result_item a:hover {
  border-color: var(--extra-color);
}

.bp_fn_result_box .result_item a:hover .fn__svg {
  color: #aaa;
}

.bp_fn_result_box .result_item a:hover:after {
  opacity: 0;
}

.bp_fn_result_box .result_item a:hover:before {
  height: 100%;
}

.bp_fn_result_box .clear_all {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  font-family: var(--hff);
  text-decoration: none;
  line-height: 40px;
  padding: 0 10px;
  margin-right: 0;
}

.bp_fn_result_box .clear_all:hover {
  color: var(--mc);
}

.bp_fn_pagination ul {
  margin: 0;
  display: flex;
  padding: 0;
  list-style-type: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin-left: -10px;
}

.bp_fn_pagination li {
  margin: 0 0 5px 0;
  padding: 0;
  padding-left: 10px;
}

.bp_fn_pagination span,
.bp_fn_pagination a {
  text-decoration: none;
  width: 60px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 46px;
  border: 2px solid var(--extra-color);
  color: #aaa;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: var(--hff);
}

.bp_fn_pagination .current {
  border-color: #333;
  color: #666;
}

.bp_fn_pagination span:hover,
.bp_fn_pagination a:hover {
  border-color: #777;
  transform: none !important;
}

.bp_fn_pagination.multiple span,
.bp_fn_pagination.multiple a {
  min-width: 80px;
  width: auto;
  padding: 0 10px;
}

#information {
  padding: 150px 0;
  background-color: #111;
}

.bp_fn_gualist {
  margin-bottom: 105px;
}

.bp_fn_gualist ul {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -45px;
  list-style-type: none;
}

.bp_fn_gualist li {
  width: 33.3333%;
  padding-left: 40px;
  margin-bottom: 40px;
}

.bp_fn_gualist .item {
  width: 100%;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  padding: 50px 40px 52px;
  position: relative;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.bp_fn_gualist .fn__svg {
  width: 60px;
  height: 60px;
  display: inline-block;
  color: var(--extra-color);
  margin-bottom: 18px;
}

.bp_fn_gualist .fn_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.bp_fn_gualist .line {
  display: block;
  width: 150px;
  height: 10px;
  position: absolute;
  background-color: #252525;
  top: 0;
  left: 50%;
  margin-left: -75px;
  transition: all 0.3s ease;
}

.bp_fn_gualist .line:before,
.bp_fn_gualist .line:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
  top: 0;
}

.bp_fn_gualist .line:before {
  border-width: 0 10px 10px 0;
  border-right-color: #252525;
  right: 100%;
}

.bp_fn_gualist .line:after {
  border-width: 10px 10px 0 0;
  border-top-color: #252525;
  left: 100%;
}

.bp_fn_gualist .item:hover {
  border-color: var(--mc);
}

.bp_fn_gualist .item:hover .line {
  background-color: var(--mc);
}

.bp_fn_gualist .item:hover .line:before {
  border-right-color: var(--mc);
}

.bp_fn_gualist .item:hover .line:after {
  border-top-color: var(--mc);
}

#video {
  position: relative;
}

.bp_fn_video {
  padding: 250px 0;
  position: relative;
}

.bp_fn_video .bg_color {
  background-color: rgba(0, 0, 0, 0.85);
}

.bp_fn_video .v_content {
  position: relative;
  z-index: 5;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.bp_fn_video a {
  position: relative;
  z-index: 5;
}

.bp_fn_video a .fn__svg {
  width: 120px;
  height: 120px;
  display: block;
  transition: all 1s ease;
  border-radius: 50%;
}

.bp_fn_video a .stroke-solid {
  stroke-width: 4px;
  stroke: rgba(85, 85, 85, 0.7);
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  transition:
    stroke-dashoffset 1s ease,
    opacity 1s ease;
}

.bp_fn_video a .icon {
  color: var(--bc);
  transform: scale(0.7);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.bp_fn_video a:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}

.bp_fn_video a:hover .icon {
  transform: scale(0.8);
}

.bp_fn_video a:hover .fn__svg {
  background-color: rgba(255, 255, 255, 0.05);
}

#team {
  background-color: #111;
  position: relative;
  padding: 150px 0 105px;
}

#team .bp_fn_title {
  margin-bottom: 31px;
}

#team .fn_description {
  text-align: center;
  margin-bottom: 62px;
}

.bp_fn_team .team_list {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -45px;
  list-style-type: none;
}

.bp_fn_team .team_item {
  padding-left: 45px;
  margin-bottom: 45px;
  width: 33.3333%;
}

.bp_fn_team .t_item {
  widows: 100%;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.bp_fn_team .person_info {
  padding: 40px 40px 22px;
  text-align: center;
}

.bp_fn_team .img_holder {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 26px auto;
}

.bp_fn_team .img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.bp_fn_team .fn_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.bp_fn_team .fn_desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.bp_fn_team .person_social {
  width: 100%;
  padding: 0 40px;
}

.bp_fn_team .person_social ul {
  margin: 0;
  padding: 6px 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #252525;
  margin-left: -8px;
  position: relative;
  transition: all 0.3s ease;
}

.bp_fn_team .person_social li {
  margin: 5px 0 5px 8px;
  padding: 0;
}

.bp_fn_team .person_social a {
  color: #777;
  font-size: 18px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 0 2px;
}

.bp_fn_team .person_social a:hover {
  color: #ccc;
}

.bp_fn_team .person_social .fn-icon-facebook,
.bp_fn_team .person_social .fn-icon-pinterest {
  top: 1px;
}

.bp_fn_team .person_social i {
  position: relative;
  transition: none;
}

.bp_fn_team .person_social i:before {
  display: block;
  margin: 0;
}

.bp_fn_team .person_social ul:after,
.bp_fn_team .person_social ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
}

.bp_fn_team .person_social ul:before {
  border-width: 0 0 40px 12px;
  border-bottom-color: #252525;
  right: 100%;
  top: 0;
}

.bp_fn_team .person_social ul:after {
  border-width: 40px 0 0 12px;
  border-left-color: #252525;
  left: 100%;
  top: 0;
}

.bp_fn_team .t_item:hover {
  border-color: var(--mc);
}

.bp_fn_totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 990;
  color: #aaa;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(30px);
}

.bp_fn_totop.active {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.bp_fn_totop .circle {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  display: block;
  position: absolute;
  z-index: 55;
}

.bp_fn_totop .circle .fn__svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  opacity: 1;
}

.bp_fn_totop .circle .stroke-solid {
  fill: none;
  stroke-width: 2px;
  stroke-dashoffset: 300;
  stroke-dasharray: 300;
  stroke: #473687;
  transition: all 0.1s ease;
}

.bp_fn_totop .arrow {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  transition: all 0.3s ease;
}

.bp_fn_totop .arrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #aaa;
  left: 50%;
  margin-left: -1px;
  transition: all 0.3s ease;
  top: 4px;
}

.bp_fn_totop .arrow .fn__svg {
  position: absolute;
  display: block;
  top: 0px;
  width: 11px;
  height: 11px;
  transform: rotate(-90deg);
  left: 50%;
  margin-left: -5.5px;
  z-index: 3;
  opacity: 1;
}

.bp_fn_totop:hover {
  color: #473687;
}

.bp_fn_totop:hover .arrow:after {
  background-color: #473687;
}

.bp_fn_totop:hover .arrow {
  top: 17px;
  -webkit-animation: bp_fn_totop_arrow 1.5s infinite;
  animation: bp_fn_totop_arrow 1.5s infinite;
}

@keyframes bp_fn_totop_arrow {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, -11px);
    opacity: 0;
  }
}

.bp_fn_product_modal {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 6.7%;
}

.bp_fn_product_modal.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bp_fn_product_modal.reverse .content_item {
  padding-left: 0;
  padding-right: 20px;
}

.bp_fn_product_modal .img_item {
  width: 50%;
  position: relative;
  padding-right: 20px;
}

.bp_fn_product_modal .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
}

.bp_fn_product_modal .content_item {
  width: 50%;
  padding-left: 20px;
}

.bp_fn_product_modal .bp_fn_title {
  margin-bottom: 31px;
}

.bp_fn_product_modal .desc p {
  margin-bottom: 27px;
}

.bp_fn_product_modal .desc p:last-child {
  margin-bottom: 0;
}

.bp_fn_product_modal .desc {
  margin-bottom: 37px;
}

.bp_fn_product_modal .buttons {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.bp_fn_product_modal .buttons a {
  margin: 5px 20px 5px 0;
}

.bp_fn_product_modal .buttons .disable {
  display: none;
}

.bp_fn_product_modal .buttons a:last-child {
  margin-right: 0;
}

.bp_fn_modal,
.bp_fn_modal * {
  box-sizing: border-box;
}

.bp_fn_modal {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 47, 56, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transition: all 0.3s ease;
  transform: scale(0.9) translateY(-250px);
  padding: 40px;
}

.bp_fn_modal.opened {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  transform: scale(1) translateY(0px);
}

.bp_fn_modal .modal_closer {
  position: absolute;
  bottom: 100%;
  right: 10px;
  width: 50px;
  height: 24px;
}

.bp_fn_modal .modal_closer .fn__svg {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.5px 0 0 -3.5px;
}

.bp_fn_modal .modal_closer a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #525252;
  border-radius: 5px 5px 0 0;
  color: #aaa;
}

.bp_fn_modal .modal_closer a:hover {
  background-color: #333;
  color: #eee;
}

.bp_fn_modal .modal_in {
  position: relative;
  width: 900px;
  max-width: 100%;
  height: auto;
  background: #111;
  border-radius: 10px;
}

.bp_fn_modal .modal_content {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

.bp_fn_modal .modal_content::-webkit-scrollbar {
  width: 0px;
}

.bp_fn_blog_page {
  background-color: #111;
  padding: 150px 0 145px;
}

.bp_fn_blog_page .bp_fn_moving_blog li {
  margin-bottom: 100px;
}

.bp_fn_contact_page {
  background-color: #111;
  padding: 145px 0 147px;
}

.contact_form {
  margin-bottom: 45px;
}

.contact_form .input_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact_form .input_list li {
  margin: 0;
  padding: 0;
  margin-bottom: 26px;
}

.contact_form .input_list li:nth-last-child(2) {
  margin-bottom: 30px;
}

.contact_form .input_list li:last-child {
  margin-bottom: 0px;
}

.contact_form .input_list label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 4px;
}

.contact_form .input_list textarea,
.contact_form .input_list input {
  display: block;
  width: 100%;
  min-width: inherit;
  height: 50px;
  line-height: 46px;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  color: #ccc;
  background-color: #181818;
}

.contact_form .input_list textarea:focus,
.contact_form .input_list input:focus {
  background-color: transparent;
  border-color: #777;
}

.contact_form .input_list textarea {
  height: 150px;
  padding: 10px;
  line-height: 1.5;
}

#send_message {
  width: 100%;
}

.empty_notice {
  color: #c13839;
  margin: 7px 0;
  display: none;
  text-align: center;
  font-weight: 500;
}

.contact_error {
  color: #f52225;
  text-align: center;
  font-weight: 500;
}

.returnmessage {
  color: #3a00ff;
  margin: 7px 0;
  text-align: center;
  font-weight: 500;
  display: none;
}

.bp_fn_contact_page .desc_holder {
  margin-bottom: 38px;
}

.bp_fn_contact_page .desc_holder p {
  margin-bottom: 27px;
}

.bp_fn_contact_page .desc_holder p:last-child {
  margin-bottom: 0;
}

.bp_fn_contact_page .info_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bp_fn_contact_page .info_list li {
  margin-bottom: 15px;
}

.bp_fn_contact_page .info_list li:last-child {
  margin-bottom: 0px;
}

.bp_fn_contact_page .info_list .label {
  font-size: 14px;
  font-family: var(--hff);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 2px;
}

.bp_fn_contact_page .info_list .value {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.bp_fn_contact_page .info_list .email {
  font-size: 15px;
  text-decoration: none;
  color: #aaa;
  border-bottom: 1px solid #414141;
  margin-top: 5px;
}

.bp_fn_contact_page .info_list .email:hover {
  color: #ccc;
  border-bottom-color: #aaa;
}

.bp_fn_single {
  width: 100%;
  position: relative;
  min-height: 500px;
}

.bp_fn_single .single_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bp_fn_single .single_bg:before,
.bp_fn_single .single_bg:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
}

.bp_fn_single .single_bg:before {
  height: 500px;
  top: 0;
  background-color: #0a0a0a;
}

.bp_fn_single .single_bg:after {
  top: 500px;
  background-color: #111;
  bottom: 0;
}

.bp_fn_single .single_content {
  z-index: 3;
  position: relative;
  padding-top: 165px;
}

.bp_fn_single .single_img {
  margin-bottom: 57px;
}

.bp_fn_single .single_img img {
  border-radius: 10px;
  display: block;
}

.bp_fn_single .single_img img.new {
  max-height: 350px;
  width: 1027px;
  opacity: 0.3;
}

.bp_fn_single .bp_fn_minis {
  margin-bottom: 19px;
}

.bp_fn_single .single_title .fn_title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3333;
  margin-bottom: 13px;
}

.bp_fn_single .categories {
  color: var(--bc);
  font-family: var(--hff);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.bp_fn_single .categories a {
  color: inherit;
  text-decoration: none;
}

.bp_fn_single .categories a:hover {
  color: var(--mc);
}

.bp_fn_single .single_desc p {
  margin-bottom: 28px;
}

.bp_fn_single .single_desc p:last-child {
  margin-bottom: 0;
}

.bp_fn_share {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.bp_fn_share .label {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  color: var(--bc);
  font-family: var(--bff);
  font-size: 18px;
}

.bp_fn_share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin-left: -25px;
}

.bp_fn_share li {
  margin: 5px 0px 5px 25px;
  padding: 0;
}

.bp_fn_share a {
  color: #eee;
  font-size: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.bp_fn_share a i {
  transition: none;
}

.bp_fn_share a i:before {
  margin: 0;
  padding: 0;
  display: block;
  width: inherit;
}

.bp_fn_share a:hover {
  color: #fff;
}

.bp_fn_breadcrumbs {
  margin-bottom: 42px;
}

.bp_fn_breadcrumbs p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: var(--bc);
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.bp_fn_breadcrumbs a {
  color: var(--bc);
  text-decoration: none;
}

.bp_fn_breadcrumbs .separator {
  margin: 0 9px;
}

.bp_fn_breadcrumbs a:hover {
  color: var(--mc);
}

.bp_fn_wsidebar {
  width: 100%;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.bp_fn_wsidebar .sidebar_left {
  width: 100%;
  padding-right: 50px;
}

.bp_fn_wsidebar .sidebar_right {
  width: 350px;
  min-width: 350px;
  padding-left: 48px;
  border-left: 2px solid #292929;
}

#blog-single-content .sidebar_left {
  padding-bottom: 93px;
}

#blog-single-content .sidebar_right {
  padding-bottom: 100px;
}

.bp_fn_minis {
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.bp_fn_minis .m_item {
  line-height: 30px;
}

.bp_fn_minis .m_item > * {
  padding: 0 15px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  background-color: #252525;
  color: #aaa;
  font-size: 16px;
  font-family: var(--hff);
  letter-spacing: 0;
  position: relative;
  margin: 3px 0;
  margin-right: 18px;
}

.bp_fn_minis .m_item > *:after,
.bp_fn_minis .m_item > *:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.bp_fn_minis .m_item > *:before {
  border-width: 0 12px 30px 0;
  border-color: transparent #252525 transparent transparent;
  right: 100%;
}

.bp_fn_minis .m_item > *:after {
  border-width: 30px 0 0 12px;
  border-color: transparent transparent transparent #252525;
  left: 100%;
}

.bp_fn_minis .m_item:last-child > *:after {
  content: none;
}

.bp_fn_minis .m_item a {
  text-decoration: none;
  color: #aaa;
}

.bp_fn_minis .m_item a:hover {
  color: #ccc;
}

.bp_fn_author_info {
  background-color: #252525;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  margin: 52px 0 27px 0;
}

.bp_fn_author_info .info_img {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 40px;
  width: 25%;
  min-width: 25%;
}

.bp_fn_author_info .info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp_fn_author_info .fn_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 17px;
}

.bp_fn_author_info .fn_desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--extra-font-family);
  margin-bottom: 18px;
}

.bp_fn_author_info .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_author_info .social li {
  margin: 5px 28px 5px 0;
  padding: 0;
}

.bp_fn_author_info .social a {
  color: #777;
  font-size: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.bp_fn_author_info .social a i {
  transition: none;
}

.bp_fn_author_info .social a i:before {
  margin: 0;
  padding: 0;
  display: block;
  width: inherit;
}

.bp_fn_author_info .social a:hover {
  color: var(--heading-color);
}

.bp_fn_tags {
  display: flex;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  color: var(--bc);
  font-family: var(--hff);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.bp_fn_tags .label {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  color: var(--bc);
  font-family: var(--hff);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.bp_fn_tags a {
  text-decoration: none;
  color: inherit;
}

.bp_fn_tags span {
  margin-right: 5px;
}

.bp_fn_tags a:hover {
  color: var(--hc);
}

.widget {
  margin-bottom: 60px;
}

.widget:last-child {
  margin-bottom: 0;
}

.wid-title {
  padding: 0 10px;
  position: relative;
  margin-bottom: 30px;
}

.wid-title:after,
.wid-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  top: 0;
}

.wid-title:before {
  border-width: 0 0 44px 10px;
  border-color: transparent transparent #252525 transparent;
  left: 0;
}

.wid-title:after {
  border-width: 44px 0 0 10px;
  border-color: transparent transparent transparent #252525;
  right: 0;
}

.wid-title .text {
  display: block;
  padding: 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  color: #ccc;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  background-color: #252525;
  text-align: center;
  font-family: var(--hff);
}

.wid-title .icon {
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #252525;
  border-left-width: 7px;
  border-right-width: 7px;
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
}

.bp_fn_widget_about {
  margin-bottom: 60px;
  text-align: center;
}

.abs_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bp_fn_widget_about > *,
.bp_fn_widget_about {
  width: 100%;
}

.bp_fn_widget_about img {
  margin: 0;
  padding: 0;
}

.bp_fn_widget_about .abs_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s ease;
}

.bp_fn_widget_about .about_img {
  width: 100%;
  position: relative;
  margin-bottom: 29px;
}

.bp_fn_widget_about .img_inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.bp_fn_widget_about .img_inner:hover .abs_img {
  transform: scale(1.2) rotate(5deg);
}

.bp_fn_widget_about .about_img img {
  min-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0;
  margin-top: -15%;
  max-height: 300px;
}

.bp_fn_widget_about .afwa_title {
  margin-bottom: 22px;
}

.bp_fn_widget_about .afwa_title h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.widget_bp_about.widget_block {
  margin-bottom: 70px;
}

.bp_fn_widget_about .afwa_title p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #777;
  font-family: var(--hff);
}

.bp_fn_widget_about .afwa_title p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.bp_fn_widget_about .afwa_title p a:hover {
  border-bottom-color: inherit;
}

.bp_fn_widget_about .afwa_desc {
  margin-bottom: 24px;
}

.bp_fn_widget_about .afwa_desc p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--hff);
}

.bp_fn_widget_social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}

.bp_fn_widget_social ul li {
  margin: 5px 0px 5px 20px;
  padding: 0;
}

.bp_fn_widget_social ul a {
  color: #777;
  font-size: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.bp_fn_widget_social ul a i {
  transition: none;
}

.bp_fn_widget_social ul a i:before {
  margin: 0;
  padding: 0;
  display: block;
  width: inherit;
}

.bp_fn_widget_social ul a:hover {
  color: var(--heading-color);
}

.widget-banner img {
  border-radius: 10px;
}

.bp_fn_widget_subscribe {
  padding: 30px;
  background-color: #252525;
  border-radius: 10px;
  text-align: center;
}

.bp_fn_widget_subscribe .desc {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_widget_subscribe .fn__svg {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 21px;
}

.bp_fn_widget_subscribe .fn_title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 9px;
}

.bp_fn_widget_subscribe .fn_desc {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.bp_fn_widget_subscribe input[type="text"] {
  background-color: #2c2c2c;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.bp_fn_widget_subscribe .form a {
  width: 100%;
}

.bp_fn_pnb {
  width: 100%;
  background-color: #252525;
}

.bp_fn_pnb .pnb_wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.bp_fn_pnb .item {
  width: 46.55%;
  max-width: calc(50% - 42.5px);
  padding: 60px 0;
  position: relative;
}

.bp_fn_pnb .next {
  text-align: right;
  padding-left: 90px;
}

.bp_fn_pnb .item_in {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_pnb .img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}

.bp_fn_pnb .prev {
  padding-right: 90px;
}

.bp_fn_pnb .prev .img {
  margin-right: 30px;
}

.bp_fn_pnb .next .item_in {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bp_fn_pnb .next .img {
  margin-left: 30px;
}

.bp_fn_pnb .item .desc {
  width: 100%;
  max-width: calc(100% - 110px);
}

.bp_fn_pnb .item .fn_desc {
  color: #777;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--hff);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bp_fn_pnb .item .fn_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bp_fn_pnb .trigger {
  width: 85px;
  min-width: 85px;
  border-left: 2px solid #111;
  border-right: 2px solid #111;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bp_fn_pnb .trigger .icon {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
  width: 21px;
  height: 21px;
}

.bp_fn_pnb .trigger span {
  width: 3px;
  height: 3px;
  display: block;
  background-color: #ccc;
}

.bp_fn_pnb .container,
.bp_fn_pnb .item,
.bp_fn_pnb .img,
.bp_fn_pnb .trigger span,
.bp_fn_pnb .fn_desc,
.bp_fn_pnb .fn_title {
  transition: all 0.5s ease;
}

.bp_fn_pnb .item:hover .fn_desc {
  color: #aaa;
}

.bp_fn_pnb .item:hover .fn_title {
  color: var(--mc);
}

.bp_fn_pnb .trigger:hover span {
  background-color: #fff;
}

.bp_fn_pnb .item:hover {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bp_fn_pnb .item:hover .img {
  min-width: 100px;
  height: 100px;
}

.bp_fn_pnb:hover .container {
  max-width: 100%;
}

#comment-section .sidebar_left {
  padding: 100px 50px 150px 0;
}

#comment-section .sidebar_right {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bp_fn_comments .comment-title {
  margin-bottom: 55px;
}

.bp_fn_comments .comment-title .fn_title {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--hc);
}

.bp_fn_comments .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bp_fn_comments .comment {
  margin-bottom: 30px;
}

.bp_fn_comments .comment:last-child {
  margin-bottom: 0;
}

.bp_fn_comments .comment-body {
  width: 100%;
  display: flex;
}

.bp_fn_comments .comment-avatar {
  width: 80px;
  min-width: 80px;
  margin-right: 30px;
}

.bp_fn_comments .comment-avatar img {
  border-radius: 100%;
}

.bp_fn_comments .comment-data {
  margin-bottom: 19px;
  margin-top: 5px;
}

.bp_fn_comments .comment-data .author {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  margin-bottom: 8px;
}

.bp_fn_comments .comment-data .date {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: var(--hff);
  color: #999;
  text-transform: uppercase;
}

.bp_fn_comments .comment-text p {
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}

.bp_fn_comments .comment-text p:last-child {
  margin-bottom: 0;
}

.bp_fn_comments .comment-text .desc {
  margin-bottom: 22px;
}

.bp_fn_comments .fn_reply {
  display: flex;
  flex-wrap: wrap;
}

.bp_fn_comments .fn_reply .fn__svg {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
}

.bp_fn_comments .fn_reply a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #252525;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 5px 5px 0;
  font-size: 14px;
  font-family: var(--hff);
  color: #aaa;
}

.bp_fn_comments .comment-text-wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #292929;
}

.bp_fn_comments .comment-respond {
  padding-top: 96px;
}

.bp_fn_comments .respond-title {
  margin-bottom: 38px;
}

.bp_fn_comments .respond-title .fn_title {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--hc);
}

.bp_fn_comments .respond-log {
  margin-bottom: 17px;
}

.bp_fn_comments .respond-log p {
  margin: 0;
  padding: 0;
  color: #ccc;
}

.bp_fn_comments .respond-log p a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
}

.bp_fn_comments .respond-log p a:hover {
  border-bottom-color: inherit;
}

.bp_fn_comments .input-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
}

.bp_fn_comments .input-item {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
}

.bp_fn_comments .input-item.half-item {
  width: 50%;
}

.bp_fn_comments .comment-form textarea,
.bp_fn_comments .comment-form input[type="text"] {
  width: 100%;
  min-width: 100%;
  display: block;
}

.bp_fn_comments .comment-respond .bp_fn_button {
  margin-top: 20px;
}

.bp_fn_widget_articles ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bp_fn_widget_articles li {
  margin-bottom: 20px;
}

.bp_fn_widget_articles li:last-child {
  margin-bottom: 0;
}

.bp_fn_widget_articles .item {
  position: relative;
  width: 100%;
  padding: 26px 20px 24px;
  border-radius: 5px;
  background-color: #252525;
  transition: all 0.3s ease;
}

.bp_fn_widget_articles .fn_title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.3333;
  margin-bottom: 9px;
}

.bp_fn_widget_articles .fn_date {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--hff);
  letter-spacing: 0;
  color: #aaa;
  overflow: hidden;
  position: relative;
}

.bp_fn_widget_articles .fn_date span {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.bp_fn_widget_articles .fn_date span:after {
  width: 4px;
  height: 4px;
  content: "";
  background-color: #777;
  border-radius: 100%;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.bp_fn_widget_articles .fn_date .comment_count {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  color: var(--mc);
}

.bp_fn_widget_articles .count {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-family: var(--hff);
  font-size: 18px;
  letter-spacing: 0;
  color: #ccc;
  background-color: #111;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  bottom: -20px;
  right: 0;
  position: absolute;
  transition: all 0.3s ease;
}

.bp_fn_widget_articles .item:hover {
  background-color: #000000;
}

.bp_fn_widget_articles .item:hover .fn_date .post_date {
  transform: translateY(-100%);
}

.bp_fn_widget_articles .item:hover .fn_date .comment_count {
  transform: translateY(-100%);
}

.bp_fn_categories ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.bp_fn_categories li {
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
}

.bp_fn_categories li a {
  position: relative;
  background-color: #111;
  padding-right: 20px;
  z-index: 5;
  font-size: 16px;
  font-weight: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  line-height: 30px;
  font-style: normal;
  color: #aaa;
  text-decoration: none;
  font-family: var(--hff);
  text-transform: uppercase;
}

.bp_fn_categories li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 2000px;
  z-index: 5;
}

.bp_fn_categories li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  z-index: 5;
}

.bp_fn_categories li:after {
  content: "";
  position: absolute;
  background-color: #272727;
  height: 1px;
  left: 0;
  right: 55px;
  top: 50%;
  margin-top: -0.5px;
}

.bp_fn_categories .count {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 11px;
  font-family: var(--hff);
  letter-spacing: 0;
  color: #aaa;
  background-color: #252525;
  border-radius: 100%;
  line-height: 30px;
  position: relative;
  z-index: 3;
}

.bp_fn_categories li:hover a {
  transform: translateX(20px);
  padding-left: 20px;
}

.bp_fn_categories .more {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: var(--hff);
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 1px;
}

.bp_fn_categories .more:hover {
  color: #ccc;
}

.bp_fn_mosaic {
  margin-top: 62px;
  margin-bottom: 20px;
}

.bp_fn_mosaic ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -45px;
}

.bp_fn_mosaic li {
  width: 33.3333%;
  padding-left: 45px;
  margin-bottom: 45px;
}

.bp_fn_mosaic li:nth-of-type(9n + 5),
.bp_fn_mosaic li:nth-of-type(9n + 4) {
  width: 50%;
}

.bp_fn_mosaic li:nth-of-type(9n + 6),
.bp_fn_mosaic li:nth-of-type(9n + 7),
.bp_fn_mosaic li:nth-of-type(9n + 8),
.bp_fn_mosaic li:nth-of-type(9n) {
  width: 25%;
}

.bp_fn_mosaic .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.bp_fn_mosaic .item img {
  min-width: 100%;
  opacity: 0;
  margin-top: -20%;
}

#roadmap-single-content {
  padding-bottom: 82px;
}

#roadmap-desc {
  padding: 92px 0;
}

.bp_fn_roadmappage {
  padding: 150px 0 110px;
  background-color: #111;
}

.bp_fn_roadmaplist .roadlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bp_fn_roadmaplist .road_item {
  margin-bottom: 40px;
}

.bp_fn_roadmaplist .t_item {
  padding: 40px;
  width: 100%;
  border: 2px solid var(--extra-color);
  border-radius: 5px;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

.bp_fn_roadmaplist .t_item_img {
  width: 50%;
}

.bp_fn_roadmaplist .t_item_info {
  width: 50%;
  padding: 0 0 0 70px;
}

.bp_fn_roadmaplist .fn_date {
  display: flex;
  margin-bottom: 26px;
  overflow: hidden;
}

.bp_fn_roadmaplist .fn_date span {
  background-color: #252525;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--hff);
  letter-spacing: 0px;
  padding: 0 15px;
}

.bp_fn_roadmaplist .fn_date span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s ease;
  border-width: 30px 0 0 12px;
  border-left-color: #252525;
  left: 100%;
  top: 0;
}

.bp_fn_roadmaplist .fn_title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}

.bp_fn_roadmaplist .fn_desc {
  margin-bottom: 27px;
}

.displayNone {
  display: none;
}

.investorText {
  font-size: 40px;
  font-family: var(--hff);
}

.menu-items-new {
  display: flex;
  margin: 0;
}

.menu-items-new li {
  list-style-type: none;
  margin-bottom: 0;
  font-weight: bold;
}

.menu-items-new a {
  text-decoration: none !important;
  padding: 0 15px;
  color: #fff !important;
}

.generate-video-text-input {
  background-color: #e7e1e1;
  border-radius: 5px;
  border: 2px solid var(--extra-color);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 46px;
  height: 50px;
  padding: 0 15px;
}

.generate-video-text-area {
  background-color: #181818;
  border-radius: 5px;
  border: 2px solid var(--extra-color);
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 15px;
  height: 250px;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.border-none {
  border: none !important;
}

.bg-primary,
.btn-primary:not(.btn-outline-primary),
.badge-primary,
.bp_fn_button.only_text {
  border-color: var(--bp-cta-primary-border, rgba(196, 181, 253, 0.48)) !important;
  background: var(--bp-cta-primary-bg, var(--bp-gradient-primary)) !important;
  color: var(--bp-cta-primary-color, var(--themeClrLt)) !important;
  outline: none;
}

.btn-primary:not(.btn-outline-primary):hover,
.bp_fn_about_item .img_item:after,
.bp_fn_button.only_text:hover {
  background: var(--bp-cta-primary-bg-hover, var(--bp-gradient-primary-hover)) !important;
  color: var(--bp-cta-primary-color, var(--themeClrLt)) !important;
  border-color: var(--bp-cta-primary-border-hover, rgba(233, 226, 255, 0.62)) !important;
}

.btn-outline-primary,
.bp_fn_button.btn-outline-primary:not(.only_text) {
  background: var(--bp-cta-secondary-bg, rgba(8, 11, 18, 0.35)) !important;
  border-color: var(--bp-cta-secondary-border, rgba(255, 255, 255, 0.55)) !important;
  color: var(--bp-cta-secondary-color, #fff) !important;
  outline: none;
}

.btn-outline-primary:hover,
.bp_fn_button.btn-outline-primary:not(.only_text):hover {
  background: var(--bp-cta-secondary-bg-hover, rgba(255, 255, 255, 0.14)) !important;
  color: var(--bp-cta-secondary-color-hover, var(--bp-cta-secondary-color, #fff)) !important;
  border-color: var(--bp-cta-secondary-border-hover, rgba(196, 181, 253, 0.58)) !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}

.text-primary {
  color: var(--mc) !important;
}

.progress-bar {
  background-color: var(--mc) !important;
}

.bg-success,
.btn-success,
.btn-outline-success:hover,
.badge-success {
  border-color: transparent !important;
  background: linear-gradient(135deg, #4eda92 1%, #56e0cb 100%);
  color: #fff !important;
}

.btn-outline-success {
  border-color: #4eda92 !important;
  color: #4eda92 !important;
}

.text-success {
  color: #4eda92 !important;
}

.bg-warning,
.btn-warning,
.btn-outline-warning:hover,
.badge-warning {
  border-color: transparent !important;
  background: linear-gradient(135deg, #ffc107 1%, #fffc07 100%);
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.text-warning {
  color: #ffc107 !important;
}

.bg-danger,
.btn-danger,
.btn-outline-danger:hover,
.badge-danger {
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff253a 0%, #ff2d35 100%);
  color: #fff !important;
}

.btn-outline-danger {
  border-color: #ff253a !important;
  color: #ff253a !important;
}

.text-danger {
  color: #ff253a !important;
}

.bg-secondary,
.btn-secondary,
.btn-outline-secondary:hover,
.badge-secondary {
  border-color: transparent !important;
  background: linear-gradient(135deg, #9ba8aa 0%, #92b4d2 100%);
}

.btn-outline-secondary {
  border-color: #9ba8aa;
  color: #9ba8aa;
}

.text-secondary {
  color: #9ba8aa !important;
}

.bg-info,
.btn-info,
.btn-outline-info:hover,
.badge-info {
  border-color: transparent !important;
  background: linear-gradient(135deg, #17a2b8 0%, #30def9 100%);
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.text-info {
  color: #17a2b8 !important;
}

.bg-dark,
.btn-dark,
.btn-outline-dark:hover,
.badge-dark {
  border-color: transparent !important;
  background: linear-gradient(135deg, #171b20 1%, #343a40 100%);
}

.btn-outline-dark {
  border-color: #171b20;
  color: #171b20;
}

.text-dark {
  color: #171b20 !important;
}

.btn-light {
  border: medium none;
  background: #f8f8f8 none repeat scroll 0 0;
  border-color: #d3d3d3;
  color: #828282 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #eceff0 !important;
  color: #888888 !important;
  text-decoration: none;
}

.form-control {
  background: #eceff0 none repeat scroll 0 0 !important;
  border-color: #dcdfdf !important;
  border-radius: 2px !important;
  font-size: 13px !important;
}

.form-control:focus {
  background-color: #fff !important;
}

.custom-select {
  background-color: #eceff0 !important;
  border-color: #dcdfdf !important;
  border-radius: 2px !important;
  font-size: 13px !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.category-checkbox .custom-control {
  margin: 0 0 6px !important;
}

label {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px;
}

a {
  color: #826cfd;
  text-decoration: none !important;
}

.btn {
  border-radius: 2px;
}

.dropdown-header {
  color: #333 !important;
  padding: 7px 13px !important;
}

.dropdown-menu {
  border-radius: 5px;
  margin: 0;
  border-color: #eff2f3;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #000000;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 6px 14px !important;
}

.dropdown-divider {
  border-top: 1px solid #eff2f3;
}

a:hover {
  color: #826cfd;
}

.badge,
.alert {
  border-radius: 2px !important;
}

.video-block .mb-3 {
  margin-bottom: 30px !important;
}

.custom-slick-btn {
  background: white;
  color: #dbdbdb;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  border-radius: 50px;
  opacity: 0.8;
  font-size: 2rem;
}

.custom-slick-btn:hover {
  color: #1c2224;
}

.custom-slick-next {
  position: absolute;
  top: 35%;
  right: 10px;
  display: block !important;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.custom-slick-prev {
  position: absolute;
  top: 35%;
  left: 10px;
  display: block !important;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  z-index: 800;
}

.slick-slide img {
  display: initial !important;
}

.slick-dots .slick-active button {
  border-radius: 50px;
  width: 16px !important;
  height: 16px !important;
  background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%) !important;
}

.slick-dots button {
  border-radius: 50px;
  width: 16px !important;
  height: 16px !important;
  background: #dedede !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li.slick-active button:before {
  color: transparent !important;
}

.slick-dots li button:before {
  color: transparent !important;
  font-size: 13px !important;
}

.single-video-info-content .tag-cloud-link {
  background: #ccc none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  margin: 2px 0;
  padding: 4px 13px;
}

.single-video-info-content .tag-cloud-link:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff !important;
}

.text-success-custom,
.single-video-left a.text-success-custom {
  color: #4eda92 !important;
}

a.text-success-custom:hover,
a.text-success-custom:active,
.single-video-left a.text-success-custom:hover,
.single-video-left a.text-success-custom:active {
  color: #4eda92 !important;
}

.text-danger-custom {
  color: #ff253a !important;
}

.text-primary-custom,
.category-item a,
.single-video-left a,
.right-action-link,
.terms a,
.osahan-close a,
.login-main-left a,
.sidebar-list-link {
  color: #ff516b !important;
}

.category-item a:hover,
.video-title a:hover,
.single-video-left a:hover,
.single-video-left a:active,
.right-action-link:hover,
.right-action-link:active,
.single-video-info-content a:hover,
.single-video-info-content a:active {
  color: #333 !important;
}

.terms a:hover,
.terms a:active,
.osahan-close a:hover,
.osahan-close a:active,
.login-main-left a:hover,
.login-main-left a:active,
.sidebar-list-link:hover,
.sidebar-list-link:active {
  color: #000 !important;
}

.upload-video .text-primary {
  color: #ff516b !important;
}

.imgplace {
  background-color: #8781bd;
  border-radius: 3px;
  height: 94px;
  width: 100%;
}

.osahan-title {
  color: #000;
  font-weight: 600;
}

.osahan-size {
  font-size: 11px;
}

.osahan-progress .progress {
  border-radius: 2px;
  height: 8px;
  margin: 14px 0;
}

.osahan-close {
  position: absolute;
  right: 18px;
  top: 0;
}

.osahan-desc {
  font-size: 12px;
  opacity: 0.7;
}

.box_design {
  background-color: var(--themeClrDrk);
  padding: 50px 30px;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.box_design .fn_title {
  font-size: 20px;
}

.box_design ul li {
  list-style-type: none;
  list-style-position: inside;
  margin: 20px 0;
  color: var(--themeClrLt);
  font-size: 19px;
}

.mT45 {
  margin-top: 45px !important;
}

.mTB45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.logoName {
  margin-left: 5px;
  color: var(--themeClrLt);
}

.header_in .logo a {
  display: flex;
  align-items: center;
}

.bp_fn_collectionpage .container {
  text-align: center;
}

.bp_fn_collectionpage .container ul {
  margin: auto;
  text-align: left;
}

.discList {
  margin: 15px;
}

.glowText {
  color: var(--themeHr2);
}

.bigFont {
  font-size: 30px !important;
}

.loginHd {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.brkHd {
  background: linear-gradient(to right, #ff516b, #826cfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_design .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 1px solid #fff;
}

.box_design .box {
  width: 25%;
  padding: 20px 0;
  border: 1px solid black;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_design .hd {
  font-weight: bold;
  color: #fff;
  background-color: #333 !important;
}

.box_design .light {
  background: #495057;
}

.box_design .dark {
  background: #495057;
}

.alignBtn {
  text-align: center;
}

.alignBtn a {
  line-height: 36px;
  display: inline-block;
  margin-top: 10px;
}

.menu-items-new.desktop {
  display: flex;
}

.trigger.mobile {
  display: none;
}

.nav_content {
  padding: 30px 20px;
}

.nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav_menu li {
  margin: 15px 0;
}

.nav_menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}

.nav_menu a:hover {
  color: #473687;
}

.nav_menu .sub-menu {
  margin-left: 20px;
  margin-top: 10px;
}

.nav_menu .sub-menu li {
  margin: 8px 0;
}

.nav_menu .sub-menu a {
  font-size: 16px;
  font-weight: normal;
}

.modern-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000;
  padding: 13px 0;
  transition:
    padding 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.modern-header.scrolled {
  padding: 10px 0;
  background-color: #000000;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Logo slot — animate dimensions so the bar height shrinks without vertical jump */
.header-logo-mark {
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 43px;
  transition:
    width 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    height 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    flex-basis 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.modern-header.scrolled .header-logo-mark {
  flex-basis: 47px;
  width: 47px;
  height: 40px;
}

.header-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-family: var(--hff);
  transition: font-size 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.modern-header.scrolled .logo-text {
  font-size: 1.125rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.header-menu .menu-item {
  margin: 0 5px;
  position: relative;
}

.header-menu .menu-item a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  transition:
    font-size 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    padding 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    color 0.2s ease;
  position: relative;
}

.modern-header.scrolled .header-menu .menu-item a,
.modern-header.scrolled .header-actions .header-menu .menu-item a {
  padding: 8px 13px;
  font-size: 15px;
}

.header-menu .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #473687;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.header-menu .menu-item a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-menu .menu-item a:hover {
  color: #473687;
}

.header-menu .has-dropdown a {
  padding-right: 30px;
}

.header-menu .has-dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: transform 0.3s ease;
}

.header-menu .has-dropdown:hover i {
  transform: none;
  color: #473687;
}

.dropdown-menu.show,
.header-menu .has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li .nav-dropdown-link {
  padding: 8px 20px;
  color: #ccc;
  font-size: 15px;
  white-space: nowrap;
  transition: color 0.3s ease;
  background-color: transparent !important;
  font-weight: normal;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  display: block;
}

.dropdown-menu li .nav-dropdown-link:hover {
  color: #473687;
  background-color: transparent;
}

.dropdown-menu li .nav-dropdown-link.current-page {
  color: #473687;
  background-color: transparent;
  font-weight: 600;
}

.header-actions {
  display: flex;
  align-items: center;
}

.header-actions .menu-item {
  position: relative;
  margin: 0;
}

.header-menu .menu-item,
.header-actions .menu-item {
  position: relative;
  margin: 0 5px;
}

.login-btn,
.signup-btn {
  display: none;
}

.login-btn {
  display: none;
  color: #fff;
  background: transparent;
  position: relative;
}

.login-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #473687;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.login-btn:hover {
  display: none;
  color: #473687;
}

.login-btn:hover:after {
  display: none;
  transform: scaleX(1);
  transform-origin: left center;
}

.signup-btn {
  display: none;
  background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%);
  color: #fff;
  border: 2px solid transparent;
}

.signup-btn:hover {
  display: none;
  background: linear-gradient(135deg, #826cfd 0%, #ff516b 100%);
  box-shadow: 0 4px 15px rgba(130, 108, 253, 0.3);
}

.mobile-toggle {
  display: none;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  left: 5px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}

.mobile-toggle span:nth-child(1) {
  top: 10px;
}

.mobile-toggle span:nth-child(2) {
  top: 20px;
}

.mobile-toggle span:nth-child(3) {
  top: 30px;
}

.modern-nav-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background-color: #000000;
  z-index: 1001;
  overflow: auto;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: -5px 0px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.modern-nav-panel.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.logo-container {
  display: flex;
  align-items: center;
}

.mobile-logo-text {
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}

.close-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}

.close-menu-btn span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-menu-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.mobile-nav-actions {
  margin-top: auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.mobile-login-btn {
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  font-size: 18px;
}

.mobile-login-btn:hover {
  color: #473687;
  background-color: rgba(71, 54, 135, 0.1);
  border-color: transparent;
}

.mobile-login-btn.current-page {
  color: #473687 !important;
  background-color: rgba(71, 54, 135, 0.1);
}

.mobile-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.mobile-nav-link:hover {
  color: #473687;
  background-color: rgba(71, 54, 135, 0.1);
}

.mobile-dropdown-icon {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mobile-dropdown-menu {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 5px 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-dropdown-menu.show {
  display: block !important;
  max-height: 1000px;
}

.mobile-dropdown-menu li {
  margin-bottom: 5px;
}

.mobile-dropdown-menu a,
.mobile-dropdown-menu button.nav-dropdown-link {
  color: #ccc;
  font-size: 16px;
  padding: 8px 15px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  transition: color 0.3s ease;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.mobile-dropdown-menu a:hover,
.mobile-dropdown-menu button.nav-dropdown-link:hover {
  color: #473687;
  background-color: transparent;
}

.mobile-nav-footer {
  margin-top: auto;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #473687;
}

.copyright {
  font-size: 14px;
  color: #777;
}

.fa-chevron-down.rotate {
  transform: rotate(180deg);
}

.header-menu .has-dropdown:hover i,
.header-menu .has-dropdown i.rotate {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.mobile-nav-link.active {
  color: #473687;
  background-color: rgba(71, 54, 135, 0.1);
}

.dropdown-arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.dropdown-arrow.open {
  transform: rotate(180deg);
}

.dropdown-trigger i.fas {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.header-menu .has-dropdown:hover .dropdown-trigger i,
.header-menu .has-dropdown .dropdown-trigger i.rotate {
  transform: translateY(-50%) rotate(180deg);
}

.header-menu .has-dropdown .dropdown-trigger {
  position: relative;
  padding-right: 15px;
  transition: all 0.3s ease;
}

.mobile-nav-link.dropdown-toggle {
  position: relative;
  transition: all 0.3s ease;
}

.mobile-nav-link.dropdown-toggle:after {
  display: none;
  color: #fff;
}

.mobile-nav-item .mobile-nav-link.dropdown-toggle:hover:after,
.mobile-dropdown-menu.show ~ .mobile-nav-link.dropdown-toggle:after {
  display: none;
  color: #473687;
}

.mobile-nav-link.current-page {
  color: #826cfd;
  background-color: rgba(130, 108, 253, 0.1);
}

.mobile-dropdown-menu.show ~ .mobile-nav-link.dropdown-toggle:after {
  width: 100%;
}

.mobile-nav-link.dropdown-toggle.active {
  color: #473687;
}

.mobile-nav-link.dropdown-toggle.active:after {
  width: 100%;
}

.mobile-dropdown-menu.show ~ .mobile-nav-link.dropdown-toggle:after,
.mobile-nav-link.dropdown-toggle.active:after,
.fa-chevron-down.rotate,
.dropdown-arrow.open,
.dropdown-arrow,
.mobile-nav-link.dropdown-toggle:after {
  display: none;
}

.mobile-nav-footer,
.social-icons,
.copyright {
  display: none;
}

.current-page {
  color: #473687 !important;
  font-weight: 600 !important;
}

.dropdown-menu .current-page {
  color: #473687 !important;
  background-color: rgba(71, 54, 135, 0.05);
}

.mobile-nav-menu .current-page {
  color: #473687 !important;
}

.mobile-dropdown-menu.show ~ .mobile-nav-link.dropdown-toggle:after,
.mobile-nav-link.dropdown-toggle.active:after {
  color: #473687;
}

.header-menu .has-dropdown:hover .dropdown-trigger i,
.dropdown-trigger i.fas.rotate {
  color: #473687;
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  /* .bp_fn_drops li {
    width: 50%;
  } */
}

@media (max-width: 1040px) {
  .bp_fn_hero.half .hero_content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .bp_fn_hero.half .bg_overlay {
    left: 0;
  }

  .bp_fn_mosaic ul {
    margin-left: -20px;
  }

  .bp_fn_mosaic li {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .bp_fn_blog_page {
    padding: 100px 0 95px;
  }

  .bp_fn_collection {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_filters {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  [data-filter-sticky="on"] .bp_fn_filters {
    position: relative;
    top: 0;
  }

  .bp_fn_pagetitle .fn_title {
    font-size: 50px;
  }

  .bp_fn_hero .fn_title {
    font-size: 28px;
  }

  .bp_fn_about_item .img_item {
    width: 40%;
  }

  .bp_fn_about_item .content_item {
    width: 60%;
    padding: 0 0 0 50px;
  }

  .bp_fn_about_item.reverse .content_item {
    padding: 0 50px 0 0;
  }

  #about {
    padding: 100px 30px;
  }

  .bp_fn_about_item {
    margin-bottom: 100px;
  }

  .bp_fn_services > ul > li {
    width: 50%;
  }

  /* .bp_fn_drops li {
    width: 50%;
  } */

  .bp_fn_timeline .t_item_info {
    width: 60%;
    padding-left: 50px;
  }

  .bp_fn_timeline .t_item_img {
    width: 40%;
  }

  .bp_fn_timeline .t_item {
    padding: 30px;
  }

  .bp_fn_investor li {
    width: 33.3333%;
  }

  .bp_fn_moving_blog li {
    width: 50%;
  }

  .bp_fn_moving_blog .moving_img {
    opacity: 1;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    visibility: visible;
    margin-bottom: 40px;
  }

  .bp_fn_moving_box {
    display: none !important;
  }

  .bp_fn_nav .trigger {
    right: 30px;
  }

  .bp_fn_nav .nav_menu a {
    font-size: 30px;
  }

  .bp_fn_nav .nav_menu li {
    margin-bottom: 20px;
  }

  #information {
    padding: 100px 0;
  }

  .bp_fn_gualist li {
    width: 50%;
  }

  .bp_fn_team .team_item {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .bp_fn_wsidebar {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_wsidebar .sidebar_left {
    padding-right: 0;
  }

  .bp_fn_wsidebar .sidebar_right {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    border-left: none;
  }

  .bp_fn_widget_about .about_img img {
    max-height: inherit;
  }

  #comment-section .sidebar_left {
    padding-right: 0;
    padding-bottom: 0;
  }

  .bp_fn_pnb .pnb_wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_pnb .item {
    width: 100%;
    max-width: 100%;
  }

  .bp_fn_pnb .trigger {
    width: 100%;
    max-width: 100%;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    border-left: none;
    border-right: none;
    padding: 30px 0;
  }

  .bp_fn_nav {
    min-width: 100%;
  }

  .bp_fn_nav .nav_footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_nav .bp_fn_social_list ul {
    justify-content: flex-start;
  }

  .bp_fn_nav .nav_footer .nf_left {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bp_fn_hero .fn_title {
    font-size: 28;
  }
}

@media (max-width: 768px) {
  .bp_fn_mosaic ul {
    margin-left: -10px;
  }

  .bp_fn_mosaic li {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .bp_fn_footer .footer_top .fn_title,
  .bp_fn_single .single_title .fn_title {
    font-size: 30px;
  }

  .bp_fn_author_info {
    padding: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .bp_fn_author_info .info_img {
    margin-right: 0;
    margin-bottom: 26px;
    width: inherit;
  }

  .bp_fn_pnb .item {
    padding: 30px 0;
  }

  .bp_fn_pnb .item:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bp_fn_pnb .item .fn_title {
    font-size: 20px;
  }

  .bp_fn_about_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_about_item.reverse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_about_item .img_item {
    width: 100%;
    margin-bottom: 50px;
  }

  .bp_fn_about_item .content_item {
    width: 100%;
    padding: 0;
  }

  .bp_fn_about_item.reverse .content_item {
    padding: 0;
  }

  .bp_fn_title .fn_title {
    font-size: 30px;
    columns: var(--themeClrDrk);
  }

  .bp_fn_timeline .t_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_timeline .t_item_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .bp_fn_timeline .t_item_info {
    width: 100%;
    padding-left: 0;
  }

  .bp_fn_investor li {
    width: 50%;
  }

  .bp_fn_product_modal {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_product_modal .img_item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .bp_fn_product_modal .content_item {
    width: 100%;
    padding-left: 0;
  }

  .bp_fn_modal {
    padding: 20px;
  }

  .bp_fn_gualist li,
  .bp_fn_team .team_item {
    width: 100%;
  }

  /* .bp_fn_drops li {
    width: 100%;
  } */
}

@media (max-width: 600px) {
  .bp_fn_comments .comment-body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_comments .comment-avatar {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .bp_fn_comments .input-item.half-item,
    /* .bp_fn_drops li, */
    .bp_fn_moving_blog li,
    .bp_fn_services > ul > li {
    width: 100%;
  }

  .bp_fn_services > ul > li:nth-of-type(2n + 1) {
    margin-top: 0;
  }

  .bp_fn_title .fn_title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .bp_fn_investor li {
    width: 100%;
  }

  .bp_fn_footer .subscribe_in {
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .bp_fn_footer .subscribe_form input[type="text"] {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .bp_fn_footer .subscribe_form a {
    width: 100%;
  }

  .bp_fn_footer .fb_in {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .bp_fn_footer .fb_left {
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .bp_fn_timeline .t_item {
    padding: 15px;
  }
}

@media (max-width: 575.98px) {
  #wrapper #content-wrapper .container-fluid {
    padding-bottom: 15px !important;
    padding-left: 108px;
    padding-right: 15px !important;
    padding-top: 1rem !important;
  }

  .sidebar-toggled #wrapper #content-wrapper .container-fluid {
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #wrapper #content-wrapper .container-fluid {
    padding-bottom: 15px !important;
    padding-left: 108px;
    padding-right: 15px !important;
    padding-top: 1rem !important;
  }

  .sidebar-toggled #wrapper #content-wrapper .container-fluid {
    padding-left: 15px;
  }

  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #wrapper #content-wrapper .container-fluid {
    padding-bottom: 15px !important;
    padding-left: 243px;
    padding-right: 15px !important;
    padding-top: 1rem !important;
  }

  .sidebar-toggled #wrapper #content-wrapper .container-fluid {
    padding-left: 105px;
  }

  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #wrapper #content-wrapper .container-fluid {
    padding-bottom: 15px !important;
    padding-left: 243px;
    padding-right: 15px !important;
    padding-top: 1rem !important;
  }

  .sidebar-toggled #wrapper #content-wrapper .container-fluid {
    padding-left: 105px;
  }

  .container {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .imgplace {
    margin-bottom: 15px;
  }

  .osahan-title {
    padding: 0 25px 5px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .imgplace {
    margin-bottom: 15px;
  }

  .osahan-title {
    padding: 0 25px 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .imgplace {
    margin-bottom: 15px;
  }

  .osahan-title {
    padding: 0 25px 5px 0;
  }
}

@media (max-width: 700px) {
  .header_in .logo,
  .header_in .menu-items-new {
    font-size: 12px;
  }

  .header_in .logo img {
    height: 25px;
  }

  .header_in .menu-items-new .menu-item {
    text-align: right;
  }

  .header_in .menu-items-new a {
    padding: 0 5px;
    color: #fff !important;
    border: 1px solid var(--mc);
    border-width: 0 1px 0 0;
  }

  .header_in .menu-items-new a:last-child {
    border-width: 0;
  }
}

@media (max-width: 450px) {
  .header_in .logoName {
    display: none;
  }
}

@media (max-width: 450px) {
  .loginHd .brkHd {
    display: block;
  }
}

@media (max-width: 450px) {
  .box_design .container {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .menu-items-new.desktop {
    display: none;
  }

  .trigger.mobile {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .menu-items-new.desktop {
    display: none;
  }

  .trigger.mobile {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .bp_fn_header {
    padding: 10px 0;
  }

  .bp_fn_nav {
    width: 300px;
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .bp_fn_nav {
    width: 250px;
  }

  .nav_menu a {
    font-size: 16px;
  }

  .nav_menu .sub-menu a {
    font-size: 14px;
  }

  .bp_fn_header .header_in .logo img {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  /*
   * custom-menu.css forces `.header-menu .menu-item { display: flex !important }`,
   * which kept Talk to us / Login in the bar. Hide the whole actions menu in the
   * hamburger breakpoint so they only appear in the drawer.
   */
  .modern-header .header-actions-menu {
    display: none !important;
  }

  .header-actions .login-btn,
  .header-actions .signup-btn,
  .header-actions .menu-item {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .modern-header {
    padding: 10px 0;
  }

  .modern-header.scrolled {
    padding: 8px 0;
  }

  .logo-text {
    font-size: 1.1rem;
  }

  .modern-header.scrolled .logo-text {
    font-size: 1.05rem;
  }

  .modern-nav-panel {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .logo-text {
    display: none;
  }

  .mobile-nav-header {
    padding: 15px;
  }

  .mobile-logo-text {
    font-size: 1rem;
  }

  .mobile-nav-link {
    font-size: 16px;
    padding: 10px 12px;
  }

  .mobile-dropdown-menu a,
  .mobile-dropdown-menu button.nav-dropdown-link {
    font-size: 14px;
    padding: 7px 12px;
  }

  .mobile-dropdown-icon {
    font-size: 18px;
  }

  .mobile-nav-actions {
    margin-top: 20px;
  }

  .mobile-nav-footer {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .modern-header {
    padding: 12px 0;
  }

  .modern-header.scrolled {
    padding: 9px 0;
  }

  .header-logo-mark {
    flex-basis: 46px;
    width: 46px;
    height: 40px;
  }

  .modern-header.scrolled .header-logo-mark {
    flex-basis: 44px;
    width: 44px;
    height: 38px;
  }

  .mobile-toggle {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .mobile-nav-content {
    padding: 15px;
  }

  .mobile-nav-item {
    margin-bottom: 5px;
  }

  .mobile-nav-link {
    padding: 10px 12px;
  }

  .mobile-dropdown-menu {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .modern-header {
    padding: 8px 0;
  }

  .modern-header.scrolled {
    padding: 7px 0;
  }

  .header-logo-mark {
    flex-basis: 40px;
    width: 40px;
    height: 35px;
  }

  .modern-header.scrolled .header-logo-mark {
    flex-basis: 38px;
    width: 38px;
    height: 33px;
  }

  .mobile-toggle {
    width: 35px;
    height: 35px;
  }

  .mobile-toggle span {
    width: 25px;
  }

  .mobile-toggle span:nth-child(1) {
    top: 9px;
  }

  .mobile-toggle span:nth-child(2) {
    top: 17px;
  }

  .mobile-toggle span:nth-child(3) {
    top: 25px;
  }

  .mobile-nav-actions {
    margin-top: 20px;
  }

  .mobile-nav-footer {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .mobile-dropdown-icon {
    font-size: 18px;
  }

  .mobile-nav-link {
    font-size: 16px;
    padding: 10px 12px;
  }

  .mobile-dropdown-menu a,
  .mobile-dropdown-menu button.nav-dropdown-link {
    font-size: 14px;
    padding: 7px 12px;
  }
}

/* === public/styles/theme.css === */
:root {
  --bp-brand-purple: #826cfd;
  --bp-brand-accent: #6d56d8;
  --bp-brand-deep: #473687;
  --bp-brand-deep-text: #362a66;
  --bp-brand-pink: #ff516b;

  /* CTA framework — primary/secondary via --bp-cta-*.
   * Dark glass: :root + .bp-surface-dark (and aliases).
   * Light solid: .bp-surface-light / .dp-band-light / .dp-band-surface.
   * Consumers: button-consistency.css (.btn-primary / .btn-outline-primary).
   */
  --bp-cta-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bp-cta-duration: 0.32s;
  --bp-cta-primary-font-weight: 600;
  --bp-cta-secondary-font-weight: 500;
  --bp-cta-primary-text-shadow: none;

  --bp-gradient-primary: var(--bp-cta-primary-bg);
  --bp-gradient-primary-hover: var(--bp-cta-primary-bg-hover);

  /* Theme transition */
  --theme-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;

  /* Light theme variables */
  --light-background: #ffffff;
  --light-text: #111827;
  --light-secondary-text: #4b5563;
  --light-border: #e0e0e0;
  --light-button-bg: #f0f0f0;
  --light-button-hover-bg: #e0e0e0;
  --light-card-bg: #ffffff;
  --light-card-border: #e0e0e0;
  --light-card-hover-bg: #f8f8f8;
  --light-nav-active-bg: var(--bp-brand-purple);
  --light-nav-hover-bg: #f0f0f0;
  --light-scrollbar-track: #f1f1f1;
  --light-scrollbar-thumb: #c1c1c1;
  --light-scrollbar-thumb-hover: #a8a8a8;
  --light-overlay-bg: rgba(255, 255, 255, 0.8);
  --light-settings-tab-active-bg: #6441a5;
  --light-settings-tab-active-text: #ffffff;
  --light-settings-tab-hover-bg: #f5f5f5;
  --light-settings-button-bg: #6441a5;
  --light-settings-button-text: #ffffff;
  --light-settings-button-hover-bg: #5c3b99;
  --light-settings-section-title: #111827;
  --light-settings-description: #4b5563;
  --light-link: #6366f1;
  --light-link-hover: #4f46e5;
  --light-success: #2e7d32;
  --light-warning: #ed6c02;
  --light-error: #d32f2f;
  --light-info: #0288d1;
  --light-shadow: rgba(0, 0, 0, 0.1);

  /* Status colors with background and border */
  --light-success-bg: rgba(46, 125, 50, 0.15);
  --light-success-border: rgba(46, 125, 50, 0.3);
  --light-warning-bg: rgba(237, 108, 2, 0.15);
  --light-warning-border: rgba(237, 108, 2, 0.3);
  --light-error-bg: rgba(211, 47, 47, 0.15);
  --light-error-border: rgba(211, 47, 47, 0.3);
  --light-info-bg: rgba(2, 136, 209, 0.15);
  --light-info-border: rgba(2, 136, 209, 0.3);

  /* Light theme component specific */
  --light-input-bg: #ffffff;
  --light-input-border: #d0d0d0;
  --light-input-text: #111827;
  --light-input-placeholder: #757575;
  --light-input-focus-border: #6366f1;
  --light-tooltip-bg: #333333;
  --light-tooltip-text: #ffffff;
  --light-dropdown-bg: #ffffff;
  --light-dropdown-hover: #f5f5f5;
  --light-dropdown-border: #e0e0e0;
  --light-table-header-bg: #f5f5f5;
  --light-table-row-hover: #f8f8f8;
  --light-table-border: #e0e0e0;
  --light-badge-bg: #f0f0f0;
  --light-badge-text: #111827;
  --light-toggle-bg: #e0e0e0;
  --light-toggle-active: #6366f1;

  /* Dark theme variables */
  --dark-background: #121212;
  --dark-text: #f5f5f5;
  --dark-secondary-text: #b0b0b0;
  --dark-border: #333333;
  --dark-button-bg: #2d2d2d;
  --dark-button-hover-bg: #3d3d3d;
  --dark-card-bg: #1e1e1e;
  --dark-card-border: #333333;
  --dark-card-hover-bg: #282828;
  --dark-nav-active-bg: var(--bp-brand-purple);
  --dark-nav-hover-bg: #282828;
  --dark-scrollbar-track: transparent;
  --dark-scrollbar-thumb: #555555;
  --dark-scrollbar-thumb-hover: #777777;
  --dark-overlay-bg: rgba(0, 0, 0, 0.8);
  --dark-settings-tab-active-bg: #7c5dce;
  --dark-settings-tab-active-text: #ffffff;
  --dark-settings-tab-hover-bg: #282828;
  --dark-settings-button-bg: #7c5dce;
  --dark-settings-button-text: #ffffff;
  --dark-settings-button-hover-bg: #9579e0;
  --dark-settings-section-title: #f5f5f5;
  --dark-settings-description: #b0b0b0;
  --dark-link: #a78bfa;
  --dark-link-hover: #c4b5fd;
  --dark-success: #66bb6a;
  --dark-warning: #ffa726;
  --dark-error: #ef5350;
  --dark-info: #42a5f5;
  --dark-shadow: rgba(0, 0, 0, 0.3);

  /* Status colors with background and border */
  --dark-success-bg: rgba(102, 187, 106, 0.2);
  --dark-success-border: rgba(102, 187, 106, 0.3);
  --dark-warning-bg: rgba(255, 167, 38, 0.2);
  --dark-warning-border: rgba(255, 167, 38, 0.3);
  --dark-error-bg: rgba(239, 83, 80, 0.2);
  --dark-error-border: rgba(239, 83, 80, 0.3);
  --dark-info-bg: rgba(66, 165, 245, 0.2);
  --dark-info-border: rgba(66, 165, 245, 0.3);

  /* Dark theme component specific */
  --dark-input-bg: #2d2d2d;
  --dark-input-border: #444444;
  --dark-input-text: #f5f5f5;
  --dark-input-placeholder: #a0a0a0;
  --dark-input-focus-border: #7c5dce;
  --dark-tooltip-bg: #f5f5f5;
  --dark-tooltip-text: #1a1a1a;
  --dark-dropdown-bg: #2d2d2d;
  --dark-dropdown-hover: #3d3d3d;
  --dark-dropdown-border: #4d4d4d;
  --dark-table-header-bg: #282828;
  --dark-table-row-hover: #2d2d2d;
  --dark-table-border: #3d3d3d;
  --dark-badge-bg: #2d2d2d;
  --dark-badge-text: #f5f5f5;
  --dark-toggle-bg: #444444;
  --dark-toggle-active: #7c5dce;

  /* App surface tokens (formerly light-theme.css defaults) */
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --border-color: #e5e7eb;
  --divider-color: #e5e7eb;
  --primary: #8b5cf6;
  --primary-dark: #7c3aed;
  --primary-light: #a78bfa;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --elevation-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.05);
  --nav-bg: #ffffff;
  --nav-active-text: #ffffff;
}

/* Dark CTA tokens — default + nested dark bands inside light pages */
:root,
.bp-surface-dark,
.dp-band-dark,
.bp_fn_hero,
.bp-status-page-card,
#services.data-services-section,
.auth-screen,
.tv-page,
.marketing-standalone-page,
.modern-header {
  --bp-cta-blur: blur(18px) saturate(165%);
  --bp-cta-radius: 14px;
  --bp-cta-primary-color: #fff;
  --bp-cta-primary-bg: linear-gradient(
    180deg,
    rgba(210, 192, 255, 0.34) 0%,
    rgba(167, 139, 250, 0.24) 48%,
    rgba(109, 86, 216, 0.18) 100%
  );
  --bp-cta-primary-bg-hover: linear-gradient(
    180deg,
    rgba(220, 204, 255, 0.42) 0%,
    rgba(178, 152, 255, 0.3) 48%,
    rgba(130, 108, 253, 0.24) 100%
  );
  --bp-cta-primary-border: rgba(196, 181, 253, 0.58);
  --bp-cta-primary-border-hover: rgba(216, 206, 255, 0.72);
  --bp-cta-primary-shadow:
    inset 0 -2px 12px rgba(216, 200, 255, 0.52), inset 0 1px 0 rgba(235, 228, 255, 0.32),
    0 10px 28px rgba(45, 24, 105, 0.42);
  --bp-cta-primary-shadow-hover:
    inset 0 -2px 14px rgba(228, 214, 255, 0.62), inset 0 1px 0 rgba(245, 240, 255, 0.38),
    0 12px 32px rgba(50, 28, 118, 0.48);
  --bp-cta-primary-shadow-active:
    inset 0 -1px 7px rgba(196, 181, 253, 0.4), inset 0 1px 0 rgba(225, 218, 255, 0.24),
    0 6px 16px rgba(40, 20, 95, 0.36);
  --bp-cta-primary-focus-shadow:
    0 0 0 2px rgba(9, 10, 18, 0.85), 0 0 0 4px rgba(196, 181, 253, 0.75),
    inset 0 -2px 12px rgba(216, 200, 255, 0.52), 0 10px 28px rgba(45, 24, 105, 0.42);
  --bp-cta-secondary-color: rgba(255, 255, 255, 0.82);
  --bp-cta-secondary-color-hover: rgba(255, 255, 255, 0.92);
  --bp-cta-secondary-bg: linear-gradient(
    180deg,
    rgba(196, 181, 253, 0.2) 0%,
    rgba(150, 128, 253, 0.12) 48%,
    rgba(88, 68, 200, 0.08) 100%
  );
  --bp-cta-secondary-bg-hover: linear-gradient(
    180deg,
    rgba(210, 192, 255, 0.28) 0%,
    rgba(167, 139, 250, 0.18) 48%,
    rgba(109, 86, 216, 0.14) 100%
  );
  --bp-cta-secondary-border: rgba(180, 162, 255, 0.46);
  --bp-cta-secondary-border-hover: rgba(196, 181, 253, 0.58);
  --bp-cta-secondary-shadow:
    inset 0 -2px 10px rgba(205, 188, 255, 0.34), inset 0 1px 0 rgba(228, 220, 255, 0.22),
    0 8px 22px rgba(36, 18, 82, 0.36);
  --bp-cta-secondary-shadow-hover:
    inset 0 -2px 12px rgba(216, 200, 255, 0.44), inset 0 1px 0 rgba(235, 228, 255, 0.28),
    0 10px 26px rgba(40, 20, 95, 0.4);
  --bp-cta-secondary-shadow-active:
    inset 0 -1px 6px rgba(180, 162, 255, 0.3), inset 0 1px 0 rgba(215, 206, 255, 0.18),
    0 5px 14px rgba(32, 16, 78, 0.32);
  --bp-cta-secondary-focus-shadow:
    0 0 0 2px rgba(9, 10, 18, 0.85), 0 0 0 4px rgba(196, 181, 253, 0.6),
    inset 0 -2px 10px rgba(205, 188, 255, 0.34), 0 8px 22px rgba(36, 18, 82, 0.36);
}

/* Light CTA tokens — solid enterprise */
.bp-surface-light,
.dp-band-light,
.dp-band-surface {
  --bp-cta-blur: none;
  --bp-cta-radius: 12px;
  --bp-cta-primary-color: #fff;
  --bp-cta-primary-bg: linear-gradient(180deg, #6d56d8 0%, #473687 100%);
  --bp-cta-primary-bg-hover: linear-gradient(180deg, #7a64e6 0%, #5340a0 100%);
  --bp-cta-primary-border: #3d2f78;
  --bp-cta-primary-border-hover: #473687;
  --bp-cta-primary-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 2px rgba(15, 23, 42, 0.06),
    0 8px 20px rgba(71, 54, 135, 0.28);
  --bp-cta-primary-shadow-hover:
    inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 1px 2px rgba(15, 23, 42, 0.08),
    0 10px 24px rgba(71, 54, 135, 0.34);
  --bp-cta-primary-shadow-active:
    inset 0 1px 2px rgba(20, 12, 48, 0.28), 0 4px 12px rgba(71, 54, 135, 0.22);
  --bp-cta-primary-focus-shadow:
    0 0 0 2px #fff, 0 0 0 4px rgba(109, 86, 216, 0.55), 0 8px 20px rgba(71, 54, 135, 0.28);
  --bp-cta-secondary-color: var(--bp-brand-deep, #473687);
  --bp-cta-secondary-color-hover: var(--bp-brand-deep-text, #362a66);
  --bp-cta-secondary-bg: #fff;
  --bp-cta-secondary-bg-hover: #f7f5ff;
  --bp-cta-secondary-border: rgba(71, 54, 135, 0.42);
  --bp-cta-secondary-border-hover: #6d56d8;
  --bp-cta-secondary-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.05);
  --bp-cta-secondary-shadow-hover:
    0 1px 2px rgba(15, 23, 42, 0.05), 0 6px 16px rgba(71, 54, 135, 0.1);
  --bp-cta-secondary-shadow-active: 0 1px 2px rgba(15, 23, 42, 0.04);
  --bp-cta-secondary-focus-shadow:
    0 0 0 2px #fff, 0 0 0 4px rgba(109, 86, 216, 0.45), 0 4px 12px rgba(15, 23, 42, 0.05);
}

/* Theme flickering prevention */
html {
  visibility: visible;
  opacity: 1;
}

html[style*="visibility: hidden"] {
  opacity: 0;
}

/* Keep text rendering consistent after stylesheet loading changes */
body {
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Apply theme variables based on data-theme attribute */
[data-theme="light"] {
  --background: var(--light-background);
  --text: var(--light-text);
  --secondary-text: var(--light-secondary-text);
  --border: var(--light-border);
  --button-bg: var(--light-button-bg);
  --button-hover-bg: var(--light-button-hover-bg);
  --card-bg: var(--light-card-bg);
  --card-border: var(--light-card-border);
  --card-hover-bg: var(--light-card-hover-bg);
  --nav-active-bg: var(--light-nav-active-bg);
  --nav-hover-bg: var(--light-nav-hover-bg);
  --scrollbar-track: var(--light-scrollbar-track);
  --scrollbar-thumb: var(--light-scrollbar-thumb);
  --scrollbar-thumb-hover: var(--light-scrollbar-thumb-hover);
  --overlay-bg: var(--light-overlay-bg);
  --settings-tab-active-bg: var(--light-settings-tab-active-bg);
  --settings-tab-active-text: var(--light-settings-tab-active-text);
  --settings-tab-hover-bg: var(--light-settings-tab-hover-bg);
  --settings-button-bg: var(--light-settings-button-bg);
  --settings-button-text: var(--light-settings-button-text);
  --settings-button-hover-bg: var(--light-settings-button-hover-bg);
  --settings-section-title: var(--light-settings-section-title);
  --settings-description: var(--light-settings-description);
  --link: var(--light-link);
  --link-hover: var(--light-link-hover);
  --success: var(--light-success);
  --warning: var(--light-warning);
  --error: var(--light-error);
  --info: var(--light-info);
  --shadow: var(--light-shadow);

  /* Status background and border */
  --success-bg: var(--light-success-bg);
  --success-border: var(--light-success-border);
  --warning-bg: var(--light-warning-bg);
  --warning-border: var(--light-warning-border);
  --error-bg: var(--light-error-bg);
  --error-border: var(--light-error-border);
  --info-bg: var(--light-info-bg);
  --info-border: var(--light-info-border);

  /* Component specific variables */
  --input-bg: var(--light-input-bg);
  --input-border: var(--light-input-border);
  --input-text: var(--light-input-text);
  --input-placeholder: var(--light-input-placeholder);
  --input-focus-border: var(--light-input-focus-border);
  --tooltip-bg: var(--light-tooltip-bg);
  --tooltip-text: var(--light-tooltip-text);
  --dropdown-bg: var(--light-dropdown-bg);
  --dropdown-hover: var(--light-dropdown-hover);
  --dropdown-border: var(--light-dropdown-border);
  --table-header-bg: var(--light-table-header-bg);
  --table-row-hover: var(--light-table-row-hover);
  --table-border: var(--light-table-border);
  --badge-bg: var(--light-badge-bg);
  --badge-text: var(--light-badge-text);
  --toggle-bg: var(--light-toggle-bg);
  --toggle-active: var(--light-toggle-active);
}

[data-theme="dark"] {
  --background: var(--dark-background);
  --text: var(--dark-text);
  --secondary-text: var(--dark-secondary-text);
  --border: var(--dark-border);
  --button-bg: var(--dark-button-bg);
  --button-hover-bg: var(--dark-button-hover-bg);
  --card-bg: var(--dark-card-bg);
  --card-border: var(--dark-card-border);
  --card-hover-bg: var(--dark-card-hover-bg);
  --nav-active-bg: var(--dark-nav-active-bg);
  --nav-hover-bg: var(--dark-nav-hover-bg);
  --scrollbar-track: var(--dark-scrollbar-track);
  --scrollbar-thumb: var(--dark-scrollbar-thumb);
  --scrollbar-thumb-hover: var(--dark-scrollbar-thumb-hover);
  --overlay-bg: var(--dark-overlay-bg);
  --settings-tab-active-bg: var(--dark-settings-tab-active-bg);
  --settings-tab-active-text: var(--dark-settings-tab-active-text);
  --settings-tab-hover-bg: var(--dark-settings-tab-hover-bg);
  --settings-button-bg: var(--dark-settings-button-bg);
  --settings-button-text: var(--dark-settings-button-text);
  --settings-button-hover-bg: var(--dark-settings-button-hover-bg);
  --settings-section-title: var(--dark-settings-section-title);
  --settings-description: var(--dark-settings-description);
  --link: var(--dark-link);
  --link-hover: var(--dark-link-hover);
  --success: var(--dark-success);
  --warning: var(--dark-warning);
  --error: var(--dark-error);
  --info: var(--dark-info);
  --shadow: var(--dark-shadow);

  /* Status background and border */
  --success-bg: var(--dark-success-bg);
  --success-border: var(--dark-success-border);
  --warning-bg: var(--dark-warning-bg);
  --warning-border: var(--dark-warning-border);
  --error-bg: var(--dark-error-bg);
  --error-border: var(--dark-error-border);
  --info-bg: var(--dark-info-bg);
  --info-border: var(--dark-info-border);

  /* Component specific variables */
  --input-bg: var(--dark-input-bg);
  --input-border: var(--dark-input-border);
  --input-text: var(--dark-input-text);
  --input-placeholder: var(--dark-input-placeholder);
  --input-focus-border: var(--dark-input-focus-border);
  --tooltip-bg: var(--dark-tooltip-bg);
  --tooltip-text: var(--dark-tooltip-text);
  --dropdown-bg: var(--dark-dropdown-bg);
  --dropdown-hover: var(--dark-dropdown-hover);
  --dropdown-border: var(--dark-dropdown-border);
  --table-header-bg: var(--dark-table-header-bg);
  --table-row-hover: var(--dark-table-row-hover);
  --table-border: var(--dark-table-border);
  --badge-bg: var(--dark-badge-bg);
  --badge-text: var(--dark-badge-text);
  --toggle-bg: var(--dark-toggle-bg);
  --toggle-active: var(--dark-toggle-active);

  /* App surface tokens (formerly dark-theme.css) */
  --bg-primary: #121212;
  --bg-secondary: #1e1e1e;
  --bg-tertiary: #252525;
  --text-primary: #e4e4e4;
  --text-secondary: #a0a0a0;
  --text-tertiary: #737373;
  --border-color: #333333;
  --divider-color: #333333;
  --primary: #8b5cf6;
  --primary-dark: #7c3aed;
  --primary-light: #a78bfa;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
  --elevation-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --nav-bg: #121212;
  --nav-active-text: #ffffff;
}

/* System theme preference detection */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --background: var(--dark-background);
    --text: var(--dark-text);
    --secondary-text: var(--dark-secondary-text);
    --border: var(--dark-border);
    --button-bg: var(--dark-button-bg);
    --button-hover-bg: var(--dark-button-hover-bg);
    --card-bg: var(--dark-card-bg);
    --card-border: var(--dark-card-border);
    --card-hover-bg: var(--dark-card-hover-bg);
    --nav-active-bg: var(--dark-nav-active-bg);
    --nav-hover-bg: var(--dark-nav-hover-bg);
    --scrollbar-track: var(--dark-scrollbar-track);
    --scrollbar-thumb: var(--dark-scrollbar-thumb);
    --scrollbar-thumb-hover: var(--dark-scrollbar-thumb-hover);
    --overlay-bg: var(--dark-overlay-bg);
    --settings-tab-active-bg: var(--dark-settings-tab-active-bg);
    --settings-tab-active-text: var(--dark-settings-tab-active-text);
    --settings-tab-hover-bg: var(--dark-settings-tab-hover-bg);
    --settings-button-bg: var(--dark-settings-button-bg);
    --settings-button-text: var(--dark-settings-button-text);
    --settings-button-hover-bg: var(--dark-settings-button-hover-bg);
    --settings-section-title: var(--dark-settings-section-title);
    --settings-description: var(--dark-settings-description);
    --link: var(--dark-link);
    --link-hover: var(--dark-link-hover);
    --success: var(--dark-success);
    --warning: var(--dark-warning);
    --error: var(--dark-error);
    --info: var(--dark-info);
    --shadow: var(--dark-shadow);

    /* Status background and border */
    --success-bg: var(--dark-success-bg);
    --success-border: var(--dark-success-border);
    --warning-bg: var(--dark-warning-bg);
    --warning-border: var(--dark-warning-border);
    --error-bg: var(--dark-error-bg);
    --error-border: var(--dark-error-border);
    --info-bg: var(--dark-info-bg);
    --info-border: var(--dark-info-border);

    /* Component specific variables */
    --input-bg: var(--dark-input-bg);
    --input-border: var(--dark-input-border);
    --input-text: var(--dark-input-text);
    --input-placeholder: var(--dark-input-placeholder);
    --input-focus-border: var(--dark-input-focus-border);
    --tooltip-bg: var(--dark-tooltip-bg);
    --tooltip-text: var(--dark-tooltip-text);
    --dropdown-bg: var(--dark-dropdown-bg);
    --dropdown-hover: var(--dark-dropdown-hover);
    --dropdown-border: var(--dark-dropdown-border);
    --table-header-bg: var(--dark-table-header-bg);
    --table-row-hover: var(--dark-table-row-hover);
    --table-border: var(--dark-table-border);
    --badge-bg: var(--dark-badge-bg);
    --badge-text: var(--dark-badge-text);
    --toggle-bg: var(--dark-toggle-bg);
    --toggle-active: var(--dark-toggle-active);
  }
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) {
    --background: var(--light-background);
    --text: var(--light-text);
    --secondary-text: var(--light-secondary-text);
    --border: var(--light-border);
    --button-bg: var(--light-button-bg);
    --button-hover-bg: var(--light-button-hover-bg);
    --card-bg: var(--light-card-bg);
    --card-border: var(--light-card-border);
    --card-hover-bg: var(--light-card-hover-bg);
    --nav-active-bg: var(--light-nav-active-bg);
    --nav-hover-bg: var(--light-nav-hover-bg);
    --scrollbar-track: var(--light-scrollbar-track);
    --scrollbar-thumb: var(--light-scrollbar-thumb);
    --scrollbar-thumb-hover: var(--light-scrollbar-thumb-hover);
    --overlay-bg: var(--light-overlay-bg);
    --settings-tab-active-bg: var(--light-settings-tab-active-bg);
    --settings-tab-active-text: var(--light-settings-tab-active-text);
    --settings-tab-hover-bg: var(--light-settings-tab-hover-bg);
    --settings-button-bg: var(--light-settings-button-bg);
    --settings-button-text: var(--light-settings-button-text);
    --settings-button-hover-bg: var(--light-settings-button-hover-bg);
    --settings-section-title: var(--light-settings-section-title);
    --settings-description: var(--light-settings-description);
    --link: var(--light-link);
    --link-hover: var(--light-link-hover);
    --success: var(--light-success);
    --warning: var(--light-warning);
    --error: var(--light-error);
    --info: var(--light-info);
    --shadow: var(--light-shadow);

    /* Status background and border */
    --success-bg: var(--light-success-bg);
    --success-border: var(--light-success-border);
    --warning-bg: var(--light-warning-bg);
    --warning-border: var(--light-warning-border);
    --error-bg: var(--light-error-bg);
    --error-border: var(--light-error-border);
    --info-bg: var(--light-info-bg);
    --info-border: var(--light-info-border);

    /* Component specific variables */
    --input-bg: var(--light-input-bg);
    --input-border: var(--light-input-border);
    --input-text: var(--light-input-text);
    --input-placeholder: var(--light-input-placeholder);
    --input-focus-border: var(--light-input-focus-border);
    --tooltip-bg: var(--light-tooltip-bg);
    --tooltip-text: var(--light-tooltip-text);
    --dropdown-bg: var(--light-dropdown-bg);
    --dropdown-hover: var(--light-dropdown-hover);
    --dropdown-border: var(--light-dropdown-border);
    --table-header-bg: var(--light-table-header-bg);
    --table-row-hover: var(--light-table-row-hover);
    --table-border: var(--light-table-border);
    --badge-bg: var(--light-badge-bg);
    --badge-text: var(--light-badge-text);
    --toggle-bg: var(--light-toggle-bg);
    --toggle-active: var(--light-toggle-active);
  }
}

/* Theme transition classes */
body,
.card,
.button,
.nav-item,
input,
select,
textarea {
  transition: var(--theme-transition);
}

.app-global-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 12px 16px;
  background: #dc2626;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.app-global-error__dismiss {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 1;
}

/* ===== Merged from light-theme.css (Phase 3.2) ===== */

/* Input styling */
input,
select,
textarea {
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--text-primary);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--input-focus-border);
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
}

/* Table styling */
table {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
}

th {
  background-color: var(--bg-secondary);
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}

td {
  border-bottom: 1px solid var(--border-color);
}

tr:hover {
  background-color: var(--bg-tertiary);
}

/* ===== Merged from dark-theme.css (Phase 3.2) ===== */

/* General dark theme styling */
[data-theme="dark"] body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

/* ===== Merged from overrides.css (Phase 3.2) ===== */

/**
 * Hero carousel dots: GlobalMobileStyles forces all buttons to 44×44px on small
 * screens. Reset only for .bp-carousel__dot so indicators stay small; padding
 * on the button still gives a reasonable tap target.
 */
@media (max-width: 768px) {
  button.bp-carousel__dot {
    min-width: unset;
    min-height: unset;
  }
}

/* ===== Merged from app-theme-runtime.css (Phase 3.2) =====
 * Reveal body after deferred CSS (see CRITICAL_INLINE_CSS). Do not force
 * visibility on every descendant — that blocks intentional hide/fade UIs. */
html.css-ready body {
  visibility: visible !important;
}

html[data-theme="light"] .theme-wrapper {
  --background: #ffffff;
  --text: #111827;
  --secondary-text: #4b5563;
  --border: #e5e7eb;
  color: var(--text);
  background-color: var(--background);
}

html[data-theme="dark"] .theme-wrapper {
  --background: #121212;
  --text: #f5f5f5;
  --secondary-text: #b0b0b0;
  --border: #333333;
  color: var(--text);
  background-color: var(--background);
}

html[data-theme="light"] .theme-wrapper:has(.tv-page),
html[data-theme="dark"] .theme-wrapper:has(.tv-page) {
  --background: #000000;
  --text: #ffffff;
  --secondary-text: #aaaaaa;
  --border: #2d2d2d;
  color: #ffffff;
  background-color: #000000;
}

/* === public/styles/global-mobile.css === */
/* GlobalMobileStyles.css */
/* Global styling for mobile devices across the application */

@media (max-width: 768px) {
  /* Base styling for mobile devices */
  body {
    font-size: 15px;
    overflow-x: hidden;
  }

  /* Touch targets: real controls only — exclude dense TV chrome (chips, dots, coverflow, player). */
  button:not(.tv-chip):not(.tv-carousel__card):not(.tv-carousel__dot):not(.tv-carousel__nav):not(
      .tv-switch
    ):not(.sh-player__btn):not(.tv-ad-player__skip):not(.tv-ad-player__visit):not(
      .tv-ad-player__error-skip
    ):not(.tv-player-back-btn):not(.tv-watch-meta__action):not(.tv-watch-meta__toggle-desc):not(
      .tv-header__menu-btn
    ):not(.tv-load-more),
  input[type="button"],
  input[type="submit"],
  .btn,
  .mobile-toggle,
  .close-menu-btn,
  .mobile-dropdown-trigger,
  .mobile-logout-btn,
  .bp_fn_button.only_text,
  .auth-button {
    min-height: 44px;
    min-width: 44px;
  }

  /* Fix iOS tap highlight */
  a,
  button,
  input,
  select,
  textarea {
    -webkit-tap-highlight-color: transparent;
  }

  /* Safe area for fixed bottom chrome */
  .fixed-bottom {
    padding-bottom: env(safe-area-inset-bottom, 0);
    padding-top: env(safe-area-inset-top, 0);
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
  }

  /* Hide scrollbars but keep functionality */
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  /* Improved form elements for touch */
  input,
  select,
  textarea {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 0.75rem;
    border-radius: 8px;
  }

  /* Mobile headings */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* Mobile table improvements */
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  /* Convert tables to cards on smallest screens */
  @media (max-width: 480px) {
    table thead {
      display: none;
    }

    table tbody tr {
      display: block;
      margin-bottom: 1rem;
      border: 1px solid var(--border-color, #eaeaea);
      border-radius: 8px;
      padding: 1rem;
    }

    table tbody td {
      display: flex;
      justify-content: space-between;
      padding: 0.5rem 0;
      border-bottom: 1px solid var(--border-color, #eaeaea);
    }

    table tbody td:last-child {
      border-bottom: none;
    }

    table tbody td:before {
      content: attr(data-label);
      font-weight: 600;
    }
  }

  /* Mobile spacing */
  .container,
  .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /*
   * Service/deliverable cards — step badge inside card header, no equal-height stretch.
   * Use .bp_fn_band on the section so specificity beats globals
   * `.home-focus-areas … .item_content { padding: 28px … !important }` when both apply.
   * globals.css also reasserts this under @media (max-width: 768px) next to that rule.
   */
  .bp_fn_services > ul {
    align-items: start;
    gap: 1.35rem;
  }

  .bp_fn_services > ul > li .item {
    position: relative;
    display: block;
  }

  .bp_fn_services .item_num,
  .home-focus-areas.bp_fn_band .bp_fn_services .item_num,
  .data-services-section.bp_fn_band .bp_fn_services .item_num,
  .home-pricing-section.bp_fn_band .bp_fn_services .item_num {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    margin: 0;
    padding: 0;
  }

  .bp_fn_services .item_content,
  .home-focus-areas.bp_fn_band .bp_fn_services .item_content,
  .data-services-section.bp_fn_band .bp_fn_services .item_content,
  .home-pricing-section.bp_fn_band .bp_fn_services .item_content {
    flex: none !important;
    min-height: 0 !important;
    /* Badge (~28px) + top offset + breathing room */
    padding: 3.35rem 1.15rem 1.35rem !important;
  }

  .bp_fn_services .item_content .bp_fn_bullet_list {
    flex: none !important;
  }

  .bp_fn_services .item_content .bp_fn_bullet_item {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /*
   * Do NOT pad .bp_fn_content bottom — its background is --themeClrLt (#fff),
   * so extra padding paints a white strip between the last section and the footer.
   * Scroll-to-top is position:fixed over the footer corner; no content reserve needed.
   */
  .bp_fn_totop {
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    right: calc(0.85rem + env(safe-area-inset-right, 0px));
    width: 42px;
    height: 42px;
    z-index: 980;
  }

  .bp_fn_totop.active {
    transform: none;
  }

  .bp_fn_totop .arrow .fn__svg {
    width: 14px;
    height: 14px;
  }
}

/*
 * Premium mobile chrome (critical path — not deferred).
 * Scoped ≤991px so desktop header/nav is untouched.
 */
@media (max-width: 991px) {
  /* —— Hamburger —— */
  .modern-header .mobile-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: 6px !important;
    padding: 0 !important;
    border-radius: 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    position: relative !important;
    cursor: pointer;
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .modern-header .mobile-toggle:hover,
  .modern-header .mobile-toggle:focus-visible {
    background: rgba(130, 108, 253, 0.2) !important;
    border-color: rgba(130, 108, 253, 0.55) !important;
    box-shadow: 0 0 0 1px rgba(130, 108, 253, 0.25);
  }

  /* Kill legacy absolute-positioned bars from style.css */
  .modern-header .mobile-toggle .mobile-toggle__bar {
    position: static !important;
    display: block !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    height: 1.75px !important;
    border-radius: 999px !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: width 0.2s ease;
  }

  .modern-header .mobile-toggle .mobile-toggle__bar:nth-child(1) {
    width: 18px !important;
  }

  .modern-header .mobile-toggle .mobile-toggle__bar:nth-child(2) {
    width: 12px !important;
  }

  .modern-header .mobile-toggle .mobile-toggle__bar:nth-child(3) {
    width: 18px !important;
  }

  /* —— Drawer shell —— */
  .modern-nav-panel {
    background: linear-gradient(180deg, rgba(18, 16, 32, 0.98) 0%, #050508 42%) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45) !important;
  }

  .modern-nav-panel .mobile-nav-header {
    padding: 1rem 1.1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .modern-nav-panel .close-menu-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    position: relative !important;
  }

  .modern-nav-panel .close-menu-btn .close-menu-btn__line {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 14px !important;
    height: 1.75px !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 999px !important;
  }

  .modern-nav-panel .close-menu-btn .close-menu-btn__line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .modern-nav-panel .close-menu-btn .close-menu-btn__line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .modern-nav-panel .mobile-nav {
    padding: 0.85rem 0.9rem 1.25rem !important;
  }

  .modern-nav-panel .mobile-menu-item {
    margin-bottom: 4px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .modern-nav-panel .mobile-menu-item > a:not(.btn),
  .modern-nav-panel .mobile-dropdown-trigger {
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    color: rgba(255, 255, 255, 0.88) !important;
    padding: 0.85rem 0.95rem !important;
    border-radius: 10px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .modern-nav-panel .mobile-dropdown-trigger {
    padding-right: 2.5rem !important;
  }

  .modern-nav-panel .mobile-menu-item > a:not(.btn):hover,
  .modern-nav-panel .mobile-dropdown-trigger:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }

  /* —— Selected / current (premium) —— */
  .modern-nav-panel .mobile-menu-item > a:not(.btn).current-page,
  .modern-nav-panel .mobile-dropdown-menu a.current-page,
  .modern-nav-panel .mobile-dropdown-trigger.current-page {
    color: #fff !important;
    font-weight: 600 !important;
    background: linear-gradient(
      90deg,
      rgba(130, 108, 253, 0.32) 0%,
      rgba(130, 108, 253, 0.1) 100%
    ) !important;
    box-shadow:
      inset 3px 0 0 #826cfd,
      0 0 0 1px rgba(130, 108, 253, 0.22) !important;
    border-radius: 10px !important;
    border-left: none !important;
  }

  .modern-nav-panel .mobile-dropdown-trigger.active {
    color: #fff !important;
    background: rgba(130, 108, 253, 0.12) !important;
    box-shadow: inset 3px 0 0 rgba(130, 108, 253, 0.7) !important;
    border-radius: 10px 10px 0 0 !important;
    border-left: none !important;
  }

  .modern-nav-panel .mobile-dropdown-menu {
    background: rgba(130, 108, 253, 0.06) !important;
    border-radius: 0 0 10px 10px !important;
    margin: 0 0 4px !important;
  }

  .modern-nav-panel .mobile-dropdown-menu.show {
    border-left: none !important;
    box-shadow: inset 3px 0 0 rgba(130, 108, 253, 0.35) !important;
    padding: 0.25rem 0.35rem 0.4rem !important;
  }

  .modern-nav-panel .mobile-dropdown-menu a,
  .modern-nav-panel .mobile-dropdown-menu button.nav-dropdown-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.875rem !important;
    padding: 0.7rem 0.85rem !important;
    border-radius: 8px !important;
    margin: 2px 0 !important;
  }

  .modern-nav-panel .mobile-dropdown-menu a:hover,
  .modern-nav-panel .mobile-dropdown-menu button.nav-dropdown-link:hover,
  .modern-nav-panel .mobile-dropdown-menu .nav-dropdown-link:hover {
    color: #fff !important;
    background: transparent !important;
    transform: none !important;
  }

  .modern-nav-panel .mobile-dropdown-arrow {
    color: rgba(196, 181, 253, 0.9) !important;
  }

  .modern-nav-panel .mobile-nav-actions {
    margin-top: 0.75rem !important;
    padding: 1rem 0.35rem 0.5rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .modern-nav-panel .mobile-nav-actions .header-action-btn.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .modern-nav-panel .mobile-nav-actions .header-login-link {
    border-radius: 10px !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }
}

/* === public/styles/marketing-layout.css === */
/**
 * Shared marketing layout — ONE place for common section/hero/CTA rhythm.
 * Use these classes in markup; do not re-declare spacing/type in page CSS modules.
 *
 * Classes:
 *   .bp_fn_band       — section band vertical padding (already on pages)
 *   .bp-hero-title    — page/hero H1 type scale (home, landers, standalones)
 *   .bp-cta-row       — primary/outline CTA row (+ --start / --center)
 *   .bp-hero-marquee  — hero bottom name strip padding
 *   .bp-section-stack — title → content vertical stack (same gap token)
 */

:root {
  /* Space below section title (incl. accent line) → next block */
  --bp-title-after: 1.75rem;
  /* Hero / page H1 scale (beats theme 45px / 36px via :is() specificity) */
  --bp-hero-title-size: 54px;
  --bp-hero-title-lh: 1.12;
}

@media (max-width: 1040px) {
  :root {
    --bp-hero-title-size: 40px;
    --bp-hero-title-lh: 1.15;
  }
}

@media (max-width: 768px) {
  :root {
    --bp-hero-title-size: 32px;
    --bp-hero-title-lh: 1.18;
  }
}

/* —— Section bands —— */
.bp_fn_band {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
  position: relative;
  box-sizing: border-box;
}

.bp_fn_band > .container {
  padding-top: 0;
  padding-bottom: 0;
}

/*
 * Title → content gap for every marketing band / standalone page.
 * Page modules must not invent extra margin-top on the next sibling.
 */
.bp_fn_band .bp_fn_title,
.marketing-standalone-page .bp_fn_title {
  margin-top: 0;
  margin-bottom: var(--bp-title-after);
}

.bp_fn_band .bp_fn_title + *,
.marketing-standalone-page .bp_fn_title + *,
.bp-section-stack > .bp_fn_title + * {
  margin-top: 0;
}

@media (max-width: 768px) {
  .bp_fn_band {
    padding: 3.5rem 0;
  }
}

/*
 * Hero / page H1 — one class. :is() keeps specificity high enough to beat
 * theme `.bp_fn_title .fn_title` (36px) and `.bp_fn_hero .fn_title` (45px).
 */
:is(
  .bp-hero-title,
  .fn_title.bp-hero-title,
  .bp_fn_title .fn_title.bp-hero-title,
  .bp_fn_hero .bp-hero-title,
  .bp_fn_hero .fn_title.bp-hero-title,
  .bp_fn_hero .bp_fn_title .fn_title.bp-hero-title,
  .bp_fn_collectionpage .fn_title.bp-hero-title,
  .bp_fn_collectionpage .bp_fn_title .fn_title.bp-hero-title,
  .marketing-standalone-page .bp_fn_title .fn_title.bp-hero-title
) {
  font-size: var(--bp-hero-title-size);
  font-weight: 700;
  line-height: var(--bp-hero-title-lh);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #fff;
}

/* —— CTA rows —— */
.bp-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin: 0;
}

.bp-cta-row--start {
  justify-content: flex-start;
}

.bp-cta-row--center {
  justify-content: center;
}

@media (max-width: 640px) {
  .bp-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bp-cta-row .btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/* —— Hero marquee / teams strip —— */
.bp-hero-marquee {
  flex-shrink: 0;
  width: 100%;
  padding: 0.75rem 0 0.25rem;
  background: transparent;
  border-top: none;
}

/*
 * Section stack — vertical rhythm only.
 * Do NOT set text-align here: titles center via .bp_fn_title; content keeps its own alignment.
 */
.bp-section-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: var(--bp-title-after);
}

.bp-section-stack > * {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}

/* Title gap owned by stack gap — including titles wrapped in a head chrome div */
.bp-section-stack .bp_fn_title {
  margin-bottom: 0;
}

.bp-section-stack--start {
  align-items: flex-start;
}

/* === public/css/custom.css === */
/* 
 * custom.css
 * This file contains custom CSS styles for BlackPotato, overriding default styles
 * Separate from main styles for easier maintenance and updates
 */

/* Custom CSS for hover effects */
.bp_fn_services .item:hover .item_content {
  border-color: var(--themeClrHvr) !important;
  background-color: transparent !important;
  color: var(--themeClrDrk) !important;
}

/* Force text colors to stay black on hover */
.bp_fn_services .item:hover .item_content h3,
.bp_fn_services .item:hover .item_content p {
  color: var(--themeClrDrk) !important;
}

/* Ensure the fn_title stays black too */
.bp_fn_services .item:hover .item_content .fn_title {
  color: var(--themeClrDrk) !important;
}

/* Only change the tab number styles */
.bp_fn_services .item:hover .item_num span {
  background-color: var(--themeClrHvr) !important;
  color: var(--themeClrLt) !important;
}

.bp_fn_services .item:hover .item_num span:after {
  border-left-color: var(--themeClrHvr) !important;
}

.bp_fn_services .item:hover .item_num span:before {
  border-bottom-color: var(--themeClrHvr) !important;
}

/* Custom styles to override existing styles */

/*
 * Premium header — merges into hero at top of page; denser frosted band when scrolled.
 * Veil only (no solid bar) so the hero video/image reads through the nav.
 */
.modern-header,
.modern-header.scrolled {
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  overflow: visible;
  isolation: isolate;
}

.modern-header {
  padding: 18px 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition:
    padding 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.4s ease,
    background-color 0.4s ease !important;
}

.modern-header.scrolled {
  padding: 12px 0 !important;
  background-color: rgba(8, 8, 15, 0.55) !important;
  backdrop-filter: blur(14px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22) !important;
}

/*
 * Light pages (blog, privacy, terms): same translucent language as home,
 * with a slightly denser veil so white page content doesn’t wash out the nav.
 */
.modern-header.modern-header--on-light {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.modern-header.modern-header--on-light.scrolled {
  background-color: rgba(8, 8, 15, 0.55) !important;
  backdrop-filter: blur(14px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22) !important;
}

.modern-header.modern-header--on-light::before {
  opacity: 1;
  height: 132px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 45%,
    rgba(0, 0, 0, 0.14) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

.modern-header.modern-header--on-light.scrolled::before {
  height: 100%;
  opacity: 0.35;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.modern-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 148px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.32) 42%,
    rgba(0, 0, 0, 0.1) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
  transition:
    height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    background 0.4s ease;
}

/* Scrolled: glass bar carries readability; fade veil softens away */
.modern-header.scrolled::before {
  height: 100%;
  opacity: 0.35;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.modern-header > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .modern-header {
    padding: 14px 0 !important;
  }

  .modern-header.scrolled {
    padding: 10px 0 !important;
  }

  .modern-header::before {
    height: 120px;
  }
}

@media (max-width: 576px) {
  .modern-header {
    padding: 12px 0 !important;
  }

  .modern-header.scrolled {
    padding: 9px 0 !important;
  }

  .modern-header::before {
    height: 100px;
  }
}

/* Nav typography — quieter default, crisp white on hover/active */
.modern-header .logo-text {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.015em;
  color: #fff;
}

/* Logo | centered primary nav | Talk to us + Login (VideoDB chrome) */
@media (min-width: 992px) {
  .modern-header .header-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .modern-header .header-logo {
    justify-self: start;
  }

  .modern-header .desktop-nav {
    flex: none;
    justify-content: center;
    justify-self: center;
  }

  .modern-header .desktop-nav .header-menu {
    justify-content: center;
    gap: 0.15rem;
  }

  .modern-header .header-actions {
    justify-self: end;
    gap: 0.85rem;
  }

  .modern-header .header-actions-menu {
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
  }

  .modern-header .header-actions-menu .menu-item {
    margin: 0;
  }
}

.modern-header .header-menu .menu-item a:not(.btn),
.modern-header .header-menu .menu-item .dropdown-trigger,
.modern-header .header-actions .menu-item a:not(.btn),
.modern-header .header-actions .logout-btn:not(.btn) {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  padding: 8px 14px !important;
  background: transparent !important;
  border: 0 !important;
  line-height: 1.25 !important;
}

.modern-header.scrolled .header-menu .menu-item a:not(.btn),
.modern-header.scrolled .header-menu .menu-item .dropdown-trigger,
.modern-header.scrolled .header-actions .menu-item a:not(.btn),
.modern-header.scrolled .header-actions .logout-btn:not(.btn) {
  padding: 7px 12px !important;
  font-size: 14px !important;
}

.modern-header .header-menu .menu-item a:not(.btn):hover,
.modern-header .header-menu .menu-item a:not(.btn).current-page,
.modern-header .header-menu .menu-item .dropdown-trigger:hover,
.modern-header .header-menu .menu-item .dropdown-trigger.active,
.modern-header .header-menu .menu-item .dropdown-trigger.current-page,
.modern-header .header-actions .menu-item a:not(.btn):hover,
.modern-header .header-actions .menu-item a:not(.btn).current-page,
.modern-header .header-actions .logout-btn:not(.btn):hover {
  color: #fff !important;
  background: transparent !important;
}

.modern-header .header-actions .logout-btn,
.modern-header .header-menu .menu-item .dropdown-trigger {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* Shared underline accent for links + dropdown triggers (not CTAs) */
.modern-header .header-menu .menu-item a:not(.btn):after,
.modern-header .header-menu .menu-item .dropdown-trigger:after {
  content: "";
  position: absolute;
  height: 1.5px;
  bottom: 4px;
  left: 14px;
  right: 14px;
  background: #826cfd;
  opacity: 0.9;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.modern-header .header-menu .menu-item a:not(.btn):hover:after,
.modern-header .header-menu .menu-item a:not(.btn).current-page:after,
.modern-header .header-menu .menu-item .dropdown-trigger:hover:after,
.modern-header .header-menu .menu-item .dropdown-trigger.active:after,
.modern-header .header-menu .menu-item .dropdown-trigger.current-page:after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Minimalist chevron for items with submenus */
.modern-header .header-menu .menu-item .dropdown-trigger {
  gap: 0.4em;
}

.modern-header .nav-dropdown-chevron {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  opacity: 0.65;
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.modern-header .dropdown-trigger:hover .nav-dropdown-chevron,
.modern-header .dropdown-trigger.active .nav-dropdown-chevron,
.modern-header .dropdown-trigger.current-page .nav-dropdown-chevron {
  opacity: 1;
}

.modern-header .dropdown-trigger.active .nav-dropdown-chevron {
  transform: translateY(1px) rotate(225deg);
}

/* Keep underline clear of the chevron */
.modern-header .header-menu .menu-item .dropdown-trigger:after {
  right: 22px;
}

/* Studio submenu — same premium frosted treatment as header chrome */
.modern-header .dropdown-menu {
  background-color: rgba(10, 10, 18, 0.88) !important;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) !important;
  padding: 8px 0 !important;
  margin-top: 8px !important;
  min-width: 280px;
  overflow: hidden;
}

.modern-header .dropdown-menu li .nav-dropdown-link,
.modern-header .dropdown-menu li button.nav-dropdown-link,
.modern-header .dropdown-menu li a.nav-dropdown-link,
.modern-header .dropdown-menu li .nav-coming-soon {
  color: rgba(255, 255, 255, 0.82) !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  padding: 10px 18px !important;
  line-height: 1.35 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.modern-header .dropdown-menu li .nav-dropdown-link:after {
  display: none !important;
}

/* Submenu hover: brighter white — same treatment for <a> and <button> items */
.modern-header .dropdown-menu li .nav-dropdown-link:hover,
.modern-header .dropdown-menu li button.nav-dropdown-link:hover,
.modern-header .dropdown-menu li a.nav-dropdown-link:hover,
.modern-header .dropdown-menu li .nav-dropdown-link.current-page,
.modern-header .dropdown-menu li button.nav-dropdown-link.current-page,
.modern-header .dropdown-menu li a.nav-dropdown-link.current-page {
  color: #fff !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.modern-header .dropdown-menu li .nav-coming-soon {
  color: rgba(255, 255, 255, 0.45) !important;
  cursor: default;
  pointer-events: none;
}

.nav-coming-soon__badge {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(196, 181, 253, 0.75);
  border: 1px solid rgba(130, 108, 253, 0.35);
  border-radius: 999px;
  padding: 2px 7px;
  flex-shrink: 0;
}

/*
 * Header actions — Talk to us = primary CTA; BlackPotato TV = plain text (+ icon).
 * Login stays a quiet text link with raised Invite only superscript.
 */
.modern-header .header-actions .menu-item a.header-tv-link,
.modern-nav-panel a.header-tv-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
}

.modern-header .header-tv-link__icon,
.modern-nav-panel .header-tv-link__icon {
  flex-shrink: 0;
  opacity: 0.88;
}

.modern-header .header-actions .menu-item a.header-tv-link:after,
.modern-header .header-actions .menu-item a.header-action-btn:after,
.modern-header .header-actions .menu-item a.header-login-link:after {
  display: none !important;
  content: none !important;
}

.modern-header .header-actions .header-action-btn.btn,
.modern-nav-panel .header-action-btn.btn {
  min-width: 0 !important;
  min-height: 36px !important;
  padding: 7px 16px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.modern-header.scrolled .header-actions .header-action-btn.btn {
  min-height: 34px !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
}

.modern-header .header-actions .header-login-link,
.modern-nav-panel .header-login-link {
  /* Match other nav items — not a button */
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  /* Compact padding; badge sits raised without crowding Talk to us */
  padding: 8px 12px !important;
  padding-right: 4.75rem !important;
  overflow: visible !important;
}

.modern-header .header-login-link .header-auth-label,
.modern-nav-panel .header-login-link .header-auth-label {
  position: relative;
  display: inline-block;
  line-height: 1.25;
}

.modern-header .header-login-link .header-auth-label .invite-only-badge,
.modern-nav-panel .header-login-link .header-auth-label .invite-only-badge {
  position: absolute !important;
  left: 100%;
  top: 0 !important;
  transform: translateY(-42%);
  margin-left: 0.35em !important;
  white-space: nowrap;
  vertical-align: baseline !important;
  /* Scale with the Login text so the badge stays a balanced, subordinate tag
     (≈0.52× Login) across normal / scrolled / drawer sizes. */
  font-size: 0.52em !important;
  /* Uppercase caps have no descenders, so the line box's descender space pushes
     the text visually high. Tight line-height + 1px extra top padding re-centers it. */
  line-height: 1 !important;
  padding: 3px 7px 2px !important;
}

.modern-nav-panel .header-action-btn.btn,
.modern-nav-panel .header-tv-link,
.modern-nav-panel .header-login-link {
  width: fit-content;
  margin: 8px 15px 4px;
}

/* Drawer actions: BlackPotato TV · Talk to us · Login under primary nav */
.modern-nav-panel .mobile-nav-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

.modern-nav-panel .mobile-nav-actions .header-action-btn.btn {
  width: 100% !important;
  margin: 0 !important;
}

.modern-nav-panel .mobile-nav-actions .header-login-link {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  padding-right: 5.75rem !important;
  box-sizing: border-box;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.modern-nav-panel .mobile-nav-actions .header-login-link:hover,
.modern-nav-panel .mobile-nav-actions .header-login-link.current-page {
  color: #fff !important;
  background-color: rgba(130, 108, 253, 0.15) !important;
}

.modern-nav-panel .mobile-nav-actions .logout-btn.mobile-logout-btn {
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #f44336;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modern-nav-panel .nav-coming-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

/* === public/css/custom-menu.css === */
/*
 * custom-menu.css
 * File for custom menu styles
 */

/* Reduce spacing between menu items */
.header-menu {
  align-items: center !important;
}

.header-menu .menu-item {
  margin: 0 2px !important;
  display: flex !important;
  align-items: center !important;
}

.header-menu .menu-item a {
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1.25 !important;
}

/*
 * Login + superscript invite badge:
 * Keep the link as flex (same vertical center as other items). Wrap “Login” so the
 * <sup> can be absolutely positioned and does not shift the Login baseline.
 */
.header-menu .menu-item a:has(.invite-only-badge) {
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 5.75rem !important;
}

.header-menu .menu-item a .header-auth-label {
  position: relative;
  display: inline-block;
  line-height: 1.25;
}

.header-menu .menu-item a .header-auth-label .invite-only-badge {
  position: absolute !important;
  left: 100%;
  top: 0 !important;
  transform: translateY(-42%);
  margin-left: 0.35em !important;
  white-space: nowrap;
}

/* Top-level triggers only — do not target submenu .nav-dropdown-link buttons
 * (Studio tools), or `color: inherit` overrides their light submenu text. */
.header-menu .menu-item > button:not(.btn) {
  padding: 10px 12px !important;
  background: transparent !important;
  border: 0 !important;
  color: inherit !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

/* Active page — nav links only (never override CTA .btn colors) */
.header-menu .menu-item a:not(.btn).current-page,
.header-menu .menu-item .dropdown-trigger.current-page {
  color: #826cfd !important;
  font-weight: 600 !important;
}

.dropdown-menu .current-page {
  color: #826cfd !important;
  background-color: transparent !important;
}

/* Top-level header hover — color only (submenu rules live in custom.css) */
.header-menu .menu-item > a:not(.btn):hover,
.header-menu .menu-item > button.dropdown-trigger:hover,
.mobile-nav-link:hover {
  color: #826cfd !important;
  background-color: transparent !important;
}

.header-menu .menu-item a:not(.btn):after {
  left: 12px !important;
  right: 12px !important;
  background: #826cfd !important;
}

/* Add 'BlackPotato' text in mobile view */
.mobile-logo-text {
  display: block !important;
  margin-left: 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}

/* Display logo text on all screen sizes */
.logo-text {
  display: inline-block !important;
  margin-left: 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  transition: font-size 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* Subtle leaner header when scrolled (~2px type, ~3px bar height) */
.modern-header.scrolled {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.modern-header.scrolled .logo-text {
  font-size: 1.125rem !important;
}

.modern-header.scrolled .header-menu .menu-item a:not(.btn),
.modern-header.scrolled .header-menu .menu-item > button:not(.btn) {
  padding: 8px 11px !important;
  font-size: 14px !important;
}

.modern-header.scrolled .header-logo-mark {
  flex-basis: 47px !important;
  width: 47px !important;
  height: 40px !important;
}

/* Mobile dropdown styles */
.mobile-dropdown-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 12px 15px !important;
  padding-right: 40px !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  border: 0 !important;
  border-left: none !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  color: #fff !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

.mobile-dropdown-trigger:hover,
.mobile-dropdown-trigger.active {
  background-color: rgba(130, 108, 253, 0.12) !important;
}

/* Điều chỉnh vị trí mũi tên */
.mobile-dropdown-arrow {
  font-size: 0 !important; /* Ẩn text */
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  right: 15px !important; /* Đẩy sát về bên phải */
  top: 50% !important;
  transform: translateY(-50%) !important; /* Đảm bảo ngang hàng với text */
  color: #826cfd !important;
  margin-left: 0 !important; /* Bỏ margin trái */
}

/* Tạo mũi tên căn giữa */
.mobile-dropdown-arrow:after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  position: absolute !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

/* Xoay mũi tên khi active */
.mobile-dropdown-arrow.active:after {
  transform: rotate(-135deg) !important;
  top: 2px !important; /* Điều chỉnh vị trí khi xoay */
}

/* Tăng cường hiệu ứng hover */
.mobile-dropdown-trigger:hover {
  background-color: rgba(130, 108, 253, 0.2) !important;
}

/* Làm nổi bật khi active */
.mobile-dropdown-trigger.active {
  background-color: rgba(130, 108, 253, 0.12) !important;
  border-radius: 8px 8px 0 0 !important;
}

.mobile-menu-item {
  margin-bottom: 6px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-bottom: 2px !important;
}

.mobile-menu-item:last-child {
  border-bottom: none !important;
}

.mobile-menu-item a:not(.btn) {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: block !important;
  padding: 12px 15px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease !important;
}

.mobile-menu-item .mobile-logout-btn:not(.btn) {
  width: 100% !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  color: #f44336 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: block !important;
  padding: 12px 15px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.mobile-menu-item .mobile-logout-btn:not(.btn):hover {
  color: #ff7961 !important;
  background-color: rgba(244, 67, 54, 0.15) !important;
}

.mobile-menu-item a:not(.btn):hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
}

.mobile-menu-item a.logout-btn {
  color: #f44336 !important;
  font-weight: 600 !important;
}

.mobile-menu-item a.logout-btn:hover {
  color: #ff7961 !important;
  background-color: rgba(244, 67, 54, 0.15) !important;
}

/* Mobile navigation styles */
.mobile-nav {
  padding: 20px !important;
}

.mobile-nav-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Studio submenu: collapsed max-height 0; open state accent via custom.css inset */
.mobile-dropdown-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  border: none !important;
  background-color: rgba(130, 108, 253, 0.06) !important;
  border-radius: 0 0 8px 8px !important;
  transition: max-height 0.35s ease !important;
}

.mobile-dropdown-menu.show {
  display: block !important;
  max-height: 1200px !important;
  overflow: visible !important;
  padding: 2px 0 4px 0 !important;
  border: none !important;
}

.mobile-dropdown-menu li {
  margin-bottom: 2px !important;
}

.mobile-dropdown-menu a,
.mobile-dropdown-menu button.nav-dropdown-link {
  padding: 10px 15px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  transition: color 0.25s ease !important;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-family: inherit;
  cursor: pointer;
}

.mobile-dropdown-menu a:hover,
.mobile-dropdown-menu button.nav-dropdown-link:hover,
.mobile-dropdown-menu .nav-dropdown-link:hover {
  background-color: transparent !important;
  color: #826cfd !important;
  transform: none !important;
}

/* Đảm bảo text nằm bên trái */
.mobile-dropdown-trigger span:first-child {
  text-align: left !important;
  flex: 1 !important;
}
