/*!
Theme Name: VCM
Theme URI: http://underscores.me/
Author: StarlitDevs
Author URI: https://starlitdevs.com/
Description: This is a custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vcm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

VCM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-section-bg: #F6F8FB;
	--color-border: #D5DEEA;
	--primary-font: 'Stack Sans Text';
	--secondary-font: 'Eurostile Extd';
}

body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	font-family: var(--primary-font);
	line-height: 225%;
	font-size: 15px;
	font-weight: 200;
	color: var(--color-black);
	letter-spacing: 1%;
}
body, html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-family: var(--secondary-font);
	letter-spacing: -7%;
	text-transform: uppercase;
}
h1{
	font-size: 52px;
    font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 39%;
}
.h2, h2{
	font-size: 48px;
}
h3, .h3{
	font-size: 36px;
}
h4, .h4{
	font-size: 24px;
	font-family: var(--primary-font);
	font-weight: 500;
	letter-spacing: -2%;
	text-transform: unset;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 20px;
}
img{
	width: 100%;
	height: auto;
    object-fit: cover;
    object-position: center;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
    color: var(--color-black);
}
a:focus{
	outline: none;
}
textarea, input, select{
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 6px;
	padding: 8px 20px;
	background-color: var(--color-white);
	height: 54px;
}
input[type="submit"]{
	margin-bottom: 0;
}
textarea{
	height: 190px;
}
input:focus, textarea:focus{
	outline: none;
}
.btn{
	padding: 16px 35px;
	border-radius: 32px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	transition: all .3s ease;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	height: 48px;
}
.radius-5{
	border-radius: 5px;
	overflow: hidden;
}
.btn-black{
	background-color: var(--color-black);
	color: var(--color-white);
}
.btn-black:hover{
	background-color: var(--color-border);
	color: var(--color-black);
}
.btn-transparent{
	display: inline-flex;
	align-items: center;
	padding-left: 33px;
	padding-right: 0;
}
.btn-transparent svg{
	transition: transform .3s ease;
}
.btn-transparent:hover svg {
	transform: translateX(5px);
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.black-bg{
	background-color: var(--color-black);
}
.bg-section{
	background-color: var(--color-section-bg);
}
.py-75{
	padding-block: 75px;
}
.pt-75{
	padding-top: 75px;
}
.pb-75{
	padding-bottom: 75px;
}
.container{
	transition: .4s;
	max-width: 1338px;
	padding-inline: 24px;
	margin-inline: auto;
}

/* Header */
.header-wrapper{
	background-color: var(--color-white);
	padding-block: 15px;
	box-shadow: 0px 4px 34.1px 0px #00000017;
	max-width: 1392px;
	margin-inline: auto;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu ul {
  display: flex;
  list-style: none;
  gap: 45px;
}
.header-menu ul a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 25%;
  line-height: 1;
  position: relative;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.header-menu ul a::before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color-black);
  transition: .4s;
}
.header-menu ul a:hover::before{
	width: 100%;
}
.site-header {
  padding-top: 30px;
  padding-inline: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .3s;
  z-index: 99;
}
body.admin-bar .site-header {
  top: 32px;
}


/* mobile menu */
.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  width: 40%;
  padding: 24px;
  padding-top: 50px;
  height: 100vh;
  transition: all .6s ease;
}
.menu-close {
  border: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
.mobile-menu ul {
  list-style: none;
}
.mobile-menu ul a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 21%;
  font-weight: 300;
  position: relative;
  display: block;
  padding-block: 5px;
}
.mobile-menu .button-group {
	margin-top: 25px;
}
.mobile-menu .button-group .btn{
	width: 100%;
}
.mobile-menu ul a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}
.overlay {
  position: fixed;
  inset: 0;
  background: var(--color-black);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: .4s;
  cursor: pointer;
}
.overlay.active{
	opacity: 0.3;
	pointer-events: auto;
	z-index: 1;
}
.left-100{
	left: -40%;
}
.left-0{
	left: 0;
}
body.no-scroll{
	overflow: hidden;
}


