* {
	box-sizing: border-box;
}

:root {
	--bg: #ffffff;
	--text: #1b2333;
	--muted: #616b80;
	--primary: #1d57a5;
	--primary-dark: #143f7f;
	--primary-soft: #edf3ff;
	--section-soft: #f7faff;
	--section-mid: #eef4ff;
	--hero-start: #0f3a7e;
	--hero-mid: #1f5db4;
	--hero-end: #4c8cea;
	--card: #ffffff;
	--border: #e3e8f2;
	--accent: #edf3ff;
	--success: #209971;
	--footer: #0f1a2f;
	--footer-soft: #1d2c49;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Arial, sans-serif;
	background: var(--bg);
	color: var(--text);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	width: min(1120px, 92vw);
	margin: 0 auto;
}

header {
	position: relative;
	z-index: 30;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--border);
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.35rem 0;
	min-height: 94px;
}

.brand {
	font-size: 1.52rem;
	font-weight: 700;
	color: #143463;
	margin-left: 0;
	margin-right: 1.2rem;
	order: 1;
	text-align: left;
}

.brand span {
	color: var(--primary);
}

.brand img {
	display: block;
	height: 56px;
	width: auto;
	max-width: min(320px, 55vw);
}

nav {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	text-align: right;
	width: 75%;
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 30px;
	box-sizing: border-box;
	vertical-align: middle;
	order: 2;
	margin-right: 0;
	margin-left: auto;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.1rem;
	align-items: center;
	justify-content: flex-end;
}

nav li {
	position: relative;
}

nav .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0.45rem;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 170px;
	background: #fff;
	border: 1px solid #eadfd6;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(80, 40, 20, 0.14);
	display: none;
	z-index: 25;
}

nav .sub-menu a {
	display: block;
	padding: 0.6rem 0.8rem;
	font-size: 0.82rem;
	letter-spacing: 0;
	text-transform: none;
	border-radius: 8px;
	line-height: 1.2;
	justify-content: flex-start;
}

nav .sub-menu a::before {
	display: none;
}

nav li.has-submenu:hover > .sub-menu,
nav li.has-submenu:focus-within > .sub-menu {
	display: block;
}

