/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 10:13:16 */
body{
	overflow-x:hidden;
}
.wpcf7-form {
    background-color: #007a3d;
    padding: 20px 30px;
    border-radius: 12px;
}
.form-title{
	text-align:center;
	color:#fff !important;
}
.form-row{
	display: flex;
    gap: 12px;
}
.form-input{
	width:100%;
}
.form-input .wpcf7-form-control{
	padding: 10px 12px;
	outline:none;
	height:46px;
}
.form-input textarea.wpcf7-form-control{
	height:auto;
}
.form-submit{
	position:relative;
}
.form-submit .wpcf7-submit{
	width: 100%;
    font-weight: 600;
    padding: 10px;
}
.wpcf7-response-output{
	color:#fff;
	margin: 0 !important;
}
.wpcf7-spinner{
	position: absolute;
    left: 0;
    bottom: -25px;
}
.ctfeature{
	position: relative;
    top: -53px;
}
.ctfeature .e-con-inner{
	background: #fff;
	border-radius:12px;
	padding: 15px 0px;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
	padding-left:40px;
}
.ctfeature .elementor-icon-box-title{
	margin-top:0;
}
.sidebar-container{
	position:sticky;
	top:20px;
}
.ctreviews .elementskit-single-testimonial-slider{
	box-shadow:none;
}
.package-list .elementor-icon-list-items{
	display:flex;
	flex-wrap:wrap;
}
.package-list .elementor-icon-list-item{
	width:50%;
}
.cticon-container .elementor-icon-box-icon .elementor-icon{
	display:flex;
}
#ctslide{
	height:600px;
	overflow:auto;
}
.ctslide{
	height:500px;
	overflow:auto;
}
#ctslide::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#ctslide::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#ctslide::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}

/* Handle on hover */
#ctslide::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.ctslide::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.ctslide::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.ctslide::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}

/* Handle on hover */
.ctslide::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.elementor-2519 .elementor-element.elementor-element-7e25597 .wpr-featured-media-image img{
	height: 500px;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
	.ctfeature .e-con-inner{
		padding-left:0;
	}
	.package-list .elementor-icon-list-item{
		width:100%;
	}
	.wpcf7-form{
		padding:20px;
	}
	.elementor-2519 .elementor-element.elementor-element-7e25597 .wpr-featured-media-image img{
		height: 350px;
	}
}
@media only screen and (max-width: 767px) {
	.form-row{
		display:block;
	}
	.form-title{
		font-size:22px;
	}
	#ctslide{
		height:100%;
		overflow:auto;
	}
	.elementor-2519 .elementor-element.elementor-element-7e25597 .wpr-featured-media-image img{
		height: auto;
	}
}