/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}
/* main { */
.section-spacing-y {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.default-link-main {
  color: #e86a31;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.home-banner-main {
  position: relative;
}
.home-banner-main .banner-caption {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 130px;
}
.home-banner-main .banner-caption h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  font-size: 72px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.h2-page-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.h2-page-title h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  background-color: #fff;
  padding-right: 30px;
}
.h2-page-title:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e86a31;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: -1;
}
.home-work-txt-main {
  background: #f6f6f6;
}
.home-work-txt-main .wp-block-group {
  padding: 40px 40px;
}
.blockquate-section {
  font-size: 30px;
  color: #293891;
  border-left: 4px solid #e86a31;
  padding: 12px 0 12px 30px;
  margin-bottom: 30px;
}
.cta-section-home {
  position: relative;
}
.cta-section-home h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 40px;
  right: 100px;
}
.testimonial-items .item-content-wrapper {
  background-color: transparent !important;
}
.testimonial-items .single-item-wrapper {
  width: 75%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
}
.testimonial-items .single-item-wrapper .author-name,
.testimonial-items .single-item-wrapper .author-bio {
  font-family: 'Montserrat', sans-serif !important;
}
.testimonial-items .single-item-wrapper .item-content {
  font-style: normal;
  letter-spacing: 0.5px;
}

.inner-banner-main h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  font-size: 62px !important;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.white-shadow-box {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
}
.white-shadow-box h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.project-list-main {
	padding: 0 85px;
}
.project-list-main li > div {
	position: relative;
}
.project-list-main li > div h2 {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    z-index: 1;
	
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
	background-color: rgba(0,0,0,0.62);
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px;
	letter-spacing: 2px;
}
.h2-page-title.no-line {
	text-align: center;
}
.h2-page-title.no-line:after {
	display: none;
}
.menu-icon > button {
    width: 40px;
    height: 40px;
    background: url(https://www.rkconstruction.co.nz/wp-content/uploads/2025/12/menu-icon.png) no-repeat center center;
    background-size: contain;
}
.menu-icon > button svg {
	display: none;
}
a {
	outline: none !important;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .is-layout-flex {
  align-items: start;
}
.wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.form-control {
  background-color: #fff;
  width: calc(100% - 32px);
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding: 18px 16px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #000;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.wpcf7-not-valid-tip {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
}
.form-btn-main [type='submit'] {
  background-color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border: 2px solid #000;
  padding: 12px 16px;
  margin-right: 15px;
}
.form-btn-main [type='reset'] {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 2px solid #000;
  padding: 12px 16px;
  margin-right: 15px;
}
.testimonial-items .swiper-button-next {
	background: url('https://www.rkconstruction.co.nz/wp-content/uploads/2025/12/testimonial-arrow-right.png') no-repeat center center;
	background-size: cover;
    width: 46px;
    height: 32px;
}
.testimonial-items .swiper-button-next i {
	display: none;
}
.testimonial-items .swiper-button-prev {
	background: url('https://www.rkconstruction.co.nz/wp-content/uploads/2025/12/testimonial-arrow-left.png') no-repeat center center;
	background-size: cover;
    width: 46px;
    height: 32px;
}
.testimonial-items .swiper-button-prev i {
	display: none;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 0px 20px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper .item-content p {
	margin: 0;
}
.testimonial-items .single-item-wrapper {
    position: relative;
    padding-bottom: 70px;
}

.testimonial-items .single-item-wrapper .author-name {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0;
}
.testimonial-items .single-item-wrapper .author-bio {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
@media(max-width: 1024px) {
	.section-spacing-y {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.home-banner-main .banner-caption h1 {
	    font-size: 36px !important;
	}
	.home-banner-main .banner-caption {
    	padding: 60px 40px;
	}
	header > .has-global-padding {
		padding: 0;
	}
	footer > div{
		padding-top: 40px !important;
		padding-right: 30px !important;
		padding-bottom: 40px !important;
		padding-left: 30px !important;
	}
	.project-list-main {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
    .section-spacing-y {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.home-banner-main .banner-caption h1 {
        font-size: 24px !important;
    }
    .home-banner-main .banner-caption {
        padding: 15px 20px;
    }
	header > div > div {
		padding: 15px 15px 0 !important;
		margin: 0 !important;
	}
	.h2-page-title h2 {
    	font-size: 26px;
	}
	.h2-page-title {
    	margin-bottom: 20px;
	}
	.home-work-txt-main .wp-block-group {
		padding: 20px 20px;
	}
	.blockquate-section {
		font-size: 18px;
		padding: 10px 0 10px 15px;
		margin-bottom: 20px;
	}
	.cta-section-home h2 {
		font-size: 22px !important;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}
	.testimonial-items .swiper-button-prev,
	.testimonial-items .swiper-button-next {
		width: 26px;
		height: 12px;
	}
	.testimonial-items .single-item-wrapper {
		width: 95%; 
	}
	.inner-banner-main h1 {
    	font-size: 24px !important;
	}
	.project-list-main {
		padding: 0 0px;
	}
	.project-list-main li > div {
		margin-bottom:  0 !important;
	}
	.project-list-main li > div h2 {
    	font-size: 16px;
	}
	.wpcf7-form-control-wrap {
    	margin-bottom: 0;
	}
	.wpcf7-form .is-layout-flex {
		align-items: start;
		margin-bottom: 20px;
	}
}


