/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template:  dt-the7
*/


/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Instrument+Sans&family=Inter+Tight&family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400&family=Instrument+Sans:wght@400&family=Inter+Tight:wght@400&family=Inter:wght@400&family=Manrope:wght@400&display=swap');
 */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=DM+Sans:wght@400&family=Inter:wght@400&family=Inter+Tight:wght@400&family=Manrope:wght@400&display=swap');
@font-face {
    font-family: 'BRSonoma';
    src: url('/wp-content/themes/dt-the7-child/fonts/BRSonoma-SemiBold.eot') format('eot'),
        url('/wp-content/themes/dt-the7-child/fonts/BRSonoma-SemiBold.ttf') format('truetype'),
		  url('/wp-content/themes/dt-the7-child/fonts/BRSonoma-SemiBold.otf') format('otf'),
		  url('/wp-content/themes/dt-the7-child/fonts/BRSonoma-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/dt-the7-child/fonts/BRSonoma-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --top-space: 14.5rem;
	--btm-space: 14.5rem;
	--btspace: 8.5rem;
	--sm-top-space:10rem;
	--sm-bot-space:10rem;
    --whitetext: #fff;
	--black-color:#111111;
    --bg-light-sand:#F5F2ED;
	--bg-dark-sand:#DBD5C9;
	--light-grey:rgba(26, 39, 27, 0.7);
	--black-dark:#1A271B;
	--head-dark:#1D1D1D;
	--head-dark:#1D1D1E;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'BRSonoma', sans-serif !important;
}
p, .innerhead li{
	font-family: 'Instrument Sans', sans-serif!important;
    font-size: clamp(17px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
	opacity:0.7;
	font-weight:400;
	line-height:1.4;
}
.roofing p{
	font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
}


.blacktxt p strong{
    font-weight:600!important;
}
/* =========================
Common Css
========================= */
.section-space{
	padding-top:var( --top-space)!important;
	padding-bottom:var(--btm-space);
}
.bt-space{
	padding-top:var( --top-space)!important;
	padding-bottom:var(--btspace);
}
.spacer-top{
	padding-top:var( --top-space)!important;
}
.spacer-bot{
	padding-bottom:var(--btm-space);
}
.sm-tp-space{
	padding-top:var(--sm-top-space)!important;
}
.sm-btm-space{
	padding-bottom:var(--sm-bot-space);
}
.centertxt{
	text-align:center;
}
.mrgnbtm0.wpb_content_element, .mrgnbtm0.wpb_single_image {
    margin-bottom: 0px!important;
}
.whitetxt * {
    color: var(--whitetext) !important;
}
.blacktxt *{
	 color: var(--black-color) !important;
} 
.bg-light-sandal{
	background:var(--bg-light-sand);
}
.dark-sand-bg{
	background:var(--bg-dark-sand);
}
.notfound h1 {
	font-size: clamp(70px, calc(100px + (130 - 100) * ((100vw - 1440px) / (1920 - 1440))), 130px);
	line-height:1.1;
}
.head-one h1{
	font-size: clamp(30px, calc(65px + (80 - 65) * ((100vw - 1440px) / (1920 - 1440))), 80px);
	line-height:1.1;
}
.head-two h2 {
    font-size: clamp(23px, calc(45px + (60 - 45) * ((100vw - 1440px) / (1920 - 1440))), 60px);
    line-height: 1.16;
}
.head3 h3{
	 font-size: clamp(25px, calc(40px + (45 - 40) * ((100vw - 1440px) / (1920 - 1440))), 45px);
	line-height:1.15;
}
.head4 h4{
	 font-size: clamp(20px, calc(24px + (35 - 24) * ((100vw - 1440px) / (1920 - 1440))), 35px);
	line-height:1.15;
}
.head5 h5{
	 font-size: clamp(19px, calc(23px + (34 - 23) * ((100vw - 1440px) / (1920 - 1440))), 34px);
	line-height:1.15;
}
.head6 h6{
	 font-size: clamp(17px, calc(20px + (30 - 20) * ((100vw - 1440px) / (1920 - 1440))), 30px);
	line-height:1.15;
}
.font-inter p, .font-inter a{
	  font-family: 'Inter', sans-serif !important;
	  font-size: clamp(16px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
	  
}
.sec-brder-btm{
	border-bottom:1px solid var(--black-color);
}
/* =========================
       Header
========================= */
.branding a img, .branding img {   
    max-width: 260px!important;
	padding-top:8px;
	position:relative;
	z-index:999;
}
.main-nav > li > a .menu-text {
     font-size: clamp(16px, calc(17px + (22 - 17) * ((100vw - 1440px) / (1920 - 1440))), 22px)!important;
    font-weight: 600;
	font-family:'BRSonoma',sans-serif !important;
}
.main-nav .sub-nav > li > a .menu-text {
  
font-family: 'Instrument Sans', sans-serif!important;
	font-size: clamp(15px, calc(16px + (23 - 16) * ((100vw - 1440px) / (1920 - 1440))), 23px)!important;
	opacity:0.7;
	font-weight:400 !important;
}

p.tc-phone {
    font-size: clamp(18px, calc(21px + (26 - 19) * ((100vw - 1440px) / (1920 - 1440))), 26px);
    margin-bottom: 0;
    opacity: 1;
    font-weight: 600;
    font-family: 'BRSonoma', sans-serif !important;
    padding-top: 5px;
}
.tc-phone  a{
	color:var(--whitetext);	
	text-decoration:none!important;
}
.popup-search .submit i {
    font-size: clamp(16px, calc(20px + (25 - 20) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    color: #ffffff!important;
	transform: rotate(265deg);
}
ul#primary-menu {
    margin-right: -40px;
}
.fixed-masthead.sticky-on ul#primary-menu {
    padding-right: 14px !important;
}
.dt-hovered .dt-mega-menu-wrap.right-overflow.bottom-overflow {
    z-index: 99;
}
.dt-mega-menu-wrap.right-overflow.bottom-overflow {
    z-index: -1;
}
/* =========================
       Button
========================= */
.cmn-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    padding:15px 45px 14px 15px;
    border-radius:60px;
    background:transparent !important;
    font-family:'BRSonoma',sans-serif !important;
    font-weight:600;
    text-decoration:none;
    overflow:hidden;
    font-size:clamp(14px,calc(15px + (20 - 15) * ((100vw - 1440px) / (1920 - 1440))),20px)!important;
}
.cmn-btn.btn-black{
    border:1px solid #000 !important;
    color:#000 !important;
}
.cmn-btn span:first-child{
    z-index:5;
}
.cmn-btn::after{
    content:'';
    position:absolute;
    top:50%;
    right:6px;
    width:30px;
    height:30px;
    background:#000;
    border-radius:50%;
    transform:translateY(-50%);
    z-index:1;
}
.cmn-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}
.cmn-leaf{
    position:absolute;
    top:50%;
    left:50%;
    width: 16px;
    height: 14px;
    background:url('/wp-content/uploads/2026/05/Intersection-3.svg') no-repeat center center;
    background-size:contain;
    transform:translate(-50%,-50%) rotate(20deg);
    transform-origin:center center;
    transition:all .55s cubic-bezier(.4,0,.2,1);
    will-change:transform;
    backface-visibility:hidden;
}
.leaf-1, .leaf-2, .leaf-3{
    transform:translate(-50%,-50%) rotate(10deg);
}
.cmn-btn:hover .leaf-1 {
    transform: translate(-50%, -60%) rotate(120deg);
}
.cmn-btn:hover .leaf-2 {
    transform: translate(-30%, -36%) rotate(52deg);
}
.cmn-btn:hover .leaf-3 {
    transform: translate(-70%, -36%) rotate(5deg);
}
.cmn-btn.btn-white .cmn-leaf{
	 background:url('/wp-content/uploads/2026/05/Intersection-1.svg') no-repeat center center;
}
.cmn-btn.btn-white{ 
    color:var(--whitetext)!important; 
    border:1px solid var(--whitetext);
} 
.cmn-btn.btn-white::before, .cmn-btn.btn-white span::before, .cmn-btn.btn-white span::after {
    background: url(/wp-content/uploads/2026/05/black-leaf.svg) no-repeat center / contain!important; 
}
.cmn-btn.btn-white::after {
    background: #ffffff !important;
}

/* =========================
Homepage
========================= */
.dt-btn:not(.btn-custom-style) * font {
    color: #000 !important;
}
.btn-white:not(.btn-custom-style) * font {
    color: #fff !important;
}
.popup-search-wrap .searchform-s::placeholder {
    color: #000 !important;
    opacity: 0.6;
}


.notfound  .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.notfound h2 {
	font-size: clamp(20px, calc(35px + (40 - 35) * ((100vw - 1440px) / (1920 - 1440))), 40px);
	line-height:1.1;
}
.hero-section{
	height:700px;
}
.head-one h1{
	color:var(--whitetext);	
	z-index:1;
    margin-top: -20px;
}
.hero-inner-left .cmn-para {
   position:absolute;
	bottom:0;	
}
.secondary-row{
	position: absolute;
    bottom: 0;
}
.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 80% !important;
    display: block !important;
    bottom: 0;
    background: #000000;
    background: linear-gradient(196deg, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.57) 85%, rgba(0, 0, 0, 0.68) 100%);
    height: 40% !important;
    overflow: visible !important;
    visibility: visible !important;
}
.vc_row.wpb_row.secondary-row {
    z-index: 1;
}
.banner-para.whitetxt p{
	opacity:1;
}
ul.banner-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 59%;
    left: 46.5%;
    transform: translate(-50%, -50%);
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 30%;
}
ul.banner-slide li{
	position:absolute;
	top:0;
	left:50%;
	width:50%;
	height:96%;
	display:flex;
	align-items:center;
	justify-content:center;
	transform:translate(-50%, 0%);
	transition:transform 1s ease-in-out;
	will-change:transform;
}
ul.banner-slide li img{
	width:100%;
	height:68%;
	object-fit:contain;
}
.active-product ul.banner-slide li:nth-child(1) {
    transform: translate(-50%, -75px);
}
.active-product ul.banner-slide li:nth-child(2) {
    transform: translate(calc(-50% - 72px), 49px) rotate(60deg);
}
.active-product ul.banner-slide li:nth-child(3) {
    transform: translate(calc(-50% + 72px), 49px) rotate(-60deg);
}
.precision-col{
	position:relative;
	z-index:99;
	padding:50px 30px 0 30px;
}
.precision-col::before,
.precision-col::after{
	content:'';
	position:absolute;
	inset:0;
	background-repeat:no-repeat;
	background-size:55%;
	background-position:center;
	transform-origin:center center;
	transition:transform .3s ease-in-out;
	will-change:transform;
}
.precision-col::before {
    background-image: url(/wp-content/uploads/2026/05/excution.svg);
    transform: scale(1);
    z-index: -5;
    height: 100%;
    width: 100%;
    background-size: 55%;
}
.precision-col::before {
    background-image: url(/wp-content/uploads/2026/05/excution.svg);
    transform: scale(1);
    z-index: -5;
    height: 100%;
    width: 100%;
    background-size: 55%;
	top:-33%;
}
.precision-col::after {
    background-image: url(/wp-content/uploads/2026/05/secure.svg);
    transform: scale(1);
    z-index: -2;
    height: 100%;
    width: 100%;
    top: -23%;
}
.precision-col:hover::before{
	transform:scale(0.85);
}
.precision-col:hover::after{
	transform:scale(1.15);
}
.precision-col .why-pic{
	text-align:center;
}
.precision-col .vc_column-inner:hover .head4 h4 {
   text-decoration:underline;
}
.precision-row {
    position: relative !important;
    padding-right: 80px !important;
}
.precision-row::before {
    content: '';
    position: absolute;
    top: 28.5%;
    left: 0;
    width: 100%;
    height: 20.5%;
    background: url(/wp-content/uploads/2026/06/why-us-bg.svg) no-repeat center;
    background-size: cover;
}
.precision-col .vc_column-inner{
    padding-left: 5px;
    padding-right: 5px;
}

.why-pic img {
    height: 55px;
    padding-top: 15px;
    width: 100%;
}
.why-pic.account-pic img {
    height: 45px;
    padding-bottom: 10px;
}
.precision-col  .head4 {
    padding-top: 60px;
}
p.tc-license-text {
    padding-top: 2px;
}
.hero-inner{
	z-index:2;
}
.hero-inner-right{
	padding-left:78px;
}
.hero-section{
	position:relative;
}
.hero-section::before{
	content: "";
    position: absolute;
    right: 0;
    width: 60%;
    display: block !important;
    bottom: 0;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 39%, rgba(0, 0, 0, 0.68) 100%);
    height: 100% !important;
	opacity:60%;
}
.about-inner-first .wpb_text_column.wpb_content_element.head-two{
	margin-bottom:0px;
}
.about-inner-second-r {
    padding-left: 105px;
}
.aboutsec{
	position:relative;
}
.aboutsec::before {
    content: "";
    position: absolute;
    left: -30%;
    width: 100%;
    height: 100% !important;
    display: block !important;
    top: 15%;
    background: url(/wp-content/uploads/2026/05/half-round.svg);
    background-repeat: no-repeat;
    background-size: 78%;
}
.aboutsec{
    overflow:hidden;
}
.aboutsec .head-two h2{
    transform:translateX(100vw);
    opacity:0;
    transition:
        transform .55s cubic-bezier(.4,0,.2,1),
        opacity .45s ease;
}
.aboutsec .cmn-btn{
    opacity:0;
    visibility:hidden;
    transition:
        opacity .5s ease,
        visibility .5s ease;
}
.aboutsec.animated .head-two:nth-of-type(1) h2{
    transform:translateX(0);
    opacity:1;
    transition-delay:0s;
}
.aboutsec.animated .head-two:nth-of-type(2) h2{
    transform:translateX(0);
    opacity:1;
    transition-delay:.08s;
}
.aboutsec.animated .head-two:nth-of-type(3) h2{
    transform:translateX(0);
    opacity:1;
    transition-delay:.16s;
}
.aboutsec.animated .head-two:nth-of-type(4) h2{
    transform:translateX(0);
    opacity:1;
    transition-delay:.24s;
}
div#whatsapp-widget .si-chat-bubble .si-chat-bubble-text {
    font-family: 'Instrument Sans'!important;
}
.tag-change .head-two h3 {
    font-size: clamp(23px, calc(45px + (60 - 45) * ((100vw - 1440px) / (1920 - 1440))), 60px);
    line-height: 1.16;
}
.aboutsec.animated .cmn-btn{
    opacity:1;
    visibility:visible;
    transition-delay:.35s;
}
.head-two.tevel h2 {
    width: 55%;
    margin: auto;
    padding-bottom: 27px;
}
.build-row {
    padding: 70px 80px 70px 80px;
    border-top: 1px solid var(--black-color);
}
.build-row .wpb_content_element.head-two{
	margin-bottom:20px;
}
.build-row-l {
    padding-right: 310px;
}
.build-row-l .wpb_content_element.cmn-para {
    margin-bottom: 22px;
}