/* banner */
.banner {
  position: relative;
  width: 100%;
  height: min(916px, 63.61vw);
  background-image: url('https://vcmalp.harmonisedstaging.au/wp-content/uploads/2026/05/bg.svg');
  background-position: center;
}
.banner-media {
  position: absolute;
  width: calc(50% - 60px);
  background-position: center;
  background-size: cover;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
}
.banner-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.banner-content {
  width: calc(50% + 60px);
  padding-right: 50px;
}
.banner-media :is(img, video) {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-title {
  margin-block: 25px;
}
.banner-title h2 {
  margin-bottom: 25px;
  font-style: italic;
}

/* Banner */
.call-out-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.call-out-text {
  color: var(--color-white);
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -2%;
}
.call-out {
  padding-block: 30px;
  position: relative;
}
.call-out-icon {
  max-width: 42px;
}
.call-out-item:nth-child(2) {
	border-inline: 1px solid #FFFFFF36;
	padding-inline: 64px;
}

/* Contact */
.contact-title {
  max-width: 637px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 50px;
}
.contact-title h3 {
  margin-bottom: 25px;
}
.contact-left {
  max-width: 590px;
}
.contact-right {
  max-width: 668px;
}
.contact-wrapper {
  gap: 32px;
}
.contact-form :is(input, select, textarea):not(input.btn) {
  background-color: var(--color-section-bg);
}
.input-item {
  margin-bottom: 10px;
}
.contact-right .row {
  --bs-gutter-x: 10px;
}
.input-item.submit {
  margin-bottom: 0;
  margin-top: 20px;
}
.input-item.submit span {
  display: none;
}
.input-item.submit input {
  max-width: 188px;
}
.contact-image img {
  max-height: 321px;
  border-radius: 5px;
}
.contact-info {
  margin-top: 35px;
}
.contact-info .phone{
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 22px;
}
.contact-info :is(.phone, .email) {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2%;
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.contact-info span{
	font-size: 15px;
	font-weight: 200;
	line-height: 2.25;
	letter-spacing: normal;
	min-width: 55px;
}

/* Image with Accordion */
.image-and-heading {
  margin-right: 40px;
  position: relative;
}
.image-and-heading h3 {
  position: absolute;
  top: 35px;
  left: 35px;
  max-width: 256px;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.faq-item:not(:last-child) {
  margin-bottom: 25px;
}
.faq-content {
  padding-block: 35px;
  border-bottom: 1px solid var(--color-border);
}
.faq-content .button-group {
  margin-top: 25px;
}
.faq-content :is(h1, h2, h3, h4, h5, h6,){
	font-family: var(--primary-font);
	font-size: 22px !important;
	text-transform: unset;
	letter-spacing: -1%;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 500;
}
.faq-content ul{
	padding-left: 30px;
	margin-bottom: 20px;
}
.faq-header svg{
	transition: .3s;
}
.faq-item.active .faq-header svg {
	transform: rotate(180deg);
}
.image-and-heading img {
	aspect-ratio: 1 / 1.32;
}


/* Why choose Carousel */
.why-choose-title {
	max-width: 485px;
	margin-inline: auto;
	text-align: center;
	margin-bottom: 50px;
}
.why-choose-slide {
	display: flex;
	flex-direction: column;
}
.why-choose-text {
	color: var(--color-white);
	text-align: center;
	padding: 10px 18px;
	margin-top: 10px;
	flex: 1;
	align-content: center;
}
.why-choose-bottom {
  margin-top: 35px;
  gap: 30px;
}
.navigate-btn {
  border: none;
  background-color: var(--color-section-bg);
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
}
.slider-pagination {
  text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 11px;
  border-radius: 0;
  height: 4px;
  margin-inline: 6px !important;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}
.why-choose-image img {
  height: 333px;
  transition: transform .6s ease;
}
.why-choose-slide:hover .why-choose-image img {
  transform: scale(1.07);
}


/* Take care of business */
.business{
	height: min(736px, 63.61vw);
}
.business-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: calc(50% - 76px);
}
.business-image img{
	height: 100%;
}
.business-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.business-text {
  width: calc(50% + 76px);
  float: right;
  color: var(--color-white);
  padding-left: 76px;
}
.business-text h3 {
  margin-bottom: 25px;
}
.business-text .button-group {
  margin-top: 90px;
}
.business-text .button-group .btn-black {
  background-color: var(--color-white);
  color: var(--color-black);
}
.business-text .button-group .btn-black:hover{
	background-color: var(--color-border);
}
.business-text .button-group .btn-transparent{
	color: var(--color-white);
	padding-inline: 30px;
}
.business-text .button-group .btn-transparent:hover{
	color: var(--color-black);
}

/* Judo well */
.judo-well-sec{
	border-bottom: 1px solid var(--color-border);
}
.judo-well-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.judo-well-heading {
  max-width: 378px;
}
.judo-well-subheading {
  max-width: 712px;
}
.judo-well-subheading .button-group {
  margin-top: 25px;
}
.judo-well-img img {
  aspect-ratio: 1 / 0.468;
}
.judo-well-navigation {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  left: 26px;
}
.judo-well-navigation.judo-well-next {
  left: auto;
  right: 26px;
}

/* testimonial */
.testimonial-title h3 {
	margin-bottom: 25px;
}
.testimonial-title {
  max-width: 712px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-slide {
  padding: 40px;
}
.comment {
  margin-bottom: 60px;
}
.name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2%;
}
.testimonial {
  max-width: calc(100% - 170px);
}
.testimonial-navigation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-block: auto;
}
.testimonial-next {
  left: auto;
  right: 0;
}

/* Footer */
.footer-schedule, .footer-contact {
	flex: 1;
}
.footer-logo {
  max-width: 302px;
}
.footer-links {
  max-width: 560px;
  width: 100%;
  display: flex;
  gap: 90px;
  justify-content: space-between;
}
.footer-links-title {
  font-size: 13px;
  letter-spacing: 37%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-bottom {
  padding-block: 15px;
  border-top: 1px solid var(--color-border);
}



/* Thank you */
.thank-you {
	padding-top: 250px;
	padding-bottom: 100px;
	text-align: center;
}
.thank-you-content h1 {
	margin-bottom: 10px;
	letter-spacing: -7%;
	font-family: var(--secondary-font);
}




/* Responsive */
@media(max-width: 1250px){
	/* banner */
	.banner-title h2{
		font-size: 38px;
	}
}
@media(max-width: 1199px){
	.header-buttons {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.menu-trigger {
		border: none;
		background: none;
	}
	.banner{
		height: auto;
		padding-block: 200px
	}
	.call-out-text{
		font-size: 18px;
	}

	/* Take care of Business */
	.business-text{
		padding-left: 50px;
	}
	
}
@media(max-width: 991px){
	.header-buttons .button-group {
		display: none;
	}
	.mobile-menu{
		width: 50%;
	}
	.left-100{
		left: -50%;
	}

	/* banner */
	.banner {
		padding-bottom: 100px;
	}
	.banner-content {
		padding-right: 30px;
	}
	.banner-title h2 {
		font-size: 30px;
	}

	/* Call out */
	.call-out-item {
		flex-direction: column;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #FFFFFF36;
		width: 100%;
		text-align: center;
	}
	.call-out-item:nth-child(2) {
		padding-inline: 0;
		border-inline: none;
	}
	.call-out-item:last-child {
		padding: 0;
		margin: 0;
		border: none;
	}

	/* Contact */
	.contact-left, .contact-right {
		max-width: 100%;
	}
	.contact-wrapper {
		gap: 44px;
	}

	/* Accordion */
	.image-and-heading {
		margin-right: 0;
	}
	.image-and-heading h3 {
		max-width: 300px;
		text-align: center;
		left: 0;
		right: 0;
		margin-inline: auto;
	}
	.faq {
		margin-top: 50px;
	}

	/* Take care of Business */
	.business-text h3 br {
		display: none;
	}

	/* Judo well */
	.judo-well-content{
		gap: 25px;
	}
}
@media(max-width: 782px){
	body.admin-bar .site-header {
		top: 46px;
	}
}
@media(max-width: 767px){
	h2, .h2{
		font-size: 36px !important;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4{
		font-size: 20px;
	}
	.py-75{
		padding-block: 50px;
	}
	.pb-75{
		padding-bottom: 50px;
	}
	.pt-75{
		padding-top: 50px;
	}

	.button-group .btn {
		width: 100%;
	}
	.button-group .btn-transparent {
		padding-inline: 5px;
		display: flex;
		justify-content: space-between;
	}
	.header-logo {
		max-width: 207px;
	}
	.site-header {
		padding-top: 20px;
		padding-inline: 22px;
	}
	.header-wrapper {
		padding-block: 7px;
	}
	.mobile-menu{
		width: 100%;
	}
	.left-100{
		left: -100%;
	}

	/* banner */
	.banner-media {
		position: unset;
		width: 100%;
		margin-bottom: -12px;
	}
	.banner-content {
		width: 100%;
		text-align: center;
		padding: 0;
		margin-bottom: 50px;
	}
	.banner {
		padding-top: 146px;
		padding-bottom: 0;
	}

	/* contact */
	.contact-info :is(.phone, .email) {
		flex-direction: column;
		align-items: center;
		font-size: 20px;
		gap: 10px;
	}
	.input-item.submit input {
		max-width: 100%;
	}

	/* Faq */
	.faq-content :is(h1, h2, h3, h4, h5, h6, ){
		font-size: 20px !important;
	}

	/* Take care of Business */
	.business-image {
		position: unset;
		width: 100%;
	}
	.business-text {
		width: 100%;
		padding-left: 0;
		padding-block: 50px;
		text-align: center;
	}
	.business {
		height: auto;
	}
	.business-text .button-group {
		margin-top: 25px;
	}
	.business-text .button-group .btn-transparent {
		padding-inline: 5px;
	}
	.business-image img {
		aspect-ratio: 1 / 0.98;
	}

	/* Judo Well */
	.judo-well-bottom{
		margin-top: 50px;
	}
	.judo-well-heading {
		max-width: 320px;
	}
	.judo-well-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.judo-well-navigation {
		position: unset;
		transform: unset;
	}
	.judo-well-img img {
		aspect-ratio: 1;
	}

	/* Testimonial */
	.testimonial {
		max-width: 100%;
	}
	.testimonial-bottom {
		margin-top: 50px;
	}
	.testimonial-navigation {
		position: unset;
	}
	.testimonial-slide {
		padding: 35px;
		text-align: center;
	}
	.testimonial-title h3 br {
		display: none;
	}

	/* Footer */
	.footer-logo {
		max-width: 266px;
		margin-inline: auto;
	}
	.footer-links {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-schedule, .footer-contact {
		max-width: 234px;
		width: 100%;
		margin-inline: auto;
	}
	.footer-links {
		gap: 50px;
	}

	/* Thank you */
	.thank-you {
		padding-top: 140px;
	}
}