/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2025 | 08:46:16 */
 .header-menu-wrap {
	background-color: rgba(0,0,0, 0.3);
    max-height: 60px;
	border-radius: 10px;
}

.header-menu-wrap  {
	align-items: center !important;	
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after, .wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:after {
   content: none !important;
}

.wpr-nav-menu .wpr-menu-item {
	color: #fff !important;
}

.header-menu-wrap ul {
	justify-content: space-between !important;
	width: 100%;
	display: flex;
}

.wpr-active-menu-item {
	position: relative;
}

.wpr-active-menu-item:before {
	content: '';
	width: 50%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0; 
	right:0;
	margin: auto;
	background: #8DB3FF;
}


.gradient-btn .elementor-button {
	background: rgb(42,140,66);
background: linear-gradient(90deg, rgba(42,140,66,1) 0%, rgba(38,99,223,1) 0%, rgba(34,89,198,1) 28%, rgba(21,54,121,1) 100%);
}

.elementor-progress-percentage {
	display: none;
}

.myTestimonials {
padding: 0 !important;
margin: 0 auto !important; 
}

.myTestimonials .block-shadow  {
	padding-top: 100px !important;
	padding-bottom: 70px !important;
	position: relative;
}

.myTestimonials .block-shadow:before,
.myTestimonials .block-shadow:after {
	content: url('/wp-content/uploads/2024/11/Group-9.png');
	width: 61px;
	height: 41px;
	transform: scale(0.8);
	position: absolute;
	z-index: 1;
}

.myTestimonials .block-shadow:before {
	bottom: 25px;
	right: 15px;
	transform: scale(0.8) rotate(180deg);
}

.myTestimonials .block-shadow:after {
	top: 15px;
	left: 15px;
}

.header-menu-wrap.fixed {
	background: rgba(0,0,0, 0.8);
}

.page-header {
	max-height: 500px;
}

.reserve-form-wrap .d-flex,
.contact-form-wrap .d-flex {
	display: flex;
	align-content: center;
	width: 100%;
	gap: 25px;
}

.reserve-form-wrap input,
.reserve-form-wrap select,
.reserve-form-wrap textarea {
	border: 0;
	border-radius: 15px;
	min-height: 55px;
}

.reserve-form-wrap textarea {
	width: 100%;
}

.reserve-form-wrap label {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #665F5F;
	display: block;
}

.reserve-form-wrap label span:first-child {
	display: block;
	margin-bottom: 4px;
}

.wpcf7-submit {
	background: #2259C6;
	color: #fff !important;
	border-radius: 50px;
	text-transform: uppercase;
	width: 240px;
	font-size: 18px;
	font-weight: 500;
}

.wpcf7-submit:hover {
	opacity: 0.8;
	background: #2259C6 !important;
}

.services-wrap img {
	max-height: 200px !important;
	object-fit: cover !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.contact-form-wrap input,
.contact-form-wrap textarea {
	border: 1px solid #D0D2D6;
	border-radius: 15px;
	min-height: 55px;
	color: #666;
}


.contact-form-wrap input {
	margin: 8px 0;
}

.contact-form-wrap textarea {
	max-height: 140px;
}
::placeholder{
	color: #666 !important;
}

.elementor-8 .elementor-element.elementor-element-aa3146f .sub-menu, .elementor-8 .elementor-element.elementor-element-aa3146f nav.hfe-dropdown, .elementor-8 .elementor-element.elementor-element-aa3146f nav.hfe-dropdown-expandible, .elementor-8 .elementor-element.elementor-element-aa3146f nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-8 .elementor-element.elementor-element-aa3146f nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
	background: rgba(0,0,0,0.7);
}

.elementor-8 .elementor-element.elementor-element-aa3146f nav.hfe-dropdown .menu-item a.hfe-menu-item {
	text-align: center !important;
	display: block;
}

.wpr-grid-item-title {
	text-align: center !important;
}

.reserve-form-wrap .d-flex, .contact-form-wrap .d-flex {
	justify-content: space-between !important;
}

.reserve-form-wrap .d-flex p,
.contact-form-wrap .d-flex p {
	width: 100%;
}

body #chaty-widget-0 .channel-icon-Whatsapp .color-element {
	fill: #2663DF !important;
}

body #chaty-widget-0 .chaty-i-trigger .chaty-cta-button,
#chaty-widget-0 .channel-icon-Whatsapp .chaty-svg {
	background-color: #2663DF !important;
}
 


@media all and (max-width: 1200px) {
	.e-con.e-flex>.e-con-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.e-con>.e-con-inner {
		--content-width: 80% !important;
	}
	
}

@media all and (max-width: 1025px) {
	.hero-title h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	
	.hero-subtitle p {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	
	.header-menu-top .e-con-inner {
		justify-content: start !important;
	}
	
	
	.menu-wrap-col {
		width: calc(100% - 30px) !important;
        position: absolute;
        top: 10px;
        right: 15px;
        left: 15px;
	}
	
	.header-menu-top {
		position: absolute !important;
	}
	
	.wpr-mobile-toggle-wrap {
		text-align: right !important;
	}
	
	.header-menu-wrap {
		background: none;
	}
	
	.logo-wrap {
		position: relative;
		z-index: 9;
		padding-left: 0 !important;
		left: 0;
		width: 50% !important;
	}
	
}

@media all and (max-width: 767px) {
	.col-footer-1 {
		margin-bottom: 24px;
	}
	
	.col-footer-2 {
		align-items: flex-start !important;
		margin-bottom: 40px;
	}
	
	.flex-start-mobile {
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
	
	.mob-center h2 {
		text-align: center !important;
		font-size: 32px !important; 
		line-height: 40px !important;
	}
	
	.mob-32 h2 {
		font-size: 32px !important; 
		line-height: 40px !important;
	}
	
	.mob-pad-50 {
		padding-top: 50px !important;
	}
	
	.mob-pad-50.no-pad-btm .e-con-inner {
		padding-bottom: 0;
	}
	
	.mob-mrg-0 .elementor-widget-container {
		margin-top: 0 !important;
	}
	.e-con.e-flex>.e-con-inner {
		max-width: 90%;
		padding-top: 0;
	}
	
	.wpr-grid-item {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
	.mob-top-abs-25 {
		top: 25% !important;
	}
	
	.top-abs-40 {
		top: 40% !important;
	}
	
	.wpcf7-form .d-flex {
		display: block !important;
	}
	
	.wpcf7-form p {
		margin: 15px 0;
	}
	
	.mob-pad-15 {
		padding: 15px !important;
	}
	.gradient-btn .elementor-button,
	.stroke-btn .elementor-button {
		max-width: 200px !important;
		min-width: 200px !important;
		padding: 12px 40px;
	}
}

@media all and (min-width: 1300px) {
	.header-menu-wrap ul {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media all and (min-width: 2000px) {
	#chaty-widget-0 .chaty-i-trigger .chaty-channel a,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel span.chaty-icon,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg
	{
		width: 84px !important;
		height: 84px !important;
	}
	

}