nav a {
	padding: 0.9rem 0.95rem;
	border-radius: 999px;
	color: #2a2f3a;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

nav a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #c8e2ed;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

nav a:hover {
	background: rgba(230, 181, 158, 0.25);
	color: #e08a5c;
}

nav a.active {
	background: transparent;
	color: var(--primary-dark);
}

nav a:hover::before {
	opacity: 0;
}

nav a.active::before {
	opacity: 1;
}

.menu-btn {
	display: none;
	background: transparent;
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 0.4rem 0.7rem;
	font-weight: 700;
}

.hero {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #cccccc;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	background: #cccccc;
	height: 962px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-content: center;
	align-items: center;
	text-align: center;
}

.hero .container {
	width: min(1120px, 92vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hero h1 {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: 4.2857em;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1666em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -1.5px;
	margin-top: 1.75em;
	margin-bottom: 1em;
	color: #ffffff;
}

.hero p {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 720px;
	color: #1e1d1d;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	word-wrap: break-word;
}

.hero .hero-tagline {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #4f4d4d;
	text-align: center;
	font-family:"Poppins", sans-serif;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin-top: 0em;
	margin-bottom: 0;
}

.cta-row {
	margin-top: 1.5rem;
	display: flex;
	gap: 0.9rem;
	flex-wrap: wrap;
}

.btn {
	display: inline-block;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 1.5em 3.75em;
	letter-spacing: 0;
	height: auto;
	border-width: 0 !important;
	border-radius: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 1em;
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn.primary {
	color: #ffffff !important;
	background-color: #e6b59e !important;
	margin-right: 1em;
}

.btn.secondary {
	color: #ffffff !important;
	background-color: #c8e2ed !important;
	margin-right: 0;
	border: 0;
}

section {
	padding: 4rem 0;
}

.section-title {
	font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	margin: 0 0 0.9rem;
	color: #163a72;
}

.section-sub {
	margin: 0 0 1.5rem;
	color: var(--muted);
	max-width: 760px;
}

.section-soft {
	background: var(--section-soft);
}

.section-mid {
	background: var(--section-mid);
}

.our-mission {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	background-color: #e6b59e;
}

.our-mission .section-title {
	color: #352219;
}

.our-mission p,
.our-mission .section-sub {
	color: #89807c;
}

.our-mission .card {
	box-shadow: 0 6px 28px rgba(80, 40, 20, 0.07);
}

.our-mission .card:hover {
	box-shadow: 0 10px 34px rgba(80, 40, 20, 0.13);
}

.our-mission .card h3 {
	color: #352219;
}

.our-mission .note {
	background: #f5efe3;
	border-left: 4px solid #e08a5c;
	color: #4d3f38;
}

.front_page_section_content_wrap.front_page_section_blog_content_wrap.content_wrap {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin: 0 auto;
	width: 1100px;
	max-width: 94vw;
	position: relative;
	padding: 0;
}

.front_page_section_content_wrap.front_page_section_contacts_content_wrap.content_wrap {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin: 0 auto;
	width: 1100px;
	max-width: 94vw;
	position: relative;
	padding: 0;
}

.front_page_section_contacts_caption {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	hyphens: auto;
	font-family: "Libre Baskerville", serif;
	font-size: 4.2857em;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1666em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -1.5px;
	color: #352219;
	text-align: center;
	margin: 0;
	padding: 7% 0 1.2rem;
}

.front_page_section_contacts_content {
	text-align: center;
	padding: 0 0 8%;
	color: #89807c;
}

.front_page_section_contacts_content h5 {
	font-family: "Libre Baskerville", serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #352219;
	margin: 0.9rem 0 0.35rem;
}

.front_page_section_contacts_content p {
	margin: 0 0 0.75rem;
	color: #89807c;
}

.front_page_section_contacts_content a {
	color: #e08a5c;
	text-decoration: none;
}

.front_page_section_contacts_content a:hover {
	color: #352219;
}

.front_page_section_blog_caption {
	font-family: "Libre Baskerville", serif;
	font-size: 4.2857em;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #352219;
	text-align: center;
	margin: 0;
	padding: 8% 0 0;
}

.front_page_section_blog_description p {
	color: #89807c;
	text-align: center;
	letter-spacing: -0.17px;
	margin: 0 0 2.5rem;
}

.blog-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 4rem;
	padding-bottom: 8%;
}

.blog-item {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(80, 40, 20, 0.07);
	transition: box-shadow 0.3s ease;
}

.blog-item:hover {
	box-shadow: 0 8px 28px rgba(80, 40, 20, 0.13);
}

.blog-item-featured img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.blog-item-content {
	padding: 1.4em 1.6em 1.6em;
	text-align: center;
}

.blog-item-title {
	font-family: "Libre Baskerville", serif;
	font-size: 1.55rem;
	font-weight: 700;
	margin: 0 0 0.3rem;
	text-align: center;
}

.blog-item-title a {
	color: #352219;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-item-title a:hover {
	color: #e08a5c;
}

.blog-item-date {
	color: #e08a5c;
	font-size: 0.87rem;
	font-weight: 600;
	margin-bottom: 0.7rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
}

.blog-item-date::before {
	content: "🕒";
	font-size: 0.95rem;
	line-height: 1;
}

.blog-item-excerpt p {
	color: #89807c;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0 0 1rem;
	text-align: center;
}

.blog-read-more {
	display: inline-block;
	color: #e08a5c;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-read-more:hover {
	color: #352219;
}

.front_page_section_content_wrap.front_page_section_team_content_wrap.content_wrap {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin: 0 auto;
	width: 1100px;
	max-width: 94vw;
	position: relative;
	padding: 4% 0;
}

.front_page_section_team_description p {
	color: #89807c;
	text-align: center;
	letter-spacing: -0.17px;
	margin: 0 0 2.5rem;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.team-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 4rem;
}

.team-member {
	background: #f5efe3;
	border-top: 5px solid #333333;
	border-radius: 14px;
	overflow: visible;
	padding-top: 2rem;
	margin-top: 4rem;
}

.team-photo {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	text-align: center;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	outline: 0;
	word-wrap: break-word;
	background-position: center center !important;
	box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
	border-radius: 34% !important;
	border: 6px solid #eeeeee;
	width: 50%;
	padding-bottom: 50%;
	margin-top: -25%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover !important;
	display: block;
}

.team-textblock {
	padding: 1.4em 1.6em 1.6em;
	text-align: center;
}

.team-name {
	font-family: "Libre Baskerville", serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #352219;
	margin-bottom: 0.2rem;
}

.team-job {
	color: #e08a5c;
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 0.9rem;
	letter-spacing: 0.03em;
}

.team-desc p {
	color: #4d3f38;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0;
	text-align: center;
}

.our-mission .container {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin: 0 auto;
	width: 1100px;
	max-width: 94vw;
	position: relative;
	padding: 8% 0;
}

.front_page_section_content_wrap.front_page_section_features_content_wrap.content_wrap {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin: 0 auto;
	width: 1100px;
	max-width: 94vw;
	position: relative;
	padding: 8% 0;
}

.front_page_section_features_caption {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	hyphens: auto;
	font-family: "Libre Baskerville", serif;
	font-size: 4.2857em;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1666em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -1.5px;
	color: #352219;
	margin: 0;
	text-align: center;
}

.front_page_section_features_description p {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	text-align: center;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin-top: 0em;
	margin-bottom: 0;
	max-width: none;
}

.front_page_section_features_output .services-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.8rem 4.5rem;
}

.service-entry {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #4d3f38;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	padding: 1.6em 2.2em;
	text-align: center;
	background: #f5efe3;
	border-radius: 14px;
}

.service-entry h4 {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #4d3f38;
	font-family: "Libre Baskerville", serif;
	font-size: 1.8rem;
	line-height: inherit;
	font-weight: 700;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	padding: 0.9em 0.9em 0.25em;
	text-align: center;
	margin: 0;
}

.service-entry h4 a,
.service-subtitle a,
.service-title-link,
.service-subtitle-link {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-align: center;
	hyphens: auto;
	text-transform: none;
	letter-spacing: -0.3px;
	font-family: "Libre Baskerville", serif;
	font-size: 100%;
	line-height: inherit;
	font-weight: 700;
	font-style: inherit;
	border: 0;
	word-wrap: break-word;
	text-decoration: none;
	background: transparent;
	outline: 0;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	display: block;
	color: #352219 !important;
}

.service-entry h4 a,
.service-title-link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-subtitle a,
.service-subtitle-link {
	font-family: inherit;
	font-weight: 500;
	font-size: 0.98rem;
}

.service-entry h4 a:hover {
	color: #e08a5c;
}

.service-entry:hover h4 a,
.service-entry:hover .service-subtitle a {
	color: #e08a5c !important;
}

.service-subtitle {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #4d3f38;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	padding: 0 0.9em 0.8em;
	text-align: center;
	margin-top: 0;
}

/* kept intentionally shared with .service-entry h4 a above */

.service-subtitle a:hover {
	color: #e08a5c;
}

.service-subtitle a,
.service-subtitle-link {
	color: #e08a5c !important;
}

.grid {
	display: grid;
	gap: 1.1rem;
}

.services-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 1.2rem;
	box-shadow: 0 6px 28px rgba(15, 44, 102, 0.07);
}

.card:hover {
	box-shadow: 0 10px 34px rgba(15, 44, 102, 0.1);
}

.card h3 {
	margin: 0 0 0.45rem;
	color: #143e7f;
}

.card p {
	margin: 0;
	color: var(--muted);
}

.split {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1.6rem;
}

.note {
	background: #f3f7ff;
	border-left: 4px solid var(--primary);
	padding: 1rem;
	border-radius: 8px;
	color: #27446a;
}

.service-link {
	display: inline-block;
	margin-top: 0.8rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary-dark);
}

