/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 25 2026 | 21:59:04 */
/* Hide Recapcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Gradient Text */
.gradient-text {
  background: -webkit-linear-gradient(45deg, #9690B9, #9690B9, #9690B9) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Card List */
.card-list li{
    line-height: 28px;
}

/* Button Plan */
.jet-listing-grid__items .jet-listing-grid__item:nth-child(3) .bdt-ep-button{
	margin-top: 14px;	
}

/* Division */
.elementor-element-e9e2be7 div .jet-mobile-menu__container-inner{
	z-index: 999 !important;
	height: 100vh !important;
}

/* Hide Recapcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Slider Margin */
.elementor-widget-shortcode .elementor-shortcode .slider-3d{
	margin-left: -15%;
	margin-right: -15%;
}

/* Title Font Signs*/
.font-sign {
    font-weight: 120 !important;
}

/* Gallery Bug Fixed */
	.jet-listing-grid__items a img{
		position:relative;
		top:0px;
		right:-1px;
}


/* Gallery Bug Fixed 2*/
.jet-listing-grid__items .jet-listing-grid__item:nth-child(3) .bdt-ep-button{
	margin-top: 0px;
}

.card-list {
    min-height: 250px;
}

/* 767px and smaller screen sizes */
@media (max-width:767px){
	.card-list{
	min-height: auto;
}
	
}