.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic{
	position:relative;
	margin-bottom:10px;
}
.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic .vc_single_image-wrapper{
	display:block;
	overflow:hidden;
}
.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic img{
	display:block;
	width:100%;
	transition:transform .4s ease-in-out;
}
.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic:hover img{
	transform:scale(1.1);
}
.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:2px;
	background:#CEC9BD;
	transition:width .4s ease-in-out;
}
.wpb_single_image.wpb_content_element.vc_align_left.commercial-r-inner-pic:hover::after{
	width:100%;
}
.commercial-l.wpb_column.vc_column_container {
    padding-right: 125px;
}
.commercial-l .wpb_content_element.head-two{
	margin-bottom:20px;
}
.commercial-l .cmn-para p {
    opacity: 0.6;
}
.build-row:hover .build-pic img{
	transform:translateX(-60px) scale(1.05);
} 
.build-row:hover .build-pic img{
	transform:translateX(0px) scaleY(1.1);
	padding-left: 0px;
}
.animationcal .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom:0;
}
.build-row{
	overflow:hidden;
}
.build-row-r{
	overflow:hidden;
	transform-origin:right center;
	transition:transform .3s ease-in-out;
}
.build-pic{
	overflow:hidden;
}
.build-pic img{
	display: block;
    width: calc(100% + 0px);
    max-width: none;
    transform: translateX(0) scale(0.9999);
    transition: transform .3s ease-in-out;
    height: 375px;
	padding-left: 15px;
	object-fit:cover;
}
.build-row:hover .build-row-r{
	transform:scaleX(1.18);
}
.commercial-sec{
	position:relative;
}
.commercial-sec::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/05/star-leaf.svg);
    background-size: 50%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 9%;
    left: 26%;
}
.finibus {
	position:relative;
}
.finibus .head4 {
    position: absolute;
    bottom: 35px;
    left: 40px;
    z-index: 2;
    margin-bottom: 0;
} 
.commercial-r-inner-sec  .finibus .head4 {
    bottom: 45px
}
.finibus .wpb_single_image.commercial-r-inner-pic::before {
    content: "";
    position: absolute;
    background: #000000;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 7) 60%);
    height: 42%;
    width: 100%;
    opacity: 60%;
    bottom: 0;
    left: 0;
	z-index:1;
}
.why-us-inner-first .cmn-para {
    width: 50%;
    margin: auto;
}
.why-us-inner-first .wpb_content_element.head-two {
    margin-bottom: 20px;
}
.precision-inner-row {
    padding-top: 100px;
    padding-left: 15px;
}
section#block-8 {
    background: #ffffff;
    padding: 70px 50px 70px 35px;
}
h2.tc-content-heading {
    color:var(--black-color);
}
.wpb_single_image.partner-pic {
    margin-bottom: 0;  
}
.client-head-text {
	padding-bottom:30px;
}
.partners .wpb_column.vc_column_container .vc_column-inner{
/* 	padding:16px 0px; */
	    border: 1px solid #E3DFD3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commercial-r-inner-sec  .vc_column-inner{
	padding-left:0px;
	padding-right:0px;
}
.commercial-r-inner-sec {
	padding-left:17px;
	padding-right:17px;
}
.megatopimg{
	width:50%;
}
.page-id-1259 section#block-8 , .page-id-1240 section#block-8 {
	display:none;
}
/* =========================
   Testimonials
========================= */
.clientssay .testimonial-item {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    flex-direction: row;
}
.clientssay .testimonial-author, .clientssay .testimonial-content{
	width:calc(50% - 15px);
}
.testimonial-left {
    width: 67%;
}
.clientssay .testimonial-video-wrap{
	width:50%;
	display:block ;
	visibility:visible ;
	opacity:1 ;
	overflow:visible;
}
.clientssay .testimonial-video-wrap .video_file, .clientssay .testimonial-video-wrap .video_url{
	width:100%;
	display:block;
}
.clientssay .testimonial-video-wrap video, .clientssay .testimonial-video-wrap iframe {
    width: 100% ;
    display: block;
    visibility: visible;
    opacity: 1;
    background: transparent;
    object-fit: contain;
    height: 410px;
}
.clientssay .owl-stage-outer{
	overflow:visible !important;
}
.clientssay .testimonial-item{
	overflow:visible !important;
}
.clientssay  .testimonial-content {
    width: 78% !important;
}
.clientssay .testimonial-content p {
    color: #000000;
    opacity: 1;
     font-size: clamp(19px, calc(24px + (30 - 24) * ((100vw - 1440px) / (1920 - 1440))), 30px);
    font-weight: 600;
    font-family: 'BRSonoma', sans-serif !important;
    line-height: 1.2;
	margin-bottom: 20px;
}
.client-location  h5 {
    color: #000000;
    font-size: clamp(16px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
    font-weight: 600;
    font-family: 'BRSonoma', sans-serif !important;
    line-height: 1.2;
    margin-bottom: 5px;
}
.clientssay .testimonial-content .client-location p {
    color: #000000;
    font-size: clamp(14px, calc(16px + (18 - 16) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    font-weight: 400;
    font-family: 'Instrument Sans' !important;
    line-height: 1.2;
	opacity:60%;
    margin-bottom: 10px;
}


.clientssay .testimonial-item{
	  padding: 70px 110px 70px 70px!important;
	    background: #dbd5c9;
	border-top: 1px solid #111111;
}
.clientssay .owl-nav div.owl-prev {
    left: 0px !important;
    bottom: 60px !important;
    top: auto !important;
}

.clientssay .owl-nav div.owl-next {
    left: 4.5% !important;
	 bottom: 60px !important;
    top: auto !important;
}
.clientssay  .owl-nav i , .clientssay .owl-next i  {
    font-size: 15px!important;
}

.clientssay  .testimonial-item{
	position:relative;
}
.clientssay .testimonial-item::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/05/quoted.svg);
    background-repeat: no-repeat;
    left: 45%;
    bottom: -25px;
    height: 35%;
    width: 37%;
    background-size: 56%;
    display: block !important;
    z-index: 9;
    top: auto;
    transform: translate(-50%, 0px);
}
.clientssay  .testimonial-item::after{
	content:'';
	position:absolute;
	background:#111111;
	height:100%;
	width:1px;
	left:50%;
	top:0;
}
.clientssay  .testimonial-item{
	padding-bottom:80px!important;
}
.video-title {
    text-align: center;
    padding-top: 20px;
    font-size: clamp(16px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
    color: #111111;
    font-family: 'Instrument Sans';
}
.clientssay .testimonial-item .testimonial-author {
    gap: 10px;
    padding-bottom: 35px;
}
.clientssay .testimonial-item   .testimonial-vcard .text-primary {
    color: #111111!important;
    font-size: clamp(16px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
    font-weight: 600;
    font-family: 'BRSonoma', sans-serif !important;
}
.clientssay .testimonial-item   .testimonial-vcard .text-primary br{
	display:none;
}
.clientssay .testimonial-item .testimonial-name{
	margin-bottom:-5px!important;
}
 .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
   font-size: clamp(14px, calc(15px + (18 - 15) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    color: #000000!important;
	opacity:60%!important;
	font-family: 'Instrument Sans', sans-serif!important;
	font-weight: 400!important;
}
.clientssay .testimonial-item  img.preload-me.owl-lazy-load.aspect.owl-thumb-lazy-load-show.is-loaded {
    height: 43px;
    width: 43px;
    border-radius: 10px;
	margin-top: -17px;
}

/* =========================================================
   TESTIMONIAL VIDEO - COMPLETE CSS
   ========================================================= */


/* =========================================================
   MAIN TESTIMONIAL VIDEO WRAPPER
   ========================================================= */

.testimonial-video-wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}


/* =========================================================
   VIDEO CONTAINER
   ========================================================= */

.video_file {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    box-sizing: border-box;

    isolation: isolate;
}


/* =========================================================
   VIDEO ELEMENT
   ========================================================= */

.video_file video {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;

    object-fit: cover;
    object-position: center center;

    margin: 0;
    padding: 0;

    border: 0;
    outline: 0;

    background: transparent;

    box-sizing: border-box;

    /*
     * Safari / iPhone
     */
    -webkit-appearance: none;
    appearance: none;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /*
     * Prevent unwanted selection
     */
    user-select: none;
    -webkit-user-select: none;

    /*
     * Prevent iOS tap highlight
     */
    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   VIDEO POSTER
   ========================================================= */

.video_file video::-webkit-media-controls {
    z-index: 20;
}

.video_file video::-webkit-media-controls-panel {
    z-index: 20;
}


/* =========================================================
   CUSTOM PLAY BUTTON
   ========================================================= */

.custom-play-btn {
    position: absolute;

    top: 45%;
    left: 50%;

    width: 80px;
    height: 80px;

    transform: translate(-50%, -50%);

    display: block;

    border-radius: 50%;

    background: rgb(255 255 255 / 6%);

    border: 1px solid rgb(255 255 255 / 48%);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    cursor: pointer;

    z-index: 999;

    box-sizing: border-box;

    /*
     * iPhone
     */
    -webkit-tap-highlight-color: transparent;

    touch-action: manipulation;

    /*
     * Prevent text selection
     */
    user-select: none;
    -webkit-user-select: none;

    /*
     * Smooth animation
     */
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        opacity 0.2s ease;
}


/* =========================================================
   PLAY ICON
   ========================================================= */

.custom-play-btn::before {
    content: '';

    position: absolute;

    top: 50%;
    left: 54%;

    width: 0;
    height: 0;

    transform: translate(-50%, -50%);

    border-left: 26px solid #ffffff;

    border-top: 16px solid transparent;

    border-bottom: 16px solid transparent;

    pointer-events: none;
}


/* =========================================================
   PLAY BUTTON HOVER
   ========================================================= */

.custom-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);

    background: rgb(255 255 255 / 10%);

    border-color: rgb(255 255 255 / 70%);
}


/* =========================================================
   PLAY BUTTON ACTIVE
   ========================================================= */

.custom-play-btn:active {
    transform: translate(-50%, -50%) scale(0.96);
}


/* =========================================================
   VIDEO TITLE
   ========================================================= */

.video_file .video-title {
    position: relative;

    width: 100%;

    margin-top: 20px;

    text-align: center;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;

    color: #111111;

    box-sizing: border-box;
}


/* =========================================================
   VIDEO URL / EMBED
   ========================================================= */

.video_url {
    position: relative;

    width: 100%;

    overflow: hidden;

    box-sizing: border-box;
}


.video_url iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================================
   DISABLE IMAGE / VIDEO DRAGGING
   ========================================================= */

.video_file video,
.video_file img {
    -webkit-user-drag: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .custom-play-btn {
        width: 72px;
        height: 72px;
    }


    .custom-play-btn::before {
        border-left-width: 23px;
        border-top-width: 14px;
        border-bottom-width: 14px;
    }


    .video_file .video-title {
        margin-top: 16px;

        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .testimonial-video-wrap {
        width: 100%;
    }


    .video_file {
        width: 100%;

        /*
         * Important for iPhone Safari
         */
        min-width: 0;
    }


    .video_file video {
        width: 100%;
        height: 100%;

        object-fit: cover;

        /*
         * iOS rendering
         */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


    .custom-play-btn {
        width: 64px;
        height: 64px;

        top: 45%;
    }


    .custom-play-btn::before {
        left: 54%;

        border-left-width: 21px;
        border-top-width: 13px;
        border-bottom-width: 13px;
    }


    .video_file .video-title {
        margin-top: 14px;

        font-size: 14px;

        line-height: 1.4;
    }

}


/* =========================================================
   SMALL iPHONE
   ========================================================= */

@media (max-width: 390px) {

    .custom-play-btn {
        width: 58px;
        height: 58px;
    }


    .custom-play-btn::before {
        border-left-width: 19px;
        border-top-width: 12px;
        border-bottom-width: 12px;
    }


    .video_file .video-title {
        font-size: 13px;
    }

}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 360px) {

    .custom-play-btn {
        width: 54px;
        height: 54px;
    }


    .custom-play-btn::before {
        border-left-width: 17px;
        border-top-width: 11px;
        border-bottom-width: 11px;
    }

}


/* =========================================================
   iOS SAFARI
   ========================================================= */

@supports (-webkit-touch-callout: none) {

    .video_file {
        /*
         * Prevent Safari from creating
         * unexpected overflow around video
         */
        overflow: hidden;
    }


    .video_file video {
        /*
         * Force video onto its own rendering layer
         */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        /*
         * Avoid Safari appearance styling
         */
        -webkit-appearance: none;
        appearance: none;
    }


    .custom-play-btn {
        /*
         * Make touch interaction reliable
         */
        touch-action: manipulation;

        -webkit-tap-highlight-color: transparent;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.custom-play-btn:focus {
    outline: none;
}


.custom-play-btn:focus-visible {
    outline: 2px solid rgb(255 255 255 / 80%);

    outline-offset: 4px;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .custom-play-btn {
        transition: none;
    }

}




.reviewpic img.vc_single_image-img.attachment-full {
    border-radius: 45px;
}
/* =========================
Botom Bars
========================= */
.webdesign-credit .company-link, p.webdesign-credit {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;   
    text-decoration: none;
    transition: all 0.3s ease;
}

p.copyright-text{
     font-size: clamp(14px, calc(15px + (18 - 15) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    font-family:'Manrope', sans-serif!important;
    font-weight:400;
	color:var(--whitetext);	
	opacity:100%;
}
/* =========================
Footer
========================= */
.get-in-form .wpcf7-form-control-wrap, .tc-contact-form .wpcf7-form-control-wrap {
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
}
/* CF7 Select - Error Border */
.tc-form-select select.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

/* Keep error border on focus as well */
.tc-form-select select.wpcf7-not-valid:focus {
    border: 1px solid #ff0000 !important;
    outline: none;
}
.tc-contact-form input[type=text]:not(.elementor-field):not(.searchform-s), 
.tc-contact-form input[type=search]:not(.elementor-field), 
.tc-contact-form input[type=tel]:not(.elementor-field), 
.tc-contact-form input[type=url]:not(.elementor-field), 
.tc-contact-form input[type=email]:not(.elementor-field), 
.tc-contact-form input[type=number]:not(.elementor-field), 
.tc-contact-form input[type=date]:not(.elementor-field), 
.tc-contact-form input[type=range]:not(.elementor-field), 
.tc-contact-form input[type=password]:not(.elementor-field), 
.tc-contact-form select:not(.elementor-field):not(.elementor-field-textual), 
.tc-contact-form textarea:not(.elementor-field){margin-bottom: 0;}

.tc-contact-form .wpcf7-not-valid-tip, .get-in-form .wpcf7-not-valid-tip{   
	position: absolute;bottom: -15px;
}

.tc-footer-wrap {
    color: #fff;
    font-family: sans-serif;
}
.tc-top-section {
    display: flex;
    gap: 15px;
    padding-bottom: 50px;
    padding-top: 45px;
}
.tc-top-left, .tc-top-right {
    width: 50%;
}
.tc-main-heading {
    font-size: clamp(30px, calc(37px + (45 - 37) * ((100vw - 1440px) / (1920 - 1440))), 45px);
    line-height: 1.3;
	padding-bottom: 100px;
}
.tc-social-wrap {
    display: flex;
    gap: 25px;
    padding-left: 10px;
}
.tc-social-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
img.tc-social-img {
    width: 40px;
}
.tc-social-img{
	display:block;
	transform:translateZ(0) scale(1);
	will-change:transform;
	backface-visibility:hidden;
	transition:transform .5s cubic-bezier(.22,.61,.36,1);
}
.tc-social-icon:hover .tc-social-img{
	transform:translateZ(0) scale(1.1);
}
p.tn-contact-text {
    opacity: 1;
	color:#FCF9F1;
}
a.tn-contact-link {
     font-size: clamp(18px, calc(21px + (25 - 21) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    color: #FCF9F1 !important;
}
span.tn-label {
     font-size: clamp(19px, calc(21px + (25 - 21) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    font-weight: 600;
	font-family:'BRSonoma',sans-serif;
	color:#CEC9BD;
}
.tn-contact-link{
	position:relative;
	display:inline-block;
	text-decoration:none;
	color:#000;
	font-family:'BRSonoma',sans-serif;
	 font-size: clamp(19px, calc(21px + (25 - 21) * ((100vw - 1440px) / (1920 - 1440))), 25px);
	font-weight:500;
	padding-bottom:3px;
}
.tn-contact-link::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:0%;
	height:1.5px;
	background:currentColor;
	transform:translateX(-50%);
	transition:width .4s ease;
}
.tn-contact-link:hover::after{
	width:100%;
}
.tc-top-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.tc-footer-title {
     font-size: clamp(14px, calc(15px + (23 - 15) * ((100vw - 1440px) / (1920 - 1440))), 23px);
    margin-bottom: 0px;
    text-decoration: underline;
	color:#CEC9BD!important;
}
.tc-contact-text,  .tc-license-text, .tc-address-text {
    font-size: 20px;
    line-height: 1.7;
	color: #FCF9F1;
}
.tc-license-text{
    font-size: clamp(14px, calc(15px + (20 - 15) * ((100vw - 1440px) / (1920 - 1440))), 20px);
    line-height: 1.7;
    color: #FCF9F1;
}
.tc-address-text{
	 font-size: clamp(13px, calc(14px + (18 - 14) * ((100vw - 1440px) / (1920 - 1440))), 18px);
}
.tc-divider-line {
    width: 160%;
    height: 1px;
    background: #2b2b2b;
    margin-bottom: 60px;
    margin-left: -50%;
}
.tc-bottom-section {
    display: flex;
    gap: 15px;
}
.tc-bottom-left {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tc-logo-row {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.tc-logo-box {
    width: 220px;
    height: 65px;
    background: #f3f3f3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-logo-box img.tc-logo-img {
    width: 60%;
	mix-blend-mode: luminosity;
}
.tc-logo-group {
    display: flex;
    gap: 7px;
}
.tc-small-logo {
    width: 200px;
    height: 60px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events:none;
}
.tc-bottom-right {
    width: 70%;
    display: flex;
    gap: 60px;
}
.tc-footer-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tc-footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tc-footer-links a {
    color: #FCF9F1!important;
    text-decoration: none;
    font-size: clamp(13px, calc(14px + (18 - 14) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    transition: 0.3s ease;
	font-family: 'Instrument Sans';
	opacity:70%;
}
.tc-footer-col-two {
    padding-left: 45px;
}
.tc-footer-col-three {
    padding-left: 25px;
}
.tc-footer-col-one .tc-footer-links a {
    color: #FCF9F1 !important;
    opacity: 90%;
}

.tc-footer-col-two h4.tc-footer-title.no-title, .tc-footer-col-three h4.tc-footer-title.no-title{
    color: #FCF9F1 !important;
    opacity: 90%;
}
.tc-footer-links a:hover {
    color: #fff;
}
.tc-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}
.tc-content-left {
    width: 35%;
    padding-right: 70px;
}
.tc-content-right {
    width: 65%;

}
.tc-content-right form.wpcf7-form.init {
    padding-left: 10px;
}
.tc-content-heading {
    font-size: 45px;
    line-height: 1.16;
    margin-bottom: 20px;
}
.tc-content-para {
    font-size: clamp(17px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    line-height: 1.4;
    color:#111111;
	opacity:70%;
}
.tc-contact-form {
    width: 100%;
}
.tc-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.tc-form-group {
    width: 100%;
}
.tc-full-width {
    width: 100%;
}
.tc-form-input, .tc-form-textarea, .tc-file-upload {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #e6dccf;
    font-size: 18px;
    color: #666;
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
    transition: 0.3s ease;
}
.tc-form-input {
    height: 60px;
}
.tc-form-textarea {
    height: 150px;
    padding-top: 28px;
    resize: none;
}
.tc-form-input::placeholder, .tc-form-textarea::placeholder {
    color: #9a978f;
}
.tc-form-input:focus, .tc-form-textarea:focus {
    border-color: #000;
}
.tc-form-select {
    position: relative;
}
.tc-form-select::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    height:11px;
	width:20px;
    pointer-events: none;
	background:url("/wp-content/uploads/2026/05/contact-arrow.svg");
	background-repeat:no-repeat;	
}
.tc-form-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.tc-file-upload {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.tc-file-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.tc-file-text {
    font-size: 18px;
    color: #6b675f;
}
.tc-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 28px;
    border: 2px solid #000;
    border-radius: 60px;
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
}
.tc-submit-btn {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.wpcf7-submit, .qb-w-submit {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
.tc-submit-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.tc-submit-icon {
    width: 42px;
    height: 42px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.tc-submit-btn:hover {
    background: #000;
}
.tc-submit-btn:hover .tc-submit-text {
    color: #fff;
}
.tc-submit-btn:hover .tc-submit-icon {
    background: #fff;
    color: #000;
}
.tc-social-wrap a {
	text-decoration:none;
}
a.tc-small-logo img {
    height: 50px;
    width: 180px;
}
#footer .wf-container {
    margin: 0 -10px!important;
}
section#block-7 {
    padding: 0;
}
h4.tc-footer-title.no-title{
    margin-bottom: 0;
}
.tc-contact-form input,
.tc-contact-form textarea,
.tc-contact-form select,
.tc-contact-form .tc-file-upload{
	background:#F5F4F4 !important;
	opacity: 0.9;
	/* color:#5E5B51 !important; */
	font-size: clamp(15px, calc(17px + (20 - 17) * ((100vw - 1440px) / (1920 - 1440))), 20px)!important;
	padding-left:21px!important;
	font-family: 'BRSonoma', sans-serif !important;
	line-height: normal;
	color: #000;
}
.tc-contact-form input::placeholder,
.tc-contact-form textarea::placeholder,
.tc-contact-form select,
.tc-contact-form .tc-file-text{
	color:#5E5B51 !important;
	 font-size: clamp(15px, calc(17px + (20 - 17) * ((100vw - 1440px) / (1920 - 1440))), 20px)!imp;
	font-family:'BRSonoma', sans-serif !important;
	font-weight:600;	
}
.tc-contact-form input[type="date"]{
	color:#000 !important;
}
.tc-contact-form input:-webkit-autofill,
.tc-contact-form input:-webkit-autofill:hover,
.tc-contact-form input:-webkit-autofill:focus,
.tc-contact-form textarea:-webkit-autofill,
.tc-contact-form select:-webkit-autofill{
    -webkit-text-fill-color: #000000 !important;
    font-family:'BRSonoma', sans-serif !important;
    transition: background-color 9999s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #F5F4F4 inset !important;
}
.tc-contact-form input:-webkit-autofill {
    caret-color: #000000 !important;
}
/* .tc-contact-form select{
    padding-left: 22px !important;	
} */
.tc-contact-form select option{
/* 	opacity:0.6; */
}
span.tc-file-text {
    opacity: 0.5;
}
.tc-file-upload{
	position:relative;
}
.tc-file-upload::before {
    content: "";
    position: absolute;
    left: 13%;
    width: 12px;
    display: block !important;
    background: url(/wp-content/uploads/2026/08/file-attachements.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    height: 20px;
    top: 0%;
}
span.tc-file-text {
    padding-left: 45px;
}

span.btc-submit-text{
	 color: #000;
}

/* ================================
   CF7 Submit Button
================================ */

.btc-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 45px 14px 15px;
    border: 1px solid #000000;
    border-radius: 40px;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    font-size: clamp(15px, calc(16px + (18 - 16) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    font-weight: 600;
    opacity: 100% !important;
    font-family: 'BRSonoma', sans-serif !important;
    margin-top: 18px;
    min-width: 100px;
}

/* Black circle */
.btc-submit-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* Icon wrapper */
.btc-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 16px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

/* Leaves */
.btc-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 14px;
    background: url('/wp-content/uploads/2026/05/Intersection-3.svg') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(10deg);
    transform-origin: center center;
    transition: all .55s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    backface-visibility: hidden;
    z-index: 3;
}

/* Hover animation */
.btc-submit-btn:hover .leaf-1 {
    transform: translate(-50%, -60%) rotate(122deg);
}
.btc-submit-btn:hover .leaf-2 {
    transform: translate(-32%, -36%) rotate(50deg);
}
.btc-submit-btn:hover .leaf-3 {
    transform: translate(-69%, -37%) rotate(10deg);
}

select.tc-form-input:valid {
    color: rgb(94 91 80 / 50%) !important;
}
.wpcf7-submit:hover span.btc-submit-text {
    color:#000 !important;
}
.wpcf7-submit:hover{
    background:#fff!important;
	border:1px solid #000!important;
}
.btc-submit-text{
    position:relative;
    z-index:5;
	padding-top:2px;
}
.btc-icon{
    position:absolute;
    top:50%;
    right:12px;
    width:20px;
    height:20px;
    transform:translateY(-50%);
    z-index:10;
}
.tc-contact-form input:focus, .tc-contact-form textarea:focus, .tc-contact-form select:focus, .tc-contact-form input[type="file"]:focus {
    border-bottom: 1px solid #000 !important;
}
.tc-contact-form .wpcf7-not-valid-tip {
    color: red!important;
    font-size: 12px;
    font-weight: normal;
    display: block !important;
	font-family: 'Instrument Sans', sans-serif;line-height: normal;
}
.upload-input{
    display:none;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element.get-in-form {
    margin-bottom: 0;
}
.custom-upload-button{
    cursor:pointer;
    display:inline-block;
}

.file-name{
    display:none;
    margin-left:10px;
    font-size:14px;
    color:#666;
    word-break:break-word;
}
.cf7-upload-wrapper.tc-form-row {
    padding: 20px 0px;
    background: #f8f7f7;
    border: 1px solid #e6dccf;
	background: #F5F4F4;
    opacity: 0.7;
}
label.custom-upload-button.tc-file-text {
    opacity: 0.5;
	padding-left: 25px;
	border:0px;
	width:20%;
}
.tc-footer-links a, .tc-phone a{
    position: relative;
   
    width: fit-content;
    text-decoration: none;
}
.tc-footer-links a::after, .tc-phone a::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transform: translateX(-50%);
    transition: width .4s ease;
}
.tc-footer-links a:hover::after, .tc-phone a:hover::after{
    width: 100%;
}
/* #whatsapp-widget .si-widget-send-button {
    bottom: 50px !important;
}
#whatsapp-widget .si-chat-bubble-text {
    margin-bottom: 60px;
} */
#whatsapp-widget .si-widget-send-button {bottom: 50px !important;}
#whatsapp-widget .si-chat-bubble{bottom: 75px !important;}
#whatsapp-widget  .si-chat-box{bottom: 75px !important;}

.tc-gtranslate .gt_container--h6eh4v .gt_switcher {
    font-family: 'Inter', sans-serif !important;
	font-size:18px;
    width: 100px!important;
	font-weight:600!important;
}
.gt_switcher.notranslate {
    width: 100px !important;
}
.gt_selected img, a.nturl img {
    padding-right: 5px !important;
}
.gt_container--g6hzrk .gt_switcher .gt_selected a {
    width: 75px!important;
}


.hero-inner-section{
	height:510px;
	position:relative;
}
.hero-inner-section::before {
    content: "";
    position: absolute;
   background: #000000; 
    background: linear-gradient(190deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.56) 100%);
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    z-index: 0;
    display: block !important;
}
.rebuildstxt{
	position: relative;
	padding-bottom:25px;
}
.rebuildstxt::before {
    content: "";
    position: absolute;
    background: #111111;
    height: 1px;
    width: 115%;
    right: -15%;
    z-index: 1;
    transition: width 0.9s ease-in-out;
    display: block !important;
    bottom: 0;
}
section.vc_section.impress:hover .rebuildstxt::before  {
	width: 200%!important;
}
.impress-inner .vc_column-inner{
	padding-left:10px;
}


.visually-para{
	width:82%;
	margin:auto;
}
.innersec-head-one h1{
    font-size: clamp(25px, calc(49.5px + (60 - 49.5) * ((100vw - 1440px) / (1920 - 1440))), 60px);
    line-height: 1.1;
	color:var(--whitetext);	
	z-index:1;
}
.wpb_content_element.innersec-head-one {
    margin-bottom: 66px;
}
.map-wrapper {
    width: 100%;
    overflow: hidden;
}
.map-wrapper iframe {
    width: 100%;
    height: 600px;
    border: 0;
    display: block;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element.map-container {
	margin-bottom:0;
}
.contact-left{
	padding-right:120px;
}
.get-text.head4 a{
	text-decoration:none;
}
.impress-inner .wpb_content_element.cmn-para{
	padding-top:30px;
}
.wpb_text_column.wpb_content_element.head-two.width85{
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
}

.get-in .tc-contact-form input, .get-in  .tc-contact-form textarea, .get-in .tc-contact-form select, .get-in  .tc-contact-form .tc-file-upload {
    background: #ffffff !important;
	opacity:1!important;
}
.get-in .tc-contact-form input::placeholder,
.get-in .tc-contact-form textarea::placeholder,
.get-in .tc-contact-form .tc-file-text{
    color: #5E5B51 !important;
	opacity:0.5!important;	
}
.get-in select.tc-form-input:valid {
    color: rgb(94 91 80 / 50%) !important;
}
.get-in .cf7-upload-wrapper.tc-form-row {
    background: #fff;
	opacity:1;
}
.get-in .tc-form-input{
    color:#000!important;
}

.get-in .contact-left .wpb_content_element.head-two , .getin-left .wpb_content_element.head-two {
	margin-bottom:20px;
}
.page-id-252 section#block-8 {
    display: none;
}
.getin-right .wpb_text_column.wpb_content_element.get-text{
	padding:30px 0;
	margin-bottom:0;
}
.getin-left{
		padding-right:100px;
}
.wpb_text_column.wpb_content_element.get-text{
    position:relative;
}
.getin-right .vc_column-inner{
    padding-left: 10px;
}
.getin-right .wpb_text_column.wpb_content_element.get-text:last-child {
    padding-bottom: 0;
}
.wpb_text_column.wpb_content_element.get-text::before{
    content:"";
    position:absolute;
    top:0;
    right:-20%;
    width:0;
    height:1px;
    background:#111111;
    transition:all .5s ease;
}
label.qb-conditional-option:hover {
  border: 1px solid #A68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0px 0px 0px 1px;
}
.pads50right{
	padding-right:50px;
}
.studio:hover .wpb_text_column.wpb_content_element.get-text::before{
    width:120%;
}
.flexibility .wpb_text_column.wpb_content_element.head-two.width85 {
    margin-bottom: 12px;
}  
.flexibility .head5 h5{
	font-size: clamp(20px, calc(22.5px + (28 - 22.5) * ((100vw - 1440px) / (1920 - 1440))), 28px);
}
.flexibility .head5{
	width:65%;
	margin:auto;
}
.compromise-left {
    padding: 60px 27px 20px 27px;
    background: #E5DED1;
	box-shadow: 0 10px 30px #00000012;
}
/* .vc_row.compromise {
    padding-left: 20px;
    padding-right: 20px;
} */
.compromise-right {
    padding: 60px 27px 20px 27px;
    background: #FFFFFF;
    background: linear-gradient(181deg, rgba(255, 255, 255, 1) 25%, rgba(245, 232, 209, 1) 90%, rgba(245, 232, 209, 1) 100%);
	box-shadow: 0 10px 30px #00000012;
}
.vc_row.wpb_row.compromise {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
	padding-top: 35px;
}
.compromise-left .head3 h3 , .compromise-right .head3 h3 {
    font-size: clamp(26px, calc(34px + (40 - 34) * ((100vw - 1440px) / (1920 - 1440))), 40px);
	margin-bottom: 8px;
}
.wpb_text_column.standhomes {
    padding-bottom: 30px;
}
.approach-l {
    width: 10%;
}
.approach-r{
	width:90%;
	padding-left:10px;
}

.approach-r .vc_column-inner, .approach-l .vc_column-inner {
	padding-left:0px;
	padding-right: 5px;

}
.approach-r  .head6 h6 ,
.approach-l  .head6 h6{
    font-size: clamp(18px, calc(19px + (23 - 19) * ((100vw - 1440px) / (1920 - 1440))), 23px);
    margin-bottom: 7px;
}
.vc_row.wpb_row.compromise-l-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(123, 119, 108, 0.2);
    margin-left: 0px;
    margin-right: 0;
}
.summary-row .head-two{
    position: relative;
	padding-bottom:20px;
}
.summary-row .head-two::before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    height: 1px;
    width: 100%;
    left: 2px;
    bottom: 0;
    display: block;
    z-index: 1;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.4s ease;
}
.summary:hover .summary-row .head-two::before{
    transform: scaleX(1.5); 
}
.summary-l{
	padding-right:56px;
	z-index:2;
}
.summary-r {
    padding-left: 6px;
    padding-right: 100px;
}
.summary-r .wpb_content_element.head5 {
    padding-bottom: 20px;
    padding-top: 30px;
}
.summary-r .head5 h5{
	color:#FFFFFF;
	opacity:0.7;
}
.summary-r p{
	color:#FCF9F1;
	opacity:60%;
}
.approch-pic{
	margin-bottom:0;
}
.approch-pic img{
	height:45px;
	width:45px;
}
.compromise-l-inner{
    min-height:145px;
}

.compromise-l-inner.proven.vc_row.wpb_row{
    min-height:auto;
	padding-top:30px;
}
.custom-homes {
	padding-top:50px;
}
.faq-accordian .innerhead li{
	 color: #000;
	
}
.faq-accordian  .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    background-color: #ffffff;
    border-color: #A689664D;
}
.faq-accordian span.vc_tta-title-text {
    font-size: clamp(20px, calc(24px + (30 - 25) * ((100vw - 1440px) / (1920 - 1440))), 30px) !important;
    line-height: 1.2;
    color: #111111;
    font-weight: 600;
    font-family: 'BRSonoma', sans-serif !important;
}
.faq-accordian .vc_tta-panel-heading {
    padding: 35px 50px 25px 54px;
    border-bottom: 0px solid #ffffff !important;
}
.faq-accordian .vc_active .vc_tta-panel-heading {
    padding: 35px 50px 0px 54px;
}

.faq-accordian .vc_active .vc_tta-panel-body .wpb_text_column.wpb_content_element , .faq-accordian .vc_tta-panel-body .wpb_text_column.wpb_content_element{
    padding: 12px 60px 40px 270px;
}
.faq-accordian .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq-accordian .vc_tta-panel.vc_active .vc_tta-panel-body{
    background: #E0D1B61A !important;
}
.faq-accordian .vc_tta-panel-body  .wpb_text_column.wpb_content_element p {
    color:#000;
	opacity:70%;
}
.faq-accordian .vc_tta-panel .vc_tta-panel-heading,
.faq-accordian .vc_tta-panel .vc_tta-panel-body{
    background: #fff !important;
}
.faq-accordian .vc_tta-panel-heading.vc_active a, .faq-accordian .vc_tta-panel-heading a {
    padding-left: 236px!important;
}
.faq-accordian  .vc_active .vc_tta-panel-body, .faq-accordian .vc_tta-panel-body  {
    border: 1px solid #0000;
    padding: 0px 20px 0 20px!important;
    border: none !important;
}
.faq-accordian i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    border: 1px solid #CEC9BD;
    padding: 17px;
    border-radius: 50%;
	background:#fff;
}
.faq-sec .faq-accordian .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    left: 40%;
    top: 50%;
    background: #162D24;
    width: 10px;
}
.faq-sec .faq-accordian .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    left: 50%;
    top: 39%;
    background: #162D24;
    height: 10px;
}
.faq-accordian .vc_tta-panels > .vc_tta-panel:last-child {
   border-bottom: 1px solid rgba(166, 137, 102, 0.1) !important;
}
.vc_tta.vc_tta-style-modern :is(.vc_tta-panel.vc_active,.vc_tta-panel:not(:last-child)) .vc_tta-panel-heading {
    margin-bottom: 0px!important;
}
.accordiantxt ol li{
	font-family: 'Instrument Sans', sans-serif !important;
    font-size: clamp(17px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    opacity: 0.7;
    font-weight: 400;
    line-height: 1.4;
	color:#000000;
}
.accordiantxt ol{	
    padding-left: 40px;
    padding-top: 10px;
}

.excutetxt p:last-child{
	padding-bottom:0px;
}
.excutetxt p{
	padding-bottom:20px;
}
.excutetxt.head5 h5 {
    font-size: clamp(19px, calc(22px + (34 - 22) * ((100vw - 1440px) / (1920 - 1440))), 34px);
}
.excutetxt{
    padding-right: 10px;
}
.summary-text{
	
}
.alongside .head-two h2{
    font-size: clamp(23px, calc(34px + (50 - 45) * ((100vw - 1440px) / (1920 - 1440))), 50px);
	padding-bottom: 27px;
}
.alongside .summary-r {
    padding-right: 70px;
}
.workmanship .head-two h2 {
    width: 80%;
    margin: auto;
}
.workmanship  .why-us-inner-first .cmn-para {
    width: 72%;   
}
/* .vc_row.wpb_row.vc_inner.vc_row-fluid.maintains {
    padding-right: 130px;
} */
.operatesec .head-two{ 
	width:80%;
}
.operatesec  .rebuildstxt::before {
    width: 110%;
    left: -20%;
}
.privacylist ul {
	padding-bottom:30px;
}
.privacylist ul li{
	font-family: 'Instrument Sans', sans-serif !important;
    font-size: clamp(17px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    opacity: 0.7;
    font-weight: 400;
    line-height: 1.4;
	color:#000;
}
.about-prec .precision-inner-row {
    padding-top: 65px;
}
.about-prec .precision-row::before {
    top: 25%;
    height: 25%;
}
.about-prec .precision-col .head4 {
    padding-top: 40px;
}
.about-prec .precision-row .why-pic img {
    padding-top: 0px;
}


/* =========================
Size-of-Bathroom 
========================= */
.innersec-head-one.calctext {
    transform: translateY(-72px);
}

.qb-container.contain-gap{
	gap:50px!important;
	padding:75px 45px!important;
}
.calgap-45{
	column-gap:45px!important;
}
.cal-hero{
	position:relative;
}
.cal-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    display: block !important;
    height: 25.5%;
    bottom: 0%;
    left: 0;
    background: hsl(0deg 0% 0% / 50%);
} 
.cal-hero::after {
	content:'';
    position: absolute;
   
    height: 100% !important;
	width:100% !important;
    opacity: 100%;
    top: 0%;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 49%) 80%, rgba(0, 0, 0, 0.86) 100%);
    visibility: visible !important;
	
}
.hero-inner-section .vc_row.wpb_row.vc_row-fluid {
    z-index: 9;
}
.wpb_text_column.wpb_content_element.caltxt.whitetxt {
    margin-bottom: 25px;
}
.qb-form-message.qb-error {
    font-family: 'Instrument Sans';
}
.qb-container.bathroom-calc {
    padding: 60px 45px;
    background:#fff;
	border-radius: 27px;
	border:1px solid #D8CEBE;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.caltxt p {
    opacity: 0.85;
    width: 84%;
    margin: auto;
    text-align: center;
	font-size: clamp(15px, calc(19.5px + (25 - 19.5) * ((100vw - 1440px) / (1920 - 1440))), 25px);
}
.bathroom-renovation-sec {
    padding-top: clamp(40px, calc(40px + (86 - 40) * ((100vw - 767px) / (1920 - 767))), 86px)!important;
    padding-bottom: clamp(40px, calc(40px + (86 - 40) * ((100vw - 767px) / (1920 - 767))), 86px);
}
.qb-calculator-form{
	max-width:none!important;
}
h3.qb-w-heading {
    font-size: clamp(20px, calc(45px + (60 - 45) * ((100vw - 1440px) / (1920 - 1440))), 60px);
     color: var(--black-color) ;
    font-weight: 600;
}
.size-of-bathroom .qb-card-group, .size-of-bathroom .qb-style-group, .size-of-bathroom .qb-swatch-group {
    flex-wrap: nowrap;
	gap:25px;
	justify-content: space-between;
}
.size-of-bathroom .qb-card input , .qb-style-card input{
    right: 15px;
    top: 10px;
}
.qb-card-body,
.qb-style-card,
.qb-swatch {
    position: relative;
}
.qb-card-body::after,
.qb-style-card::after,
.qb-swatch::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2026/07/green-select.svg') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: .25s;
    z-index: 10;
    pointer-events: none;
}
.qb-card input[type="radio"]:checked + .qb-card-body::after,
.qb-style-card:has(input[type="radio"]:checked)::after,
.qb-swatch:has(input[type="radio"]:checked)::after {
    opacity: 1;
}
.qb-card input[type="radio"]:checked + .qb-card-body,
.qb-style-card:has(input[type="radio"]:checked){
/*     border:1px solid #A68966;
    background: #FFFAF2; */
/* 	box-shadow: inset #a68966 0px 0px 0px 1px!important; */
}
.granny .qb-card input[type="radio"]:checked + .qb-card-body, .granny .qb-style-card:has(input[type="radio"]:checked){
		box-shadow: inset #a68966 0px 0px 0px 1px;
}
.size-of-bathroom .qb-card input:checked + .qb-card-body {
    border-color: #BFA586;
    background: #FFFAF2;
    box-shadow: inset #BFA586 0px 0px 0px 1px;
}
.qb-style-card input:checked ~ .qb-style-body, .qb-style-card:has(input:checked) {
    border-color: #a68966!important;
}
span.qb-toggle-text {
    width: 85%;
}











.tapwarefinish .qb-swatch::after {
    top: 0px;
    right: 45px;
}
.tapwarefinish  .qb-swatch input:checked + .qb-swatch-color {
    border-color: #707070;
    box-shadow: 0 0 0 0px #ffffff00;
}
.qb-checkbox-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
}
.qb-checkbox-option input[type="checkbox"]:checked {
    background: url('/wp-content/uploads/2026/07/green-select.svg') no-repeat center;
    background-size: contain;
    border-color: transparent;
}
.frameless label.qb-checkbox-option {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #F2F0EC;
	gap:20px;
}
.frameless p {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #000000;
    font-size: clamp(14px, calc(15px + (18 - 15) * ((100vw - 1440px) / (1920 - 1440))), 18px);
}
.frameless h5 {
  margin:0;
	color: #221C19;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Instrument Sans' !important;
}

.frameless .qb-checkbox-group{
	padding: 15px 10px;
    background: #f2f0ec;
    border-radius: 10px;
    border: 1px solid #CEC9BD;
	gap:20px;
}
.size-of-bathroom .qb-card-body {
    border: 1px solid #9A9A9A;
    border-radius: 20px;
    padding: 20px;
}
.size-of-bathroom  span.qb-card-body {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
strong.qb-card-heading .qb-w-field.qb-w-size-card.selectsize.sizeoption strong.qb-card-heading {
    font-size: clamp(28px, calc(30px + (35 - 30) * ((100vw - 1440px) / (1920 - 1440))), 35px);
    font-weight: 600;
	color: var(--black-color) ;
	font-family: 'BRSonoma';
}
strong.qb-card-heading{
	font-size: clamp(23px, calc(34px + (40 - 34) * ((100vw - 1440px) / (1920 - 1440))), 40px);
    font-weight: 600;
	color: var(--black-color) ;
	font-family: 'BRSonoma';
}
.bathroom-size-row {
	padding: 50px 0px 50px 0px;
}
.bathroom-shortcode .qb-field-label , span.qb-style-body strong, .inclusion-title h3, label.qb-followup-label {
    color: var(--black-color) ;
    font-size: clamp(17px, calc(23px + (30 - 23) * ((100vw - 1440px) / (1920 - 1440))), 30px);
    font-family: 'BRSonoma';
}
span.qb-card-para, .qb-style-body span, .qb-w-field.qb-w-toggle.scope-toggle .qb-toggle-desc {
    color: rgba(0, 0, 0, 0.7);
    padding-top: 7px;
    font-family: 'Instrument Sans';
    font-size: clamp(16px, calc(17px + (20 - 17) * ((100vw - 1440px) / (1920 - 1440))), 20px);
    font-weight:400;
	line-height:1.4;
}
.qb-field-label {
    margin-bottom: 20px!important;
}
.size-of-bathroom .qb-card {
    width: 100%;
}
/* =========================
Ideal-style Card
========================= */
.ideal-stylerow .qb-style-card {
    min-width: 360px;
	 border-radius: 27px;
	border: 2px solid #9a9a9a63;
	    width: calc(33.33% - 31px);
}
.ideal-stylerow .qb-style-group {
    gap: 40px;
}
.qb-style-body {
    padding: 40px 30px!important;
    display: flex!important;
    flex-direction: column;
    flex-wrap: nowrap;
}
/* =========================
Toggle
========================= */
.qb-w-field.qb-w-toggle.scope-toggle  .qb-toggle-row {
    padding: 25px 60px 25px 30px;
    border: 1px solid #CEC9BD;
    border-radius: 20px;
	background: #E8E5DD;
}
.qb-w-field.qb-w-toggle.scope-toggle .qb-toggle-label {
    color: var(--black-color);
    font-size: clamp(18px, calc(23px + (30 - 23) * ((100vw - 1440px) / (1920 - 1440))), 30px);
    font-family: 'BRSonoma';
	font-weight:600;
}
.scope-toggle .qb-toggle-slider::before {
    left: 4px;
    width: 29px;
    height: 29px;
}


.qb-w-field.qb-w-dropdown.tiling option h5{
	color:red;!important;
	font-size:25px!important;
}
.scope-toggle .qb-toggle-slider {
    background: #7B776C;
}
.scope-toggle .qb-toggle-switch {
    width: 70px;
	height:35px;
}
/* =========================
Tiling sec
========================= */
.qb-row.qb-row-cols-2.tiling-row {
    gap: 45px;
    flex-wrap: nowrap !important;
}
.tiling-sec, .estimate-sec{
	margin-top:60px;
}
.tiling .qb-dropdown-wrap{
	max-width:100%;
}
.tiling .qb-dropdown-toggle, input.qb-followup-input {
    padding: 8px 8px 8px 15px;
	border: 1px solid #CEC9BD;
    border-radius: 10px;
    background: #F2F0EC;
}
input.qb-followup-input {
   min-height:50px;
}

span.qb-dropdown-toggle-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
	align-content: center;
    align-items: center;
}
.qb-dropdown-open .qb-dropdown-icon img {
    transform: rotate(180deg);
}
span.qb-dropdown-toggle-content h5 , li.qb-dropdown-item h5, .inclusion-col li, label.qb-material-option span{
    color: #221C19;
    font-weight: 400;
    font-family: 'Instrument Sans' !important;
	font-size: clamp(15px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
	text-transform: capitalize;
}
.tiling .qb-dropdown-toggle-content p, li.qb-dropdown-item p{
	color:#000;
	  font-size: clamp(14px, calc(15px + (18 - 15) * ((100vw - 1440px) / (1920 - 1440))), 18px);
}
.tiling .qb-dropdown-icon img {
    width: 40px;
    height: 40px;
	border-radius: 5px;
}
.tiling  ul.qb-dropdown-menu {
    margin: 0;
	padding:0;
}
.tiling  .qb-dropdown-item.qb-dropdown-selected {
    background: #F2F0EC;
}
.tiling  li.qb-dropdown-item {
    display: flex;
    flex-direction: row;
    gap: 15px;
	padding: 15px 10px;
}
/* =========================
Estimate sec
========================= */
.estimate-sec .qb-w-text-field textarea {
    max-width:100%;
}
.estimate-sec .qb-w-text-field input, .estimate-sec .qb-w-text-field textarea {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #CCC7B9;
    border-radius: 10px;
	background:#F5F2ED;
	background:#F5F2ED;
	font-size: clamp(15px, calc(16px + (20 - 16) * ((100vw - 1440px) / (1920 - 1440))), 20px);
    font-family: 'Instrument Sans';
    color: #000;
}
.estimate-sec .qb-row.qb-row-cols-3,  .estimate-sec .qb-row.qb-row-cols-3 {
    padding-bottom: 20px;
}
.estimate-sec .qb-w-text-field input::placeholder,
.estimate-sec .qb-w-text-field textarea::placeholder {
    font-size: clamp(15px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
    font-family: 'Instrument Sans', sans-serif;
    opacity: 1;
	
}
.estimate-sec .qb-w-text-field textarea {
    height: 160px;
}
.qb-calculator-form .qb-field-error-msg {
    margin-top: 0px;
    font-size: clamp(12px, calc(13px + (15 - 13) * ((100vw - 1440px) / (1920 - 1440))), 15px);
    color: #ff1800;
    font-family: 'Instrument Sans', sans-serif;
}
.qb-calculator-form  .qb-field-invalid {
    outline: 0px solid #c0392b;
}

.qb-date-wrap input#qb_field_qb_5zyd834x {
    margin-bottom: 0;
    background: #ffffff00;
    border: 0;
}
/* =========================
Tabware sec
========================= */
.qb-w-field.qb-w-tapware.tapwarefinish {
    padding: 25px 40px;
    border: 1px solid #D1D1D1;
    margin-top: 0px;
    border-radius: 23px;
}
.tapwarefinish .qb-swatch-color {
    width: 100px;
    height: 100px;
    border: 1px solid #707070;
}
.tapwarefinish .qb-swatch-group {
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tapwarefinish .qb-field-label {
    text-align: center;
}
.tapwarefinish .qb-swatch {
    width: 180px;
	gap: 17px;
}
.tapwarefinish  .qb-swatch-group {
    gap: 20px;
}
span.qb-swatch-text{
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: clamp(14px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    font-weight: 400;
    line-height: 1.4;	
	color:#221C19;
}
/* =========================
4.General and clear sec
========================= */
.clear-general .qb-checkbox-option {
    gap: 50px;
    padding: 40px 30px;
    border: 1px solid #D1D1D1;
    border-radius: 23px;
	flex-direction: row-reverse;
	justify-content: space-between;
	width:100%;
}
.clear-general .qb-w-checkbox.qb-layout-horizontal .qb-checkbox-group {
    flex-wrap: nowrap;
    gap: 50px;
}
.clear-general span, .underlay h5{
	  font-size: clamp(16px, calc(19px + (25 - 19) * ((100vw - 1440px) / (1920 - 1440))), 25px);
	 font-weight: 500;
    line-height: 1.3;
	color: #111111;
    font-family: 'BRSonoma';
}
/* =========================
5.General and clear sec
========================= */
.project-inclusions {
    align-items: flex-start;
    gap: 27px;
    grid-template-columns: 32% 32% 30%;
    display: grid;
}
.inclusion-title {
    flex: 0 0 30%;
}
.inclusion-column {
    flex: 1;
}
.inclusion-column ul {
    margin: 0;
    padding-left: 24px;
}
.inclusion-column li {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.inclusion-column li::marker {
    color: #b08b5b;
    font-size: 1.2em;
}
/* =========================
6.Projct Includions
========================= */

.inclusion-col li::marker{
	display:none;
}

.inclusion-col ul {
    margin: 0;
	list-style-type:none;
}
.inclusion-col li{
	position:relative;
	padding-left: 25px;
	padding-bottom:7px;
}
.inclusion-col li::before {
    content: "";
    position: absolute;
    background: #A68966;
    height: 11px;
    width: 11px;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.inclusion-col li:last-child {
    margin-bottom: 0;
}
.underlay p {
    font-size: clamp(15px, calc(16.5px + (18 - 16.5) * ((100vw - 1440px) / (1920 - 1440))), 18px);

}
/* .eventnone{
	pointer-events:none;
} */
/* =========================
6.Final Estimations
========================= */
.estimateform .qb-required{
   opacity:1!important;
}
.estimateform  .qb-submit-btn {
    background: #A68966;
    color: #FCF9F1;
    padding: 25px 28px;
	font-size: clamp(18px, calc(21px + (25 - 21) * ((100vw - 1440px) / (1920 - 1440))), 25px);
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    font-family: 'BRSonoma';
}
.estimateform .qb-w-submit {
    display: inline-block;
}
.estimateform .qb-submit-btn:hover {
    background: #000000;
}
.estimateform .qb-date-wrap {
    max-width: 100% !important;
    background: #f5f2ed;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
}
.estimateform  .qb-date-icon-img {
    max-width: 45px;
    max-height: 45px;
	 border-radius:10px;
/*     border: 2px solid #ffffff;
    background: #ffffff;
    padding: 2px;
    margin-right: 20px; */
}
.estimateform  .qb-date-icon {
    right: 75px;
    color: #8a8578;
    cursor: pointer;
    position: absolute;
    width: 50px;
	background: #ffffff00;
}


/* =========================
-------- GRANNY-CALCULATOR--------
========================= */
.granny .qb-card-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.granny .qb-card {
    width: 100%;
    box-sizing: border-box;
}
p.mname {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    text-align: center;
	font-size: clamp(14px, calc(17px + (21 - 17) * ((100vw - 1440px) / (1920 - 1440))), 21px);
	opacity: 1;
}
.granny strong.qb-card-heading {
    font-size: clamp(15px, calc(23px + (30 - 23) * ((100vw - 1440px) / (1920 - 1440))), 30px);

}
.granny span.qb-card-para {
    padding-top: 5px;
	width:100%;
	text-align: center;
    font-size: clamp(17px, calc(17px + (25 - 17) * ((100vw - 1440px) / (1920 - 1440))), 25px);
}
.granny .qb-card-body{
    padding: 20px 13px;
}
.qb-w-field.qb-w-size-card.liketobuild {
    border-radius: 20px;
}
.liketobuild .qb-card-body {
    border:0px solid #ddd;

}
.liketobuild .qb-card-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 24px 20px;
    background: #f1efe9;
    border-radius: 20px;
}
.liketobuild .qb-card {
    display: block;
    cursor: pointer;
    border-radius: 10px;
}

.liketobuild .qb-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.liketobuild .qb-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    background: transparent;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.liketobuild .qb-card input[type="radio"]:checked + .qb-card-body {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.liketobuild  .qb-card input[type="radio"]:checked + .qb-card-body::after {
    opacity: 0;
}
.liketobuild .project-duration {
    color: #221C19;
    font-weight: 400;
    font-family: 'Instrument Sans' !important;
    font-size: clamp(17px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
    opacity: 1;
}
.liketobuild  .qb-card input[type="radio"]:checked + .qb-card-body {
    border: 0px solid #ffffff;
}
.funded strong.qb-card-heading {
    font-size: clamp(15px, calc(18px + (23 - 18) * ((100vw - 1440px) / (1920 - 1440))), 23px);
}
.funded .qb-card-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.funded .qb-card-group .qb-card {
    width: 100%;
    display: flex;
}

.funded .qb-card-group .qb-card-body {
    width: 100%;
    display: block;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    text-align: center;
    padding: 21px 60px;
}
.funded .qb-card-group .qb-card-heading,
.funded .qb-card-group .qb-card-para {
    text-align: center;
}
.padstop50{
	padding-top:50px;
}
.facade .qb-style-group{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    align-items: stretch;
}
.facade .qb-style-group .qb-style-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 320px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
}
.facade .qb-style-group .qb-style-card img{
    width: 100%;
    object-fit: cover;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.facade .qb-style-group .qb-style-body .inner-qb{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 20px 15px 20px 25px !important;
	min-height:115px;
}
.facade .qb-style-group .qb-style-body span{
    flex: 1;
	padding-top: 15px;
}
.facade span.qb-style-body strong {
    font-size: clamp(18px, calc(21px + (25 - 21) * ((100vw - 1440px) / (1920 - 1440))), 25px);
}
/* .qb-style-body span{
	  font-size: clamp(15px, calc(16px + (20 - 16) * ((100vw - 1440px) / (1920 - 1440))), 20px);
} */
/* .facade  .qb-style-card:has(input[type="radio"]:checked) {
    border: 1px solid #BFA586;
} */
/* .facade  .qb-style-card {
    border: 1px solid #9A9A9A;
} */
span.inner-qb {
    border: 1px solid #9A9A9A;
    border-radius: 20px;
}
/* .qb-card-body .inner-qb:hover, .qb-style-card .inner-qb:hover{
    border-color: #a68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0 0 0 1px;
} */
.facade .qb-card input[type="radio"]:checked + .inner-qb,
.facade .inner-qb:has(input[type="radio"]:checked){
    border: 1px solid #A68966;
    background: #FFFAF2;
	box-shadow: inset #a68966 0px 0px 0px 1px;
}
.facade .qb-card input[type="radio"]:checked + .qb-card-body, .facade .qb-style-card:has(input[type="radio"]:checked) {
    border: 0;
/*     background: none; */
}
.facade  .qb-card-body:hover, .facade  .qb-style-card:hover {
    box-shadow: inset #a68966 0 0 0 0px;
	background: none;
}
.facade .qb-style-body {
    padding: 40px 25px 25px 25px !important;
    min-height: 115px;
}
.qb-style-card .inner-qb:hover {
    background: #fffaf2;
    border: 0px solid #a68966;
}
.qb-img-btn {
    font-family: 'Instrument Sans';
}
.qb-img-btn:hover {
    font-weight:500;
}
a.qb-img-btn{
	display:none;
}

.qb-toggle-switch input:checked + .qb-toggle-slider::before {
    transform: translateX(40px)!important;
}
.roofing .qb-imgcheck-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    row-gap: 30px !important;
    column-gap: 40px !important;
}
.roofing .qb-imgcheck-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    gap: 20px;
}
.roofing  .qb-imgcheck-col.qb-imgcheck-title h5, .benchtop-material.patio.e-service h5 {
    font-size: clamp(16px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
	margin-bottom: 0;
}
.roofing .qb-imgcheck-col.qb-imgcheck-check {
    display: none;
}
.roofing .qb-imgcheck-row {
    position: relative;
}
.roofing .qb-imgcheck-row::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2026/07/green-select.svg') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: .25s;
    z-index: 10;
    pointer-events: none;
}
.roofing .qb-imgcheck-row:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}
.roofing .inner-qb:has(input[type="checkbox"]:checked) {
    border-color: #a68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0px 0px 0px 1px;
}
.roofing  .qb-imgcheck-image img {
    border-radius: 8px;
    border: 1px solid #D5D5D5;

}
.roofing span.inner-qb:hover {
    background: #FFFAF2;
    border: 1px solid #BFA586;
}
.roofing  .qb-imgcheck-col.qb-imgcheck-title p{
	opacity:1;
	color:#221C19;
}
.qb-imgcheck-col.qb-imgcheck-title h5 {
	font-weight:600;
}


.roofing  .qb-imgcheck-row:hover {
    border-color: #a68966;
}

.patio label.qb-field-label, .your-flooring.patio strong  {
    display: flex;
    gap: 5px;
}
.facade.your-flooring .qb-style-body {
    min-height: 90px;
}

.patio p {
    font-size: clamp(15px, calc(15px + (20 - 15) * ((100vw - 1440px) / (1920 - 1440))), 20px);
	opacity:1;
}

.rowgap45 {
    gap: 45px !important;
    flex-wrap: nowrap !important;
}
.roofing.fans .qb-imgcheck-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

}
.qb-card-body:hover , .qb-style-card:hover{
    border-color: #a68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0 0 0 0px;
}
.roofing span.inner-qb {
    padding: 13px 12px;
    border-radius: 15px;
	gap: 20px;
}
.roofing .qb-imgcheck-row .main-qb {
    gap: 0px;
}
.your-flooring .inner-qb:has(input[type="radio"]:checked) .qb-style-body strong {
    text-decoration: underline;
}
.liketobuild strong.qb-card-heading {
    font-weight: 400;
    font-family: 'Instrument Sans';
	font-size: clamp(14px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
	color:#111111;
}
.ideal-style span.inner-qb {
    border: 0;
    border-radius: 0px;
}
.ideal-style .qb-card input[type="radio"]:checked + .ideal-style .qb-card-body,  .ideal-style .qb-style-card:has(input[type="radio"]:checked) {
/*     border: 2px solid #A68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0px 0px 0px 1px; */
}
 .ideal-style.facade .qb-card input[type="radio"]:checked + .ideal-stylefacade .qb-card-body, .ideal-style.facade .qb-style-card:has(input[type="radio"]:checked) {
    background: #fffaf200;

} 
.ideal-style.facade span.inner-qb {
    border: 1px solid #9a9a9a;
    border-radius: 20px;
}
.benchtop-material.qb-w-material .qb-material-option input[type="radio"], .benchtop-material.qb-w-material .qb-material-option input[type="checkbox"] {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;

}
/* =========================
Kitchen Renovation
========================= */
.kitchen .qb-style-card img {
    height: 200px;
	object-fit:cover;
} 
/* Benchtop Material */
.benchtop-material.qb-w-material .qb-material-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: 100px; /* Equal height for all cards */
}

.benchtop-material.qb-w-material .qb-material-option {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 24px;
    cursor: pointer;
    transition: all .3s ease;
}

.benchtop-material.qb-w-material .qb-material-option:hover {
    border: 1px solid #A68966;
    background: #FFFAF2;
    box-shadow: inset #a68966 0px 0px 0px 1px;
}

.benchtop-material.qb-w-material .qb-material-option input[type="radio"] {
    flex-shrink: 0;
    margin: 0;
}

.benchtop-material.qb-w-material .qb-material-option span {
    flex: 1;
    line-height: 1.4;
    word-break: break-word;
}
.qb-material-option input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: .25s;
}
.qb-material-option input[type="radio"]:checked{
    background: url('/wp-content/uploads/2026/07/green-select.svg') no-repeat center;
    background-size: contain;
    border-color: transparent;
}
.qb-material-other {
    margin-top: 40px!important;
	gap:40px!important;
}
.benchtop-material .qb-material-desc{
    border-radius: 24px;
    padding: 24px;
    height: 100px;
}
.scope-toggle-note{
    display:none;
    margin-top:20px;
}

.qb-info-box{
    padding:18px;
    border-left:4px solid #c59d5f;
    background:#faf8f4;
    border-radius:10px;
}
.sink-size .qb-checkbox-group {
    display: flex !important;
    flex-direction: row;
    gap: 40px !important;
    flex-wrap: nowrap !important;
}
.hello-message p{
	color:#000;
}
.benchtop-material.patio .qb-material-option span{
	display:flex;
	gap:2px;
}
span.qb-file-upload-text, .qb-material-desc::placeholder , .qb-material-desc  {
    color: #111111;
	font-family: 'Instrument Sans', sans-serif !important;
    font-size: clamp(17px, calc(18px + (25 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
	opacity:1;
}
.qb-material-desc  {
	padding:24px!important;
	border-radius:24px!important;
	height: 125px;
}
.qb-w-field.qb-w-file-upload.inspiration h5{
	 font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
}
.qb-w-field.qb-w-file-upload.inspiration .qb-file-row .qb-file-upload{
	border: 0px dashed #aaaaaa00;
    background: #fafafa00!important;
	padding:0;
}
.qb-w-field.qb-w-file-upload.inspiration .qb-file-row .qb-file-icon-img {
    width: 30px;
    height: 30px;
}
.joinery span.inner-qb {
    min-height: 55px;
}
.splashback .qb-imgcheck-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.qb-file-wrap.qb-icon-left {
    padding: 24px;
    border: 1px solid #cfcfcf;
    border-radius: 24px;
	height: 100%;
}
.qb-file-upload {
    background: #f5f2ed!important;

}
.qb-file-name {
    font-size: 15px;
    font-family: 'Instrument Sans';
}
span.qb-file-upload-text h5 {
}
.roofing span.qb-imgcheck-col.qb-imgcheck-title {
   font-size: clamp(13px, calc(14px + (18 - 14) * ((100vw - 1440px) / (1920 - 1440))), 18px);
    margin-bottom: 0;
    color: #111111;
    font-weight: 500;
    font-family: 'BRSonoma';
}
.benchtop-material.e-service input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: all .25s ease;
}

.benchtop-material.e-service input[type="checkbox"]:checked {
    background: url(/wp-content/uploads/2026/07/green-select.svg) no-repeat center center;
    background-size: 22px;
}

.kit-splashback .qb-material-group .qb-material-option p{
	color: #000;
    font-size: clamp(14px, calc(15px + (18 - 15) * ((100vw - 1440px) / (1920 - 1440))), 18px);
	
}
h3.qb-w-heading.electric {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}
.ideal-stylerow .qb-w-field.qb-w-ideal-style.ideal-style.laundry .qb-style-group {
    flex-wrap: nowrap;
}	
.ideal-stylerow .qb-w-field.qb-w-ideal-style.ideal-style.laundry  .qb-style-card {
    min-width: 265px;
}
.qb-w-field.qb-w-ideal-style.ideal-style.laundry .qb-style-card img {
    height: 150px;
    border-bottom: 1px solid #d8d8d8;
	object-fit: cover;
}
.qb-w-field.qb-w-ideal-style.ideal-style.laundry  .qb-style-body {
    padding: 30px!important;
}
.project-inclusions.conditions, .project-inclusions.gurantee-incl{
    grid-template-columns: 32% 67%;
}
.inclusion-col p {
    opacity: 1;
    color: #221c19;
}
.gurantee-incl{
	border-top:1px solid #D1D1D1;
	padding-top:25px;
	margin-top:25px;
}
.size-of-bathroom.selectsize .qb-card {
    min-width: 180px;
}
.granny.selectsize .qb-card-body {
    min-height: 60px;
}


.benchtop-material.qb-w-material.rooms .qb-material-group {
    grid-template-columns: repeat(4, 1fr);
}
.qb-container.contain-gap {
    display: flex;
    flex-direction: column !important;
}
span.qb-conditional-text {
    color: #221C19;
    font-weight: 400;
    font-family: 'Instrument Sans' !important;
    font-size: clamp(17px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
}
label.qb-conditional-option {
    padding: 25px;
    border: 1px solid #cfcfcf;
    border-radius: 24px;
    min-width: 215px;
    min-height: 40px;
}
.qb-conditional-option input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: .25s;
}

.qb-conditional-option input[type="radio"]:checked{
    border: none;
    background: url('/wp-content/uploads/2026/07/green-select.svg') center center no-repeat;
    background-size: 24px;
}
.qb-conditional-option:has(input[type="radio"]:checked){
    border: 1px solid #A68966;
    background: #FFFAF2;
    box-shadow: inset 0 0 0 1px #A68966;
}
.qb-w-field .qb-followup-col input.qb-followup-input, .qb-w-field .qb-followup-col input.qb-followup-input::placeholder{
    font-size: clamp(17px, calc(18px + (22 - 18) * ((100vw - 1440px) / (1920 - 1440))), 22px);
    color: #221C19;
    font-family: 'Instrument Sans' !important;
}
.benchtop-material.qb-w-material.rooms .qb-material-option:has(input:checked) {
    border: 1px solid #A68966;
    background: #FFFAF2;
    box-shadow: inset 0 0 0 1px #A68966;
}
.qb-w-field.qb-w-material.benchtop-material.kit-splashback.e-service.rooms .qb-material-col.qb-material-file-col {
    display: none;
}
.qb-w-field.qb-w-material.benchtop-material.kit-splashback.e-service.rooms .qb-material-other {
    grid-template-columns: 1fr;
}
.page-id-751 section#block-8, .page-id-526 section#block-8, .page-id-428 section#block-8,  .page-id-625 section#block-8, .page-id-679 section#block-8  {
    display: none;
}
.qb-w-field.qb-w-image-checkbox.roofing.job span.inner-qb {
    padding: 24px 0px;
    border-radius: 24px;
}
.qb-w-field.qb-w-image-checkbox.roofing.job .qb-imgcheck-title {
    align-items: center;
}
.qb-w-field.qb-w-image-checkbox.roofing.job span.qb-imgcheck-col.qb-imgcheck-image{
	display:none;
}
.qb-w-field.qb-w-image-checkbox.roofing.roof-finish.job.typesof-finish  .qb-imgcheck-group {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.qb-w-field.qb-w-size-card.selectsize.sizeoption strong.qb-card-heading {
    font-size: clamp(22px, calc(34px + (40 - 34) * ((100vw - 1440px) / (1920 - 1440))), 40px);
	color: #111111;
}
.qb-w-field.qb-w-size-card.liketobuild.interior-scope .qb-card-group{
	    grid-template-columns: repeat(3, 1fr);
}
.wpb_text_column.wpb_content_element.bathroom-shortcode {
    margin-bottom: 0;
}
.qb-container {
	width:auto!important;
}
section.vc_section.bg-light-sandal.bathroom-renovation-sec .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}	
.qb-file-wrap,
.qb-file-wrap * {
    cursor: pointer;
}
.qb-uploaded-file{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:15px;
    padding:12px 15px;
    border:1px solid #d9d9d9;
    border-radius:8px;
    background: #f5f2ed;
}

.qb-uploaded-name{
    flex:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #221c19;
    font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
	font-family: 'Instrument Sans';
}

.qb-remove-file{
    width:28px;
    height:28px;
    border:none;
    border-radius:50%;
    background:#f44336;
    color:#fff;
    font-size:18px;
    line-height:28px;
    cursor:pointer;
    padding:0;
    transition:.2s;
}

.qb-remove-file:hover{
    background:#d32f2f;
}
..qb-file-wrap.qb-icon-left .qb-file-row {
    gap: 35px;

}
.thankssec.hero-inner-section {
    height: 440px;
}
/* MOBILE ONLY */

.trinity-mobile-zoning{
    display:none;
}
.search.search-results .page-title.solid-bg {
    background-color: rgb(219 213 201);
}
.search.search-results  .wf-container{
	padding:150px 50px 100px 50px;
}
.search.search-results .page-title .breadcrumbs a,  .search.search-results .page-title .breadcrumbs {
    color: #000;
    font-family: 'Instrument Sans';   
	font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
}

.search.search-results .page-title h1 span {
    font-family: 'BRSonoma';
	 color: #000;
}
.search.search-results  .blog-content p{
	 color: #000;
    font-family: 'Instrument Sans'; 
	font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
}
.search.search-results  .entry-meta {
    display: none;
}

.search.search-results  .paginator {
    padding-bottom: 150px;
}
.search.search-results  .paginator:not(.paginator-more-button) a {
    font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
    color:#000;
    background: #dbd5c9;
}
.description-under-image .post .entry-title a:hover, .post .blog-content .entry-title a:hover, .project-list-content .entry-title a:hover {
    color:#000!important;
	opacity:1;
}
.skiptranslate{
	display:none;
}
/* .search.search-results .blog-content.wf-td:hover {
    background: #DBD5C9;
} */
input.field.searchform-s {
    color: #000000;
    font-size: clamp(17px, calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))), 20px);
	font-family: 'Instrument Sans'; 
}
/* Search Results */
.search .iso-item article,
.search-results .iso-item article{
    height:100%;
}

.search .blog-content,
.search-results .blog-content{
    display:flex;
    flex-direction:column;
    height:100%;
}

.search .blog-content p,
.search-results .blog-content p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:10;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.7;
    margin-bottom:0;
}
.search.search-results .paginator:not(.paginator-more-button) a:hover {
    color: #fff;
    background: #000;
}
.blog-content.wf-td {
    margin-bottom: 20px !important;
}
.search.search-results article:hover {
    background-color: #DBD5C9;
}
.wpb_text_column.wpb_content_element.cmn-para.blacktxt.head5.mrgnbtm0.coststxt.centertxt {
    width: 70%;
    margin: auto;
}

/* =========================================
   TrinityCon Opening Animation
========================================= */
/* .tc-opening-animation {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transition: opacity .8s cubic-bezier(.4,0,.2,1), visibility .8s;
}
html.tc-opening-lock,
body.tc-opening-lock {
    overflow: hidden !important;
    height: 100%;
}
.tc-opening-content {
    position: relative;
    width: 100%;
    height: 100%;
}

ul.tc-opening-slide {
    position: absolute;
    top: 50%;
    left: 42%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 1;
}
ul.tc-opening-slide li {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition:
        transform 1.3s cubic-bezier(.22,1,.36,1),
        opacity 0.8s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
ul.tc-opening-slide li img {
    width: 100%;
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.tc-opening-active ul.tc-opening-slide li {
    opacity: 1;
}
.tc-opening-active ul.tc-opening-slide li:nth-child(1) {
    transform: translate(-50%, 0%);
}
.tc-opening-active ul.tc-opening-slide li:nth-child(2) {
    transform: translate(calc(-50% - 18px), 28px) rotate(60deg);
}
.tc-opening-active ul.tc-opening-slide li:nth-child(3) {
    transform: translate(calc(-50% + 18px), 28px) rotate(-60deg);
}

.tc-opening-text {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(80px, -50%);
    display: flex;
    color: #fff;
    font-size: clamp(25px, calc(50px + (60 - 50) * ((100vw - 1440px) / (1920 - 1440))), 60px);
    font-weight: 600;
    letter-spacing: .5px;
    white-space: nowrap;
    z-index: 2;
    opacity: 0;
    font-family: 'BRSonoma', sans-serif !important;
}
.tc-opening-text.tc-text-ready {
    opacity: 1;
}

.tc-opening-text .tc-char {
    display: inline-block;
    opacity: 0;
    transform: translateY(6px);
    will-change: transform, opacity;
    transition: transform .25s ease,
                opacity .2s ease;
}
.tc-opening-text.tc-text-reveal .tc-char {
    opacity: 1;
    transform: translateY(0);
}

.tc-opening-animation.tc-opening-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.get-in select.wpcf7-select.active,
.tc-contact-form select.wpcf7-select.active {
    color: #000 !important;
}
.tc-form-date {
    position: relative;
}
.tc-form-date .date-contact {
    padding-right: 50px;
}
 */
.tc-opening-animation {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;   /* fallback for older browsers */
    height: 100dvh;  /* ← accounts for mobile address bar, keeps true centering */
    background: #000;
    overflow: hidden;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transition: opacity .8s cubic-bezier(.4,0,.2,1), visibility .8s;
}
html.tc-opening-lock,
body.tc-opening-lock {
    overflow: hidden !important;
    height: 100%;
}

.tc-opening-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Centered and scaled to fit the screen without distorting/cropping.
   Change to object-fit: cover + width/height: 100% if you want it
   to fill the entire screen edge-to-edge instead. */
/* .tc-opening-gif {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
} */
.tc-opening-gif {
    width: 50vw;        /* ← was "auto" — this is what actually grows it */
    max-width: 700px;   /* caps it on very large screens */
    height: auto;
    object-fit: contain;
}

.tc-opening-animation.tc-opening-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.get-in select.wpcf7-select.active,
.tc-contact-form select.wpcf7-select.active {
    color: #000 !important;
}
.tc-form-date {
    position: relative;
}
.tc-form-date .date-contact {
    padding-right: 50px;
}
/* =========================================
   TrinityCon Opening Animation End
========================================= */




/* Hide native calendar icon */
.tc-form-date .date-contact::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tc-form-date .date-contact::-webkit-inner-spin-button,
.tc-form-date .date-contact::-webkit-clear-button {
    display: none;
}

.tc-form-date::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(/wp-content/uploads/2026/07/datepicker.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.cf7-upload-wrapper.tc-form-row span.wpcf7-form-control-wrap {
    position: static;
    width: auto !important;
}
.cf7-upload-wrapper.tc-form-row {
    position: relative;
}
.tc-contact-form .cf7-upload-wrapper .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
}
label.custom-upload-button.tc-file-text.tc-file-upload {
    line-height: 1.5;
}
span.file-name {
    font-family: 'Instrument Sans';
}
span.remove-file {
    font-family: 'Instrument Sans';
    font-size: 12px;
    background: #f5f2ed;
    padding: 0px 5px;
    border-radius: 15px;
}








.cf7-upload-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
}
.cf7-upload-wrapper .wpcf7-form-control-wrap {
    flex: 0 0 auto;
    width: auto;
}
.cf7-upload-wrapper .custom-upload-button {
    flex-shrink: 0;
}
/* .cf7-upload-wrapper .custom-upload-button.has-file .upload-label-text {
    display: none;
} */
.cf7-upload-wrapper .file-name-wrap {
    display: none;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}
.cf7-upload-wrapper .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    font-size: 13px;
    color: #555;
}
.cf7-upload-wrapper .file-remove-icon {
    flex-shrink: 0;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    line-height: 1;
}
.cf7-upload-wrapper .file-remove-icon:hover {
    color: #d32f2f;
}
span.upload-label-text {
    padding-left: 15px;
}





















@media (min-width: 1800px) {
#main > .wf-wrap {
    padding: 0 110px 0 110px!important;
}
	:root {
    --top-space: 19.5rem;
	--btm-space: 19.5rem;
	--sm-top-space:15rem;
	--sm-bot-space:15rem;	
}
.clientssay .testimonial-item::before {
    bottom: -50px;

}	
.hero-section {
    height: 900px;
}	
.tc-footer-links {
    gap: 10px;
}	
.tc-content-para {   
    line-height: 1.3;
}	
.build-row-l {
    padding-right: 400px;
}
.precision-row {
    padding-right: 100px !important;
}
.precision-row::before {
    top: 25%;  
    height: 23%;
}
.commercial-sec::before {
    background-size: 55%;
    top: 9%;
    left: 24%;
}	
.branding a img, .branding img {
    max-width: 300px !important;
    padding-top: 0px;
}
.cmn-btn {
    padding: 20px 60px 20px 20px;
	border: 2px solid #ffffff !important;
}	
header.header-bar {
        height: 120px !important;
    }	
.cmn-btn.btn-black {
    border: 2px solid var(--black-color)!important;
}	
.cmn-btn.btn-white {
    border: 2px solid var(--whitetext);
}	
.cmn-btn::after{  
    right: 15px;
    width: 35px;
    height: 35px;  
}	
.cmn-btn::before, .cmn-btn span::before, .cmn-btn span::after {
    right: -38px;
    width: 20px;
    height: 20px;
    background-size: 17px;
}
.cmn-btn:hover::before {
    right: 22px;
}
.cmn-btn:hover span::after {
    transform: translateY(-36%) rotate(0deg);
    right: -36px;
}	
.cmn-btn:hover span::before {
    transform: translateY(-38%) rotate(50deg);
    right: -42px;
}	
.dt-testimonials-shortcode .testimonial-vcard .text-secondary {
   padding-top:-10px!important;
}	
.clientssay .owl-nav div.owl-next {
    left: 3.5% !important;
}	
.why-pic img {
        height: 60px;
        padding-top: 20px;
    }
.clientssay .testimonial-item {
    padding-bottom: 160px !important;
}
.cmn-icon {
        right: 22px;
        top: 50%;
        width: 20px;
}	
.cmn-leaf {
        width: 19px;
        height: 17px;
  }	
.cmn-btn:hover .leaf-1 {
    transform: translate(-50%, -57%) rotate(120deg);
}	
.cmn-btn:hover .leaf-2{
    transform: translate(-40%, -36%) rotate(52deg);
}	
	
.cmn-btn:hover .leaf-3 {
    transform: translate(-70%, -36%) rotate(5deg);
}	
.tc-social-wrap {
    gap: 40px;
}	
img.tc-social-img {
    width: 50px;
}	
.tc-file-upload::before {
        left: 10%;
        background-size: 13px;
        height: 30px;
        width: 30px;
        top: -3%;
    }
.cf7-upload-wrapper.tc-form-row {
    padding: 25px 0px;   
}		
.active-product ul.banner-slide li:nth-child(1) {
    transform: translate(-50%, -103px);
}
.active-product ul.banner-slide li:nth-child(2) {
        transform: translate(calc(-50% - 95px), 60px) rotate(60deg);
    }
.active-product ul.banner-slide li:nth-child(3) {
        transform: translate(calc(-50% + 90px), 60px) rotate(-60deg);
    }
.hero-inner-right {
    padding-left: 90px;
	padding-right:20px;
}	
.clientssay .testimonial-video-wrap video, .clientssay .testimonial-video-wrap iframe {
    height: 500px;
}
section#block-8 {
    padding: 100px 70px;
}
.tc-form-input{
    height: 70px;
}
.wpcf7-submit:hover .btc-icon { 
    top: 52%;
}
.btc-submit-btn {
    padding: 18px 50px 18px 15px;
    font-size: 20px;
}	
.btc-submit-btn::after {
    right: 6px;
    width: 35px;
    height: 35px;
}	
.btc-leaf {
    width: 17px;
    height: 17px;   
}	
.btc-icon {
    right: 13px;  
}
.map-wrapper iframe {
    height: 650px;
}
.hero-inner-section{
	height:710px;
}
.getin-right .wpb_text_column.wpb_content_element.get-text{
	padding:40px 0;

}	
.build-pic img{
    transform: translateX(0) scale(1);
    height: 500px;
	padding-left: 25px;
}
.build-row:hover .build-row-r{
	transform:scaleX(1.2);
}
.build-row:hover .build-pic img{
	transform:translateX(0px) scaleY(1.1);
	padding-left: 0px;
}
.qb-container.contain-gap, 	.qb-container.bathroom-calc{
	Width:auto!important;
}
.size-of-bathroom .qb-card {
    min-width: 277px!important;
}
.size-of-bathroom .qb-card-body {
    padding: 40px;
}	
.ideal-stylerow .qb-style-card {
    min-width: 465px!important;
}	
.size-of-bathroom.granny .qb-card-body {
        padding:30px 20px;
    }	