.service-link:hover {
	color: var(--primary);
}

.dark-section {
	background: #13284a;
	color: #eaf0ff;
}

.dark-section {
	padding-top: 4.4rem;
	padding-bottom: 4.4rem;
}

.dark-section .section-title,
.dark-section .section-sub,
.dark-section p,
.dark-section a {
	color: #eaf0ff;
}

.mini-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.mini-card {
	background: #1a3763;
	border: 1px solid #2f4f83;
	padding: 1rem;
	border-radius: 10px;
}

.mini-card h4 {
	margin: 0 0 0.45rem;
	color: #fff;
}

.mini-card p {
	margin: 0;
	color: #d5e2ff;
}

.news-item + .news-item {
	margin-top: 0.9rem;
}

.news-item time {
	color: #5b6885;
	font-size: 0.88rem;
}

.news-item p {
	line-height: 1.5;
}

.contact-box {
	background: #13213a;
	color: #ebf0ff;
	border-radius: 14px;
	padding: 1.2rem;
}

.contact-box p,
.contact-box a {
	color: #d9e4ff;
}

.breadcrumbs {
	background: #f3f7ff;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 0.8rem 0;
	color: #355684;
	font-size: 0.95rem;
}

.top_panel_title.sc_layouts_row.sc_layouts_row_type_normal {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	box-sizing: border-box;
	padding: 3em 0;
	z-index: 5;
	font-size: 14px;
	background-color: #eceae6;
}

