/*
Theme Name: Keystone Child
description: Client Theme - Keystone
Template: keystone-parent
Version: 1.0.0
Text Domain: keystone-child
Author: BCW
*/

.background-section {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.background-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(208, 223, 232, 0.65);
	z-index: -1;
}
.background-section h2 {
	color: var(--color-one);
}

.review-section2 {
	background-color: var(--color-three);
	background-image: url(/wp-content/uploads/2026/02/az-subtle.png);
	text-align: center;
	padding: 50px 0;
}
.review-section2 h2 {
	color: var(--color-one);
	margin-bottom: 50px;
}
.review-section2 .reviews .heading {
	font-style: italic;
}
.review-section2 .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
	display: block;
}
.review-section2 .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-one);
}
.review-section2 .owl-carousel .owl-nav button.owl-prev,
.review-section2 .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section2 .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section2 .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section2 .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: 0.5em;
	margin-top: 20px;
}
.review-section2 .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-one);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section2 .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-one);
}

.faq-section {
	background-color: var(--color-four);
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-one);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease 0.3s; 
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-three);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-two);
}

.vertical-slider {
	overflow: hidden;
	display: flex;
}
.vertical-slider .items {
	transition: transform ease 0.3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev {
	opacity: 0.3;
	cursor: default;
}
.vertical-slider.last .next {
	opacity: 0.3;
	cursor: default;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;background:#eee;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.reviews-section {
	background-color: #fff;
}
.innews {
	padding: 50px 100px;
}
.innews .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	gap: 20px 40px;
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.innews .item .image {
	flex: 1 1 250px;
}
.innews .item .content {
	flex: 1 1 calc(100% - 290px);
}
.innews .item h3 {
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	font-size: 28px;
}
.innews .item:nth-of-type(odd) {
	background: #eee;
}
.innews .item .flex-80 {
	padding: 25px;
}

html {
scroll-behavior: smooth;
}

.page-id-240 #available-positions {padding-top:60px; background:#fff;}

@media screen and (max-width: 767px) {
	.innews .item > .col {
		flex-basis: 100%;
	}
}
