/*
Theme Name: Kuro Studios Child Theme
Version: 1.0
Description: A child theme of Understrap
Author: Kuro Studios
Template: understrap
*/

@import url("../understrap/style.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Tilt+Neon&display=swap');

/* ********** GENERAL ********** */

:root {
  	--red:         #A2060D;
	--blue:        #19346B;
	--blue2:       #0A253C;
	--lightblue:   #DBE3FA;
	--lightblue2:  #F6FAFF;
	--lightblue3:  #89AAC8;
	--lightblue4:  #6DA5D7;
	--lightgrey:   #F5F5F5;
	--gold: 	   #BAA360;
	--green:       #59932b;
	--black:       #000000;
	--white:       #FFFFFF;
}

html {
	margin-top: 0 !important;
}

body {
	font-family: 'Outfit', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;
	line-height: 1.1em !important;
}

h1 {
	font-size: 75px !important;
	font-weight: 900 !important;
}

h2 {
	font-size: 40px !important;
	font-weight: 800 !important;
}

h2.h2-large {
	font-size: 60px !important;
}

h3 {
	font-size: 32px !important;
	font-weight: 600 !important;
}

h3.h3-small {
	font-size: 24px !important;
}

h4 {
	font-size: 18px !important;
	font-weight: 600 !important;
}

p {
	font-size: 20px !important;
	font-weight: 500;
}

p.p-small {
	font-size: 17px !important;
	font-weight: 300;
}

p.p-large {
	font-size: 24px !important;
	font-weight: 300 !important;
}

.text-lightblue {
	color: var(--lightblue);
}

.text-blue {
	color: var(--blue);
}

.text-grey {
	color: rgba(0, 0, 0, .15);
}

.text-gold {
	color: var(--gold);
}

.text-green {
	color: var(--green);
}

.btn-cta {
	display: inline-block;
	background-color: var(--gold);
	padding: 13px 25px;
	border: 2px solid var(--gold);
	border-radius: 5px;
	color: var(--white);
	font-weight: 600;
	text-decoration: none;
	transition: all .5s;
}

.btn-cta:hover {
	background-color: transparent;
	color: var(--white);
	border-color: var(--white);
	transition: all .5s;
}

.btn-cta-2 {
	color: var(--white) !important;
}

.btn-cta-2:hover {
	background-color: var(--gold);
	color: var(--white) !important;
}

.btn-cta-red {
	background-color: var(--red);
	border-color: var(--red);
}

.fa-arrow-right {
	position: relative;
	top: 1px;
}

.mw-1000 {
	max-width: 1000px !important;
}

.py-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

b, strong {
    font-weight: bold !important;
}

/* ********** NAVIGATION ********** */

/* #wpadminbar {
	display: none !important;
} */

header {
	position: fixed;
	width: 100%;
	height: 93px;
	top: 0;
	left: 0;
	z-index: 1000;
}

.navbar-brand img {
	max-width: 125px;
	width: auto;
    filter: grayscale(100%) brightness(0%) invert(1);
}

.offcanvas-body li {
	margin: 0 10px;
}

.offcanvas-body li a {
	color: var(--white);
	transition: all .5s;
	font-size: 15px;
}

.offcanvas-body li a:hover {
	color: var(--white);
	transition: all .5s;
}

.nav-cta a {
	background-color: var(--white);
	padding: 5px 25px 7px 25px;
	border: 2px solid var(--blue2);
	border-radius: 5px;
	color: var(--white);
	text-decoration: none;
	transition: all .5s;
}

.nav-cta a:hover {
	background-color: transparent;
	color: var(--white);
	border-color: var(--white);
	transition: all .5s;
}

header.scrolled {
	background-color: var(--black);
	border-bottom: 1px solid rgb(255 255 255 / 23%);
}

.offcanvas-body li {
	padding: 0;
}

header.scrolled .offcanvas-body li a:hover {
	color: var(--white);
	transition: all .5s;
}

header.scrolled .navbar-brand img {
	filter: initial;
}

.offcanvas {
	background-color: var(--black) !important;
}

.logo-offcanvas {
	display: none !important;
	display: block !important;
	margin-bottom: 20px !important;
	max-width: 225px;
}

.nav-listings a {
	background-color: #baa36096;
	border: 1px solid var(--white);
	padding: 7px 14px 9px 14px !important;
}

.offcanvas.bg-primary {
    background-color: var(--blue2) !important;
}

/* ********** HOME ********** */

.hero {
	background-size: cover;
	background-repeat: no-repeat;
}

.home-hero {
/* 	background-image: linear-gradient(180deg, rgba(39, 47, 53, 0) 20.13%, #000000 100%), url('/wp-content/uploads/2024/11/si_hero_home.webp'); */
	height: 100vh;
}

.hero video {
    object-fit: cover;
    object-position: center center;
    min-height: 100%;
    width: 100%;
}

.home-hero .p-small p {
	font-size: 17px !important;
	font-weight: 300;
}

.row-how-it-works {
	height: 860px;
}

.row-how-it-works .col-bg {
	background-image: url('/wp-content/uploads/2024/12/si_hiw_bg_01.webp');
	background-position: top right;
    background-repeat: repeat;
    background-size: contain;
}

.row-how-it-works .col-bg .img-one {
	max-width: 75%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.row-how-it-works .col-bg .img-two {
	max-width: 45%;
	bottom: 0;
	right:0;
}

.row-how-it-works .col-padding {
	padding: 5%;
	max-width: 700px;
}

.row-how-it-works h3 {
	font-size: 24px !important;
	position: relative;
	z-index: 2;
}

.row-how-it-works p {
	font-size: 17px !important;
}

.row-how-it-works .col-padding img {
	max-width: 60px;
}

.hiw-number {
	font-size: 65px;
	font-weight: 600;
	right: 0;
}

/* How We Work */

.row-how-we-work .hiw-container {
    left: 15%;
}

.row-how-we-work .row {
	--bs-gutter-x: 0 !important;
}

.video-wrapper img {
	max-width: 125%;
}

.row-how-we-work .col-bg img {
	height: 800px;
	object-fit: cover;
}

/* Testimonials */

.row-testimonials .col-padding {
	padding: 5%;
	max-width: 700px;
}

.testimonial-card {
	background-color: var(--lightgrey) !important;
}

.testimonial-card .quote {
	top: 20px;
	right: 20px;
	z-index: 2;
	opacity: .15;
}

.testimonial-text,
.testimonial-meta {
	z-index: 3;
}

/* Counter */

.row-counter {
	background-image: url('/wp-content/uploads/2024/12/si_bg_03.webp');
	background-size: cover;
}

.row-counter .container {
	max-width: 1100px;
}

.counter-number {
	font-size: 60px;
	font-weight: 800;
}

.line {
	width: 250px;
    height: 1px;
    background-color: var(--gold);
    margin: 0 auto;
}

/* Our Guarantees */

.row-our-guarantee {
	border-bottom: 15px solid var(--black);
}

.row-our-guarantee .col-padding {
	padding: 5%;
	max-width: 700px;
}

.row-our-guarantee .col-bg {
	background-image: url('/wp-content/uploads/2024/12/si_bg_04.webp');
	background-size: cover;
}

.og-icon {
	width: 50px;
}

/* Standard Renovation */

.icon-check {
	width: 24px;
	height: 24px;
}

.before-after {
	width: 100%;
	position: relative;
}

.before-after:before {
	content: '';
	display: block;
	padding-bottom: 430px;
}

.before-after .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

.before-after .slide.before {
	right: 50%;
}

.before-after .handle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24px;
	left: 50%;
	margin-left: -12px;
	cursor: ew-resize;
	overflow: hidden;
	width: 50px;
}

.before-text {
	position: absolute;
    z-index: 5;
    top: 5px;
    left: 10px;
    font-weight: 500;
    color: #fff;
}

.after-text {
	position: absolute;
    z-index: 5;
    top: 5px;
    right: 10px;
    font-weight: 500;
    color: #fff;
}

.handle img {
	height: 100%;
}

/* About */

.row-standard-renovation .p-small p {
	font-size: 17px !important;
	font-weight: 300;
}


/* Contact */

.contact-hero {
	background-image: linear-gradient(180deg, rgba(39, 47, 53, 0) 20.13%, #000000 100%), url('/wp-content/uploads/2024/11/si_hero_home.webp');
	height: 100vh;
}

.row-contact {
	height: 1024px;
}

.row-contact .col-left {
	background-image: url('/wp-content/uploads/2024/12/si_get_in_touch_bg_01.webp');
	background-size: cover;
	background-position: center;
	padding: 5% 5% 5% 10%;
}

.row-contact .col-right {
	background-image: url('/wp-content/uploads/2024/11/si_get_in_touch_bg_right.webp');
	background-size: cover;
	background-position: center;
}

.row-contact h2 {
	max-width: 100%;
}

.row-contact .wpcf7 {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.wpcf7-text, .wpcf7-textarea {
    background-color: var(--black) !important;
    border-radius: 0 !important;
    border: 3px solid var(--white) !important;
}

.wpcf7-submit {
	background-color: var(--gold) !important;
	color: var(--white) !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 15px 15px 11px 15px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

/* ********** ABOUT ********** */

.about-hero {
/* 	background-image: linear-gradient(180deg, rgba(39, 47, 53, 0) 20.13%, #204668 100%), url('/wp-content/uploads/2024/11/si_hero_about.webp'); */
	background-image: linear-gradient(180deg, rgba(39, 47, 53, 0) 20.13%, #000000 100%), url('/wp-content/uploads/2024/11/si_hero_about.webp');
	padding-top: 200px;
	padding-bottom: 150px;
}

.about-hero .p-small {
    max-width: 1000px;
}

.row-how-it-works.row-about-how-it-works {
	border-bottom: 20px solid var(--blue2);
	height: initial;
	background-color: var(--lightgrey);
}

.row-about-how-it-works p {
	margin-top: 35px !important;
}

.row-about-three {
	background-color: var(--lightgrey);
	padding-top: 125px;
	padding-bottom: 125px;
}

/* Counter */
.stat-container {
    text-align: center;
}

/* Container styling */
#progress-section {
    padding: 2rem 0;
    width: 100%;
}

/* Progress circle container */
.progress-circle {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1;
}

/* SVG progress styling */
.progress {
    transform: rotate(-90deg);
    width: 100%;
    height: 100% !important;
    background-color: transparent !important;
}

/* Circle backgrounds */
.progress-bg {
    fill: none;
    stroke-width: 5;
    r: 40%;  /* Make radius responsive */
}

.progress-bar {
    fill: none;
    stroke: var(--gold);
    stroke-width: 2;
    stroke-linecap: round;
    r: 40%;  /* Make radius responsive */
    stroke-dasharray: 251.2;  /* 2 * π * 40 (40 being the responsive radius) */
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 1s ease;
}

.stat-content label {
	font-size: clamp(0.875rem, 1vw, 1rem);
}

.stat-content .number {
	font-size: clamp(16px, 4vw, 45px);
}

.stat-content .percent {
	font-size: clamp(36px, 4vw, 45px);
}

.label-one,
.label-two {
	display: inline-block;
	line-height: 1em;
}

@media (max-width: 991px) {
	
	.label-one,
	.label-two {
		display: block;
		font-size: 14px;
	}
	
}

@media (min-width: 768px) {
    .stat-container-one {
        position: relative;
        top: -50px;
    }
    .stat-container-two {
        position: relative;
        bottom: -50px;
    }
}

@media (max-width: 767px) {
    .stat-container-one,
    .stat-container-two {
        position: static;
        margin: 2rem 0;
    }
}

.stat-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

/* Number styling */
.number {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    line-height: 1;
    display: inline-block;
}

/* Percent sign styling */
.percent {
    display: inline-block;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    margin-left: 2px;
}

/* Label styling */
.label {
    font-size: clamp(0.875rem, 2vw, 1rem);
    white-space: normal;
    padding: 0 0.5rem;
}

/* Smaller screen adjustments */
@media (max-width: 991px) {
    #progress-section {
        padding: 1rem 0;
    }
    
    .progress-circle {
        max-width: 250px;
    }
}

/* Extra small screen adjustments */
@media (max-width: 575px) {
    .progress-circle {
        max-width: 200px;
    }
}

/* Team */

.row-about-team .col-md-4 {
	margin: 25px;
	width: calc(33.333% - 50px);
	border: 1px solid #e2e2e2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h3.team-name {
	bottom: 0;
    background: var(--gold);
    color: var(--white);
    padding: 10px;
    font-size: 18px !important;
	opacity: .95;
}

.team-mail {
	color: var(--blue2);
}

.btn-cta-calendly a {
	color: var(--white) !important;
}

.btn-cta-calendly:hover {
	background-color: var(--gold) !important;
}

/* Info */

/* .row-about-info {
	background-color: var(--lightblue2);
} */

.row-about-info .col-md-6 {
	margin: 10px 25px;
	width: calc(50% - 50px);
	border-bottom: 1px solid var(--gold);
}

.row-about-info h3 {
	font-size: 24px !important;
}

.row-about-info img {
	max-width: 35px;
}

/* ********** OUR PROCESS ********** */

.row-our-process h3.h3-small {
	max-width: 66.667%;
	font-size: 22px !important;
}

.process-container {
	margin-bottom: 125px;
}

.row-our-process .d-flex img {
	max-width: 50px;
}

/* Create a container for all images that will be sticky */
.sticky-images-container {
    position: sticky;
    top: 150px;
    height: 600px;
    pointer-events: none;
}

.sticky-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
	object-fit: cover;
}

.sticky-image.active {
    opacity: 1;
}

/* ********** FAQ ********** */

.faq-hero {
	background-image: linear-gradient(180deg, rgba(39, 47, 53, 0) 20.13%, #000000 100%), url('/wp-content/uploads/2024/12/mtr_hero_faq.webp');
	padding-top: 200px;
	padding-bottom: 150px;
}

.row-faq {
	background-image: url('/wp-content/uploads/2024/12/mtr_faq_bg_gold.webp');
	background-size: cover;
	background-position: center;
}

.row-faq .col-sm-12 {
	background-color: var(--white);
	border-radius: 10px;
	border: 1px solid #cecece;
	padding: 50px;
}

.row-faq .container {
	max-width: 950px !important;
}

.row-faq p {
	font-size: 15px !important;
}

.accordion-item,
.accordion-button {
	border: none !important;
	background-color: var(--lightgrey) !important;
}

.accordion-button {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	color: var(--black) !important;
}

.accordion-button::after {
    background-image: none !important;
    content: '+' !important;
    font-size: 50px;
    font-weight: 600;
    color: var(--gold);
	width: initial !important;
    height: initial !important;
	margin-top: -5px;
}

.accordion-button:not(.collapsed)::after {
    content: '-' !important;
    transform: none !important;
}

.modal {
	background-color: rgba(0, 0, 0, .75) !important;
}

.modal-header,
.modal-content {
	background-color: transparent !important;
	border: none !important;
}

.modal-header button {
	filter: invert(1);
}

.video-thumbnail:hover {
	cursor: pointer;
}

.btn-close {
	opacity: 1 !important;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1200px !important;
    }
}

/* ********** LISTING ********** */

.property-listings a {
	color: var(--black);
	transition: all .5s;
}

.property-listings a:hover {
	color: #333333;
	transition: all .5s;
}

.property-listings a .card {
	background-color: var(--lightgrey) !important;
	transition: all .5s;
	border: 1px solid var(--white);
}

.property-listings a .card:hover {
	background-color: var(--white) !important;
	transition: all .5s;
	border: 1px solid var(--lightgrey);
}

.property-listings img {
/*     max-height: 275px; */
    width: auto;
    object-fit: cover;
}

.property-listings .img-featured {
    min-height: 275px;
}

.property-listings .listing-category {
	padding: 5px;
	background-color: #e3e3e3;
}

.img-sold,
.img-under-contract,
.img-coming-soon,
.img-available,
.img-refinanced {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    z-index: 2;
}

.img-status {
    display: none;
}

.row-completed-listings .card-body .border-top {
	display: none;
}

.display-block {
    display: block;
}

/* ********** LISTING SINGLE ********** */

.single-listing-info .btn-cta:hover {
	background-color: var(--black);
}

/* ********** CONTACT ********** */

#sib-container {
	border: none !important;
    padding: 30px !important;
    border-radius: 0 !important;
	max-width: 100% !important;
	background-color: var(--blue2) !important;
/*     background-image: url(https://mtr.kuro-studios.com/wp-content/uploads/2024/11/si_get_in_touch_bg.webp) !important; */
}

form#sib_signup_form_2 {
	width: 100%;
}