.tapwarefinish .qb-swatch {
    width: 250px;
}	
.tapwarefinish .qb-swatch-color {
    width: 125px;
    height: 125px;
}	
.tapwarefinish .qb-swatch::after {
    top: 3px;
    right: 70px;
}	
.tapwarefinish .qb-swatch::after, .qb-checkbox-option input[type="checkbox"] {
    width: 30px;
    height: 30px;
}	
.estimateform .qb-date-icon {
    right: 70px;
}	
.kitchen .qb-style-card img {
    height: 300px;
}
.ideal-stylerow .qb-w-field.qb-w-ideal-style.ideal-style.laundry .qb-style-card {
    min-width: 340px!important;
}
.qb-w-field.qb-w-ideal-style.ideal-style.laundry .qb-style-card img {
    height: 220px;
}	
.liketobuild .qb-card-body {
    padding:20px;
}	
.qb-material-desc,  .benchtop-material .qb-material-desc {
    height: 150px;
}	
.qb-w-field.qb-w-image-checkbox.roofing.job span.inner-qb {
    padding: 40px 25px;
}
.funded .qb-card-group .qb-card-body {
    padding: 35px 70px;
}
.funded .qb-card-group {
    gap: 30px;
}
.qb-card-body::after, .qb-style-card::after, .qb-swatch::after, .roofing .qb-imgcheck-row::after {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
}	
.qb-container.contain-gap {
    padding: 100px 60px !important;
	gap: 60px !important;
}	
.scope-toggle .qb-toggle-switch {
    width: 90px;
    height: 47px;
}
.scope-toggle .qb-toggle-slider::before {
    left: 5px;
    width: 40px;
    height: 41px;
}
.tiling .qb-dropdown-toggle, input.qb-followup-input {
    padding: 12px 12px 12px 15px;
}	
.clear-general .qb-checkbox-option {
    padding: 50px 30px;
}	
.qb-row {
    gap: 60px !important;
}	
.benchtop-material.qb-w-material .qb-material-option input[type="radio"], .benchtop-material.qb-w-material .qb-material-option input[type="checkbox"] {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}	
.benchtop-material.e-service input[type="checkbox"]:checked {
    background-size: 31px;
}	
.roofing span.inner-qb {
    padding: 17px 15px;
    gap: 25px;
}	
span.qb-imgcheck-col.qb-imgcheck-image {
    width: 80px;
	flex: 0 0 80px!important;
    height: 80px;
}	
span.qb-imgcheck-col.qb-imgcheck-image	img {
    width: 80px;
    height: 80px;
}
.qb-conditional-option input[type="radio"] {
    width: 32px!important;
    height: 32px!important;
    flex: 0 0 32px!important;
}
.qb-conditional-option input[type="radio"]:checked {
    background-size: 32px;
}	
.wpb_content_element.innersec-head-one {
    margin-bottom: 95px;
}	
.btc-submit-text{
	padding-top:4px;
}
/*  .partner-pic img {
     width: 150px;
	 height:90px;
    }	
	 */
