/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.8
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.9.4
Tested up to: 7.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra 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.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* ==========================================================================
   St. Stamford Homepage
   ========================================================================== */

:root {
	--st-green: #8DAC44;
	--st-green-dark: #6f8a3a;
	--st-brown: #3d2b24;
	--st-gray: #f3f3f3;
	--st-text: #444;
	--st-white: #fff;
	--st-font-body: "Poppins", sans-serif;
	--st-font-heading: "Wittgenstein", serif;
	--st-container: 1200px;
	--st-radius: 4px;
}

/* Break out of Astra container so sections are full viewport width */
.st-homepage.ast-page-builder-template .site-content > .ast-container,
.st-homepage #content > .ast-container,
.st-homepage .site-content > .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.st-homepage #primary,
.st-homepage .ast-page-builder-template #primary,
.st-homepage.ast-no-sidebar #primary {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.st-homepage #secondary {
	display: none !important;
}

.st-homepage .entry-header,
.st-homepage .ast-article-single,
.st-homepage .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.st-homepage .st-home {
	width: 100%;
	max-width: 100%;
}

.st-homepage .hero,
.st-homepage .about,
.st-homepage .contact,
.st-homepage .section {
	width: 100%;
}

.st-home {
	font-family: var(--st-font-body);
	color: var(--st-text);
	overflow-x: hidden;
}

.st-home img {
	max-width: 100%;
	height: auto;
	display: block;
}

.st-container {
	width: 100%;
	max-width: var(--st-container);
	margin: 0 auto;
	padding: 0 20px;
}

/* Buttons */
.st-home .btn,
.btn {
	display: inline-block;
	padding: 14px 32px;
	font-family: var(--st-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: var(--st-radius);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn--primary {
	background: var(--st-green);
	color: var(--st-white);
	border-color: var(--st-green);
}

.btn--primary:hover,
.btn--primary:focus {
	background: var(--st-green-dark);
	border-color: var(--st-green-dark);
	color: var(--st-white);
}

.btn--outline {
	background: transparent;
	color: var(--st-white);
	border-color: var(--st-white);
}

.btn--outline:hover,
.btn--outline:focus {
	background: var(--st-white);
	color: var(--st-green);
}

.btn--dark {
	background: var(--st-brown);
	color: var(--st-white);
	border-color: var(--st-brown);
	width: 100%;
}

.btn--dark:hover,
.btn--dark:focus {
	background: #2a1d18;
	color: var(--st-white);
}

/* Top bar (ACF Header) */
.st-top-bar {
	background: var(--st-green);
	color: var(--st-white);
	font-family: var(--st-font-body);
	font-size: 13px;
	line-height: 1.4;
}

.st-top-bar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 24px 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.st-top-bar__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--st-white);
	text-decoration: none;
}

.st-top-bar__item:hover {
	color: var(--st-white);
	opacity: 0.9;
}

/* Menu active / hover green */
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current-menu-ancestor > .menu-link,
.ast-builder-menu .menu-link:hover,
.ast-builder-menu .current-menu-item > .menu-link,
.ast-header-primary-menu .menu-link:hover,
.ast-header-primary-menu .current-menu-item > .menu-link,
#ast-desktop-header .main-header-menu .menu-item:hover > .menu-link,
#ast-desktop-header .main-header-menu .current-menu-item > .menu-link {
	color: var(--st-green) !important;
}

/* Footer (ACF Footer) */
.st-footer {
	font-family: var(--st-font-body);
	background: var(--st-white);
}

.st-footer__main {
	padding: 60px 0 40px;
}

.st-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1.2fr 1fr 1.1fr;
	gap: 36px;
	align-items: start;
}

.st-footer__logo img {
	max-width: 240px;
	height: auto;
	margin-bottom: 16px;
}

.st-footer__about,
.st-footer__news-text {
	font-size: 14px;
	line-height: 1.7;
	color: #888;
	margin: 0 0 14px;
}

.st-footer__heading {
	font-family: var(--st-font-body);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--st-green);
	margin: 0 0 18px;
}

.st-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.st-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.55;
	color: #888;
}

.st-footer__contact img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}

