/**
 * MedicalGuide WPBakery Addon - Frontend Styles
 *
 * @package MedicalGuide\WPBakery
 */

/* Base styling for WPBakery elements - theme provides main styles */
.static-service {
	margin-bottom: 20px;
}

/* Ensure owl carousel items display correctly */
.owl-carousel .item img {
	width: 100%;
	height: auto;
}

/* Contact form response styling */
.contact-form-response-status .success {
	color: #28a745;
}

.contact-form-response-status .error {
	color: #dc3545;
}

/* Ensure proper spacing for pricing tables */
.pricing-table {
	margin-bottom: 30px;
}

.pricing-table.highlight {
	transform: scale(1.05);
}

/* Quote section styling */
.dr-quote .quote {
	font-size: 1.5em;
	font-style: italic;
}

.dr-quote .name {
	display: block;
	margin-top: 10px;
}
