/*
 Theme Name:   Understrap Child
  Theme URI:    https://github.com/ESBlueCorona/rds-test
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     rds
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
.faq-tabs-main {
	padding: 100px 0;
}

.faq-page-template .nav-link {
	padding: 10px 20px;
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: start;
	position: relative;
	background: #EDEDED !important;
	color: #222222 !important;
	border-radius: 0 !important;
}

.faq-page-template .nav-link:hover {
	background: #72D0E0 !important;
}

.faq-tabs-main-search {
	margin-bottom: 34px;
}

.faq-page-template .nav-pills {
	max-width: 370px;
	width: 100%;
	margin-right: 50px !important;
	flex-shrink: 0;
}

.faq-page-template .nav-link.active {
	background: #72D0E0 !important;
}

.faq-page-template .nav-link::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' fill='none' viewBox='0 0 7 11'%3E%3Cpath stroke='%23222' d='m.354.354 5 5-5 5'/%3E%3C/svg%3E");
	width: 7px;
	height: 10px;
	position: absolute;
	right: 18px;
	top: 45%;
}


.faq-page-template #faq-tabContent {
	width: 100%;
}

.faq-page-template button.accordion-button {
	position: relative;
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	padding: 0;
	background: #fff !important;
	box-shadow: none !important;
	color: #003E6B;
}

.faq-page-template button.accordion-button::after {
	flex-shrink: 0;
	width: 13px;
	height: 8px;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 8'%3E%3Cpath fill='%23222222' d='M6.5 8 0 1.514 1.517 0 6.5 4.973 11.483 0 13 1.514z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat;
	background-size: auto;
	transition: var(--bs-accordion-btn-icon-transition);
	background-color: unset !important;
}

.faq-page-template .accordion-item:last-child {
	border-bottom: 0 !important;
}

.faq-page-template .accordion .accordion-item {
	border-bottom: 1px solid #003E6B !important;
	border: none;
	border-radius: 0;
}

.faq-page-template .accordion-button:not(.collapsed) {
	color: #003E6B;
}

.faq-page-template .accordion-body {
	padding: 15px 0 0 !important;
	color: #003E6B !important;
}

.faq-page-template .accordion-body strong {
	color: #003E6B !important;
}

.faq-page-template .accordion-item {
	padding: 30px 20px;
}

.faq-page-template .tab-pane {
	margin-top: -30px;
}

.faq-tabs-main>h2 {
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.faq-page-template .subpage_banner h1 {
	opacity: 0;
}


.faq-page-template .search-box {
	width: 100%;
	position: relative;
	max-width: 370px;
	margin-top: 6px;
}

.faq-page-template .search-box input {
	width: 100%;
	height: 100%;
	outline: none;
	padding: 7px 15px;
	color: #222;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	border: 1px solid #C3C0BB;
	min-height: 42px;
	border-radius: 1px;
}

.faq-page-template .search-box input::-webkit-input-placeholder {
	color: #C3C0BB !important;
	opacity: 1;
	font-weight: 400;
}

.faq-page-template .search-box input::-moz-placeholder {
	color: #C3C0BB !important;
	opacity: 1;
	font-weight: 400;
}

.faq-page-template .search-box input:-ms-input-placeholder {
	color: #C3C0BB !important;
	opacity: 1;
	font-weight: 400;
}

.faq-page-template .search-box input::placeholder {
	color: #C3C0BB !important;
	opacity: 1;
	font-weight: 400;
}

.faq-page-template .search-icon {
	position: absolute;
	right: 20px;
	top: 35%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
}

/* =========================================
	   MOBILE
	   ========================================= */

@media (max-width: 991px) {
	.faq-page-template .nav-link.active::after {
		rotate: 90deg;
	}

	.faq-page-template .faq-tabs-main {
		padding: 36px 0;
	}

	.faq-page-template .faq-tabs-main-content>.d-lg-flex {
		display: block !important;
	}

	.faq-page-template .nav-pills {
		max-width: 100%;
		width: 100%;
		margin-right: 0 !important;
		display: block;
	}

	.faq-page-template .nav-link {
		width: 100%;
		margin-bottom: 10px;
	}

	/*
		 * When a tab content is moved below its button,
		 * remove the desktop negative margin.
		 */
	.faq-page-template .tab-pane {
		width: 100%;
		margin-top: 0;
	}

	/*
		 * Hide inactive tab content on mobile.
		 */
	.faq-page-template .tab-pane:not(.show) {
		display: none;
	}

	/*
		 * Remove extra spacing between the tab button
		 * and its accordion.
		 */
	.faq-page-template .nav-link+.tab-pane {
		margin-bottom: 25px;
	}

	.faq-page-template .accordion-item {
		padding: 26px 10px;
	}

	.faq-page-template button.accordion-button {
		font-size: 18px;
		line-height: 26px;
	}

	.faq-tabs-main>h2 {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {

	/*
     * Mobile FAQ wrapper
     */
	.faq-page-template .faq-mobile-tabs {
		width: 100%;
	}

	/*
     * Mobile category button
     */
	.faq-page-template .faq-mobile-tab {
		display: block;
		width: 100%;
		padding: 10px 45px 10px 20px;
		margin: 0 0 10px;
		position: relative;

		font-family: Inter;
		font-weight: 700;
		font-size: 18px;
		line-height: 26px;

		text-align: left;

		border: 0;
		border-radius: 0 !important;

		background: #EDEDED;
		color: #222222;

		cursor: pointer;
	}

	/*
     * Arrow
     */
	.faq-page-template .faq-mobile-tab::after {
		content: "";
		width: 7px;
		height: 10px;

		position: absolute;
		right: 18px;
		top: 50%;

		transform: translateY(-50%);

		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' fill='none' viewBox='0 0 7 11'%3E%3Cpath stroke='%23222' d='m.354.354 5 5-5 5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: 7px 10px;
	}

	/*
     * Active category
     */
	.faq-page-template .faq-mobile-tab.active {
		background: #72D0E0;
	}

	/*
     * Accordion content is hidden by default.
     */
	.faq-page-template .faq-mobile-content {
		display: none;
		width: 100%;
		margin: 0 0 10px;
	}

	/*
     * Active accordion content.
     */
	.faq-page-template .faq-mobile-content.active {
		display: block;
	}

	/*
     * Remove unwanted tab-pane spacing.
     */
	.faq-page-template .faq-mobile-content .tab-pane {
		margin-top: 0 !important;
		width: 100%;
	}

	/*
     * Accordion styling.
     */
	.faq-page-template .faq-mobile-content .accordion-item {
		padding: 20px 10px;
	}

	.faq-page-template .faq-mobile-content button.accordion-button {
		font-size: 18px;
		line-height: 26px;
	}

}