:root {
  --global--font-primary: "Inter", sans-serif !important;
  --global--font-secondary: "Inter", sans-serif !important;
  --global--font-size-base: 0.875rem;
  --global--font-weight: 400;
  --primary: #8daad9;
  --secondary: #a87197;
  --bs-border-radius: 16px;
}
body {
  color: #7f7f7f;
	font-family:  "Inter", sans-serif !important;
}

#navbarNav {
  flex-grow: initial;
}

.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-sm {
  font-size: 0.675rem;
}
.text-gray {
  color: #7f7f7f !important;
}
.py-40 {
  padding-top: 40px;
}

.qpi_header {
  position: relative;
  padding: 0.5rem 0;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease; /* Smooth transition */
  padding: 20px 0;
}

/* This class will be added by JavaScript */
header.scrolled {
  padding: 10px 0;
  background-color: #07090b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.bg-dark-2 {
  background-color: #0d0d0d;
}
.qpi_header .qpi_navbar {
  filter: blur(79px);
  background: linear-gradient(
    93deg,
    rgba(0, 0, 0, 1) 1%,
    rgba(148, 109, 240, 1) 9%,
    rgba(232, 125, 179, 1) 54%,
    rgba(242, 171, 127, 1) 91%,
    rgba(255, 200, 153, 1) 100%
  );
  opacity: 0.15;
  z-index: 2;
  border-radius: 50%;
  flex: none;
  width: 246px;
  height: 120px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translatex(-50%);
  overflow: visible;
}

.qpi_header .navbar-nav .menu-item {
  padding: 0.5rem 1rem;
}

.qpi_header .navbar-nav .menu-item a,
.qpi_header .navbar-nav .menu-item.active {
  color: #8daad9;
  font-size: 0.875rem;
	text-decoration: none;
}
.qpivolta-footer {
  background-color: #0c0c0c;
  padding-top: 24px;
}
.copyright-block {
  border-top: 1px solid #1d1d1d;
}
button.qpi-btn-primary,
input.qpi-btn-primary,
a.qpi-btn-primary {
  background: linear-gradient(
    93deg,
    rgba(141, 170, 217, 1) 0%,
    rgba(228, 142, 197, 1) 53%,
    rgba(255, 255, 255, 1) 98%
  );
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #07090b;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 50rem;

  transition:
    background-position 0.4s ease,
    color 0.2s ease;
}

button.qpi-btn-primary:hover,
input.qpi-btn-primary,
a.qpi-btn-primary:hover {
  background-position: 100% 50%;
  color: #07090b;
}