.top_panel_title .content_wrap {
	width: min(1100px, 94vw);
	margin: 0 auto;
}

.top_panel_title .sc_layouts_title_caption {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-align: center;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	hyphens: auto;
	font-family: "Libre Baskerville", serif;
	font-size: 4.2857em;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1666em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -1.5px;
	margin: 0 auto;
	color: #352219;
	float: none;
}

.top_panel_title .sc_layouts_title_breadcrumbs .breadcrumbs {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
	color: #8dbcd2;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	line-height: 19px;
	font-family: 'Cookie', cursive;
	font-size: 1rem;
	margin-top: 0.55em;
	background: transparent;
	padding: 0;
}

.top_panel_title .breadcrumbs_item,
.top_panel_title .breadcrumbs_item.home {
	color: #8dbcd2;
}

.top_panel_title .breadcrumbs_delimiter::before {
	content: " / ";
	font-size: 0.95rem;
}

.post_content.entry-content {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
}

.post_content.entry-content p {
	color: #89807c;
}

.post_content.entry-content .section-title,
.post_content.entry-content h3 {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	font-weight: bold;
	color: #352219;
	margin-top: 0;
	margin-bottom: 0.6em;
}

.post_content.entry-content p,
.post_content.entry-content .section-sub {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	margin-top: 0em;
	margin-bottom: 1.7em;
}

.page_content_wrap {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
}

.page_wrap {
	min-height: 100vh;
	background-color: #f3f2f0;
}

.page_wrap > .page_inner {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	min-height: 100vh;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f3f2f0;
}

.page_content_wrap .content_wrap {
	width: min(1100px, 94vw);
	margin: 0 auto;
}

.careers-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2rem;
	align-items: start;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.careers-content-layout .content .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.page_content_wrap .content {
	width: 100%;
}

.widget_area {
	width: 100%;
}

.sidebar_inner {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #89807c;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	box-sizing: border-box;
	display: grid;
	gap: 1rem;
}

.sidebar_inner .widget {
	background: #eceae6;
	border-radius: 12px;
	padding: 1.15rem 1.1rem;
	box-shadow: 0 8px 24px rgba(80, 40, 20, 0.06);
}

.widget_title {
	margin: 0 0 0.8rem;
	font-family: "Libre Baskerville", serif;
	font-size: 1.15rem;
	color: #352219;
}

.search-form {
	display: grid;
	gap: 0.6rem;
}

.search-field,
.search-submit {
	width: 100%;
	padding: 0.8rem 0.9rem;
	border-radius: 10px;
	border: 1px solid #d8ccc1;
	font: inherit;
}

.search-submit {
	background: #352219;
	color: #fff;
	cursor: pointer;
}

.widget_categories ul,
.contacts_info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories li + li,
.contacts_info span + span {
	margin-top: 0.55rem;
}

.sidebar-posts {
	display: grid;
	gap: 0.9rem;
}

.sidebar-posts .post_item {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 0.8rem;
	align-items: center;
}

.sidebar-posts .post_thumb img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
}

.sidebar-posts .post_title {
	margin: 0 0 0.25rem;
	font-size: 0.95rem;
	line-height: 1.35;
}

