
/*!
Theme Name: Theme43
Theme URI: http://underscores.me/
Author: Adit Theme
Author URI: http://Adit.com
Description: Description
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: theme43
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.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* ==============================
   HOME FAQ SECTION  Discovery Dental
   ============================== */
.home-faq-section {
	background: #f8fafc;
	padding: 80px 20px;
}

.home-faq-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/* Section Heading */
.home-faq-heading {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #0a2240;
	margin-bottom: 50px;
}

/* Reset plugin spacing */
.ewd-ufaq-faqs {
	margin: 0;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

/* Individual FAQ Card */
.ewd-ufaq-faq-div {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	overflow: hidden;
	transition: all .3s ease;
}

.ewd-ufaq-faq-div:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

/* Clickable Question */
.ewd-ufaq-faq-title a {
	display: flex;
	align-items: center;
	padding: 22px 26px;
	text-decoration: none;
}

/* Icon circle */
.ewd-ufaq-post-margin-symbol {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ff8831;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-right: 18px;
	flex-shrink: 0;
}

/* Question text */
.ewd-ufaq-faq-title-text h4 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #0a2240;
	margin: 0;
}

/* Answer body */
.ewd-ufaq-faq-body {
	padding: 0 26px 26px 82px;
	font-size: 1rem;
	line-height: 1.7;
	color: #444;
}

/* Remove default margins inside answer */
.ewd-ufaq-faq-post p {
	margin: 0;
}

/* Active state (when open) */
.ewd-ufaq-faq-div.ewd-ufaq-faq-open .ewd-ufaq-post-margin-symbol {
	background: #cd205f;
}

/* Mobile adjustments */
@media (max-width: 768px) {
	.home-faq-section {
		padding: 60px 16px;
	}
	
	.home-faq-heading {
		font-size: 2rem;
		margin-bottom: 35px;
	}
	
	.ewd-ufaq-faq-title a {
		padding: 18px;
	}
	
	.ewd-ufaq-faq-body {
		padding: 0 18px 18px 18px;
	}
}
