/*
 Theme Name:   Konstrakt Child
 Theme URI:    http://konstrakt.bold-themes.com
 Description:  Konstrakt child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     konstrakt
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  konstrakt-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

body,html{
    overflow-x: hidden;
}
a {
    color: #c1001c;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: inherit;
}
body.btLightSkin {
    color: #333;
}
.btMenuHorizontal .menuPort nav > ul > li.on:hover > a {
	color: #fff;
}
.bt_bb_custom_menu.btBulletedMenu ul li::before {
	margin: 9px 10px 0 0;
}
.btMenuHorizontal .menuPort > nav > ul > li {
	padding: 0 30px 0 0;
}0
.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.color-white p{
    color: #fff;
}
.mainHeader .topBar {
    padding: 5px 0;
}
.mainHeader .btTopToolsLeft p {
    margin: 0;
    font-size: 20px;
}
.mainHeader .btTopToolsRight .widget_text:first-child p {
    font-size: 16px;
    margin: 0;
}
.mainHeader .btTopToolsRight .widget_text:last-child {
    padding-left: 10%;
}
.mainHeader .btTopToolsRight .widget_text:last-child p {
    font-size: 20px;
    margin: 0;
}
.mainHeader .btTopToolsRight .widget_text:last-child a {
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    margin-left: 5px;
}
.mainHeader a:hover {
	color: inherit;
}
.mainHeader .btTopToolsRight .yelp {
    width: 33px;
    height: 33px;
    background-color: #e43340;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.mainHeader .btTopToolsRight .facebook {
    width: 33px;
    height: 33px;
    background-color: #1877f2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.mainHeader .btTopToolsRight .btIconWidget:not(:first-child) {
    margin-left: 6px;
}
.mainHeader .bt-below-logo-area {
    background-color: #c52623;
}

.port {
  padding: 0 8px !important;
}

/* 24-03-2025 */
.box-shadow { box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0; }

.before-after-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.before-after {
    padding-bottom: 70px;
}
.before-after-item {
    position: relative;
    padding: 20px 0 0 20px;
    background-color: #ddd;
    margin: 0 20px 20px 0;
}
.before-after-item-inner {
    position: relative;
    margin: 0 -20px -20px 0;
}
.before-after-item img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.before-after-item .cd-handle{
    position: absolute;
    height: 100%;
    width: 44px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.before-after-item .cd-handle:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 10px white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 10px white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 10px white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.before-after-item .cd-handle:before {
    content: "";
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #c52623 url("./images/cd-arrows.svg") no-repeat center center ;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    z-index: 10;
}
.before-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}
.before-image img {
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.before-image .cd-image-label {
    right: auto;
    left: 0;
}
.wall-services-slider.bt_bb_height_full_screen .slick-slider .slick-slide {
	height: 750px;
}
.coman-ul ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    left: 6px;
    margin: 0;
}
.wpcf7-form{
    position: relative;
}
.btNoSidebar .bt-content > p {
    margin: 0;
}
.bt-content .bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_subheadline, .bt-content .bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_subheadline {
	opacity: 1;
}
.bt_bb_section[class*="dark_solid"]::before {
	opacity: 0.7;
}
.column-class {
	    --column-width: auto !important;
}
.common-mobile {
	display:none;
}
.bt_bb_cf7_element textarea.wpcf7-form-control {
	height: 180px;
}
.bt-mobile-call {
	margin-left: 1rem;
}
.bt-mobile-call a {
	height: 50px;
	width: 50px;
	color: #fff;
	background-color: #c1001c;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bt-mobile-call a::before {
	content: "\f095" !important;
	font-family: FontAwesome;
}
.bt-logo-area .logo {
	background-color: #fff;
	padding: 0 17px 7px;
}
.btAccentDarkHeader .mainHeader {
	background-color: #0f0f0fc4;
}

.bt-logo-area.menu-holder.bt-clear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* keeps things compact */
  gap: 15px; /* optional: adjust spacing between elements */
}


@media only screen and (max-width: 1200px) {
    .btMenuVertical .bt-vertical-header-top {
        justify-content: space-between;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .ipaid-margin-none{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .before-after-gallery{
        grid-template-columns: 1fr 1fr ;
    }
}

@media only screen and (max-width: 767px) {
.before-after-gallery{
    gap: 15px;
}
.coman-ul ul {
	grid-template-columns: 1fr;
}
	.common-desktop {
		display:none;
	}
	
.common-mobile {
	display:block;
}
}
@media only screen and (max-width: 479px) {
.before-after-gallery{
    grid-template-columns: 1fr;
}
}

@media screen and (min-width: 1024px) {
    .bt-logo-area .logo {
        padding: 0 10px 2px;
    }

    .mainHeader .topBar {
        padding: 0;
    }
}