.sidebar-posts .post_title a,
.widget a,
.contacts_info a {
	color: #352219;
	text-decoration: none;
}

.sidebar-posts .post_info_date,
.contacts_info,
.widget_categories a {
	color: #89807c;
	font-size: 0.92rem;
}

.contacts_info label {
	display: block;
	font-weight: 700;
	color: #352219;
	margin-bottom: 0.15rem;
}

@media (max-width: 900px) {
	.careers-content-layout {
		grid-template-columns: 1fr;
	}
	.sidebar_inner {
		gap: 0.9rem;
	}
}

/* ── Apply Online Form ───────────────────────────────────── */
.apply-online-section {
	margin-top: 2.5rem;
	padding: 2rem 2.2rem;
	background-color: #eceae6;
	border-radius: 6px;
	border-left: 4px solid #e08a5c;
}

.apply-online-heading {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 1.5rem;
	color: #352219;
	margin: 0 0 0.35rem;
}

.apply-online-sub {
	font-size: 0.875rem;
	color: #89807c;
	margin: 0 0 1.4rem;
}

.aol_app_form .form-group {
	margin-bottom: 1.1rem;
}

.aol_app_form label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #352219;
	margin-bottom: 0.35rem;
}

.aol_app_form .required-mark {
	color: #e08a5c;
	margin-right: 2px;
}

.aol_app_form .form-control {
	width: 100%;
	padding: 0.55rem 0.8rem;
	font-size: 0.9rem;
	color: #4d3f38;
	background-color: #fff;
	border: 1px solid #c9bfba;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s;
	outline: none;
}

.aol_app_form .form-control:focus {
	border-color: #e08a5c;
	box-shadow: 0 0 0 3px rgba(224, 138, 92, 0.18);
}

.aol_app_form .file-input {
	padding: 0.4rem 0.6rem;
	cursor: pointer;
}

.aol_app_form .field-hint {
	display: block;
	font-size: 0.78rem;
	color: #89807c;
	margin-top: 0.3rem;
}

.btn-submit-app {
	display: inline-block;
	padding: 0.65rem 2rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	background-color: #e08a5c;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s, transform 0.15s;
	letter-spacing: 0.02em;
}

.btn-submit-app:hover {
	background-color: #c96e3f;
	transform: translateY(-1px);
}

.btn-submit-app:active {
	transform: translateY(0);
}

.services-page-content {
	padding: 2.5rem 0 4rem;
}

.services-page-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 2.2rem;
}

.service-detail-card {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	hyphens: manual;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 0.0001px;
	padding-right: 1.4rem;
	padding-bottom: 1.6rem;
	padding-left: 1.4rem;
	margin-bottom: 0;
	color: #4d3f38;
	background-color: #eceae6;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(80, 40, 20, 0.06);
	position: relative;
}

.clickable-card {
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clickable-card:hover,
.clickable-card:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(80, 40, 20, 0.12);
}

.service-detail-title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
}

.service-detail-header {
	text-align: center;
}

.sc_services_item_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 0.9rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #f6e3d6, #f1d3bc);
	border: 2px solid #e3c4ad;
	text-decoration: none;
	color: #352219;
	box-shadow: 0 6px 18px rgba(80, 40, 20, 0.08);
}

.icon-006_medical::before {
	content: "☕";
	font-size: 1.45rem;
	line-height: 1;
}

.icon-004_care-service::before {
	content: "↺";
	font-size: 1.5rem;
	line-height: 1;
}

.icon-005_in-home::before {
	content: "🛁";
	font-size: 1.35rem;
	line-height: 1;
}

.icon-008_companionship::before {
	content: "🤝";
	font-size: 1.3rem;
	line-height: 1;
}

.service-detail-title a {
	color: #352219;
	text-decoration: none;
}

.service-detail-title a:hover {
	color: #e08a5c;
}

.service-detail-subtitle {
	margin-top: 0.3rem;
	margin-bottom: 0.9rem;
}

.service-detail-subtitle a {
	color: #e08a5c;
	text-decoration: none;
	font-weight: 600;
}

.service-detail-content p {
	margin: 0 0 1rem;
	color: #89807c;
	line-height: 1.75;
}