.sib-form {
	padding: 0 !important;
	background-color: transparent !important;
}

#sib-container {
	background-color: transparent !important;
}

.sib-form .entry__field,
.sib-form input {
	background-color: transparent !important;
	background-color: rgba(0, 0, 0, .75) !important;
	padding-left: 5px;
}

.sib-sms-input .entry__field {
	margin-right: 10px !important;
}

.sib-form-block__button {
	border: 1px solid var(--white) !important;
	background-color: #baa360d9 !important;
}

.sib-default-btn {
	background-color: var(--gold) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 15px 6px 15px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
	margin-top: 10px;
	width: 100%;
}

.sib_signup_form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 3px solid #fff;
    color: #fff;
}

/* ********** MAKE AN OFFER ********** */

.contact-hero {
/* 	background-image: url('/wp-content/uploads/2024/12/si_get_in_touch_bg_01.webp'); */
	background-color: #fff;
	padding-top: 200px;
	padding-bottom: 200px;
}

/* .contact-hero .container {
	max-width: 800px !important;
} */

/* ********** PRIVACY POLICY ********** */

.row-policy h2, .row-policy h3, .row-policy h4 {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 15px !important;
    text-shadow: none !important;
    color: var(--black) !important;
    font-size: 20px !important;
}

/* ********** FOOTER ********** */

