/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
body{
    font-family: "Lora", serif;
}
.review-section,
.team-section {
    background-color: var(--color-4);
}
.team-section .member {
    flex: 0 1 calc(50% - 75px);
}
#gform_fields_1 select.gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    width: 100%;
    outline: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 30px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    padding-top: 14px;
    padding-bottom: 6px;
    line-height: normal;
}

#gform_fields_1 select.gfield_select option {
    background-color: #243665;
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
}
.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 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.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(180deg);
}
.faq-section {
	background-color: var(--color-4);
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .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-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.columns-section {
	padding: 50px 0;
	background-color: var(--color-4);
}
.columns-section .sec-content {
	margin-bottom: 30px;
}
.columns-section .items {
	display: flex;
	gap: 30px;
}
.columns-section .item {
	flex: 1 1 calc(33% - 10px);
}
.bottom-content{
    padding: 50px;
}