/* CSS FOR NEXUSADV.IT */

/* /// GENERALI /// */
body {
  color: #444;
  font-family: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 24px;
	text-align: justify;
}
a {
	color: rgba(0,147,180,1); /* #0093B4 */
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: rgba(0,147,180,0.25); /* #0093B4 */
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}
	/* // TITOLO E PERCORSO PAGINA // */
.page-title {
  color: #444;
  padding: 220px 0px 10px 0px;
  text-align: left;
  position: relative;
}
.page-title:before {
  content: "";
  position: absolute;
  inset: 0;
}
.page-title h1 {
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
}
.page-title i {
  font-size: 18px;
  background-color: rgba(0,147,180,1); /* #0093B4 */
  padding: 5px;
  color: #FFF;
	min-width: 30px;
	float: left;
	margin-right: 10px;
}
.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
	border-left: 1px dashed rgba(0,147,180,1); /* #0093B4 */
	border-bottom: 1px dashed rgba(0,147,180,1); /* #0093B4 */
	text-transform: lowercase;
	font-style: oblique;
}
.page-title .breadcrumbs ol a {
	text-decoration: underline;
	font-style: normal;
}
.page-title .breadcrumbs ol a:hover {
	text-decoration: none;
}
.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}
.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(68, 68, 68, 0.3); /* #444444 */
}
	/* // FINE - TITOLO E PERCORSO PAGINA // */
	/* // SECTION TITLE // */
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  color: rgba(94,133,192,1); /* #5E85C0 */
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: rgba(0,147,180,0.25); /* #0093B4 */
}
	/* // FINE - SECTION TITLE // */
.generico-section {
	padding-top: 30px;
	padding-bottom: 60px;
}
.generico-section p {
	padding: 0px;
	margin-bottom: 10px;
}
.generico-section p.p-margin-10 {
	margin-top: 10px;
}
.generico-section p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.generico-section p.margin-top-10 {
	margin-top: 10px;
}
.generico-section ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
generico-section ul li {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}
.generico-section ul:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.generico-section ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.generico-section ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.generico-section h2 {
	padding: 0px;
	margin: 20px 0px;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.generico-section h2 i {
	display: block;
}
.generico-section h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	font-style: oblique;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.generico-section h2:first-child {
	margin: 0px 0px 20px 0px;
}
.generico-section .cornice {
	padding: 20px 30px;
  border: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
	margin-bottom: 20px;
}
.generico-section .cornice:last-child {
	margin-bottom: 0px;
}
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
  color: #4A4B64;
	background-color: #FFF;
  padding: 0px;
	margin-top: 0px;
  transition: all 0.5s;
  z-index: 997;
	border-bottom: 1px solid rgba(153,153,153,0.5); /* #999999 */
}
@media (max-width: 1199px) {
	.header {
		margin-top: -10px;
	}
}
	/* // TOP BAR // */
.header .top-bar {
	background-color: rgba(153,153,153,0.2); /* #999999 */
	padding: 5px 0px;
	min-height: 38px;
	margin-top: 0px;
}
.header .top-bar .contact-link a {
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid rgba(0,147,180,0.25); /* #0093B4 */
	border-radius: 50px;
	padding: 5px 6px;
	min-width: 30px;
}
header .top-bar .contact-link a.ask {
	border-radius: 5px;
	background-color: rgba(0,147,180,1); /* #0093B4 */
	color: #FFF;
	text-transform: uppercase;
	font-family: "Poppins",  sans-serif;
}
@media (max-width: 1199px) {
	header .top-bar .contact-link a.ask{
		display: none;
	}
}
header .top-bar .contact-link a.ask:hover {
	background-color: rgba(0,147,180,0.5); /* #0093B4 */
	color: rgba(27,85,131,1); /* 1B5583 */
}
			/* / ASK MOBILE / */
.header .navmenu a.ask-mobile {
	display: none;
}
			/* / FINE - ASK MOBILE / */
