/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2024 | 12:35:34 */
.bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
	z-index: 2;
}
.section-plan-dev .title-plan-dev span{
	color: #fff!important;
	display: none;
}

.section-plan-dev.show-1 .title-plan-dev span, .section-plan-dev.show-2 .title-plan-dev span .section-plan-dev.show-3 .title-plan-dev span{
	display: none;
}
.section-plan-dev.show-1 .title-plan-dev span:first-child{
	display: inline-block!important;
}
.section-plan-dev.show-2 .title-plan-dev span:nth-child(2){
	display: inline-block!important;
}
.section-plan-dev.show-3 .title-plan-dev span:nth-child(3){
	display: inline-block!important;
}
.form-check .elementor-field-type-radio{
	width: 100%;
}

.form-subscribe input{
	border-radius: 26px;
	height: 52px;
	line-height: 52px;
	color: #000;
	padding: 0 20px;
	
}
.link-line a{
	color: #fff!important;
	position: relative;
	display: inline-block;
}

.link-line a:after{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff!important;
	transform-origin: left;
	opacity: 1!important;
}
.link-line a:hover:after{
	transform: scalex(0);
}

.bg + *{
  position: relative;
  z-index: 3;
}

section{
	position: relative;
}


a, button{
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}


.btn-default a{
	background: transparent;
	position: relative;
	overflow: hidden;
	padding: 0 30px!important;

}

.btn-default a:before{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	transform-origin: center;
	content: '';
	background: url('../../../../wp-content/uploads/2024/12/btn-min.png')no-repeat center;
	background-size: cover;
	-moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}



.form-check .elementor-form-fields-wrapper{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 16px 16px;
}
.form-check .elementor-field-type-radio{
	position: relative;
	width: 100%!important;
	overflow: hidden;
	border-radius: 26px;
	padding:0!important;
}

.form-check .elementor-field-subgroup{
	width: 100%;
	justify-content: space-between;
}

