/*
Theme Name: Cashmere Child
description: Client Theme - Cashmere
Template: cashmere-parent
Version: 1.0.0
Text Domain: cashmere-child
Author: BCW
*/
.icon-section {
    padding: 50px 0;
	margin: 6px 0;
}
.icon-section h2 {
	text-align: center;
    margin-top: 0px;
    font-size: 30px;
    border-bottom: 3px solid #000;
}
.icon-section .icons {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.icon-section .icon-col {
    flex: 1 1 calc(20% - 24px);
    flex-direction: column-reverse;
	align-items: center;
}
.icon-section .icon-col p {
	font-size: 18px;
    text-align: center;
    padding: 0 30px;
}
.icon-section .icon-col .icon {
    padding: 10px;
	margin-right: 15px;
}
.btn:hover{
    background: var(--color-2);
}
.gradient-section {
	padding: 100px 0;
  background-image: linear-gradient(90deg, var(--color-2) 0%, rgba(0, 0, 0, 0) 100%);
}
.gradient-section p:last-child {
	margin-bottom: 0;
}
.gallery-sections {
    padding: 100px 0;
    background-color: #eee;
}
.gallery-section .images {
	display: flex;
	column-gap: 6px;
}
.gallery-section .images .image-col {
	display: flex;
	flex-direction: column;
}
.gallery-section .images .image {
	margin-bottom: 6px;
}
.gallery-section .images .image:last-child {
	flex-grow: 1;
}
.gallery-section .images .image:last-child img {
	height: 100%;
	object-fit: cover;
}
.toggle-nav {
	justify-content: center;
	width: fit-content;
	margin: 0 auto 75px;
	column-gap: 6px;
	flex-wrap: wrap;
	row-gap: 6px;
}
.toggle-nav .nav-item {
	background-color: var(--color-4);
	color: #252525;
	padding: .5em 1.5em;
	min-width: 270px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: all ease .3s;
	border-bottom: 2px solid var(--color-4);
}
.toggle-nav .nav-item.active {
	border-color: var(--color-3);
}
.toggle-nav .nav-item.active:nth-child(even) {
	border-color: var(--color-3);
}
.toggle-nav .nav-item:hover {
	border-color: var(--color-3);
}
.toggle-nav .nav-item.active:hover {
	border-color: var(--color-3);
}
.toggle-section {
	display: none;
}
.toggle-section.active {
	display: block;
}
.toggle-section .section-heading {
	text-align: center;
	background: var(--color-4);
	margin: 0 0 6px;
	padding: 10px 0;
	font-weight: 700;
}
.review-section {
	background-color: var(--color-1);
    color: var(--color-4);
	text-align: center;
    padding: 40px 0;
}
.review-section h2 {
	color: var(--color-4);
	margin-bottom: 50px;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-4);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
#gradient-section h2{
	font-size: 28px;
}
#gradient-section p{
	font-size: 20px;
}
#gradient-section .btn{
	font-size: 16px;
}
.team-section .member {
    flex: 1 1 calc(33.33% - 20px);
}
.team-section .image {
	background-color: var(--color-1);
}
.bottom-content{ background-color:var(--color-1);}
.role {font-weight:normal;}
@media screen and (max-width: 991px) {
	.gallery-section .images {
		flex-wrap: wrap;
	}
	.gallery-section .images .col {
		flex: 1 1 calc(50% - (6px / 2));
	}
}
@media screen and (max-width: 767px) {
	.gallery-section .images {
		display: block;
	}
    .toggle-section .section-heading {
		max-width: 500px;
		margin: 0 auto 6px;
	}
}