/*
 Theme Name:   Neuros Child
 Description:  Neuros Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/neuros
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     neuros
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  neuros-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.card-ai-conv .icon-button-arrow:before {
    content: '\e82d';
    font: 400 normal 0.5625em / 1em 'fontello';
}
.testimonials-slider-container .owl-carousel .owl-stage {
    align-items: self-start !important;
}

.footer-scroll-top.show {
    bottom: 0px!important;
}

.footer-scroll-top.show {
    transform: translate(-50%, 0);
  right:  0px!important; 
}

/* lang 
*/

.menu-lang ul.menu li {
    display: flex;
    flex-direction:column;
    align-items: center;
}
.menu-lang ul.menu li a {
    color: #fff;
}

.menu-lang ul.menu  {
    width: 80px;
    position: relative;
    margin-left: auto;
    color: #fff;
}


@media only screen and (min-width: 992px) {
    .footer-type-2 .footer-widgets > .widget {
        width: calc(100% - 30px)!IMPORTANT;
    }
}
.footer.footer-type-2 * p{
    margin: 0;
}

.h6-footer-title {
    font-size: 20px!important;
}

.footer-type-2 li.wp-social-link,
.footer-type-2 li.wp-social-link svg{
    width: 42px;
    font-size: 42px
}

.footer-type-2  .wp-block-column.is-style-logos-only:has(li.wp-social-link) {
    margin-left: 40px
}

/* FOOTER */
  .footer-type-2 .footer-widgets > .widget {
    width: calc(100% - 30px)!IMPORTANT;
  }

/* button audio */
.carousel-controls > button{
        padding: 20px 40px 30px !important;
    font-size: 41px;
    justify-content: center;
}

/* custom button 2*/
.container-button-radius .stiled-button-radius {
    width: 30%;
}
.container-button-radius .stiled-button-radius::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0px;
    left: -30px;
    background: transparent;
    box-shadow: 12px 13px 0 0 #f0f2f4;
    border-radius: 100%;
    z-index: 2;
}
.container-button-radius .stiled-button-radius::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 0px;
    background: transparent;
    box-shadow: 12px 13px 0 0 #f0f2f4;
    border-radius: 100%;
    z-index: 2;
}

.container-button-radius .stiled-button-radius div {
    padding: 20px 30px;
	height: 40px;
	width: 100%;
	background: #f0f2f4;
	border-radius: 30px;
	margin-bottom: -5px;
}
#carousel-video-element .elementor-widget-wrap{
    overflow-x: scroll;      
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
    white-space: nowrap; 
}

#carousel-video-element .elementor-widget-wrap::-webkit-scrollbar {
    display: none;           
}

#carousel-video-element .elementor-widget-wrap{
    scrollbar-width: none;  
}

section#carousel-video-element .elementor-widget-wrap {
	display: flex!important;
	position: static!important;
	flex-wrap: nowrap;
	margin: 0 auto;
	    gap: 20px;
	padding-bottom: 16px;
}

#carousel-video-element .elementor-container > .elementor-row {
    display: flex;
    flex-direction: column;
}

#carousel-video-element .elementor-widget-wrap::-webkit-scrollbar{
  display:none;  
}

#carousel-video-element .elementor-widget-container .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "";
    position: absolute;
    top: 3%;
    left: 5%;
    padding: 10px 40px;
    background: #00000065;
    width: calc(100% - 10%);
    border-radius: 30px;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}
.elementor-widget-wrap .elementor-element:nth-child(1) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "Agent AI per l'e-commerce"!important;
}
.elementor-widget-wrap .elementor-element:nth-child(2) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "Agent AI per l'hospitality"!important;
}
.elementor-widget-wrap .elementor-element:nth-child(3) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "Agent AI per la pubblica amministrazione"!important;
}
.elementor-widget-wrap .elementor-element:nth-child(4) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "Agent AI per l'utility"!important;
}
[lang="en-US"] .elementor-widget-wrap .elementor-element:nth-child(1) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "AI Agent for e-commerce"!important;
}
[lang="en-US"] .elementor-widget-wrap .elementor-element:nth-child(2) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "AI Agent for public administration"!important;
}
[lang="en-US"] .elementor-widget-wrap .elementor-element:nth-child(3) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "AI Agent for hospitality"!important;
}
[lang="en-US"] .elementor-widget-wrap .elementor-element:nth-child(4) .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
    content: "AI Agent for utilities"!important;
}
.elementor-element.elementor-widget-video {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
}

/* menu */
.display-menu {
	display: flex
}
.menu-mobile-custom{
	display: none
}
.menu-mobile-custom {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 40px !important;
}
.menu-mobile-custom ul.ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: auto;
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 0 0 30px 30px;
}
/* stile icona animata */
   #nav-icon3 {
	   width: 50px;
	   height: 40px;
	   position: relative;
	   margin-left: auto;
	   -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   -o-transform: rotate(0deg);
	   transform: rotate(0deg);
	   -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	   -o-transition: .5s ease-in-out;
	   transition: .5s ease-in-out;
	   cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 16px;
}