.form-check .elementor-field-type-radio input{
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	z-index: 999;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.form-check .elementor-field-option{
	position: relative;
	width: calc(33.33% - 10px);
	padding:0!important;
}

.form-check .elementor-field-type-radio label{

}
.form-check .elementor-field-type-radio .elementor-field-label{
	z-index: 999;
}
.form-check .elementor-field-type-radio label:hover{
	background: #fff;
	color: rgb(8, 0, 62)!important;
}
.form-check .is-check label{
	background: #fff;
	color: rgb(8, 0, 62)!important;
}
.form-check .elementor-field-subgroup input + label {
	opacity: 1;
	top: 0;
	left; 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50px;
	background: rgb(30, 39, 119);
		display: block!important;
	width: 100%;
	height: 52px;
	line-height: 50px;
	width: 100%;
	position: relative;
	z-index: 11;
	text-align: center;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.form-check .elementor-field-subgroup input:checked + label{
	background: #fff;
	color: #000!important;
}
.form-check .elementor-button, .form-subscribe .elementor-button{
	background: transparent;
	position: relative;
	overflow: hidden;
	padding: 0 30px!important;
	height: 52px;
	line-height: 52px;
}

.form-check .elementor-button:before, .form-subscribe .elementor-button:before{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	transform-origin: center;
	content: '';
	background: url('../../../../wp-content/uploads/2024/12/btn-min.png')no-repeat center;
	background-size: cover;
	-moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.form-check .elementor-button span, .form-subscribe .elementor-button span{
	position: relative;
	z-index: 3
}
.form-check .elementor-button:hover:before, .form-subscribe .elementor-button:hover:before{
	transform: scale(2);
}
.w-100 a{
	width: 100%!important;
}

.w-100 a:before{
	background: url('../../../../wp-content/uploads/2024/10/btn-3.png')no-repeat center;
	background-size: cover;
}
.btn-default a span{
	position: relative;
	z-index: 5;
}

.number-up span{
	position: relative;
	 top: -2px;
}

.hidden{
	overflow: hidden;
}

.hidden .swiper{
	overflow: visible;
}
.after-5{
	position: relative;
	overflow: hidden;
}
.after-5:before{
	position: absolute;
	bottom:0;
	top: auto;
	left: 50%;
	transform: translate(-50%,0);
	width: 905px;
	height: 905px;
	content: '';
	display: block;
	background: url('../../../../wp-content/uploads/2024/10/after-5.png')no-repeat center;
	background-size: contain;
}
.hidden .elementor-swiper-button-prev{
	top: calc(100% + 25px)!important;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid #fff;
	left: calc(50% - 63px)!important;
	background: rgba(255, 255, 255, 0.05);
	cursor: pointer;
}
.hidden .elementor-swiper-button-prev:hover, .hidden .elementor-swiper-button-next:hover{
	background: #fff;
}
.hidden .elementor-swiper-button-prev:hover:after, .hidden .elementor-swiper-button-next:hover:after{
	filter: invert(1);
}
.hidden .elementor-swiper-button-next{
	top: calc(100% + 25px)!important;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid #fff;
	right: calc(50% - 63px)!important;
	background: rgba(255, 255, 255, 0.05);
	cursor: pointer;
}
.hidden .elementor-swiper-button-prev i, .hidden .elementor-swiper-button-next i{
	display: none!important;
}

.hidden .elementor-swiper-button-prev:after, .hidden .elementor-swiper-button-next:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 12px;
	background: url('../../../../wp-content/uploads/2024/10/arrow-1.svg')no-repeat center;
	background-size: contain;
	margin: -6px 0 0 -8px;
}
.hidden .elementor-swiper-button-next:after{

	width: 16px;
	height: 12px;
	background: url('../../../../wp-content/uploads/2024/10/arrow-2.svg')no-repeat center;
	background-size: contain;
}
.btn-default a:hover:before{
	transform: scale(2);
}


.content-1{
	width: 1005px;
	max-width: 100%;
	margin: auto;
}

.content-1 p{
	width: 415px!important;
	max-width: 100%;
	margin: auto;
}

.home-banner{
	position: relative;
}
.home-banner:before{
	position: absolute;
	top: 50px;
	left:-200px;
	content:"";
	background: url('../../../../wp-content/uploads/2024/10/after-1.png')no-repeat center;
	background-size: contain;
	width: 905px;
	height: 905px;
}

.home-banner:after{
	position: absolute;
	top: 200px;
	right:0;
	content:"";
	background: url('../../../../wp-content/uploads/2024/10/after-2.png')no-repeat right;
	background-size: contain;
	width: 905px;
	height: 905px;
}

h2 span{
	color: rgb(154, 221, 255);
}
.line{
	position: relative;
}

.line:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: url('../../../../wp-content/uploads/2024/10/after-3.svg');
	display: inline-block;
	transform: scale(0.75) translate(-50%,0);
	transform-origin: top left;
}

.number p{
	margin:0!important
}
.number{
	position: relative;
}

.number:after{
	position: absolute;
	top: 100%;
	content: '';
	height: 50px;
	width: 1px;
	background: #fff;
}
.opacity-0{
	opacity: 0;
}

.hover-grid>.elementor-element:hover{
	
}

.hover-grid>.elementor-element:hover .number .elementor-widget-container{
	background: #fff;
	color: rgb(34, 34, 34);
	border-color: #fff;
}

.hover-grid>.elementor-element:hover  .elementor-element:nth-child(2){
	background: #fff;
}
.hover-grid>.elementor-element:hover .filter img{
	filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(5696%) hue-rotate(223deg) brightness(97%) contrast(110%);
}

.hover-grid>.elementor-element:hover h6{
	color: #000!important;
}


.hover-grid>.elementor-element:hover p{
	color: #000;
}

.hover-grid>.elementor-element:hover .opacity-0{
	opacity: 1;
}
.hover-grid>.elementor-element .min-h-245{
	min-height: 231px;
}

.hover-grid>.elementor-element:first-child .number{
	left: 50px;
}
.hover-grid>.elementor-element:last-child .number{
	right: 50px;
}

.hover-grid>.elementor-element:first-child .number:before{
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	width: 219px;
	height: 1px;
	content: '';
	border-top: 1px dashed #fff;
}
.hover-grid>.elementor-element:nth-child(2) .number:before{
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	width: 219px;
	height: 1px;
	content: '';
	border-top: 1px dashed #fff;
}

.grid-table>.elementor-element{
	height: 110px;
}

.grid-table>.elementor-element p, .grid-table>.elementor-element h6{
	margin: 0!important;
}

.grid-table{
	position: relative;

}

.grid-table:before{
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translate(-30%,0);
	content: url('../../../../wp-content/uploads/2024/10/after-4-2.png');
	
}

.elementor-location-footer{
	position: relative;
}

.elementor-location-footer:before{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url('../../../../wp-content/uploads/2024/10/bg-2.png')no-repeat center;
	background-size: cover;
}
.hover-grid>.elementor-element:first-child .number:before {
		width: 285px;
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: 285px;
	}



.toggle-dev .elementor-toggle-icon{
	position: relative;
	top: 6px;
}

.toggle-dev .elementor-toggle-icon svg{
	width: 25px!important;
	height: 25px!important;
}

.elementor-nav-menu .menu-item:first-child:before {
    position: absolute;
    top:-20px;
    left:0;
	width: 100%;
	height: 1px;
	background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 100%);
	display: block;
	opacity:1!important;
	content: '';
}