.about-prec .precision-row::before {
    top: 22%;
    height: 27%;
}	
	
	
	
}














@media (max-width: 1180px) {
#main > .wf-wrap {
    padding: 0 80px 0 80px!important;
}
:root {
    --top-space: 10rem;
	--btm-space: 10rem;
	--sm-top-space:8rem;
	--sm-bot-space:8rem;	
}
.hero-section {
    height: 600px;
}	
.hero-inner-right , .about-inner-second-r  {
    padding-left: 0;
}
.build-row-l {
    padding-right: 100px;
}
.commercial-l.wpb_column.vc_column_container {
    padding-right: 70px;
}
.why-us-inner-first .cmn-para {
    width: 80%;
}
.why-pic, .font-inter{
		margin-bottom:0;
	}	
.why-pic img {
    height: 45px;
	padding-top: 5px;
}	
.why-pic.account-pic img {
    height: 40px;
    padding-bottom: 5px;
}	
.precision-row::before {
        top: 29%;
        height: 24%;
    }
.precision-col {
    padding: 10px 15px 0 15px;
}	
.precision-col .head4 {
    padding-top: 50px;
}	
.precision-inner-row {
    padding-top: 100px;
    padding-left: 0px;
}	
.precision-col::before {
    background-size: 60%;
    top: -45%;
}
.precision-col::after {
    transform: scale(1.1);
    top: -30%;
}
.tc-form-row.date-budget {
		flex-direction:column;
	}
}	
	
	
	