footer {
	background-color: var(--black);
	border-top: 1px solid rgb(255 255 255 / 23%);
}

.footer-logo {
	max-width: 125px;
}

footer p {
	font-size: 14px !important;
	font-weight: 400;
}

footer h4 {
	font-size: 16px;
	font-weight: 700;
	color: var(--gold);
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer li a {
	font-size: 15px;
	color: var(--gold);
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

footer p {
	color: var(--gold);
}

.footer-contact {
	align-items: flex-start;
}

.contact-container {
	font-size: 15px;
}

.contact-container div {
	opacity: .7;
}

.contact-container img {
	position: relative;
	top: 1.5px;
}

.contact-container a {
	color: var(--lightblue3);
	opacity: 1;
	text-decoration: none;
}

footer a {
	transition: all .5s;
}

footer a:hover {
	color: var(--white);
	transition: all .5s;
}

.subfooter {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	border-top: 1px solid rgb(255 255 255 / 23%);
}

.subfooter a {
	color: var(--white);
}

.col-social a {
	margin-left: 17px;
}

.col-social a i:hover {
	border-color: var(--white);
}

.col-social i {
	padding: 7px;
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 20px;
}

/* ********** MEDIA QUERIES ********** */

@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95% !important;
    }
	
	.row-how-it-works .col-padding {
		padding: 5% 2.5%;
	}
}