.service-detail-button .service-link {
	margin-top: 0;
}

.single-service-page {
	padding: 2.5rem 0 4rem;
}

.single-service-article {
	background: #eceae6;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 10px 30px rgba(80, 40, 20, 0.08);
}

.single-service-hero {
	text-align: center;
	margin-bottom: 1.5rem;
}

.single-service-hero .sc_services_item_icon {
	width: 78px;
	height: 78px;
	margin-bottom: 1rem;
}

.single-service-title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 700;
	color: #352219;
	line-height: 1.2;
}

.single-service-subtitle {
	margin-top: 0.45rem;
	color: #e08a5c;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.82rem;
}

.single-service-body p {
	color: #89807c;
	line-height: 1.8;
	margin: 0 0 1.1rem;
}

.single-service-back {
	margin-top: 1.5rem;
	text-align: center;
}

.single-service-back a {
	color: #352219;
	font-weight: 700;
	text-decoration: none;
}

.single-service-back a:hover {
	color: #e08a5c;
}

.form-grid {
	display: grid;
	gap: 0.9rem;
}

label {
	display: block;
	margin-bottom: 0.3rem;
	font-weight: 600;
	color: #2b4b74;
}

input,
textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid #cdd5e6;
	border-radius: 10px;
	font: inherit;
}

textarea {
	min-height: 130px;
	resize: vertical;
}

button[type="submit"] {
	border: none;
	background: var(--primary);
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	padding: 0.8rem 1rem;
	cursor: pointer;
}

button[type="submit"]:hover {
	background: var(--primary-dark);
}

footer {
	background: var(--footer);
	color: #ced9f3;
	margin-top: 3rem;
}

.footer-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 1.4fr 1fr 1fr;
	padding: 2.3rem 0;
}

.footer-grid h4 {
	margin: 0 0 0.6rem;
	color: #fff;
}

.copyright {
	border-top: 1px solid var(--footer-soft);
	padding: 0.9rem 0;
	text-align: center;
	font-size: 0.9rem;
}

.home-footer {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #ffffff;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	word-wrap: break-word;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1000;
	overflow: visible;
	visibility: visible;
	max-height: none;
	margin: 0 auto;
	background-color: #352219;
	padding: 2.5rem 1rem 0;
}

.home-footer .footer_logo_inner {
	margin-bottom: 1.2rem;
}

.home-footer .logo_footer_image {
	max-width: 300px;
	width: min(300px, 72vw);
	height: auto;
}

.home-footer .footer_menu_inner {
	margin-bottom: 1.2rem;
}

.home-footer .menu_footer_nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 1rem 1.4rem;
	flex-wrap: wrap;
}

.home-footer .menu_footer_nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

.home-footer .menu_footer_nav a:hover {
	color: #f2c5ad;
}

.home-footer .footer_copyright_inner {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0.9rem 0;
}

.home-footer .content_wrap {
	width: min(1100px, 94vw);
	margin: 0 auto;
}

.home-footer .copyright_text {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: -0.17px;
	color: #ffffff;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	word-wrap: break-word;
}

@media (max-width: 900px) {
	.split,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.menu-btn {
		display: inline-block;
	}

	nav {
		display: none;
		width: 100%;
		margin-top: 0.8rem;
		order: 2;
		margin-right: 0;
	}

	nav.open {
		display: block;
	}

	nav ul {
		flex-direction: column;
		align-items: flex-start;
	}

	nav .sub-menu {
		position: static;
		transform: none;
		display: block;
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
		min-width: 0;
		margin-left: 1rem;
	}

	nav .sub-menu a {
		padding: 0.45rem 0.2rem;
		font-size: 0.8rem;
	}

	.brand {
		order: 1;
		margin-left: 0;
	}

	.hero {
		height: auto;
		min-height: calc(100vh - 118px);
	}

	.hero h1 {
		font-size: 36px;
		line-height: 50px;
		margin-top: 36px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	.nav-wrap {
		flex-wrap: wrap;
	}

	.front_page_section_content_wrap.front_page_section_features_content_wrap.content_wrap {
		width: min(1100px, 92vw);
		padding: 12% 0;
	}

	.front_page_section_features_output .services-list {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