.st-footer__contact a {
	color: #888;
	text-decoration: none;
}

.st-footer__contact a:hover {
	color: var(--st-green);
}

.st-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.st-footer__menu li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 16px;
}

.st-footer__menu li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--st-green);
}

.st-footer__menu a {
	color: #888;
	text-decoration: none;
	font-size: 14px;
}

.st-footer__menu a:hover {
	color: var(--st-green);
}

.st-footer__newsletter {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.st-footer__newsletter input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: var(--st-radius);
	font-family: var(--st-font-body);
	font-size: 14px;
	box-sizing: border-box;
}

.st-footer__newsletter .btn {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.st-footer__news-status {
	margin: 0;
	font-size: 13px;
}

.st-footer__bottom {
	background: var(--st-brown);
	color: var(--st-white);
	padding: 14px 0;
	font-size: 13px;
}

.st-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.st-footer__copy {
	margin: 0;
	color: var(--st-white);
}

.st-footer__designed {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--st-white);
}

.st-footer__designed img {
	max-height: 28px;
	width: auto;
}

@media (max-width: 1024px) {
	.st-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.st-top-bar__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.st-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.st-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}

/* Floating social */
.social-float {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: var(--st-white);
	padding: 10px 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	border-radius: 6px 0 0 6px;
}

.social-float a {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Sections */
.section {
	padding: 80px 0;
}

.section--gray {
	background: var(--st-gray);
}

.section-header {
	text-align: center;
	margin-bottom: 40px;
}

.section-label {
	margin: 0 0 10px;
	font-family: var(--st-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #b2b2b2;
	opacity: 1;
}

.section-label--left {
	text-align: left;
}

.section-label--light {
	color: var(--st-white);
}

.section-title {
	font-family: var(--st-font-heading);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 600;
	color: var(--st-green);
	margin: 0 0 12px;
	line-height: 1.2;
}

.section-title--left {
	text-align: left;
}

.section-sub {
	font-family: var(--st-font-body);
	font-size: 15px;
	color: #777;
	margin: 0 auto;
	max-width: 640px;
}

.section-cta {
	text-align: center;
	margin-top: 40px;
}

/* Region filters */
.region-filters {
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-bottom: 40px;
}

.region-filter {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--st-font-body);
	font-size: 13px;
	color: #666;
	padding: 0;
	opacity: 0.65;
	transition: opacity 0.2s ease;
}

.region-filter.is-active,
.region-filter:hover {
	opacity: 1;
}

.region-filter img {
	width: 143px;
	height: 143px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid transparent;
}

.region-filter.is-active img {
	border-color: var(--st-green);
}

/* Hero */
.hero {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-color: #333;
	text-align: center;
	color: var(--st-white);
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.hero__content {
	position: relative;
	z-index: 1;
	padding: 100px 20px;
	max-width: 800px;
}

.hero__title {
	font-family: var(--st-font-heading);
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 600;
	margin: 0 0 18px;
	line-height: 1.15;
	color: var(--st-white);
}

.hero__body {
	font-family: var(--st-font-body);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto 28px;
	max-width: 560px;
	opacity: 0.95;
}

.hero__btn,
.hero .btn.btn--primary {
	position: relative;
	z-index: 2;
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	background: var(--st-green) !important;
	color: #fff !important;
	border: 2px solid var(--st-green) !important;
	padding: 14px 32px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
}

/* Services */
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 28px;
}

.service-card__image {
	overflow: hidden;
	border-radius: var(--st-radius);
	margin-bottom: 16px;
	aspect-ratio: 16 / 10;
}

.service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.service-card:hover .service-card__image img {
	transform: scale(1.04);
}

.service-card__title {
	font-family: var(--st-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--st-green);
	margin: 0 0 10px;
}

.service-card__desc {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 12px;
	color: #666;
}

.service-card__link {
	font-size: 13px;
	font-weight: 600;
	color: var(--st-green);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.service-card__link:hover {
	color: var(--st-green-dark);
}

/* About */
.about {
	background-color: #ddd;
	background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

.about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 560px;
}

.about__media {
	min-height: 560px;
}

.about__content {
	position: relative;
	color: var(--st-white);
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	isolation: isolate;
}

.about__content::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #4a6017 0% 0% no-repeat padding-box;
	opacity: 0.7;
}

.about__title {
	font-family: var(--st-font-heading);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	color: var(--st-white);
	margin: 0 0 20px;
	line-height: 1.3;
}

.about__body {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 28px;
	opacity: 0.95;
}

.st-home .about__btn.btn,
.about__btn {
	align-self: flex-start;
	background: #ffffff 0% 0% no-repeat padding-box !important;
	color: var(--st-green) !important;
	border: none !important;
	border-radius: 5px !important;
	opacity: 1 !important;
	padding: 12px 28px !important;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.4;
	box-shadow: none;
}

.st-home .about__btn.btn:hover,
.st-home .about__btn.btn:focus,
.about__btn:hover,
.about__btn:focus {
	background: #ffffff !important;
	color: var(--st-green-dark) !important;
	border: none !important;
	opacity: 1 !important;
}

.about__body p {
	margin: 0 0 1em;
	color: var(--st-white);
}

.about__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-item__number {
	display: block;
	font-family: var(--st-font-heading);
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
}

.stat-item__label {
	display: block;
	font-size: 12px;
	margin-top: 4px;
	opacity: 0.9;
}

/* Technology */
.tech-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 24px;
}

