/* 
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 */

.mainbanner .beforeline p, .about_sec .beforeline p, .service_sec .beforeline p, .client_sec .beforeline p, .subbanner .beforeline p,
.project_sec .beforeline p {display: flex; align-items: center;}
.mainbanner .beforeline p:before {content: ''; width: 60px; height: 2px; background: #88B3A3; display: inline-block; margin-right: 15px;}
.about_sec .beforeline p:before, .client_sec .beforeline p:before, .subbanner .beforeline p:before {content: ''; width: 60px; height: 2px; background: #E81E1E; display: inline-block; margin-right: 15px;}
.service_sec .beforeline p:before {content: ''; width: 120px; height: 2px; background: #E81E1E; display: inline-block; margin-right: 15px;}
.project_sec .beforeline p:before {content: ''; width: 60px; height: 2px; background: #777; display: inline-block; margin-right: 15px;}

.servicebox .service_card:hover h4, .servicebox .service_card:hover .elementor-icon {color: #fff !important;}
.servicebox .service_card:hover .elementor-widget-text-editor, .project_sec .project_card:hover {color: #FFFFFFAD;} 
.servicebox .service_card:hover .elementor-button {color: #e81e1e9c !important;}
.servicebox .service_card:hover .elementor-icon svg {fill: #fff !important;}

.ourblog .elementor-post__read-more {background: #E81E1E; padding: 13px 35px; border-radius: 30px;}
.ourblog .elementor-post__card .elementor-post__badge {
	padding: 12px 20px;
}
.newsletter_box label {display: none;}
.newsletter_box form {display: flex; align-items: center; justify-content: space-between;}
.newsletter_box .tnp-field-email {width: calc(100% - 150px);}
.newsletter_box .tnp-email {
    width: 100% !important;
    background: transparent !important;
    border: solid 1px #ffffff45 !important;
    outline: none !important; border-radius: 0 !important; color: #fff !important; padding: 14px 27px !important; font-family: "Plus Jakarta Sans", Sans-serif;
}
.newsletter_box .tnp-email::placeholder {color: #ffffffad !important;}
.newsletter_box .tnp-submit {width: 140px !important; padding: 17px 27px !important; border-radius: 0; text-transform: uppercase; font-family: "Plus Jakarta Sans", Sans-serif; font-size: 13px !important;}

.service_card:hover span.elementor-button-content-wrapper {
	color: #fff; fill: #fff;
}
.result_project img {
    height: 660px;
    object-fit: cover;
}
.project_rightbox {position: relative;}
.contact_tab p img {width: 100%; height: 340px; object-fit: cover;}
.contact_tab .elementor-tab-content p{position: relative}
.contact_tab .elementor-tab-content p:before{
	content: 'Before';  position: absolute; top: 30px; background: #E81E1E; border-radius: 0 30px 30px 0; color: #fff; padding: 10px 20px; display: block;
}
.contact_tab .elementor-tab-content p:after {
    content: 'After';
    position: absolute;
    top: 30px;
    background: #E81E1E;
    right: 0;
    color: #fff;
    padding: 10px 20px;
    display: block;
    border-radius: 30px 0 0 30px;
}
.contact_tab .elementor-tab-title {border: solid 1px #000 !important; border-radius: 30px; padding: 15px 20px !important; margin: 0 5px;}

.contact_tab .elementor-tab-title.elementor-active {border-color: #3D348B !important; background: #3D348B !important; color: #fff !important;}
.contact_tab .elementor-tabs-wrapper {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}
.submit_btn input {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #E81E1E;
    border-radius: 30px;
    padding: 15px 40px;
    margin-top: 20px;
}
.submit_btn p {
	margin-bottom: 0px;
}

.submit_btn span.wpcf7-spinner {
    display: block;
}
.submit_btn {
	text-align: center;
}
.start-cta__button {
    width: 100%;
    background: #e81e1e;
    color: #fff;
    border-radius: 20px;
}
.form-stat-btn p, .form-stat-btn h1 {
    margin: 0;
}

.bathroom-btn {
    width: 250px;
    margin-bottom: 20px;
    margin-right: 10px;
    background: red;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
}
.bathroom-btn-next {
	margin:0;
}
input.zip-btn {
    width: 48%;
    padding: 14px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 20px;
}
#customForm #question3 input.zip-btn:nth-child(2n) {
    margin-right: 0;
}
#customForm #question3 {
    text-align: center;
}

/* new css start */


.home_form .half_col .column2,
.home_form .half_col .column1 {
    max-width: 48%;
    display: inline-block;
}


.home_form .half_col .column2 {
	float: right;
}
.home_form .full_col input, .home_form .half_col .column1 input, .home_form .half_col .column2 input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #191716;
    border-radius: 0;
    color: #191716;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
}
.home_form  .full_col input::placeholder,
.home_form .half_col .column1 input::placeholder, .home_form .half_col .column2 input::placeholder {
	color : #191716;
}
.replacement_project .elementor-image-box-img img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(19%) saturate(7096%) hue-rotate(338deg) brightness(116%) contrast(124%);
}
.testimonial_area .elementor-swiper-button.elementor-swiper-button-prev:before {
    background-image: url(https://urlsdemo.com/Xian/wp-content/uploads/2024/07/testimonial-arrow.png);
    transform: rotate(180deg);
}
.testimonial_area .elementor-swiper-button.elementor-swiper-button-next:before {
	 background-image: url(https://urlsdemo.com/Xian/wp-content/uploads/2024/07/testimonial-arrow.png);
}
.testimonial_area .elementor-swiper-button.elementor-swiper-button-next:before,
.testimonial_area .elementor-swiper-button.elementor-swiper-button-prev:before {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 35px;
}
.testimonial_area .elementor-swiper-button svg {
    display: none;
}
.page-id-1660 .menubar_box,
.page-id-1660 .elementor.elementor-78.elementor-location-footer {
    display: none;
}.container_wrapper, .page_content_otr {
  padding: 60px 0px;
}
.article_archive_ct .entry-title, .article_archive_ct .entry-title a, .single_pst .entry-title {
  color: #191716;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 40px;
}


.article_archive_ct .entry-title a:hover {
  color: #E81E1E;

}.article_archive_ct article.post {
  padding: 30px 0 0 0;
}.be_found_bx {
  text-align: center;
}body.page .container_wrapper {
  padding: 0 !important;
}
.single_pst p{
    color: #7F7F7F;
  font-family: "Cabin", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}.single_pst_banner {
    background-image: url(images/interior_blog.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}.banner_cont {
  max-width: 1300px;
  margin: auto;
  padding: 130px 0;
}

.single_pst_banner p.elheading-title {
  color: #E0E2DB;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.single_pst_banner p.elheading-title::before {
  content: '';
  width: 60px;
  height: 2px;
  background: #E81E1E;
  display: inline-block;
  margin-right: 15px;
}.single_pst_banner h1{
    color: #FFFFFF;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.3em;
}
.page_content_thumbnail{ padding:15px 0; }

.single_pst h1, .single_pst h2, .single_pst h3, .single_pst h4, .single_pst h5, .single_pst h6{  font-weight: 700;}
/* new css end */



@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.mainbanner {min-height: 700px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.contact_tab p img {
    height: 300px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .result_project img {
    height: 400px;
  
}
	
	.banner_cont {

  padding: 30px 10px;
}
    .container_wrapper, .page_content_otr {
  padding: 30px 0px;
}.page-header .entry-title, .single_pst_banner h1 {
  font-size: 30px;
  padding: 0;
}.article_archive_ct .entry-title, .article_archive_ct .entry-title a, .single_pst .entry-title {

  font-size: 26px;

}
	.newsletter_box .tnp.tnp-subscription {margin: 1em 0;}
	.contact_tab .elementor-tab-title {
    margin: 20px 5px 0;
}
	.contact_tab .elementor-tab-content {padding: 20px 10px 0 !important;}
	.contact_tab p img {
    height: 300px;
}
.home_form .full_col input, .home_form .half_col .column1 input, .home_form .half_col .column2 input {
    font-size: 15px;
}
		.bathroom-btn {
    width: 100%;
}
.bathroom-btn-next {
	margin-bottom:20px;
}
input.zip-btn {
    width: 100%;
}
	
}

@media (min-width: 1200px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1300px;
 
  }
}