/*
Theme Name: WP Segesit
Author: Segesit
Author URI: https://segesit.it/
Description:  Custom theme by Segesit team
Version: 01-07-2025_3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-segesit
Requires at least: 5.7
Requires PHP: 8.1
Tags: Custom theme made by Segesit

*/
/*  
 
.____     ____ _______  ________________      __  _____ _____.___.
|    |   |    |   \   \/  /\_   _____/  \    /  \/  _  \\__  |   |
|    |   |    |   /\     /  |    __)_\   \/\/   /  /_\  \/   |   |
|    |___|    |  / /     \  |        \\        /    |    \____   |
|_______ \______/ /___/\  \/_______  / \__/\  /\____|__  / ______|
        \/              \_/        \/       \/         \/\/       
|
                                                                                                        
*/
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url("bootstrap.css");
/* Stili di base, da adattare secondo palette definitiva */
body {
  font-family: "Saira", sans-serif;
}
.saira-<uniquifier > {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
}
html {
  scroll-padding-top: 76px; /* Imposta un padding-top di 80px per tutto lo scroll */
}
:root {
  font-size: 16px;
  --main: #967544;
}
section {
  padding: 9rem 0;
}
#hero {
  background: #0a0f21ab !important;
  color: #fff;
}
#hero .btn-primary {
  background-color: var(--main);
  border-color: var(--main);
}
.bg-dark-alt {
  background: #0A0F21;
  color: #fff;
}
#faqs .accordion-item .bg-light-alt {
  color: #000 !important
}
#faqs .accordion-item .accordion-button:not(.collapsed) {
  color: #f8f9fa !important;
  background: #0a0f21;
  font-weight: 600 !important;
}
#faqs .accordion-button::after {
  opacity: 1 !important;
  filter: invert(49%) sepia(41%) saturate(512%) hue-rotate(357deg) brightness(88%) contrast(84%);
}
.bg-light-alt {
  background: #f8f9fa;
  color: #212529;
}
.step-icon {
  font-size: 2rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--main);
  color: #fff;
  margin: 0 auto 1rem auto;
}
.feature-card {
  border: none;
  /* personalizzare ombre o bordi se serve */
}
.testimonial-card {
  border: none;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  color: #212529;
}
.feature-card h5, .feature-card p {
  color: #fff;
}
.feature-card img {
  filter: invert(1);
}
/* Menu interno sticky */
#page-nav {
  z-index: 1000;
}
.navbar-dark .navbar-toggler {
  color: rgba(150, 117, 68, .55);
  border-color: rgba(150, 117, 68, .1);
}
.navbar-dark .navbar-toggler-icon {
  filter: invert(49%) sepia(41%) saturate(512%) hue-rotate(357deg) brightness(88%) contrast(84%);
}
/* Footer */
.footer-custom {
  background-color: #212529;
  color: #adb5bd;
  padding: 2rem 0;
  font-size: 0.9rem;
}
.footer-custom a {
  color: #adb5bd;
  text-decoration: none;
}
.footer-custom a:hover {
  color: #fff;
}
.video-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background-color: #000; /* fallback */
  overflow: hidden;
}
#features .video-wrapper {
  padding-bottom: 5rem !important;
  height: unset !important;
  /* min-height: 950px; */
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.bg-dark {
  /* background: linear-gradient(90deg, #4AB3F4 0%, #41B37C 100%); */
  transition: .3s;
  background-color: #ffffffc7 !important;
}
.bg-dark.isSticky {
  background-color: #ffffff !important;
}
section#features {
  position: relative;
  background: #0a0f21e6 !important;
  padding-bottom: 6rem !important;
}
.sticky-top img {
  transition: .3s;
  max-height: 69px;
}
.isSticky img {
  height: 50px !important
}
ul.falang-language-switcher li:last-of-type {
  margin-right: 1.5rem;
}
ul.falang-language-switcher li img {
  height: 100% !important;
  width: 20px;
  padding: 0;
}
.typing-cursor::after {
  content: '|';
  animation: blink 1s step-start infinite;
  font-weight: 200;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--main) !important;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  transition: .3s
}
.carousel-indicators [data-bs-target].active {
  scale: 1.3
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
h1 span:first-of-type {
  font-weight: 400;
  display: block
}
.lead {
  max-width: 840px;
  margin: auto
}
.lead strong {
  display: block;
  font-weight: 600
}
a.nav-link.btn.btn-primary.text-white.ms-2 {
  background: var(--main);
  border-color: var(--main);
  font-weight: 500;
  color: #fff !important;
}
a.nav-link {
  opacity: 1;
  color: #1b2441 !important;
  transition: .3s;
  font-size: 1rem;
  border: 1px solid transparent
}
a.nav-link.active {
  font-weight: 600;
  border: 1px solid;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, .3)
}
#security .inview img {
  opacity: 0;
  filter: blur(25px);
  transition: .4s
}
#security .viewed img {
  opacity: 1;
  filter: blur(0);
}
.btn.btn-primary {
  background: var(--main);
  border-color: var(--main);
}
#security h3 {
  transition: .3s;
  font-weight: 400
}
#security .viewed h3 {
  font-weight: 700
}
#security .viewed h3 + p {
  font-size: 1.25rem
}
#security {
  padding: 5rem 0 !important
}
#how-it-works, #why {
  padding: 9rem 0 !important;
}
#how-it-works .col-md-3.inview {
  opacity: 0;
  filtyer: blur(20px);
  transition: .3s;
}
#how-it-works .col-md-3.viewed {
  opacity: 1;
  filtyer: blur(0);
  transition: .3s;
}
#how-it-works .col-md-3.due {
  transition: .3s .4s;
}
#how-it-works .col-md-3.tre {
  transition: .3s .8s;
}
#how-it-works .col-md-3.quattro {
  transition: .3s 1.2s;
}
#process {
  padding: 3rem 0 !important;
}
#process .carousel-item {
  height: 700px;
}
#process .carousel-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60%;
  color: #fff;
  width: 30%;
}
#process img {
  height: 700px;
  object-fit: cover;
  object-position: center;
}
#why .col-lg-4 {
  padding: 2rem auto
}
#why h3 {
  font-size: 1.35rem
}
#how-it-works h2 {
  margin-bottom: 5rem !important
}
#testimonials .col-md-4 > div {
  padding-top: 3rem;
  padding-bottom: 3rem
}
#testimonials {
  background: #fff
}
#testimonials .col-md-4 > div {
  padding-top: 3rem;
  padding-bottom: 3rem
}
#testimonials .col-md-4 > div p {
  padding-bottom: 1rem
}
#faqs {
  padding: 5rem 0 7rem !important
}
#faqs .container > h2 {
  padding-bottom: 3rem !important
}
img.supports-24 {
  position: fixed;
  inset: auto 1rem 0.4rem auto;
  max-width: 76px;
  height: auto;
  background: #fff;
  border-radius: 50%;
  border: 4px solid var(--main);
  padding: .25rem;
}
section#dashboard {
  padding-bottom: 0 !important;
  padding-top: 5rem !important;
}
section#dashboard img {
  mix-blend-mode: multiply;
  box-shadow: none !important
}
#colophon {
  background: var(--main);
  color: #fff;
}
#colophon a {
  color: #fff;
}
.falang-language-switcher {
  display: none !important;
}
.falang-language-dropdown {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.falang-language-ready .falang-language-dropdown {
  display: inline-block;
  opacity: 1;
  margin-right: 4rem;
  padding: 0 1rem;
  background: transparent;
  border-color: var(--main);
  color: var(--main);
  border-radius: .25rem;
}
.falang-language-ready .falang-language-dropdown .lang-current {
  background: var(--main);
  color: #fff;
}
@media(max-width: 1540px) {}
@media(max-width: 1366px) {}
@media(max-width: 1280px) {}
@media(max-width: 1100px) {}
@media(max-width: 1024px) {}
@media(max-width: 768px) {}
@media(max-width: 640px) {
  :root {
    font-size: 14px;
  }
  .mobile #dynamic-term {
    display: block;
  }
  .mobile #hero .btn-primary {
    margin-bottom: .5rem;
  }
  .mobile #process .carousel-item {
    height: 600px;
  }
  .mobile #process img {
    object-fit: contain;
    object-position: top;
    width: 800px;
    height: 360px;
  }
  .mobile #process .carousel-desc {
    color: #000;
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
    padding: 0 1rem;
  }
  .mobile .video-wrapper {
    min-height: 900px;
    object-fit: cover;
  }
  .mobile .falang-language-ready .falang-language-dropdown {
    margin: 1.5rem 0;
  }
  .mobile a.nav-link.btn.btn-primary.text-white.ms-2 {
    margin: 0 !important;
  }
}
@media(max-width: 480px) {}
@media(max-width: 430px) {}
@media(max-width: 375px) {}