/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.contact-section span {
    font-family: 'canela trial';
    color: #121212;
    text-decoration: underline;
}


.before-after span {
    font-size: 50px !important;
    line-height: 110px;
	font-weight:600;
/*     font-family: 'canela trial'; */
    color: #121212;
/*     text-decoration: underline; */
}

/* Main container setup */
section.before_after_image {
    position: relative;
}

 .heading_text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 170px;
    z-index: 99;
	 width:500px;
	 background:#fff;
	 padding:30px;
	 border-radius:20px;
	text-align:center;
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 flex-direction:column;

}
.heading_text h2{
	 color: #000000;
    font-family: "canela trial", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 54px;
	text-transform:capitalize;
}
.heading_text h3{
	    color: #000000;
    font-family: "Eina01", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
	margin-bottom:0 !important;

}
.contact_footer a {
    color: #FFFFFFCC !important;
}
footer p {
	margin-bottom:0 !important;
	line-height:25px;
}

.wlk_container {
    position: relative;
    width: 100%;
    min-height: 726px;
    margin: 0 auto;
    overflow: hidden; /* Ensure no overflow */
}

/* Background image setup */
.wlk_container .wlk_background-img {
    background-image: url('https://savyell.com/wp-content/uploads/2024/09/image-8-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Below the foreground image */
}

/* Foreground image setup */
.wlk_container .wlk_foreground-img {
    background-image: url('https://savyell.com/wp-content/uploads/2024/09/image-9-1.png');
    width: 50%; /* Initial width as half */
    background-repeat: no-repeat;
	    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2; /* Above the background image */
    transition: width 0.2s;
    overflow: hidden; /* Ensure no overflow */
	    border-right: 5px solid #fff !important
}

/* Make the slider functional but completely invisible */
.wlk_container .slider {
    position: absolute;
    appearance: none; /* Remove default styling */
    width: 100%;
    height: 100%;
    background: transparent; /* Make it invisible */
    outline: none;
    margin: 0;
    z-index: 3; /* Above the images */
    cursor: ew-resize; /* Cursor should indicate it’s resizable */
    pointer-events: auto; /* Ensure it is interactive */
    opacity: 0; /* Completely hide the slider visually */
}

/* Hide the slider track */
.wlk_container .slider::-webkit-slider-runnable-track {
    background: transparent; /* Make track invisible */
}

.wlk_container .slider::-moz-range-track {
    background: transparent; /* Make track invisible */
}

.wlk_container .slider::-ms-track {
    width: 100%;
    height: 100%;
    background: transparent; /* Make track invisible */
    border: none; /* Remove borders */
    color: transparent; /* Hide any default colors */
}

/* Hide the slider thumb */
.wlk_container .slider::-webkit-slider-thumb {
    appearance: none; /* Remove default thumb */
    width: 0; /* Invisible thumb */
    height: 0; /* Invisible thumb */
    background: transparent;
}

.wlk_container .slider::-moz-range-thumb {
    width: 0; /* Invisible thumb */
    height: 0; /* Invisible thumb */
    background: transparent;
}

.wlk_container .slider::-ms-thumb {
    width: 0; /* Invisible thumb */
    height: 0; /* Invisible thumb */
    background: transparent;
}

/* Slider button for visual feedback */
.wlk_container .wlk_slider-button {
    pointer-events: none;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4; /* Ensure button is above images and slider */
    cursor: ew-resize; /* Ensure the cursor changes */
}

/* Styling for the slider button */
.wlk_container .wlk_slider-button:after,
.wlk_container .wlk_slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
}

.wlk_container .wlk_slider-button:after {
    transform: rotate(-45deg);
}

.wlk_container .wlk_slider-button:before {
    transform: rotate(135deg);
}
header .menu-item a.hfe-menu-item.elementor-button{
	  border:1px solid #000 !important;
}

