/**
 * Theme Name:     Nextai Child
 * Author:         bplugins
 * Template:       nextai
 * Text Domain:	   nextai-child
 * Description:    Bplugins Team presents a fresh, powerful WordPress theme that combines modern technology with clean, functional design.Built with care in every detail, it helps you showcase your content beautifully and create stunning websites effortlessly.Enjoy the difference!
 */
/* Classe di servizio per bloccare totalmente lo scroll */
body.blocco-totale {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    touch-action: none; /* Disabilita le gesture touch */
}
/* General Brand Jenia */
.size-big,
.size-big svg {
	width: 3em!important;
	height: 3em!important;
}

.size-big iconify-icon {
    font-size: 3rem;
}

.size-normal iconify-icon {
    font-size: 2rem;
}

.scroll-stop .scroller-x {
    pointer-events: none;
}

.bg-jenia {
	background: #24003D!important;
}

.hero-4__container::after {
    background: radial-gradient(141.29% 50.25% at 49.75% 39.61%, transparent 0%, #24003D 100%)!important;
}

.hero-4__shape-2,
.theme-settings {
    display: none!important;
}

.jenia-brand svg {
    -webkit-filter: hue-rotate(220deg) saturate(1.5) !important; /* Fondamentale per iOS */
    filter: hue-rotate(220deg) saturate(1.5) !important;
    
    /* Questo trucco forza Safari a renderizzare correttamente il filtro */
    transform: translate3d(0, 0, 0); 
    -webkit-transform: translate3d(0, 0, 0);
}

.jenia-brand .btn {
	border-radius: 100px!important;
	color: #fff!important;
	font-size: 18px!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	padding: 10px 25px!important;
	background: linear-gradient(90deg, #D840FC 0%, #8C3EFF 50%, #EC6B1C 100%)!important;
	border: 0px!important;
}

.jenia-brand .bg-body-tertiary {
    background-color: transparent!important;
}

.jenia-brand .btn:hover {
	background-color: #8C3EFF!important;
	border: 1px solid #8C3EFF!important;
}

.gradient-border--surface-primary {
	color: #fff!important;
}

.jenia-faq svg {
	filter: hue-rotate(45deg) saturate(1) brightness(1)!important;
	display: none!important;
}


/*.jenia-faq .bg-dark {
    background-color: #8C3EFF !important;
}*/

.jenia-faq .accordion-button {
	background-color: transparent !important;
    /*background-color: #8C3EFF !important;*/
}

.jenia-faq .accordion-button[aria-expanded="true"] {
    background-color: #8C3EFF !important;
}

.jenia-faq .accordion-body {
    background-color: #8C3EFF !important;
}

.jenia-contact .bg-body-tertiary {
    background-color: transparent!important;
}

.jenia-contact .bg-body {
    --bs-bg-opacity: 0.3 !important;
}

.jenia-contact,
.jenia-contact a,
.jenia-contact .row h3,
.jenia-contact .text-heading {
	color: #fff!important;
}

.jenia-contact button,
.jenia-contact .wpcf7-submit:disabled,
.jenia-contact .wpcf7-submit {
	background: linear-gradient(90deg, #D840FC 0%, #8C3EFF 50%, #EC6B1C 100%)!important;
	border: 0px!important;
	border-radius: 100px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff!important;
}

.cta-7__btn-1 svg path {
	fill: #fff!important;
}

.btn-jenia,
.elementor-488 .elementor-element.elementor-element-6cace68 .btn-primary {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 25px!important;
	background: linear-gradient(90deg, #D840FC 0%, #8C3EFF 50%, #EC6B1C 100%) !important;
	border: 0px!important;
}


.btn-jenia:hover {
	background-color: #8C3EFF!important;
	border: 1px solid #8C3EFF!important;
}

.wpcf7-list-item {
    margin: 0;
}

.jenia-tool .blend-y-end .col-12 .scroller-x:nth-child(3),
.jenia-tool .blend-y-end .col-12 .scroller-x:nth-child(4) {
	display: none;
}

/* HEADER */
.primary-header-crossed .primary-header--transparent-light-alt:not(.primary-header--boxed) {
    background-color: #24003D!important;
    color: var(--bs-dark-bg-subtle)!important;
}

/* FOOTER */
.elementor-539 .elementor-element.elementor-element-356d0229:not(.elementor-motion-effects-element-type-background), .elementor-539 .elementor-element.elementor-element-356d0229 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #24003D !important;
}

/* Responsive */
@media only screen and (max-width: 768px) {
	html, body, #smooth-wrapper, #smooth-content {
		touch-action: auto !important;
		-webkit-overflow-scrolling: touch !important; /* Specifico per iOS */
	}
	
	html, body {
		overflow-x: hidden !important;
		width: 100%;
		position: relative; /* Aiuta a stabilizzare il layout */
	}
	
	.jenia-hero img {
		width: 50%;
	}
	
	.scroll-stop img {
		width: 80%;
	}
	
	.jenia-contact .list.gap-6 {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
    .direction-opposite  .flex-md-row {
        flex-direction: row-reverse !important;
    }
	
	.primary-header--fixed {
		height: 80px!important;
	}
}