.header .top-bar .social {
	float: right;
}
.header .top-bar .social a {
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid rgba(0,147,180,0.25); /* #0093B4 */
	border-radius: 50px;
	padding: 5px 8px;
}
@media (max-width: 1199px) {
	.header .top-bar .social {
		margin-right: 10px;
	}
}
	/* // FINE - TOP BAR // */
.header .header-container {
  padding: 0px 10px;
	border-left: 1px solid rgba(153,153,153,0.5); /* #999999 */
	border-right: 1px solid rgba(153,153,153,0.5); /* #999999 */
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 150px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }
  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px;
  }
  .header .logo {
    order: 1;
  }
  .header .navmenu {
    order: 3;
  }
}
.scrolled .header {
  --background-color: #FFF;
}
.index-page.scrolled .header {
  --background-color: #FFF;
	
}
	/* // MENU DI NAVIGAZIONE // */
		/* / DESKTOP / */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0px;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: rgba(27,85,131,1); /* #1B5583 */
    padding: 10px 0px;
		margin-left: 15px;
		margin-right: 15px;
    font-size: 22px;
    font-family: "Poppins",  sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: lowercase;
		border-bottom: 2px solid #FFF;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: rgba(27,85,131,0.5); /* #1B5583 */
		transition: 0.3s;
		border-bottom: 2px solid rgba(94,133,192,1); /* #5E85C0 */
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0px;
		background-color: #DFE7F2;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
  }
  .navmenu .dropdown ul a i {
    font-size: 16px;
  }
  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
		/* / FINE - DESKTOP / */
		/* / MOBILE / */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #4A4B64;
    font-size: 36px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
			/* ASK MOBILE */