#nav-icon3 span:nth-child(4) {
	top: 32px;
}

#nav-icon3.open span:nth-child(1) {
	top: 16px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 16px;
	width: 0%;
	left: 50%;
}
.menu-custom ul.ul {
    display: flex;
    justify-content: flex-end;
}
.img-to-decor img {
    transform: rotate(195deg);
    margin-left: -40%;
    margin-top: -65%;
    width: 100%;
}

.img-to-decor.position-2 img {
    transform: rotate(10deg);
    margin-left: auto;
    margin-right: -15%;
    margin-top: -55%;
    z-index: -1;
    position: relative;
}

section.elementor-top-section:has(.img-to-decor) {
	 position: absolute;
}
a.agent-ai-anchor {
    color: #333333;
    font-weight: bold;
    padding: 20px 20px;
    display: block;
    text-align: center;
    line-height: 1.3em;
}

.stiled-button-radius {
    border-radius: 25px 0px 0px 0px;
    background-color: #F0F2F4;
    width: 50%;
    right: 0;
    position: absolute;
    bottom: 0;
    overflow: visible;
}
.stiled-button-radius::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 10px;
    background: transparent;
    box-shadow: 12px 13px 0 0 #f0f2f4;
    border-radius: 100%;
    z-index: 2;
}
.stiled-button-radius::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: -30px;
    background: transparent;
    box-shadow: 12px 13px 0 0 #f0f2f4;
    border-radius: 100%;
    z-index: 2;
}
/* MODIFICHE 10/06 */
.box-canali{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-integrazioni{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/** MODIFICHE 06/06  **/
.box-tecnologie-core .elementor-container.elementor-column-gap-wider .elementor-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.box-tecnologie-core .elementor-container.elementor-column-gap-wider .elementor-row .elementor-column{
    width: calc(90% / 3 )!important;
}

.card-ai-landing h3.elementor-counter-title {
    text-align: center;
}

.contatori-flex .neuros-heading {
    text-align: center;
    flex-direction: row;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.contatori-flex .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
}

.contatori-flex .elementor-widget-container {
    text-align: center;
}

.author-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between!important;
}
.author-container::after {
    content: "";
    background: url(https://inxide.ai/wp-content/uploads/2025/06/logo_inxide_su_bianco.png);
    display: block;
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

	.author-container {
		width: 100%;
	}
	
	/* testimonial */

	.author-info .author-name {
		font-size: 34px;
		color: #d43862 !important;
	}
	.testimonials-slider-container .author-info,
	.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before{
		display: none;
	}

/****/

.elementor-custom-embed-play div, .elementor-custom-embed-play span {
    visibility: hidden;
}
.gradient-text-custom,
.gradient-text-custom-animate span > span > span> .letter,
.gradient-text-custom-animate strong > span > span > .letter{
	/*background-image: linear-gradient(327deg, #42F4C8 28%, #f2295b 100%) !important;*/
	background-image: linear-gradient(335deg, #f2295b 10%, #42F4C8 100%) !important;
    background-color: transparent!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
    text-decoration: none!important;
    color: transparent!important;
}
.logo-white > img{
	width: 50px!important;
}
.menu-landing a {
    padding: 10px !important;
}
.menu-landing li {
    padding: 0!important;
}
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated:hover {
    background: #1F1F1F;
}
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated {
	z-index: 3;
}
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated:hover h5,
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated:hover p,
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated:hover .elementor-counter-number-wrapper ,
.card-ai-landing .elementor-row .elementor-column.elementor-top-column > .elementor-widget-wrap.elementor-element-populated:hover .elementor-counter-title{
    color: #ffffff!important;
}

.chatbot-input .wpforms-field-container {
    padding: 0px 10px 10px 10px;
    background: #fff;
    border-radius: 50px;
	border: 2px solid #f0f2f4;
}

.chatbot-input form {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

.chatbot-input form noscript.wpforms-error-noscript, .chatbot-input form .wpforms-hidden {
    width: 100%;
    margin-bottom: 20px;
}

.chatbot-input form .wpforms-field-container {
    width: 60%;
}

.chatbot-input form .wpforms-submit-container {
    width: 50%;
    margin-left: -40px;
	margin-top: 0!Important;
}

.border-gradient {
    position: relative;
    z-index: 1;
    border-radius: 33px;
}

/* Effetto bordo gradiente con ::before 
.border-gradient::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    background: linear-gradient(262deg,  #f4b047 0%,
	  #d43862 25%,
	  #8b5cad 50%,
	  #42f4c8 75%,
	  #60c7f7 100%);
    border-radius: 33px;
	 transition: all 1s ease;
}*/

/* card container */
.blur-card {
    background-color: #00000091;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 25px;
}
.elementor-row:has(.blur-card) {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.section-card-blur {
    transition: all .9s;
    background-size: 100%!important;
}
 .section-card-blur:hover {
	 background-size: 130%!important;
 }

.blur-card .gallery-icon,
.blur-card .elementor-widget-container .blur-card .gallery-icon, .blur-card .elementor-widget-container img.attachment-large.size-large {
    background: #fff;
    padding: 4px 10px;
    border-radius: 25px;
}

.blur-card .gallery-icon {
	padding: 4px;
	height: 30px;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 30px;
    gap: 10px !important;
}

/* Contenuto interno */
.border-gradient .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    background: #ffffff;
    color: #ffffff;
}

/* hover */
.box-counter-hover:hover span {
    color: #fff;
}
.box-counter-hover:hover .elementor-counter .elementor-counter-number-wrapper > * {
  color: #111111
}
.box-counter-hover span{
  transition: color 1s ease;
}
.box-counter-hover .elementor-counter .elementor-counter-number-wrapper > * {
  transition: color 0.5s cubic-bezier(0, 0, 0, 1);
}
.box-counter-hover:hover > .elementor-element-populated {
  transition: background-color 0.5s cubic-bezier(0, 0, 0, 1);
}

/* hover ai conversazionale */
.card-ai-conv .elementor-widget-wrap .elementor-widget-html i {
	position: absolute;
    bottom: 20px;
    right: 130px;
    font-size: 24px;
}
.card-ai-conv .elementor-widget-wrap .elementor-widget-image {
    opacity: 0;
    padding-right: 40px;
    transition: all 1s ease;
}
.card-ai-conv .elementor-widget-wrap .elementor-widget-text-editor,
.card-ai-conv .elementor-widget-wrap  .elementor-widget-html i{
    opacity: 1;
    height: 0;
    transition: all .1s ease;
}
.card-ai-conv .elementor-widget-wrap:hover .elementor-widget-text-editor,
.card-ai-conv .elementor-widget-wrap:hover  .elementor-widget-html i{
    opacity: 0;
    order: 2;
}
.card-ai-conv .elementor-widget-wrap:hover .elementor-widget-image {
    opacity: 1;
    order: 1;
    margin-bottom: 20px;
    margin-top: -20px;
}
.card-ai-conv .elementor-widget-wrap .elementor-widget-html i {
	position: absolute;
    bottom: 40px;
    right: 130px;
    font-size: 24px;
}
.card-ai-conv .elementor-widget-wrap .elementor-widget-html {
    order: 3
}

.card-ai-conv .elementor-widget-wrap {
	overflow: hidden;
    cursor: pointer
}

@media (min-width: 1920px) {
	#carousel-video-element .elementor-widget-container .e-hosted-video.elementor-wrapper.elementor-open-inline:before {
		padding: 2rem 3rem;
		border-radius: 3rem;
		font-size: 1.5rem;
	}
}
@media (max-width: 1200px) {

	.elementor-column.elementor-col-25.elementor-inner-column.elementor-element {
	}
	.section-card-blur {
		background-size: cover!important;
	}
	 .section-card-blur:hover {
		 background-size: cover!important;
	 }
	
	.box-tecnologie-core .elementor-container.elementor-column-gap-wider .elementor-row .elementor-column {
		width: calc(95% / 2) !important;
	}

}

@media (min-width: 1024px) {
	.ai-1, .ai-2 {
		background: #fff;
		border-radius: 30px;
		margin-top: 30px;
	}
}
@media (max-width: 990px) {
    .box-canali:before,
    .box-integrazioni:before{
        content: ""!important;
    }
		
	/* ai conversazionale */
	.container-card-ai-conv .elementor-widget-wrap {
		margin: 0!important;
		gap: 20px;
		justify-content: space-between!important;
	}
	
	.container-card-ai-conv .elementor-widget-wrap section {
        width: calc(100% / 2 - 40px);
    }
	.container-card-ai-conv .elementor-widget-wrap section .elementor-widget-wrap {
		margin: 0!important;
	}
}
@media (min-width: 992px) {
.shadow-element {
    display: none!important;
    width: 0;
}

.shadow-element + div ,
.no-shadow {
    width: 50%!important;
}
}

@media (max-width: 768px) {
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child {
    flex-direction: row!important;
    align-items: center;
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-top-column:last-child > .elementor-widget-wrap.elementor-element-populated {
    padding: 10px 20px;
}
	#carousel-video-element .elementor-widget-container .e-hosted-video.elementor-wrapper.elementor-open-inline:before {        
		top: 2%;
        font-size: 12px;
        padding: 5px 10px;
	}
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-widget-wrap.elementor-element-populated:last-child img {
    width: 150px!important;
}
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-top-column:last-child .elementor-icon-list-items,
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-top-column:last-child .elementor-social-icons-wrapper {
    display: flex!important;
    flex-wrap: nowrap;
    padding: 0!important;
    justify-content: space-evenly;
    gap: 10px;
}
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-top-column:last-child .elementor-icon-list-items li,
.reverse-wrap-landing > .elementor-container.elementor-column-gap-default > .elementor-row:first-child .elementor-top-column:last-child .elementor-widget-container {
    margin: 0!important
}
	
	.blur-card .gallery-item {
    	width: 25% !important;
	 	max-width: 25% !important;
	}

}
@media (max-width: 650px) {
	/* form */
	.chatbot-input span.input-floating-wrap {
    	padding: 0 10px!important;
	}
	.box-tecnologie-core .elementor-container.elementor-column-gap-wider .elementor-row .elementor-column {
		width:100% !important;
	}
	#scrollbar1{
    	width: 220px;
	}
	.elementor-element.elementor-widget-video {
		flex-basis: 100%;
	}
	
	/* testimonianze */
	.author-container {
    	display: flex;
		gap: 10px;
	}
	.author-container::after {
    	width: 120px;
	}
	/* footer */
	.footer-type-2 .wp-block-column.is-style-logos-only:has(li.wp-social-link) {
		margin-left: 0px;
	}
	
}
@media (max-width: 570px) {
	.mobile-integrazioni > .elementor-widget-wrap {
		flex-direction: column-reverse;
	}
	.container-card-ai-conv .elementor-widget-wrap section:nth-child(even) {
		margin-top: 20px;
	}
	.container-card-ai-conv .elementor-widget-wrap section {
        width: 100%;
    }
	a.agent-ai-anchor {
    	padding: 20px 10px;
	}
}
@media (max-width: 425px) {
	/* form */
	.chatbot-input span.input-floating-wrap {
    	padding: 10px!important;
	}
	.chatbot-input .wpforms-submit-container button.wpforms-submit {
    	line-height: 1.2em!important;
    	left: 20px;
	}
	.chatbot-input .wpforms-error {
    	padding-bottom: 10px!important;
	}
	.chatbot-input form {
		flex-direction: column;
	}

	.chatbot-input form noscript.wpforms-error-noscript, .chatbot-input form .wpforms-hidden {
		width: 100%;
		margin-bottom: 20px;
	}

	.chatbot-input form .wpforms-field-container {
		width: 100%;
	}

	.chatbot-input form .wpforms-submit-container {
		width: 100%;
	}
	.chatbot-input form .wpforms-submit-container button {
	    margin-right: auto!important;
    	margin-left:25%!important;
    	margin-top: -15px!important;
	}
}
header .main-menu{float:right;}
.imgplatforms {min-height:500px!important; border-radius: 30px; overflow: hidden; margin-right:40px!important;}
.imgplatformd {min-height:500px!important; border-radius: 30px; overflow: hidden; margin-left:40px!important;}

/* Centro orizzontale + verticale il contenuto della colonna .percentuale */
.elementor-column.percentuale {
  display: flex;                /* rende centrabile il wrapper interno */
}

.elementor-column.percentuale > .elementor-widget-wrap {
  margin: auto;                 /* centra orizzontale+verticale dentro il flex parent */
  display: flex;
  flex-direction: column;       /* impila i widget (counter + titolo) */
  align-items: center;          /* centro orizzontale */
  justify-content: center;      /* centro verticale */
  text-align: center;           /* centra il testo */
  min-height: 100%;             /* usa tutta l'altezza disponibile */
  gap: 0.5rem;                  /* (opzionale) spazio tra i widget */
}

/* Se la sezione/colonna ha un'altezza fissa/minima, ereditala per abilitare il centraggio verticale */
.elementor-column.percentuale { 
  min-height: inherit;          /* utile quando il parent ha min-height in Elementor */
}
.elementor-column.percentuale > .elementor-widget-wrap {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 100%;
}
.global-mega-menu {display: flex; justify-content: flex-end; BACKGROUND-COLOR: #333333; border-radius: 30px; color: #ffffff; padding: 5px 40px; margin-bottom:20px;}
.global-mega-menu a { color: #ffffff; text-decoration: none; }
.global-mega-menu .wpml-ls-display {color: #ffffff;}


    body .top-page-wrapper {
        padding-top: 30px !important;
    }
.body-lines{display: none!important;}
.img-hospital { border-radius: 30px!important; overflow: hidden; }
.author-container {display: none!important;}
.elementor-widget-neuros_tabs.tabs-direction-horizontal .neuros_tabs_titles_container .neuros_tab_title_item {
    padding: 5PX;
     width: auto!important;}
.logo-link > img {width:150px!important;}