@media (max-width: 1024px) {	
.build-pic img{
    height: 300px;
}

	
	
	
	
}


@media (max-width: 991px) {
 #main > .wf-wrap {
        padding: 0 40px 0 40px !important;
    }
.tc-content-wrap {
        flex-direction: column;
}
.tc-content-left, .tc-content-right {
        width: 100%;
}
.tc-top-section, .tc-bottom-section, .tc-bottom-right {
        flex-direction: column;
}
.tc-top-left, .tc-top-right, .tc-bottom-right {
        width: 100%;
}
.tc-bottom-left {
    width: 60%;
}
.tc-main-heading {
        font-size: 42px;
        margin-bottom: 50px;
}
.precision-row::before {
    top: 25%; 
    height: 25%; 
}
.why-pic img {
    height: 50px;
    padding-top: 10px;
}	
.build-row-l {
    padding-right: 100px;
}
.main-nav > li > a .menu-text {
    font-size: 20px !important;
}
.branding a img, .branding img {
    max-width: 320px !important;
    padding-top: 0x;
}	
.build-pic img {
    height: auto;
}	
.build-row {
    padding: 70px 40px 70px 40px;
}	
.clientssay .testimonial-item {
    padding: 70px 20px 70px 20px !important;
}
.clientssay .testimonial-item {
    padding-bottom: 70px !important;
}	
.clientssay .testimonial-item {
    gap: 10px;
}
.clientssay .owl-nav div.owl-next {
    left: 7.5% !important;
}
.clientssay .testimonial-item::before {
    left: 30%;
    bottom: -50px;
    height: 30%;
    width: 30%;
    background-size: 100%;
}
.reviewpic{
		margin-bottom:0;
	}