.header .navmenu a.ask-mobile {
	margin-right: 10px;
	background-color: rgba(0,147,180,1); /* #0093B4 */
	border-radius: 5px;
	padding: 10px;
	min-width: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Poppins",  sans-serif;
	float: left;
	position: relative;
	top: -18px;
	display: block;
}
.header .navmenu a.ask-mobile:hover {
	background-color: rgba(0,147,180,0.5); /* #0093B4 */
	color: rgba(27,85,131,1); /* #1B5583 */
}
			/* FINE - ASK MOBILE */
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
		text-align: center;
    inset: 60px 20px 20px 20px;
    padding: 190px 0px 10px 0px;
    margin: 0px;
    background-color: #FFF;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-image: url("../img/apple-touch-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 10px;
    overflow-y: auto;
  }
  .navmenu a,
  .navmenu a:focus {
    color: rgba(27,85,131,1); /* #1B5583 */
    padding: 10px;
		margin: 0px 10px;
    font-family: "Poppins",  sans-serif;
    font-size: 22px;
    font-weight: 500;
    display: block;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: lowercase;
		border-bottom: 1px solid rgba(94,133,192,0.2);
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: rgba(27,85,131,0.3); /* #1B5583 */
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: rgba(27,85,131,1);
    color: #FFF;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: rgba(27,85,131,0.5); /* #1B5583 */
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: rgba(27,85,131,1);
    color: #FFF;
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    background-image: none;
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0px;
    margin: 10px 20px;
    background-color: rgba(153,153,153,0.2); /* #999999 */
    border: 1px solid rgba(94,133,192,0.2);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
	.navmenu .dropdown ul a.last-link {
    border-bottom: 0px none;
  }
  .navmenu .dropdown>.dropdown-active {
    display: block;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #FFF;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
		/* / FINE - MOBILE / */
	/* // FINE - MENU DI NAVIGAZIONE // */
/* /// FINE - HEADER /// */
/* /// HOME /// */
	/* // LAYOUT SUPERIORE // */
.about {
  padding-top: 220px;
	padding-bottom: 30px;
	position: relative;
	background-color: rgba(27,85,131,0.07); /* #1B5583 */
}
@media (max-width: 1199px) {
	.about {
  	padding-top: 260px;
	}
}
.about .image-section {
	position: relative;
}
.about .image-section .primary-image {
  position: relative;
  margin-bottom: 30px;
}
.about .image-section .primary-image img {
  border-radius: 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.about .image-section .primary-image .experience-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(27,85,131,0.8); /* #1B5583 */
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  text-align: center;
  border: 2px solid #FFF;
}
@media (max-width: 768px) {
  .about .image-section .primary-image .experience-badge {
    top: 10px;
    right: 10px;
    padding: 15px;
  }
}
.about .image-section .primary-image .experience-badge .years {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  margin-bottom: 10px;
}
.about .image-section .primary-image .experience-badge .text {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about .image-section .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about .image-section .image-grid .grid-img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.about .image-section .image-grid .grid-img:hover {
  transform: translateY(-3px);
}
@media (max-width: 992px) {
  .about .image-section {
    margin-bottom: 0px;
  }
}
.about .content-section {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .about .content-section {
    padding-left: 0px;
  }
}
.about .section-intro {
  margin-bottom: 20px;
}
.about .section-intro .company-badge {
  display: inline-block;
  background-color: rgba(27,85,131,0.15); /* #1B5583 */
  color: #1B5583;
  padding: 10px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.about .section-intro h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
	padding: 10px;
  font-weight: 500;
  color: #1B5583;
	border-bottom: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
	text-transform: lowercase;
}
@media (max-width: 768px) {
  .about .section-intro h2 {
    font-size: 20px;
  }
}
.about .section-intro p {
  margin: 0px;
	padding: 10px;
}
.about .section-intro p b {
  font-weight: 500;
}
.about .achievement-list {
  margin-bottom: 10px;
}
.about .achievement-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.about .achievement-list .achievement-item:last-child {
  margin-bottom: 0px;
}
.about .achievement-list .achievement-item .achievement-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(27,85,131,0.15); /* #1B5583 */
  color: #1B5583;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.about .achievement-list .achievement-item .achievement-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1B5583;
  margin-bottom: 10px;
}
.about .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
	border-top: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
	padding-top: 20px;
}
@media (max-width: 576px) {
  .about .action-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.about .action-section .btn-primary {
  background-color: #1B5583;
  border-color: #1B5583;
  color: #FFF;
  padding: 10px;
  font-weight: 500;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
	text-transform: uppercase;
}
.about .action-section .btn-primary:hover {
  background-color: rgba(27,85,131,0.15); /* #1B5583 */
  transform: translateY(-1px);
	color: #1B5583;
}
.about .action-section .contact-info .contact-label {
  display: block;
  font-size: 16px;
  color: #1B5583;
	font-weight: 500;
  margin-bottom: 0px;
	text-transform: uppercase;
}
.about .action-section .contact-info .phone-number {
  font-size: 20px;
  color: #0093B4;
  font-weight: 500;
}
	/* // FINE - LAYOUT SUPERIORE // */
	/* // SERVIZI // */
.services {
  margin-top: 0px;
	padding-top: 30px;
}
.services .services-grid .service-card {
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  border: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
  transition: all 0.3s ease;
	position: relative;
}
.services .services-grid .service-card .service-icon {
  width: 56px;
  height: 56px;
  background: rgba(0,147,180,0.15); /* #0093B4 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.services .services-grid .service-card .service-icon i {
  font-size: 20px;
  color: #0093B4;
}
.services .services-grid .service-card h3 {
  font-size: 20px;
  font-weight: 400;
	padding-bottom: 20px;
  margin-bottom: 20px;
  color: rgba(27,85,131,1); /* #1B5583 */
	text-transform: uppercase;
	border-bottom: 1px solid rgba(27,85,131,0.4); /* #1B5583 */
}
.services .services-grid .service-card a {
  color: rgba(27,85,131,1); /* #1B5583 */
}
.services .services-grid .service-card a:hover {
  color: rgba(0,147,180,0.25); /* #0093B4 */
}
.services .services-grid .service-card p {
  font-size: 16px;
  line-height: 24px;
}
.services .services-grid .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27,85,131,0.15); /* #1B5583 */
  border-color: rgba(0,147,180,0.7); /* #0093B4 */
}