@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1920px !important;
	}
}

@media (max-width: 1250px) {
	
	.row-standard-renovation .col-md-5,
	.row-standard-renovation .col-md-7 {
		width: 100%;
	}
	
	.row-standard-renovation .col-md-5 {
		margin-bottom: 2rem;
	}
	
	.row-standard-renovation .col-md-5.pe-5 {
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
	}
	
	.row-standard-renovation .col-md-7.ps-5 {
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
	
}

@media (max-width: 1060px) {
	
	.row-how-it-works {
		height: initial;
		padding-top: 2rem !important;
        padding-bottom: 2rem !important;
	}
	
	.row-how-it-works .col-bg,
	.row-our-guarantee .col-bg {
		background-image: none !important;
	}
	
	.row-how-it-works img.position-absolute {
		position: initial !important;
	}
	
	.row-how-it-works .col-bg .img-one {
		transform: initial;
		max-width: 100%;
	}
	
	.row-how-it-works .img-two {
		display: none;
	}
	
}

/* TABLET */

@media (max-width: 991px) {

	/* GENERAL */
	h1 {
		font-size: 55px !important;
	}
	
	h2 {
		font-size: 32px !important;
	}
	
	h2.h2-large {
		font-size: 40px !important;
	}
	
	p {
		font-size: 17px !important;
	}
	
	p.p-small,
	.hero .p-small p {
		font-size: 15px !important;
	}
	
	.container-fluid-sticky-left-responsive {
		margin-right: initial !important;
		padding-right: initial !important;
		max-width: 90% !important; 
		margin: 0 auto !important;
	}
	
	.container-fluid-sticky-left-responsive .col-lg-5 {
		padding-left: 0 !important;
	}
	
	.container-fluid-sticky-right-responsive {
		margin-left: initial !important;
		padding-left: initial !important;
		max-width: 90% !important; 
		margin: 0 auto !important;
	}
	
	/* HOME */
	.row-testimonials .col-padding {
		padding: 2.5%;
	}
	
	.counter-number {
		font-size: 50px;
	}
	
	.row-contact {
		height: initial;
	}
	
	.row-contact .col-left {
		padding: 5%;
	}
	
	.hiw-number {
		font-size: 50px !important;
	}
	
	/* ABOUT */
	.row-about-team .col-md-4 {
		margin: 10px;
		width: calc(33.333% - 20px);
	}
	
	.hiw-number {
		font-size: 50px !important;
	}

	.row-about-team .col-md-4 {
		margin: 10px;
		width: calc(33.333% - 20px);
	}
	
}


/* MOBILE */

@media (max-width: 767px) {

	/* GENERAL */
	h1 {
		font-size: 35px !important;
	}
	
	h2 {
		font-size: 24px !important;
	}
	
	h2.h2-large {
		font-size: 28px !important;
	}
	
	h3 {
		font-size: 24px !important;
	}
	
	h3.h3-small {
		font-size: 19px !important;
	}
	
	p {
		font-size: 16px !important;
	}
	
	p.p-small,
	.hero .p-small p {
        font-size: 14px !important;
    }
	
	.container-fluid-sticky-left-responsive {
		padding-left: 5% !important;
    	padding-right: 5% !important;
	}
	
	.py-6 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	/* NAVIGATION */
	header {
		height: 70px;
	}
	
	.navbar-brand img {
		max-width: 80px;
	}
	
	/* HOME */
	.hero {
		padding-top: 150px !important;
		padding-bottom: 75px !important;
	}
	
	.row-how-we-work .hiw-container {
		left: initial;
	}

	.row-how-it-works {
		padding: 0 !important;
	}
	
	.row-how-it-works h3 {
		font-size: 19px !important;
	}
	
	.row-how-it-works .col-padding img {
		max-width: 40px;
	}
	
	.hiw-number {
		font-size: 40px !important;
	}
	
	.row-how-we-work {
		padding: 3rem 1rem !important;
	}
	
	.row-how-we-work .container-fluid,
	.row-testimonials .container-fluid {
		--bs-gutter-x: 1.5rem !important;
		--bs-gutter-y: 0 !important;
		width: 100% !important;
		padding-right: calc(var(--bs-gutter-x)* .5) !important;
		padding-left: calc(var(--bs-gutter-x)* .5) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.video-wrapper img {
		max-width: 100%;
	}
	
	.row-how-we-work .col-bg img {
		display: none;
	}
	
	.og-icon {
		width: 40px;
	}
	
	.icon-check {
		width: 22px;
		height: 22px;
	}
	
	.row-standard-renovation .col-sm-12.mb-5 {
		margin-bottom: 1rem !important;
	}
	
	.col-padding {
		margin-top: 1rem !important;
	}
	
	.row-counter .row.mt-5 {
		margin-top: 1rem !important;
	}
	
	.row-our-guarantee .col-bg.py-6 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.row-contact .col-left {
		padding-top: 3rem;
	}
	
	/* OUR PROCESS */
	.sticky-images-container,
	.sticky-image {
		height: 425px;
	}
	
	.row-our-process .col-md-6.ps-5 {
		padding-top: 2rem !important;
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
	
	.process-container {
		margin-bottom: 25px;
	}
	
	.row-our-process .d-flex img {
		max-width: 40px;
	}
	
	.row-our-process h3.h3-small {
        font-size: 19px !important;
    }
	
	.row-our-process .hiw-number {
		font-size: 40px !important;
	}
	
	/* ABOUT */
	.row-how-it-works.row-about-how-it-works {
		padding-top: 15px !important;
		padding-bottom: 25px !important;
	}
	
	#progress-section {
		display: block !important;
	}

	.progress-circle {
		max-width: 80%;
	}

	.stat-content .number,
	.stat-content .percent {
		font-size: clamp(60px, 5vw, 60px);
	}

	.label-one, .label-two {
		font-size: 17px;
	}

	.row-about-team .col-md-4 {
		margin: 10px;
		width: calc(100% - 20px);
	}

	.row-about-info .col-md-6 {
		margin: 10px;
		width: calc(100% - 20px);
	}

	.row-about-three {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.row-about-info.py-6 {
		padding-top: 0 !important;
	}
	
	.row-about-info .col-md-6.py-3 {
		padding: 0 !important;
	}
	
	.row-about-info h3 {
		font-size: 20px !important;
	}
	
	/* FAQ */
	.row-faq .col-sm-12 {
		padding: 20px;
	}
	
	.accordion-body {
		font-size: 14px;
	}
	
	/* CONTACT */
	.page-template-contact .hero {
		height: initial !important;
	}
	
	.page-template-contact h1 {
		text-align: center !important;
	}
	
	.page-template-contact div#sib-container {
		padding: 0 !important;
	}
	
}
















