body,
html body {
    overflow-x: hidden;
}

/* Mobile Menu */
@media screen and (max-width:1024px) {
	.header-book-btn {
		display: none !important;
	}
}

.vc-header-menu .elementor-menu-toggle svg {
	display: block;
}

.vc-header-menu .elementor-menu-toggle {
	padding: 0px !important;
}

.vc-header-menu .elementor-nav-menu--dropdown {
    top: 64px;
    right: 0px;
    width: 250px;
	position: absolute;
}

/* Multi-Color Heading */

.span-pink span,
.elementor-heading-title span {
	color: #DC18D8;
}

/* Button White */

.btn-white {
    position: relative;
    transition: all ease 0.3s;
}

.btn-white:hover {
    background: #DC18D8 !important;
}

.btn-white:before {
    top: -10px;
    left: -10px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border: solid 1px #FFFFFF;
    transition: all ease 0.3s;
}

.btn-white:hover:before {
    border-color: #DC18D8;
}

@media screen and (max-width:500px) {
	.btn-white {
		width: 100% !important;
	}
}

/* Button Pink */

.btn-pink {
    position: relative;
    transition: all ease 0.3s;
}

.btn-pink:hover {
    background: #FFFFFF !important;
}

.btn-pink:before {
    top: -10px;
    left: -10px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border: solid 1px #DC18D8;
    transition: all ease 0.3s;
}

.btn-pink:hover:before {
    border-color: #FFFFFF;
}

@media screen and (max-width:500px) {
	.btn-pink {
		width: 100% !important;
	}
}

/* explore boxes */
.explore-boxes {
	gap: 24px;
	flex-wrap: wrap;
}

.explore-boxes .elementor-icon-wrapper {
	text-align: left !important;
}

/* gray-scale images */
.gray-scale img {
    filter: grayscale(100%);
}

.testimonials-slider {
	font-family: 'Barlow Condensed';
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #1E1E1E;
}

.testimonials-carousal .jet-listing-grid__item {
	height: auto !important;
}