button.qpi-btn-secondary,
a.qpi-btn-secondary {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  color: #fff;
  background: #121212;
  border: 1px solid transparent;
  background:
    linear-gradient(#121212, #121212) padding-box,
    linear-gradient(180deg, #232323 0%, #07090b 100%) border-box;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

button.qpi-btn-secondary:hover,
a.qpi-btn-secondary:hover {
  background:
    linear-gradient(#121212, #121212) padding-box,
    linear-gradient(180deg, #3a3a3a 0%, #121212 100%) border-box;
}
button.qpi-btn-secondary::before,
a.qpi-btn-secondary::before {
  border-radius: 50rem;
}
.common_border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #232323 0%, #07090b 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
	    background: rgba(255, 255, 255, 0.02);
}
@media(max-width: 1200px){
	.hero-video {
		height: auto;
	}
}
.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 1rem;
  padding-top: 0;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000;
  padding: 1px;
  opacity: 0.5;
  z-index: 2;
}
.hero-video.common_border::before {
  z-index: 3;
  margin: 1rem;
  margin-top: 0;
  border-radius: 16px;
  overflow: hidden;
}
.qpi_hero_section {
/*   background-color: rgba(255, 255, 255, 0.01); */
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
.qpi_hero_section::before {
  border-radius: 16px;
}
.card-dark {
  padding: 40px;
  border: 1px solid;
  border-color: #1d1d1d;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.card-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    131.96deg,
    rgba(225, 144, 198, 0.1) 0.64%,
    rgba(77, 114, 175, 0) 45.24%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.card-dark:hover::before {
  opacity: 1;
}

.badge-secondary {
  background-color: rgba(255, 255, 255, 0.02);
  color: #a87197;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 0.3rem 0.8rem;
  font-size: 14px;
	margin-bottom: 10px;
}
.badge-white {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  box-shadow: 0px 18px 32px -8px rgba(0, 0, 0, 0.12);
  padding: 0.25rem 0.75rem;
  font-size: 14px;
}

.qpi_tabs {
  border: 1px solid #1d1d1d;
  border-radius: 16px;
  justify-content: center;
}
.qpi_tabs .nav-pills {
  width: 100%;
  border-right: 1px solid #1d1d1d;
}
.qpi_tabs .links {
  padding: 1rem 1.5rem;
  background-color: transparent !important;
  color: #a7a7a7;
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 1rem;
  border-bottom: 1px solid #1d1d1d;
  text-decoration: none;
}
.qpi_tabs .links .bi-arrow-right-circle {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.4s ease;
}
.qpi_tabs .links.active .bi-arrow-right-circle {
  opacity: 1;
}
.qpi_tabs .links.active {
  color: var(--primary);
}
.qpi_cont_left {
  background-color: #121212;
}
.block_start {
  padding: 24px;
}
.qpi_cont_right {
  background-color: #1c1c1c;
}
.qpi_tab_content img {
  height: 260px;
  margin-bottom: 2.5rem;
}
.social-icons {
  color: #7f7f7f;
}
.swiper-slide {
  display: flex;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background-color: #121212;
  justify-content: center;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
/* .form-submit {
  position: relative;
  width: 440px;
}
.form-submit .form-control {
  background-color: #121212 !important;
  border-radius: 50rem;
  border: none;
  padding: 0.75rem 1rem;
  padding-right: 6rem;
  color: #8daad9;
}
.form-submit .qpi-btn-primary {
  position: absolute;
  top: 4px;
  right: 2px;
} */
.profile-img-banner {
  width: 300px;
  height: 300px;
  border-radius: 20px;
}
.card-profile-desc {
  background-color: #121212;
  padding: 40px;
}

/* TIMELINE */
/* .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.timeline-item {
  padding: 30px 60px;
  position: relative;
  background: inherit;
}
.timeline-item::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #434343;
  top: 46px;
  bottom: -30px;
  right: 0;
  margin-left: -1.5px;
}
.timeline-item.left {
  left: 0;
}
.timeline-item .icon {
  display: none;
}
.timeline-item.right .date {
  text-align: end;
  margin-bottom: 1rem;
}

.timeline-item.left .date {
  text-align: start;
}
.timeline-item.right::after {
  left: 0;
  margin-right: -1.5px;
}
.timeline-item .date {
  font-size: 14px;
  font-weight: 500;
  color: #8daad9;
}
.timeline .content {
  background-color: #1d1d1d;
  border-radius: 16px;
  padding: 10px;
}
.timeline-item:last-child::after {
  display: none;
} */
/* end */
.img-product-ssb {
  width: 58px;
}
.contact-card {
  background-color: #121212;
  border-radius: 16px;
  padding: 20px;
  height: 324px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1c1c;
  border-radius: 16px;
}
.qpi_header .dropdown-menu {
  background-color: #1c1c1c;
  width: 220px;
}
.qpi_header .dropdown-item {
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.qpi_header .dropdown-menu .dropdown-item:hover,
.qpi_header .dropdown-menu .dropdown-item:focus,
.qpi_header .dropdown-menu .dropdown-item:hover {
  background-color: #121212;
}
.form-label {
  font-size: 14px;
}
.form-control,
.form-control:focus {
  background: #1c1c1c;
  background-clip: initial;
  padding: 0.75rem 0.75rem;
  border: 0;
  color: #e2e2e2;
  border-radius: 12px;
}
.qpi-card {
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.qpi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.qpi-card-img {
  width: 100% !important;
  max-width: 100% !important;
  height: 230px !important;
  border-radius: 16px;
  object-position: center;
  object-fit: cover;
}

.qpi-card-body {
  padding: 1rem 0;
}

.qpi-card-body h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qpi-card-body p {
  font-size: 0.875rem;
  color: #7f7f7f;
}
.lead,
.display-5 {
  font-weight: 400;
}
@media (max-width: 768px) {
  .rounded-start,
  .rounded-end {
    border-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  .display-4,
  .display-5 {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1rem;
  }
	.profile-img-banner {
    max-width: 300px;
    max-height: 300px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
}
@media (min-width: 768px) {
  .timeline {
/*     max-width: 900px; */
  }
/*   .timeline-item {
    width: 50%;
  }
  .timeline-item.left .date {
    left: calc(100% + 48px);
  }
  .timeline-item .date {
    position: absolute;
    display: inline-block;
    width: calc(100% - 48px);
  }
  .timeline-item .icon {
    position: absolute;
    display: inline-flex;
    width: 60px;
    height: 60px;
    top: 30px;
    right: -51px;
    color: var(--primary);
    z-index: 1;
  }
  .timeline-item.right {
    left: 50%;
  }
  .timeline-item.right .date {
    right: calc(100% + 48px);
  }
  .timeline-item.right .icon {
    left: -9px;
  } */
  .qpi_header .qpi_navbar {
    width: 446px;
    height: 200px;
  }
  .qpi_tabs .nav-pills {
    height: 100%;
  }
  .qpi_tabs .links {
    flex-grow: 1;
  }
  .qpi_tabs .nav-pills {
    max-width: 363px;
  }
}
@media (min-width: 992px) {
  .py-40 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block_start {
    padding: 64px;
  }
  .qpivolta-footer {
    padding-top: 48px;
  }
}

h1{

font-weight: 600;
font-size: 56px;
line-height: 1 !important;
letter-spacing: -2px;

}
h1.display-5{
	line-height: 1 !important;
	margin-bottom: 20px;
}

/* Dropdown menu */
.navbar-nav .menu-item-has-children {
    position: relative;
}

.navbar-nav .sub-menu {
    position: absolute;
    background:#1c1c1c;
    padding: 10px 0;
    list-style: none;
    display: none;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.navbar-nav .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #000;
}

.navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
}
/* Parent menu item */
.menu-item-has-children {
  position: relative;
}

/* Sub menu container */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Show submenu on hover */
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Sub menu items */
.sub-menu li {
  padding: 0.2rem 1rem !important;
}

/* Sub menu links */
.sub-menu li a {
  display: block;
  padding: 10px 18px;
  color: #fffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover effect */
.sub-menu li a:hover {
     background: #ffffff0a;
    color: #1988c5;
    padding-left: 22px;
    border-radius: 5px;
}

/* Arrow for parent menu */
.menu-item-has-children > a::after {
  content: "▾";
  font-size: 12px;
  margin-left: 6px;
}

/* If there is submenu inside submenu */
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.border-light{
	border: 1px solid #1d1d1d !important;
}
.blog-card{
	padding: 20px;
    border: 1px solid #181818;
    border-radius: 20px;
	margin-bottom: 20px;
}
input::placeholder{
	color:#373737 !important;
	font-style:italic !important
}
 textarea::placehoder{
	color:#373737 !important;
	font-style:italic !important
}