.services .services-grid .service-card:hover .service-icon {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .services .services-grid {
    margin-bottom: 0px;
  }
  .services .services-grid .service-card {
    padding: 20px;
  }
}
	/* // FINE - SERVIZI // */
/* /// FINE - HOME /// */
/* /// LO STUDIO /// */
	/* // PRESENTAZIONE // */
.study {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.study .image-section {
	position: relative;
}
.study .image-section .primary-image {
  position: relative;
  margin-bottom: 30px;
}
.study .image-section .primary-image img {
  border-radius: 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
@media (max-width: 992px) {
  .study .image-section {
    margin-bottom: 0px;
  }
}
.study .content-section {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .study .content-section {
    padding-left: 0px;
  }
}
.study .section-intro {
  margin-bottom: 20px;
}
.study .section-intro h2 {
	padding: 0px;
	margin: 20px 0px;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
@media (max-width: 768px) {
  .study .section-intro h2 {
    font-size: 20px;
  }
}
.study .section-intro p {
  margin: 0px;
	padding: 10px 0px;
}
.study .section-intro p b {
  font-weight: 500;
}
	/* // FINE - PRESENTAZIONE // */
	/* // TEAM // */
.team  {
	padding-top: 30px;
	padding-bottom: 60px;
}
.team .member-card {
  background-color: #FFF;
	border: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(74,75,100,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team .member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(74,75,100,0.20);
}
.team .member-card:hover .member-image-wrapper img {
  transform: scale(1.05);
}
.team .member-image-wrapper {
  overflow: hidden;
  position: relative;
}
.team .member-image-wrapper img {
  width: 100%;
}
.team .member-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team .member-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.team .socio {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
	text-transform: uppercase;
}
.team .socio i {
  background: rgba(27,85,131,1); /* #1B5583 */
	color: #FFF;
	padding: 10px 5px;
	border-radius: 50px;
	min-width: 44px;
}
.team .member-role {
  font-size: 16px;
	line-height: 16px;
  color: #999;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
	font-style: oblique;
}
.team .member-bio {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .team .member-name {
    font-size: 20px;
  }
  .team .member-role {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .team .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .team .member-card {
    box-shadow: 0 3px 15px rgba(74,75,100,0.1);
  }
  .team .member-name {
    font-size: 18px;
  }
}
	/* // FINE - TEAM // */
/* /// FINE - LO STUDIO /// */
/* /// ASSISTENZA /// */
	/* // GUIDE // */
.guide {
  margin-top: 0px;
	padding-top: 30px;
}
.guide .section-title {
  text-align: left;
  padding-bottom: 0px;
  position: relative;
}
.guide .section-title h2 {
  display: block;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 20px;
  position: relative;
	padding: 0px;
	color: #444;
}
.guide .section-title h2::after {
  display: none;
}
.guide .guide-grid .guide-card {
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  border: 1px solid rgba(27,85,131,0.2); /* #1B5583 */
  transition: all 0.3s ease;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
.guide .guide-grid .guide-card .guide-icon {
  width: 56px;
  height: 56px;
  background: rgba(0,147,180,0.15); /* #0093B4 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.guide .guide-grid .guide-card .guide-icon i {
  font-size: 20px;
  color: #0093B4;
}
.guide .guide-grid .guide-card a {
  display: block;
	color: rgba(27,85,131,1); /* #1B5583 */
}
.guide .guide-grid .guide-card a:hover {
  color: rgba(0,147,180,0.25); /* #0093B4 */
}
.guide .guide-grid .guide-card p {
  font-size: 16px;
  line-height: 24px;
}
.guide .guide-grid .guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27,85,131,0.15); /* #1B5583 */
  border-color: rgba(0,147,180,0.7); /* #0093B4 */
}

.guide .guide-grid .guide-card:hover .guide-icon {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .guide .guide-grid {
    margin-bottom: 0px;
  }
  .guide .guide-grid .guide-card {
    padding: 20px;
  }
}
	/* // FINE - GUIDE // */
/* /// FINE - ASSISTENZA /// */
/* /// FAQ /// */
.faq {
  margin-top: 0px;
	padding-top: 30px;
}
.faq .section-title {
  text-align: left;
  padding-bottom: 0px;
  position: relative;
}
.faq .section-title h2 {
  display: block;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 20px;
  position: relative;
	padding: 0px;
	color: #444;
}
.faq .section-title h2::after {
  display: none;
}
.faq .faq-item {
  border: 1px solid rgba(74,75,100,0.25);
  margin-bottom: 24px;
  padding: 32px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(74,75,100,0.10);
}
.faq .faq-item:hover {
  box-shadow: 0 4px 16px rgba(74,75,100,0.30);
  border-color: rgba(27,85,131,0.40); /* #1B5583 */
}
.faq .faq-item:last-child {
  margin-bottom: 0px;
}
.faq .faq-item .question-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.faq .faq-item .icon-wrapper {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0,147,180,0.4); /* #0093B4 */
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.faq .faq-item .icon-wrapper i {
  /* color: #FFF; */
	color: rgba(27,85,131,0.7); /* #1B5583 */
  font-size: 24px;
}
.faq .faq-item .content-wrapper {
  flex: 1;
  min-width: 0;
}
.faq .faq-item .question {
  font-size: 18px;
  font-weight: 500;
	line-height: 24px;
  margin-bottom: 10px;
	font-style: oblique;
}
.faq .faq-item .answer p {
  margin: 0px;
}
.faq .faq-item .answer ul {
  list-style: square;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
.faq .faq-item .answer ul li {
  list-style: square;
	margin: 0px;
	padding: 0px;
}
@media (max-width: 768px) {
  .faq .faq-item {
    padding: 24px 20px;
  }
  .faq .faq-item .question-wrapper {
    gap: 16px;
  }
  .faq .faq-item .icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .faq .faq-item .icon-wrapper i {
    font-size: 20px;
  }
  .faq .faq-item .question {
    font-size: 16px;
  }
  .faq .faq-item .answer p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .faq .faq-item {
    padding: 20px 16px;
  }
  .faq .faq-item .question-wrapper {
    gap: 12px;
  }
  .faq .faq-item .icon-wrapper {
    width: 36px;
    height: 36px;
  }
  .faq .faq-item .icon-wrapper i {
    font-size: 18px;
  }
  .faq .faq-item .question {
    font-size: 15px;
  }
  .faq .faq-item .answer p {
    font-size: 14px;
  }
}
/* /// FAQ /// */
/* /// CONTATTI /// */
.contact {
  margin-top: 0px;
	padding-top: 30px;
}
	/* // BOX SINISTRA // */
.contact .contact-info-panel {
  background: rgba(27,85,131,1); /* #1B5583 */
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.contact .contact-info-panel .panel-content {
  position: relative;
  z-index: 2;
  padding: 80px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .contact .contact-info-panel .panel-content {
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .contact .contact-info-panel .panel-content {
    padding: 40px 20px;
  }
}
.contact .contact-info-panel .info-header h2 {
  font-size: 32px;
	line-height: 32px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact .contact-info-panel .info-header h2 {
    font-size: 22px;
  }
}
.contact .contact-info-panel .info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
  flex: 1;
}
.contact .contact-info-panel .info-card {
  padding: 25px;
  background: rgba(255,255,255,0.2); /* #FFFFFF */
  transition: all 0.3s ease;
	color: #FFF;
}
.contact .contact-info-panel .info-card a {
  color: rgba(255,255,255,1); /* #FFFFFF */
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}
.contact .contact-info-panel .info-card a.last-link {
	margin-bottom: 0px;
}
.contact .contact-info-panel .info-card a:hover {
  color: rgba(255,255,255,0.5); /* #FFFFFF */
	text-decoration: underline;
}
.contact .contact-info-panel .info-card .card-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
	margin-top: 10px;
  margin-bottom: 10px;
	text-transform: uppercase;
}
.contact .contact-info-panel .info-card .card-content ul {
  list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.contact .contact-info-panel .info-card .card-content ul li {
  list-style: none;
	margin: 0px;
	padding: 0px;
}
.contact .contact-info-panel .info-card .card-content ul li span {
  display: block;
}
.contact .contact-info-panel .social-section {
  border-top: 1px solid rgba(255,255,255,0.2); /* #FFFFFF */
  padding-top: 30px;
}
.contact .contact-info-panel .social-section h3 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 20px;
  font-weight: 500;
	text-transform: uppercase;
}
.contact .contact-info-panel .social-section .social-icons {
  display: flex;
  gap: 15px;
}
.contact .contact-info-panel .social-section .social-icons .social-icon {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.2); /* #FFFFFF */
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact .contact-info-panel .social-section .social-icons .social-icon i {
  font-size: 18px;
}
.contact .contact-info-panel .social-section .social-icons .social-icon:hover {
  background: rgba(255,255,255,0.2); /* #FFFFFF */
	color: rgba(255,255,255,0.6); /* #FFFFFF */
  transform: translateY(-3px);
}
	/* // FINE - BOX SINISTRA // */
	/* // FORM // */
.contact .contact-form-wrapper {
  background: #EEE;
  padding: 80px 30px;
  height: 100%;
  min-height: 650px;
}

@media (max-width: 992px) {
  .contact .contact-form-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .contact .contact-form-wrapper {
    padding: 40px 10px;
  }
}
.contact .contact-form-wrapper .form-header {
  margin-bottom: 50px;
}
.contact .contact-form-wrapper .form-header h3 {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact .contact-form-wrapper .form-header h3 {
    font-size: 26px;
  }
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email], 
.contact .php-email-form input[type=file], 
.contact .php-email-form textarea {
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(68, 68, 68, 0.2);
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus, 
.contact .php-email-form input[type=file]:focus, 
.contact .php-email-form textarea:focus {
  border-color: rgba(0,147,180,1); /* #0093B4 */
}
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.contact .php-email-form button[type=submit] {
  color: #FFF;
 	background-color: rgba(0,147,180,1); /* #0093B4 */
  border: 0;
  padding: 8px 30px 10px 30px;
  transition: 0.4s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .php-email-form button[type=submit]:hover {
 	background-color: rgba(0,147,180,0.4); /* #0093B4 */
	color: #0093B4;
}
.contact .php-email-form button[type=button] {
  color: #FFF;
  background: rgba(204, 22, 22, 0.8);background: rgba(204, 22, 22, 0.8);
  border: 0;
  padding: 8px 30px 10px 30px;
  transition: 0.4s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .php-email-form button[type=button]:hover {
  background: #F00;
}
.contact .php-email-form select {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0px;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(68, 68, 68, 0.2); 
}
.contact .php-email-form select:focus {
  border-color: rgba(0,147,180,1); /* #0093B4 */
}
.contact .php-email-form label {
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  padding: 0px 15px;
}
		/* / CONSENSO / */
form fieldset.fieldset-consenso {
  padding: 10px 20px;
  border: 1px solid #CCC;
}
form fieldset.fieldset-consenso p.avviso {
  margin: 0px 10px 10px 10px;
}
input[type="radio"] {
  display: none;
}
form fieldset.fieldset-consenso input[type="radio"] + label span.radio-box {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin: 0px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #CCC;
	background-color: #FFF;
}
@media (max-width: 780px) {
  form fieldset.fieldset-consenso label b {
    display: block;
  }
}
form fieldset.fieldset-consenso input[type="radio"] + label span.radio-box:hover {
  border: 1px solid rgba(0,147,180,1); /* #0093B4 */
}
form fieldset.fieldset-consenso input[type="radio"]:checked + label span.radio-box {
  background: url(../img/contatti/radio-select.png) left top no-repeat;
}
		/* / FINE - CONSENSO / */	
    /* / ERRORE COMPILAZIONE CAMPI / */
    /* N.B. Vedere con Atanet quali errori usare se quelli preparati da te o quelli del Template */
.contact .php-email-form .error-message {
  display: none;
  color: #FFF;
  background: #ED3C0D;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}
div.error-message br {
  margin-bottom: 10px;
}
div.error-message .error-title {
  font-weight: 600;
  text-transform: uppercase;
}
/* CODICE NASCOSTO E FORMATTATO
<div class="error-message d-block">
< span class="error-title"><i class="fa-sharp fa-solid fa-triangle-exclamation"></i> Attenzione</span>
<i class="fa-light fa-chevrons-right"></i> Scegliere i materiali<br>
<i class="fa-light fa-chevrons-right"></i> Scrivere il messaggio personalizzato<br>
<i class="fa-light fa-chevrons-right"></i> Per procedere è necessario prestare il consenso sulla privacy
</div>
*/
    /* / ERRORE COMPILAZIONE CAMPI / */
  /* //  FINE - FORM // */
/* /// FINE - CONTATTI /// */
/* /// FOOTER /// */
.footer {
  background: rgba(51,51,51,1); /* #333333 */
  color: #FFF;
  font-size: 16px;
  padding: 30px 0px;
}
.footer .footer-main {
  margin: 0px;
}
.footer .brand-section {
 	border-right: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media (max-width: 991px) {
  .footer .brand-section {
		border-right: 0px none;
	}
}
.footer .brand-section img {
  max-width: 140px;
}
.footer .brand-section a {
	color: rgba(255,255,255,1);
  text-decoration: none;
  transition: 0.3s;
}
.footer .brand-section a:hover {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
.footer .brand-section ul {
  list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.footer .brand-section ul li {
  list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
.footer .brand-section ul li i {
  margin-right: 10px;
}
.footer .footer-nav-wrapper {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .footer .footer-nav-wrapper {
    padding-left: 0px;
    margin-top: 50px;
		border-left: 0px none;
  }
}
.footer .nav-column h2 {
  font-size: 16px;
  font-weight: 400;
  color: #CCC;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin-top: 0px;
	padding-top: 0px;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
	text-transform: uppercase;
}
.footer .nav-column ul {
  list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.footer .nav-column ul li {
  list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
.footer .nav-column ul li:first-child {
	margin: 0px 0px 5px 0px;
}
.footer .nav-column ul li i {
  margin-right: 10px;
}
.footer .nav-column a {
	color: rgba(255,255,255,1);
  text-decoration: none;
  transition: 0.3s;
}
.footer .nav-column a:hover {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
.footer .nav-column .social {
	padding-top: 10px;
}
.footer .nav-column .social a {
	color: rgba(255,255,255,1);
  text-decoration: none;
  transition: 0.3s;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 50px;
	padding: 12px;
}
.footer .nav-column .social a:hover {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
	border: 2px solid rgba(255,255,255,0.4);
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0px 40px 0px;
  }
  .footer .brand-section {
    text-align: center;
    margin-bottom: 0px;
  }
	.footer .nav-column ul {
		margin: 0px;
	}
  .footer .footer-nav-wrapper .nav-column {
    text-align: left;
  }
}
/* /// FINE - FOOTER /// */
/* /// SCROOL TOP /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: rgba(0,147,180,1); /* #0093B4 */
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #FFF;
  line-height: 0;
}
.scroll-top:hover {
  background-color: rgba(0,147,180,0.7); /* #0093B4 */
  color: #FFF;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/* /// FINE - SCROOL TOP /// */