.tc-main-heading {
    padding-bottom: 0px;
}	
.search.search-results  .wf-container{
	padding:100px 20px 100px 20px;
}	
.wpb_text_column.wpb_content_element.cmn-para.blacktxt.head5.mrgnbtm0.coststxt.centertxt {
    width: 80%;
}
.tc-bottom-right {
    gap: 20px;
}	
.partners .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 25%;
}
	
	
}







@media (max-width: 767px) {
.tc-form-input {
        height: 65px;
        font-size: 16px;
}
.tc-opening-gif {
    width: 70vw;        /* ← was "auto" — this is what actually grows it */
    max-width: 600px;   /* caps it on very large screens */

}
.btc-submit-btn {
    margin-top: 30px;
}
.partners .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 50%;
}

.tc-form-textarea {
        height: 160px;
        font-size: 16px;
}
.tc-file-upload {
        height: auto;
}
.tc-content-heading {
        font-size: 34px;
}
.tc-content-para {
        font-size: 16px;
}
.tc-footer-wrap {
        padding: 40px 25px;
}
.tc-main-heading {
        font-size: 25px;
}
.tc-footer-title {
        font-size: 18px;
}
.tc-contact-text,.tc-address-text,.tc-license-text,.tc-footer-links a {
        font-size: 16px;
    }