.testmin-arrow .eicon-chevron-left:before {
	background: url('../../../../wp-content/uploads/2024/11/Frame-2147226407.png')no-repeat center;
	content:'';
	background-size: contain;
	width: 40px;
    height: 40px;
	left: -36px;
    position: absolute;
}
.testmin-arrow .eicon-chevron-right:before {
	background: url('../../../../wp-content/uploads/2024/11/right-arrow.png')no-repeat center;
	content:'';
	background-size: contain;
	width: 40px;
    height: 40px;
    position: absolute;
}
#toggle-search-container {
    max-width: 100%;
    margin: auto;
}

#toggle-search {
    border-radius: 25px;
	padding: 10px 20px;
	width: 500px;
	margin-right: 10px;
}

h2#no-results-message {
    font-size: 26px;
    margin-top: 20px;
	color: #9ADDFF;
}
.highlight {
    background-color: yellow; /* Highlight background color */
    font-weight: bold; /* Optional: Make it bold */
}
#toggle-search-container {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.btn-default #toggle-search-btn:before{
	position: absolute;
	border-radius: 50px;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	transform-origin: center;
	content: '';
	background: url('../../../../wp-content/uploads/2024/12/btn-min.png')no-repeat center;
	background-size: cover;
	-moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-default #toggle-search-btn:hover:before {
    transform: scale(2);
}
#toggle-search-container .btn-default {
	position: relative;
}
#toggle-search-btn {
	background: transparent;
    position: relative;
    overflow: hidden;
    padding: 10px 30px !important;
    border: 0px;
	color: #fff;
}

#toggle-search-btn:hover {
	background: none;
}
#toggle-search-container .elementor-button-text {
	z-index: 5;
}

a.add_to_cart_button {
	padding: 20px 30px!important;
	width: 100%;
}

@media (min-width: 1920px){
	.hover-grid>.elementor-element:first-child .number:before {
		width: calc(50vw - 525px);
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: calc(50vw - 525px);
	}
	.grid-table>.elementor-element {
    height: 142px;
}
	.grid-table:before {

		transform: translate(-19%, 0);}
	.hidden .elementor-swiper-button-prev {
  
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid #fff;
    left: calc(50% - 80px) !important;
   
}
		.hidden .elementor-swiper-button-next {
  
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid #fff;
    right: calc(50% - 80px) !important;
   
}
}

@media (max-width: 1350px){
	.hover-grid>.elementor-element:first-child .number:before {
		width: calc(50vw - 390px);
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: calc(50vw - 390px);
	}
}