.tech-card {
	text-align: center;
}

.tech-card__icon {
	width: 140px;
	height: 140px;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tech-card__icon img {
	width: 140px;
	height: 140px;
	object-fit: contain;
	display: block;
}

.tech-card__title {
	font-family: var(--st-font-heading);
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--st-green);
	margin: 0 0 10px;
}

.tech-card__desc {
	font-size: 14px;
	line-height: 1.65;
	color: #666;
	margin: 0;
}

/* Doctors */
.doctors-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.doctor-card__photo {
	overflow: hidden;
	border-radius: var(--st-radius);
	margin-bottom: 14px;
	aspect-ratio: 3 / 4;
	background: #ddd;
}

.doctor-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor-card__name {
	font-family: var(--st-font-heading);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--st-green);
	margin: 0 0 6px;
}

.doctor-card__specialty,
.doctor-card__exp {
	font-size: 13px;
	color: #666;
	margin: 0 0 4px;
	line-height: 1.5;
}

/* Facilities */
.facilities-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 24px;
}

.facility-card {
	text-align: left;
}

.facility-card__image {
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 4 / 3;
	background: #ddd;
	margin-bottom: 16px;
}

.facility-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.facility-card:hover .facility-card__image img {
	transform: scale(1.04);
}

.facility-card__name {
	font: normal normal bold 23px/35px var(--st-font-body);
	letter-spacing: 0px;
	color: #707070;
	margin: 0 0 8px;
}

.facility-card__desc {
	font: normal normal normal 17px/37px var(--st-font-body);
	letter-spacing: 0px;
	color: #6e6e6e;
	margin: 0;
}

/* Testimonials */
.testimonials__track {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.testimonial-card {
	display: none;
	background: var(--st-white);
	padding: 36px 32px;
	border-radius: var(--st-radius);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	margin: 0;
}

.testimonial-card.is-visible {
	display: block;
}

.testimonial-card__quote {
	display: block;
	font-family: var(--st-font-heading);
	font-size: 48px;
	line-height: 1;
	color: var(--st-green);
	margin-bottom: 8px;
}

.testimonial-card__icon {
	width: 36px;
	height: 36px;
	margin-bottom: 12px;
	object-fit: contain;
}

.testimonial-card__text {
	font-family: var(--st-font-body);
	font-size: 15px;
	font-style: italic;
	line-height: 1.7;
	color: #555;
	margin: 0 0 24px;
}

.testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 14px;
}

.testimonial-card__author img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-card__name {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: var(--st-green);
}

.testimonial-card__info {
	display: block;
	font-size: 13px;
	color: #888;
}

.testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.testimonials__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #ccc;
	cursor: pointer;
	padding: 0;
}

.testimonials__dot.is-active {
	background: var(--st-green);
}