.facade .qb-style-group{
        grid-template-columns: 1fr;
    }

.facade .qb-style-group .qb-style-card{
        min-height: auto;
    }
.facade .qb-style-group .qb-style-card img{
        height: 220px;
    }
 .roofing .qb-imgcheck-group{
        grid-template-columns: 1fr;
    }	
 .benchtop-material.qb-w-material .qb-material-group {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .benchtop-material.qb-w-material .qb-material-option {
        padding: 20px;
    }	
.trinity-mobile-zoning{
    display:block;
    width:100%;
}

.trinity-table-card{
    width:100%;
    margin:0 0 20px;
    background:#fff;
    border:1px solid #e7dece;
}

.trinity-table-title{
    background:#666156;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 14px;
}

.trinity-table-title span{
    font-family:"Bronsona", serif;
    font-size:22px;
    font-weight:400;
    line-height:1.2;
    color:#fff;
}

.trinity-table-title strong{
    font-family:"Bronsona", serif;
    font-size:22px;
    font-weight:700;
    color:#fff;
    line-height:1;
}

.trinity-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 14px;
    border-bottom:1px solid #e7dece;
}

.trinity-row:last-child{
    border-bottom:none;
}

.trinity-row span{
    width:70%;
    font-family:"Instrument Sans", sans-serif;
    font-size:18px;
    font-weight:400;
    color:#666156;
    line-height:1.4;
}

