/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* =========================================
   CLEAN MINIMAL WPML SWITCHER
========================================= */

.header_language_switcher .wpml-ls{
	position:relative;
	font-family:inherit;
}

.header_language_switcher .wpml-ls ul{
	margin:0;
	padding:0;
	list-style:none;
}

.header_language_switcher .wpml-ls-item-legacy-dropdown{
	position:relative;
}

/* Main Button */
.header_language_switcher .wpml-ls-item-toggle{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	height:36px;
	padding:0 14px;
	background:#fff;
	border:1px solid rgba(182, 89, 241, 0.18);
	border-radius:100px;
	color:#B659F1 !important;
	font-size:18px;
	font-weight:600;
	line-height:1;
	text-decoration:none !important;
	box-shadow:0 4px 14px rgba(182,89,241,0.08);
	transition:all 0.25s ease;
}

/* Hover */
.header_language_switcher .wpml-ls-item-toggle:hover{
	background:#B659F1;
	color:#fff !important;
	border-color:#B659F1;
}

/* Arrow */
.header_language_switcher .wpml-ls-item-toggle::after{
	content:'';
	width:5px;
	height:5px;
	border-right:1.5px solid currentColor;
	border-bottom:1.5px solid currentColor;
	transform:rotate(45deg);
	margin-top:-2px;
	transition:all 0.25s ease;
}

/* Dropdown */
.header_language_switcher .wpml-ls-sub-menu{
	position:absolute;
	top:100%;
	left:50%;
	transform: translatex(-50%);
	min-width:100%;
	background:#fff;
	border-radius:12px;
	padding:2px 16px !important;
	margin:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.25s ease;
	box-shadow:0 10px 25px rgba(0,0,0,0.08);
	border:1px solid rgba(182,89,241,0.12);
	z-index:999;
}

/* Open */
.header_language_switcher 
.wpml-ls-item-legacy-dropdown:hover 
.wpml-ls-sub-menu{
	opacity:1;
	visibility:visible;
}

/* Items */
.header_language_switcher .wpml-ls-sub-menu li{
	width:100%;
	margin:0;
}

/* Links */
.header_language_switcher .wpml-ls-sub-menu a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:32px;
	padding:0px !important;
	border-radius:8px;
	background:transparent;
	color:#B659F1 !important;
	font-size:17px;
	font-weight:600;
	text-decoration:none !important;
	transition:all 0.2s ease;
}

/* Remove default WPML arrow */
.header_language_switcher .wpml-ls-item-toggle:after{
	right:auto !important;
	top:auto !important;
}






.new_blur_caards{
	backdrop-filter: blur(8.699999809265137px);
}
#caseFilter{
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	outline: none;
	border: 1px solid #1B273E33;
	    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.case_studio_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
	border-radius: 999px;
}
.pricing_accordian .elementor-accordion-item{
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}
.month_grid,
.year_grid {
    overflow: hidden;
    transition: 
        opacity 0.35s ease,
        transform 0.35s ease,
        max-height 0.4s ease;
}

.int_hidden_grid {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    max-height: 0;
}

.int_visible_grid {
    opacity: 1;
    transform: translateY(0);
    max-height: 2000px; /* large enough to fit content */
}
.year_button .elementor-button,
.month_button .elementor-button{
	cursor: pointer;
}

