/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.contact-upper::after{
background-color: var( --e-global-color-primary );
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 2rem;
    left: 90% !important;
    transform: skewX(-11deg) !important;
}





/* header slider start  */

.text-slick-slider {
	visibility: hidden;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}

.text-slider-responsive {
	display: none !important;
}

.text-slick-slider:not(.slick-initialized) {
	display: none !important;
}


.text-slick-slider div {
	color: #ffffff;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.nav-bar .elementor-54 .elementor-element.elementor-element-1dece98 .sub-menu, .elementor-54 .elementor-element.elementor-element-1dece98 nav.hfe-dropdown{
	overflow:hidden;
}



/* header text slider end  */


/* .header-top{
	padding-top: 15px;
    position: fixed;
    background-color: #fff;
} */

.site-footer{
	display:none;
}

.nav-bar #menu-item-735 a{
	color:#fff !important;
}



/* contact us css start*/
.contact-box {
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

/* CF7 Form Wrapper */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
}

/* Input & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.3s ease;
    background: #fafafa;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #C79A6B;
    background: #fff;
}

/* Textarea Height */
.wpcf7 textarea {
    min-height: 120px;
    resize: none;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #C79A6B;
    color: #fff;
    font-size: 16px;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
    width: 100%;
}

/* Hover Button */
.wpcf7 input[type="submit"]:hover {
    background: #a87c4f;
}

/* Error Message */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #e63946;
    margin-top: -12px;
    margin-bottom: 10px;
}

/* Success Message */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

/* reCAPTCHA center */
.wpcf7 .cf7sr-recaptcha {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}


.hero-banner{
	position: relative;
}

.hero-banner:after {
    background-color: rgba(182, 138, 95, 0.9) !important;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    transform: skewX(10deg);
    right: -10%;
    top: -35px;
    bottom: 0;
    width: clamp(700px, 80vw, 1020px);
    height: clamp(220px, 35vw, 350px);
    border-right: 2rem solid #959499;
}


.footer-has-copyright{
	display:none;
}


/* tab css start*/

.how-works .elementor-tabs-wrapper{
	border-bottom:3px solid #F6F6F6;
} 

.how-works .elementor-tabs-wrapper .elementor-tab-title{
	text-align:center;
}


.how-works .elementor-tabs-content-wrapper .elementor-tab-content{
padding:20px 0px !important;
}

.how-works .elementor-tabs-wrapper .elementor-active{
	border-bottom:3px solid #C79A6B !important; 
}
/* tab css end*/
/* 
gallery */

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    width: 100% !important;
    justify-content: center;
    margin: 0 auto !important;
    background-color: transparent !important;
    padding-left: 4px;
    padding-top: 4px;
    max-width: 100%;
    margin: 0;
}

/* tablate responsive */



/* mold-refurbishment product gallry slider start*/
.center .slick-slide {
    transition: all 0.4s ease;
    opacity: 0.4;
    transform: scale(0.85);
}

.center .slick-center {
    opacity: 1 !important;
    transform: scale(1);
}

.center img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1 / 1.5;}

.center .slick-list {
    padding: 40px 0 !important;
}


/* Common arrow style */
.custom-prev,
.custom-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    border: 2px solid #b99667;
    background: #fff;
    color: #b99667;
    transition: 0.3s ease;
	position:absolute;
	font-size:15px;
}

/* Right arrow filled */

/* Remove default slick pink / focus style */
.custom-prev,
.custom-next {
    outline: none !important;
    box-shadow: none !important;
}

.custom-prev:focus,
.custom-next:focus,
.custom-prev:active,
.custom-next:active {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #C09B72 !important;
}


.custom-next {
    background: #C09B72;
    color: #fff;
	bottom: -50px;
	left: 50%
}

.custom-next:hover{
   	background: transparent !important;
	color:#C09B72 !important;
}


.custom-prev{
	bottom: -50px;
	left: 47%;
	background: transparent !im;
	color:#C09B72;
}

.custom-prev:hover{
	background: #C09B72 !important;
    color: #fff !important;
}


/* Remove default slick arrow styles */
.slick-prev:before,
.slick-next:before {
    display: none;
}

/* mold-refurbishment product gallry slider end */




/* Default State - Only First Icon */
.footer-icon .elementor-social-icons-wrapper 
.elementor-grid-item:first-child a {
    background-color: #C09B72 !important;
    color: #ffffff !important;
}
.footer-icon .elementor-social-icons-wrapper 
.elementor-grid-item:first-child a .e-font-icon-svg{
	fill: #ffffff !important;
}

/* Hover State - Reverse Color */
.footer-icon .elementor-social-icons-wrapper 
.elementor-grid-item:first-child a:hover {
    background-color: #ffffff !important;
    
}
.footer-icon .elementor-social-icons-wrapper 
.elementor-grid-item:first-child a:hover .e-font-icon-svg{
	fill: #C09B72  !important;
}


.img-box-item .elementor-image-box-wrapper {
    align-items: flex-start !important;
}

.img-box-item .elementor-image-box-img {
    margin-top: 10px !important; /* optional spacing */
}


@media only screen and (max-width: 991px) {
	.custom-prev{
	bottom: -20px;
	left: 43%;
}
	.custom-next {
 	bottom: -20px;
	left: 50%
}

}
@media only screen and (max-width: 767px) {
	.custom-prev{
	bottom: -20px;
	left: 38%;
}
	.custom-next {
 	bottom: -20px;
	left: 50%
}

}