.trinity-row strong{
    width:30%;
    text-align:right;
    font-family:"Instrument Sans", sans-serif;
    font-size:18px;
    font-weight:700;
    color:#666156;
    line-height:1.4;
}
  .desktop-table{
        display:none;
    }
.search.search-results  .wf-container{
	padding:50px 20px 50px 20px;
}
 .search.search-results   #main > .wf-wrap {
        padding: 0 10px 0 10px !important;
    }
.wpb_text_column.wpb_content_element.cmn-para.blacktxt.head5.mrgnbtm0.coststxt.centertxt {
    width: 95%;
}
.thankssec.hero-inner-section {
    height: 300px;
}
ul.tc-opening-slide, .tc-opening-text {
    left: 40%;	
}
	.funded strong.qb-card-heading br{
		display:none;
	}
.cf7-upload-wrapper,
    .cf7-upload-wrapper.tc-form-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .cf7-upload-wrapper .wpcf7-form-control-wrap {
        display: flex ;
        flex: 0 0 auto ;
        width: auto ;
    }
    .cf7-upload-wrapper .file-name-wrap {
        flex: 1 1 auto;
        min-width: 0 ;
    }
    .cf7-upload-wrapper .file-name {
        max-width: 70px;
    }

}
@media (min-width:768px){
    .trinity-mobile-zoning{
        display:none;
    }
}

@media (max-width: 480px) {
	.cf7-upload-wrapper .file-name {
        max-width: 80px;
}
.cf7-upload-wrapper,  .cf7-upload-wrapper.tc-form-row {
		gap:40px;
    }
.tc-file-upload::before {
    left: 30%;
}	
	
	ul.tc-opening-slide li img {
    max-width: 30px;
}
ul.tc-opening-slide li {
    width: 100%;
}
.tc-opening-text {
     transform: translate(40px, -50%);	
}
.tc-opening-active ul.tc-opening-slide li:nth-child(2) {
    transform: translate(calc(-50% - 10px), 17px) rotate(60deg);
}
.tc-opening-active ul.tc-opening-slide li:nth-child(3) {
    transform: translate(calc(-50% + 10px), 17px) rotate(-60deg);
}
ul.tc-opening-slide, .tc-opening-text {
    left: 30%;	
}
.tc-opening-gif {
    width: 80vw;        /* ← was "auto" — this is what actually grows it */
    max-width: 500px;   /* caps it on very large screens */

}
}
	

