/* CSS for FAQ page ends */

/*!
Copyright 2017-2024 Homeville Consulting Pvt Ltd
Theme Name: homecapital
Theme URI: http://underscores.me/
Author: Homeville Group
Author URI: http://homevillegroup.com
Description: HomeCapital WordPress 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: homecapital
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.

homecapital 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/
*/

/* CSS for FAQ page begins */
.faq-search .form-control:focus {
	border-color: #ccc;
}

.faq-search .form-control {
	background: #fff;
	border: 1px solid #ced4da;
	border-right: 0;
	padding: 6px 12px;
}

.faq-search .input-group-text {
	background: transparent;
	border-radius: .4px;
}

.faq-accordion .accordion-item {
	background-color: transparent;
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, .175) !important;
	border-radius: 0px !important;
}

.faq-accordion .accordion-button {
	font-size: 16px;
	font-weight: 600;
	padding-left: 0px;
	background-color: transparent;
	display: flex;
	align-items: flex-start;
	height: auto;
	font-family: "open-sans", sans-serif !important;
	color: #042631 !important;
}

p.accordion-body {
	font-size: 16px !important;
}

.faq-accordion .accordion-body {
	font-size: 14px !important;
	font-weight: 400;
	padding: 0rem;
	padding-bottom: 16px !important;
	font-family: "open-sans", sans-serif !important;
	width: 90%;
}

#search-results .accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}

#search-results .accordion-button:not(.collapsed)::after {
	color: #000 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

#faq .page-faq .faq-card {
	margin-bottom: 30px;
}

#faq .head-title {
	font-weight: 600;
}

#faq .page-faq .card {
	height: 100%;
	border-radius: 0;
	box-shadow: .5px .5px 8px rgba(230, 230, 233, .8) !important;
	opacity: .9;
	border: none;
}

#faq .page-faq .card-title {
	font-size: 1.375rem;
	font-weight: 600;
}

#faq .page-faq .card-header {
	padding: 20px;
	height: 93px;
}

#faq .page-faq .view-articles {
	position: absolute;
	bottom: 1rem;
}

#faq .page-faq .card .card-body {
	margin-bottom: 35px;
	line-height: 16px;
}

#faq .page-faq .card-text {
	font-size: 1rem;
	font-weight: 400;
	height: 70%;
}

p.accordion-body {
	font-size: 16px !important;
}

#faq-accordion .accordion-button:not(.collapsed) {
	color: #042631 !important;
	background: none;
	box-shadow: none !important;
	transition: var(--bs-accordion-btn-icon-transition);
}

#faq-search, #faq-clear {
	cursor: pointer;
}

#faq-accordion .accordion-button.collapsed {
	box-shadow: none !important;
	border-color: transparent !important;
	transition: var(--bs-accordion-btn-icon-transition);
}

#faq-accordion .accordion-button::after {
	color: #000 !important;
}

#faq-accordion .card {
	cursor: pointer;
}

#faq-accordion .accordion-button:not(.collapsed)::after {
	color: #000 !important;
	background-image: var(--bs-accordion-btn-icon);
	transform: rotate(180deg);
}

#faq-accordion .accordion-button.collapsed::after {
	color: #000 !important;
	transform: rotate(0deg);
}

#faq .type-head-wrapper {
	position: relative;
}

#faq .type-head-wrapper .type-head {
	position: absolute;
	z-index: 999;
	background: #fff;
	padding: 10px 0px;
	border-top: 0;
}

#faq .type-head-wrapper .type-head li {
	margin-bottom: 0;
	cursor: pointer;
	border-bottom: 1px solid #e9e9e9 !important;
	padding: 10px;
}