.year_button.int_active_btn .elementor-button,
.month_button.int_active_btn .elementor-button{
	color: #fff !important;
		background-image: linear-gradient(270deg, #0B6F8F 0%, #4FB5DA 50%) !important;
}

.month_button,
.year_button {
    transition: all 0.3s ease;
}

.pricing_price_lable{
	    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #FFFFFF 50%,
        rgba(238, 240, 245, 0) 100%
    );
}
.pricing_price_text sup{
	font-size: 30px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.pricing_price_text sub{
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.pricing_gradient_text{
	background: linear-gradient(270deg, #A128D5 -0.63%, #7928D5 94.09%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}
.eael-advanced-menu-container .eael-advanced-menu.eael-advanced-menu-horizontal li ul::before{
	padding: 5px 0;
	content: '';
}
.eael-advanced-menu-container .eael-advanced-menu.eael-advanced-menu-horizontal li ul{
	width: fit-content !important;
}
.eael-advanced-menu-container .eael-advanced-menu.eael-advanced-menu-horizontal li ul li a{
	position: relative;
}
.eael-advanced-menu-container .eael-advanced-menu.eael-advanced-menu-horizontal li ul li a::after{
	position: absolute;
	content: '';
	background: url('/wp-content/uploads/Group-272.png');
	height: 16px;
	width: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
}

/* Remove default nested dropdown behavior */

.custom-mega-menu .mega-menu-wrapper .sub-menu {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Remove arrow positioning issues */
.custom-mega-menu .mega-column .eael-dropdown-indicator {
    display: none !important;
}

/* Prevent li hover dropdown behavior */
.custom-mega-menu .mega-column li {
    position: static !important;
}
.mega-menu-wrapper{
	display: flex;
	justify-content: space-between;
	min-width: 512px;
}
@media(max-width: 1200px){
	.mega-menu-wrapper{
		max-width: 600px;
	}
}
.mega-menu-wrapper .sub-menu{
	padding: 0 !important;
	margin-top: 18px !important;
}
.mega-menu-wrapper .mega-column{
	width: fit-content;
}
.mega-menu-wrapper h4{
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif; 
	letter-spacing: -0.8px;
	text-align: left;
	margin: 0;
}

/* Disable EAEL default hover behavior */
.custom-mega-menu #menu-item-8697 > .sub-menu ,
.custom-mega-menu #menu-item-8893 > .sub-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Show only when hovering parent LI */
.custom-mega-menu #menu-item-8697:hover > .sub-menu ,
	.custom-mega-menu #menu-item-8893:hover > .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Keep submenu visible while hovering inside it */
.custom-mega-menu #menu-item-8697 > .sub-menu:hover ,
	.custom-mega-menu #menu-item-8893 > .sub-menu:hover {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-mega-menu #menu-item-8697 ,
.custom-mega-menu #menu-item-8893 {
    position: relative;
}

.header_menu .eael-advanced-menu-toggle-text{
	display: none;
}	

.footer_links .elementor-social-icon:hover{
	font-size: 42px !important; 
}
.blue_dot{
	padding-left: 18px;
}
.blue_dot::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	border-radius: 50%;
	left: 0;
	height: 8px;
	width: 8px;
	background: var( --e-global-color-secondary );
}
.home_banner_image{
	max-height: 700px;
}
.top_banner_center_bg_circle{
	left: 50% !important;
	transform: translatex(-50%);
}
.footer_menus .eael-item-active{
	background-color: transparent !important;
}
.hard_inter_font pre{
	font-family: "Inter", Sans-serif !important;
	margin: 0;
}
.fixed_size_icons{
	height: 50px;
	width: 50px;
}
.fixed_size_icons .elementor-widget-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed_size_icons .elementor-icon-wrapper{
	display: flex;
}
.blur_containers{
    opacity: 0.88;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.gradient_text_1 .gradient-part,
.gradient_text_2 .gradient-part,
.gradient_text_3 .gradient-part,
.gradient_text_4 .gradient-part,
.gradient_text_5 .gradient-part,
.gradient_text_6 .gradient-part{
/*   background: linear-gradient(270deg, #36C1ED, #ffffff); */
/* 	background: linear-gradient(90deg, #ffffff -10%, #43d2ff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #B659F1;
}
.gradient_blue .gradient-part {
  background: linear-gradient(97.54deg, #4FB5DA 5.84%, #0B6F8F 84.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.logos_section {
	position: relative;
}

.logos_section::before,
.logos_section::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	opacity: 0.5;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),   /* transparent at start */
		rgba(255, 255, 255, 1),   /* fully visible in center */
		rgba(255, 255, 255, 0)    /* transparent at end */
	);
}

.logos_section::before {
	top: 0 !important;
}

.logos_section::after {
	bottom: 0;
}
.blur_containers:hover{
	min-height: 455px;
	background-color: #EDF5F7 !important;
}
.blur_containers_heading .elementor-heading-title{
	transition: color 0.4s ease-in-out;
}
.fixed_size_icons{
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.blur_containers_inner{
	transition: all 0.5s ease-in-out;
}
.blur_containers:hover .blur_containers_heading .elementor-heading-title{
	color: #1B273E !important;
}
.blur_containers:hover .fixed_size_icons{
	display: none;
}
.blur_containers:hover .blur_containers_text{
	display: block;
}
.blur_containers:hover .blur_containers_inner{
	display: block;
}
.blur_containers_text{
	display: none;
	transition: all 0.5s ease-in-out;
}

@media(max-width: 1024px){
	.home_banner_image{
		position: static !important;
	}	
	.blur_containers:hover{
		min-height: 350px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1220px) {
	.home_banner_image{
		width: 40% !important;
	}
	.header_banner_meta{
		width: 55% !important;
	}
}


.resource_grid .page-numbers{
	border-radius: 2px;
	padding: 20px;
	border: 1px solid #D1D4D8;
	background: transparent;
}
.resource_grid .page-numbers.current{
	background: #EBEEF4;
}
.resource_grid .page-numbers.prev{
	margin-right: 61px !important;
	background: url('/wp-content/uploads/Tracciato-3908.svg');
	padding-left: 15px;
	background-size: 9px;
	background-position: left center;
	background-repeat: no-repeat;
	
	border-radius: unset;
	padding: 0 0 0 15px !important;
	border: unset;
}
.resource_grid .page-numbers.next{
	margin-left: 61px !important;
	background: url('/wp-content/uploads/Tracciato-3909.svg');
	background-size: 9px;
	background-position: right center;
	background-repeat: no-repeat;
	
	border-radius: unset;
	padding: 0 15px 0 0 !important;
	border: unset;
}

@media(max-width: 768px){
	.resource_grid .page-numbers.next{
		margin-left: unset !important;
	}
	.resource_grid .page-numbers{
		padding: 12px;
	}
	.resource_grid .page-numbers.prev{
		margin-right: unset !important; 
	}
}