
.poppins{
	font-family:'Poppins', sans-serif!important;
}

.table-info-row1, .title-container, .title-containter{
	font-family:'Poppins', sans-serif!important;
}



section {
	padding: 30px 20px;
	margin-bottom: 40px;
}

.hero {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: linear-gradient(135deg, #4267b2, #3b5998);
	color: white;
	padding: 30px 20px;
	padding-bottom: 16px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.hero.shrink {
	padding: 10px 20px;
}

.hero-title {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	transition: font-size 0.3s ease;
}

.hero.shrink .hero-title {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	padding:10px;
}

.hero-subtitle {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	margin-top: 1.5rem;
	transition: opacity 0.3s ease;
}

.hero.shrink .hero-subtitle {
	opacity: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.section-title {
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-top: 0rem;
	margin-bottom: 1.5rem;
	color: #2c3e50;
}

.section-title i {
	font-size: 24px;
	margin-right: 0.5rem;
	color: #4267b2;
}

.benefit {
	font-style: italic;
	color: #444;
	font-size: 0.95rem;
	margin-top: 4px;
}

.btn-success:hover, #floatingRequestBtn:hover {
	background-color: #365aa3;
	border-color: #365aa3;
}

.btn-success i {
	margin-right: 8px;
}

#floatingRequestBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1050;
	display: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.slick-dots {
	position: relative;
	bottom: -20px;
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

.slick-dots li {
	margin: 0 6px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 12px;
	height: 12px;
	padding: 5px;
	border: none;
	border-radius: 50%;
	background: #ccc;
	opacity: 0.7;
	transition: background 0.3s, transform 0.3s;
}

.slick-dots li.slick-active button {
	background: #4267b2; /* Colore principale del tuo brand */
	opacity: 1;
	transform: scale(1.2);
}
.flipped {
	display: inline-block; /* Necessario per applicare transform */
	transform: scale(-1, -1); /* Capovolge in entrambe le direzioni */
}

.text-primary {
	color: #4267b2!important;
}

.me-2 {
	margin-right: 1.5rem !important;
	color: #4267b2 !important;
	font-size:32px;
	vertical-align:sub;
}


.fade-in {
	opacity: 0;
	transform: translateY(10px);
	animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}


.text-muted {
  color: #555; /* oppure #495057 */
  font-family:'Poppins', sans-serif!important;
}

.text-muted2 {
  color: #555; /* oppure #495057 */
  font-family:'Poppins', sans-serif!important;
  font-weight:bold;
  font-size: 20px;
}

.text-muted3 {
  font-family:'Poppins', sans-serif!important;
  font-weight:bold;
  --border-bottom: solid;
  --border-width: 2px;
}





html {
  scroll-behavior: smooth;
}


section {
  scroll-margin-top: 200px; /* valore pari all'altezza dell'header */
}

h3 {
  scroll-margin-top: 100px; /* valore pari all'altezza dell'header */
	font-family:'Poppins', sans-serif!important;
	margin-bottom: 14px;
	margin-top: 15px;
	font-weight:bold;
}

.bi{
	margin-right:20px!important;
	color:#4267b2;
}

.side-nav {
  z-index: 1040;
  left: 15px; /* distanza dal bordo */
}

.side-nav a {
  white-space: nowrap;
  font-size: 0.9rem;
  padding: 6px 12px;
}

section[id] {
  scroll-margin-top: 60px; /* spazio per ancore */
}

.side-nav a.active {
  background-color: #4267b2;
  color: white;
  font-weight: 600;
}

.card-body2a{
	padding-bottom:80px;
}

.card-title2{
	margin-top: 40px;
	font-family: 'Poppins', sans-serif !important;
	font-size: 22px;
	margin-bottom: 16px;
	font-weight: bold;
}

.card-title3{
	margin-top: 10px;
	font-size: 28px;
	font-weight: normal !important;
}

.arrow-diagram{
	padding-bottom: 35px;
}



.testimonial-logo {
	height:120px; 
	max-width:300px; 
	object-fit:contain; 
	margin:auto;
}

.badge2{
	margin-top: -13px; 
	padding:6px;
}
#originalRequestBtn,#originalRequestBtn2 {
	background-color:#4267b2; border-color:#4267b2; color:white;
}

.mylogo {
	width:120px; 
	height:120px; 
	object-fit:cover;
}

.modal-header2 {
	background-color:#4267b2; 
	color:#fff;
}

.card {
	background-color: rgb(242, 255, 237) !important;					
	margin: 5px;
	margin-bottom: 10px;
	padding-bottom: 12px;
}


.card3 {
	border: none;
}

.card-strong {
	font-weight: bold;
}

.css-spinner {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border: 8px solid rgba(0, 0, 255, 0.3);
  border-top-color: #4267b2;
  border-radius: 50%;
  animation: spin 1.3s linear infinite;
}
@keyframes spin {
  to {
	transform: rotate(360deg);
  }
}

#loader{
	opacity:0.9;
	text-align: center!important;
	padding: 20px!important;
	height: 100%;
	position: fixed;
	z-index: 999999;
	padding-top: 15%!important;
	width: 100%;
	background: #ebe5e594;
}

.spinner-loader{
	display: none; 
	text-align: center; 
	padding: 20px;
}

.css-spinner-text{
	margin-top: 10px;
}

.form-label2{
	font-size:15px;
	padding-left:10px;
}

.list-unstyled{
	font-size:20px
}

.jconfirm-box-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.list-group-item{
	background:inherit;
	
}

.link{
	font-weight:bold!important;
	font-family:'Poppins', sans-serif!important;
}

.body_base{
	background-color:rgb(242, 244, 247)!important;
}

.body_alt{
	background-color:rgb(239, 240, 246)!important;
}	


.sottotitolo {
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
}