@media (max-width: 1200px){
	.hover-grid>.elementor-element:first-child .number:before {
		width: calc(50vw - 360px);
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: calc(50vw - 360px);
	}
}

@media (max-width: 1024px){
	.hover-grid>.elementor-element:first-child .number:before {
		width: calc(50vw - 350px);
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: calc(50vw - 350px);
	}
}
@media (max-width: 768px){
	.hover-grid>.elementor-element:first-child .number:before {
		width: calc(50vw - 300px);
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: calc(50vw - 300px);
	}
	.button-group {
		flex-wrap: wrap !important;
	}
	:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
		margin-left: 0px !important;
	}
}

@media (max-width: 767px){
	.hover-grid>.elementor-element:first-child .number {
    left: 0;
}
	.hover-grid>.elementor-element:last-child .number {
    right: 0;
}
	.hover-grid>.elementor-element:first-child .number:before{
		display: none
	}
	.hover-grid>.elementor-element{
		margin-bottom: 50px;
	}
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		left: 50%;
        top: auto;
        bottom: 230%;
        transform: rotate(90deg);
        transform-origin: top left;
		width: 54px;
	}
		.hover-grid>.elementor-element:nth-child(3) .number:before{
			position: absolute;
    height: 1px;
    content: '';
    border-top: 1px dashed #fff;
		left: 50%;
        top: auto;
        bottom: 230%;
        transform: rotate(90deg);
        transform-origin: top left;
			display: block;
			width: 54px;
	}
	.home-banner:before{
		width: 100%;
		content: '';
	}
	.hover-grid>.elementor-element .min-h-245 {
    min-height: 0;
}
	.grid-table>.elementor-element{
		height: auto;
	}
	.icon-mob-dev .elementor-image-box-wrapper{
		position: relative;
		padding-right: 80px;
		
	}
	.icon-mob-dev .elementor-image-box-wrapper .elementor-image-box-img{
		position: absolute;
		top: 20px;
		right: 20px;
		width: auto!important;
	}
}
@media (max-width: 576px){
	 .hover-grid>.elementor-element {
        margin-bottom: 0px;
    }
	.hover-grid>.elementor-element:nth-child(2) .number:before{
		width: 20px;
		bottom: 150%;
	}
	.hover-grid>.elementor-element:nth-child(3) .number:before{
		width: 20px;
		bottom: 150%;
	}
	
	.toggle-dev .elementor-toggle-icon{
		margin-left: 10px;
		top: 3px;
	}
	.icon-mob-dev .elementor-image-box-wrapper .elementor-image-box-img{
		top: 5px;
		right: 5px;
	
	}
	.icon-mob-dev .elementor-image-box-wrapper{
		padding-right:50px;
	}
	#toggle-search {
		width: 185px;
	}
}

.button-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.variation-button {
    padding: 20px 23px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.variation-button {
	color: #0F2486;
	font-weight: 500 !important;
}

.variation-button:hover {
    background-color: #1E2777;
    border-color: #fff;
    color: #fff;
}

.variation-button.active {
    background-color: #1E2777;
    border-color: #fff;
    color: #fff;
}
.variations .label, .input-text.qty {
	display: none;
}
table tbody>tr:nth-child(odd)>td {
	background: none;
}
.single_add_to_cart_button {
	background: none !important;
}
.single_add_to_cart_button:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	border-radius: 50px;
	transform-origin: center;
	content: '';
	background: url('../../../../wp-content/uploads/2024/12/btn-min.png')no-repeat center;
	background-size: cover;
	-moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.single_add_to_cart_button .elementor-button-text {
	z-index: 5;
}
.single_add_to_cart_button .elementor-button-content-wrapper {
	padding: 15px;
}
.woocommerce div.product form.cart .variations {
	margin: 0px 0px 10px 0px;
}
.woocommerce div.product form.cart .variations td {
	padding: 0px;
}
.reset_variations {
	display: none !important;
}
.product-title-clr .product_title:nth-child(-n+3) {
	color: #9ADDFF;
}