header .menu-item a.hfe-menu-item.elementor-button:hover {
  border:1px solid #000 !important;
	color:#000 !important;
	background:#fff !important;
}
.top_header a.elementor-button:hover {
    background: unset !important;
    color: unset !important;
}
a.elementor-button:hover {
    background: #000 !important;
    color: #fff !important;
}
#custom-space a.elementor-button:hover {
    background: #fff !important;
    color: #000 !important;
}
#contact button:hover {
    background: #fff !important;
    color: #000 !important;
	border:1px solid #000 !important;
}
.banner_sec a.elementor-button:hover {
    background: #000 !important;
    color: #fff !important;
}
#top_contact_content a.elementor-button:hover{
	background:unset !important;
	color:unset !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
display:none !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full{
	margin:0 !important;
}
div.wpforms-container-full:not(:empty){
			margin:0 !important;
	}

header a.hfe-menu-item:hover {
    text-decoration: underline !important;
}



@media (min-width:320px) and (max-width:767px){
	
	.before-after span {
    font-size: 28px !important;
    line-height: 30px;
	}
	
	.top_header a.elementor-button{
	padding:5px !important;
}
	.last_button:before{
		content:unset !important;
	}
	.wlk_container .wlk_slider-button {
    width: 30px;
    height:30px;
}
.form_contact_new  input {
    max-height: 40px !important;
}
	div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0 !Important;
		margin-bottom:15px !important;
}
	 .heading_text {

    height: 100px;
width:250px;

}
.heading_text h2{
         font-size: 19px;
        line-height: 25px;
	margin-bottom:5px !important;
}
.heading_text h3 {
    font-size: 14px;
    line-height: 22px;
}
	
}


@media (min-width:768px) and (max-width:991px){
	
	.before-after span {
    font-size: 32px !important;
    line-height: 36px;
	}
		.wlk_container .wlk_slider-button {
    width: 30px;
    height:30px;
}
	.heading_text h2{
         font-size: 30px;
        line-height: 38px;
	margin-bottom:10px !important;
}
	 .heading_text {
    height: 150px;

}
.heading_text h3 {
    font-size: 18px;
    line-height: 26px;
}
	.wlk_container {
    min-height: 300px !important;
}
		div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0 !Important;
		margin-bottom:15px !important;
}
}

@media (min-width:992px) and (max-width:1199px){
	.logo_process{
		width:60% !important;
	}
	
	.before-after span {
    font-size: 30px !important;
		line-height: 30px;
	}
	
		.wlk_container .wlk_slider-button {
    width: 30px;
    height:30px;
}
	.wlk_container {
    min-height: 400px !important;
}
	.partner_sec{
		padding-bottom:30px !Important;
	}
		div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0 !Important;
		margin-bottom:15px !important;
}
}
@media (min-width:1200px) and (max-width:1399px){
		.wlk_container .wlk_slider-button {
    width: 50px;
    height:50px;
}
	.wlk_container {
    min-height: 500px !important;
}
	.form_contact_new  input {
    min-height: 45px;
}
	div.wpforms-container-full:not(:empty){
		margin-bottom:0 !important;
	}
		div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0 !Important;
		margin-bottom:15px !important;
}
	.bottom_image img {
    border: 0 !important;
    height: 300px !important;
}
	.process_main_box{
		flex-wrap:wrap !important;
		justify-content:center !important;
	}
	.process_box{
        width: 30% !important;
        margin-bottom: 20px !important;
	}
		.logo_process{
		width:80% !important;
	}
}


@media (min-width:1399px) and (max-width:1699px){
	.spacing_box {
    padding: 40px 40px !important;
}
	header, .footer_space {
    padding: 0px 40px !important;
}
		div.wpforms-container .wpforms-form .wpforms-field {
    padding: 0 !Important;
		margin-bottom:20px !important;
}
}


@media (min-width:1025px) and (max-width:1199px){
	.process_main_box{
		flex-wrap:wrap !important;
		justify-content:center !important;
	}
	.process_box{
        width: 30% !important;
        margin-bottom: 20px !important;
	}
}