/* News */
.news__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.news__featured-image {
	margin: 20px 0 24px;
	overflow: hidden;
	border-radius: var(--st-radius);
	aspect-ratio: 16 / 11;
}

.news__featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 52px;
}

.news-item {
	border-bottom: 1px solid #e5e5e5;
}

.news-item:last-child {
	border-bottom: none;
}

.news-item__trigger {
	display: grid;
	grid-template-columns: 46px 1fr auto;
	gap: 16px;
	align-items: center;
	width: 100%;
	padding: 18px 0;
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	text-align: left;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}

.st-home .news-item__trigger:hover,
.st-home .news-item__trigger:focus,
.st-home .news-item__trigger:focus-visible,
.st-home .news-item__trigger:active,
.news-item__trigger:hover,
.news-item__trigger:focus,
.news-item__trigger:focus-visible,
.news-item__trigger:active {
	background: transparent !important;
	background-color: transparent !important;
	outline: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
}

.news-item__thumb {
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
	pointer-events: none;
}

.news-item__thumb img {
	width: 46px;
	height: 46px;
	object-fit: cover;
	display: block;
}

.news-item__title {
	display: block;
	font: normal normal bold 16px/24px var(--st-font-body);
	margin: 0;
	color: #707070 !important;
	text-transform: uppercase;
	letter-spacing: 0px;
	pointer-events: none;
}

.news-item__trigger:hover .news-item__title,
.news-item__trigger:focus .news-item__title {
	color: #707070 !important;
}

.news-item.is-open .news-item__title {
	color: #707070 !important;
}

.news-item__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	color: #707070;
	flex-shrink: 0;
	transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.news-item__arrow svg {
	display: block;
	transition: transform 0.25s ease;
}

.news-item.is-open .news-item__arrow {
	border-color: var(--st-green);
	color: var(--st-green);
}

.news-item.is-open .news-item__arrow svg {
	transform: rotate(180deg);
}

.news-item__panel {
	padding: 0 0 20px 62px;
	border-top: 1px solid #e5e5e5;
}

.news-item__panel[hidden] {
	display: none;
}

.news-item__blurb {
	font: normal normal normal 15px/28px var(--st-font-body);
	letter-spacing: 0px;
	color: #6e6e6e;
	margin: 16px 0 0;
}

/* Contact */
.contact__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 520px;
}

.contact__map {
	background: #ddd;
	min-height: 400px;
}

.contact__map iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
	display: block;
}

.contact__form-wrap {
	background: var(--st-green);
	padding: 60px 50px;
	color: var(--st-white);
}

.contact__title {
	font-family: var(--st-font-heading);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	color: var(--st-white);
	margin: 0 0 28px;
}

.inquiry-form .form-row {
	margin-bottom: 16px;
}

.inquiry-form input,
.inquiry-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: var(--st-radius);
	font-family: var(--st-font-body);
	font-size: 14px;
	background: var(--st-white);
	color: #333;
	box-sizing: border-box;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
	outline: 2px solid var(--st-brown);
	outline-offset: 1px;
}

.inquiry-form__status {
	margin-top: 12px;
	font-size: 14px;
}

.inquiry-form__status.is-success {
	color: #e8ffe0;
}

.inquiry-form__status.is-error {
	color: #ffe0e0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Responsive */
@media (max-width: 1024px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tech-grid,
	.doctors-grid,
	.facilities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.section {
		padding: 56px 0;
	}

	.about__grid,
	.news__grid,
	.contact__grid {
		grid-template-columns: 1fr;
	}

	.about__media {
		display: none;
	}

	.about {
		min-height: 360px;
	}

	.about__content,
	.contact__form-wrap {
		padding: 40px 24px;
	}

	.about__stats {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.services-grid,
	.tech-grid,
	.doctors-grid,
	.facilities-grid,
	.testimonials__track {
		grid-template-columns: 1fr;
	}

	.testimonial-card.is-visible {
		display: block;
	}

	.news__list {
		padding-top: 0;
	}

	.news-item__panel {
		padding-left: 0;
	}

	.contact__map iframe {
		min-height: 320px;
	}

	.hero {
		min-height: 55vh;
	}

	.hero__content {
		padding: 70px 20px;
	}
}
