/*!
Theme Name: serencroft-care
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: serencroft-care
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.

serencroft-care 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.top-rightbar {
	display: flex;
	align-items: center;
}

.top-bar {
	display: flex;
	justify-content: space-between;
	background: #102544 !important;
	color: #dbe5f2 !important;
	padding: 3px 6%;
	align-items: center;
	z-index: 99;
	position: relative;
	display: none;
}

.top-bar a {
	text-decoration: none;
	color: #dbe5f2 !important;
	font-family: "Inter" !important;
	font-weight: 500;
}

.top-leftbar img {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

img.divider-topbar {
	top: -3px;
	margin: 0 10px;
}

.social_links img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.social_links a {
	display: inline-flex;
	align-items: center;
}

.investememnt-top img {
	width: 18px;
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 4px;
}

.book_tour button {
	background: #102544 !important;
	border-radius: 2px;
	font-family: Inter;
	cursor: pointer;
	font-size: 20px;
	border: 0;
	padding: 12px 20px;
	color: #fff !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12),
		0 1px 3px rgba(0, 0, 0, 0.08);
}

.book_tour img {
	width: 14px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.book_tour button {
	background: #102544 !important;
	border-radius: 2px;
	font-family: Inter;
	cursor: pointer;
	font-size: 20px;
	border: 0;
	padding: 12px 20px;
	color: #fff !important;
}


header#masthead {
    display: flex;
    justify-content: space-between;
    padding: 3px 3%;
    position: fixed;
    z-index: 99;
    align-items: center;
    width: 100%;
    background: #ffffff;
    left: 0;
    max-width: 1600px;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.current-menu-item {
	color: white !important;
}

.homes_right_logos {
	position: absolute;
	right: 3%;
	z-index: 9;
	padding: 6px;
	bottom: 0px;
	background: white;
	display: flex;
	align-items: center;
}

.homes_right_logos img {
	width: 111px;
	margin: 0 22px;
}

header#masthead a {
	padding: 0 40px;
	color: #102544;
	font-family: "Inter" !important;
	font-weight: 500;
	font-size: 20px;
}

.hamburger {
	background-color: #102544 !important;
	position: relative;
	z-index: 9999;
	border-radius: 0;
	padding: 20px;
	outline: none;
}


/* The Overlay (background) */

.overlay {
	width: 100%;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	background-color: #ffff;
	overflow-x: hidden;
	transition: 0.5s;
	color: black;
	top: -2000px;
	padding-top: 114px;
	padding-bottom: 6%;
}


/* Position the content inside the overlay */

.overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 6%;
	display: flex;
	justify-content: center;
}

#myNav {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: auto;
	transition: 0.3s ease;
}

#myNav .overlay-content {
	text-align: center;
	margin-top: 0px;
}

.closebtn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	z-index: 10001;
	text-decoration: none;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.overlay-content ul#primary-menu {
	margin-left: 0;
	padding-left: 0;
}

.overlay-left-block {
	width: 30%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.menu-main-navigation-container {
	width: 40%;
	padding-bottom: 1px;
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
	color: #F7B432;
}

.expertise-row {
	padding-right: 0rem !important;
}

.overlay .closebtn {
	position: absolute;
	top: 40px;
	right: 15px;
	padding: 0;
	font-size: 60px;
}

.banner-main {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: unset;
    top: 90px !important;
    padding: 22rem 3% 7rem !important;
    color: #fff;
    background-position: bottom;
}

.page-template-care-homes-page-template .about-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 0px !important;
    padding: 39rem 3% 3rem;
    color: transparent;
}

/* Gradient overlays as pseudo element */
.banner-main::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.7;
	background: linear-gradient(213deg, rgba(56, 56, 56, 0) 47.25%, #081727cf 83.62%) !important;
}

.banner-heading span {
	color: #102544;
}

.banner-heading {
    font-size: 50px;
    font-family: 'Alegreya';
    font-weight: 600;
    position: relative;
    z-index: 9;
    line-height: 48px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.hero-subtle-gradient {
	background: #a1a6b3;
	background: linear-gradient(100deg, rgb(120 126 142) 61%, rgba(161, 166, 179, 0) 70%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
}

/* Button base */
.book_tour button {
	background-color: #102544 !important;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	transition: background-color .25s ease;
}

h3.footer-heading {
	display: none;
}

/* Arrow icon */
.book_tour button img {
	width: 20px;
	height: 20px;
	margin-left: .5rem;
	transform-origin: 50% 50%;
	transition: transform .4s ease;
}

/* Hover effects */
.book_tour button:hover {
	background-color: #193b6d !important;
	/* slightly lighter */
	color: #dbe5f2;
}

.book_tour button:hover img {
	transform: rotate(45deg);
	/* spin to face right */
}


.book_tour a {
	padding: 0 !important;
}

.menu-our-menu-container a:hover {
	color: #3d577e !important;
}

.banner-para {
    color: #ffffff !important;
    position: relative;
    z-index: 9;
    font-family: 'Inter';
    padding: 2.5rem 5rem 2.5rem 0;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.banner-cta button {
	margin-right: 15px;
}

.banner-cta {
	display: flex;
	position: relative;
	z-index: 9;
}

.page-template-services-page-template .about-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
    overflow: hidden;
    top: -59px !important;
    padding: 40rem 3% 3rem;
    color: transparent;
}

.award-for-reason span {
	letter-spacing: -2px;
	margin-left: 10px;
	color: #102544;
}

.award-for-reason {
	font-family: Caveat;
	font-size: 22px;
	display: flex;
	position: relative;
	bottom: -40px;
}

.certified-corporation {
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    position: absolute;
    bottom: -120px;
    right: 0%;
}

.certified-corporation img {
	height: 150px;
}

.banner-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	position: relative;
	z-index: 9;
	padding-top: 0rem;
	height: 40px;
}

.site-branding a {
	padding: 0 !important;
}

a:focus {
	outline: none;
}

section.main-logosparent {
	position: relative;
	top: 160px;
	padding: 0% 10% 40px 0%;
	background: transparent;
	z-index: 1;
}

.page-template-about-page-template .main-logosparent {
	position: relative;
	top: 0;
	padding: 0% 12% 40px 2%;
	background: transparent;
	z-index: 1;
}

.logo-slider::-webkit-scrollbar {
	width: 5px;
	height: 4px;
	background: #D9D9D9;
}

.logo-slider::-webkit-scrollbar-thumb {
	background: #102544;
}

.logo-slider {
	display: inline-flex;
	justify-content: flex-start;
	flex-direction: column;
	height: 159px;
	width: 111%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	flex-wrap: wrap;
	overflow: auto;
	cursor: pointer;
}

.logo-slider-inner {
	background: #fff;
	text-align: center;
	padding: 22px;
	margin-right: 15px;
	height: 170px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
	border: solid 0.5px #eeeeeead;
}

.text_underlogo {
	font-size: 12px;
	line-height: 15px;
	font-family: 'Inter';
}

.logo-slider-inner img {
	width: 82px;
	height: 57px;
	object-fit: contain;
}

section.Our-mission {
	padding: 0px 3% 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.page-template-homepage-tempate .Our-mission {
	padding: 130px 3% 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.uploadcv_form {
	width: 800px;
	margin: auto;
	background: white;
	padding: 2rem 3rem;
	text-align: left;
}

input#gform_submit_button_5 {
	background: #0d1f3a;
	width: 100%;
	padding: 10px !important;
}

.principle_text span {
	color: #102544 !important;
	font-style: italic;
}

.principle_text h4 {
	line-height: 40px;
	margin: 0 !important;
	font-size: 40px;
	font-family: 'Alegreya';
	color: #102544;
	font-weight: 400;
}

.icon_withtext {
	width: 70%;
}

.principle_text p {
	color: #4e5c71;
	font-family: Inter;
	padding-bottom: 0;
}

.icon_with_textinner img {
	margin-right: 1rem;
}

.icon_with_textinner {
	display: flex;
	align-items: center;
	padding: 1.2rem 0;
	border-bottom: 1px solid #e1e1e1;
}

.icontext-bullets {
	margin: 0 !important;
	font-size: 28px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
}

.priciples-row,
.our_misison_video {
	width: 45%;
}

.video_heading span {
	color: #102544 !important;
}

.video_heading {
	margin: 0 !important;
	font-size: 30px;
	font-style: italic;
	font-family: 'Alegreya';
	line-height: 30px;
	color: #102544;
	font-weight: 400;
	padding-bottom: 1rem;
	text-align: center;
}

.acf-video-section .video-wrapper {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	height: 373px;
}

.acf-video-section .video-thumb {
	width: 100%;
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.acf-video-section .video-link {
	display: block;
	position: relative;
}

.acf-video-section .play-button {
    position: absolute;
    bottom: -130px;
    right: 80px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after_banner-nav {
	display: none !important;
}

.left_footer_logo img {
	width: 300px;
}

.acf-video-section .play-icon {
	width: 30px;
	height: 30px;
	display: block;
}

.video-wrapper,
.video-wrapper * {
	border-radius: 0px;
}

.video_bottom_heading img {
	margin-right: 1rem;
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

section.our_homes {
	background: transparent;
	padding: 2rem 3%;
}

.homes_heading_main {
	text-align: center;
	padding-bottom: 2rem;
}

/* base */
.reveal {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 600ms ease, transform 600ms ease;
	will-change: opacity, transform;
}

/* when visible */
.reveal.in {
	opacity: 1;
	transform: translateY(0);
}

/* light stagger support */
.reveal[data-delay="1"] {
	transition-delay: 80ms;
}

.reveal[data-delay="2"] {
	transition-delay: 160ms;
}

.reveal[data-delay="3"] {
	transition-delay: 240ms;
}

/* direction options if you want them */
.reveal.left {
	transform: translateX(-12px);
}

.reveal.right {
	transform: translateX(12px);
}

.reveal.up {
	transform: translateY(12px);
}

.reveal.down {
	transform: translateY(-12px);
}

/* honour user setting */
@media (prefers-reduced-motion: reduce) {

	.reveal,
	.reveal.in {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.play-button span {
    font-family: 'Alegreya';
    font-weight: 600;
    position: relative;
    z-index: 9;
    line-height: 48px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 26px;
    margin-right: 10px;
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	/* hides edges when zooming */
}

.video-wrapper img.video-thumb {
	transition: transform 1.8s ease;
	/* smooth and slow */
	transform: scale(1);
	/* default */
}

.video-wrapper:hover img.video-thumb {
	transform: scale(1.05);
	/* very subtle zoom */
}


.video-wrapper img.video-thumb {
	transform: scale(1.05);
	filter: brightness(1.09);
}


.homes_heading_main h3 {
	margin: 0;
	font-size: 40px;
	color: #102544 !important;
	font-family: 'Inter';
	font-weight: 400;
}

.our-homes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homes_information {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	z-index: 99;
	background: #102544;
	width: 100%;
	padding: 20px;
	transition: all .4s ease;
}

.our_homesinner .home_image {
	width: 100%;
	position: relative;
	height: 100% !important;
	object-fit: cover;
}

.our_homesinner {
	width: 24%;
	position: relative;
	height: 490px !important;
}

.homes_title {
	font-size: 28px;
	color: #fff;
	font-family: 'Inter';
}

.homes_location {
	color: #dbe5f2;
	font-family: 'Inter';
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	font-size: 14px;
}

.homes_location img {
	margin-right: 10px;
}

img.care_quality {
	width: auto;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	border-radius: 0;
}

.view_homes_link a {
	text-decoration: none;
	color: #F0EDE7;
	font-family: 'Inter';
}

.view_homes_link {
	font-size: 14px;
}

a.view_home_fullbox {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

img.arrow-icon {
	width: 12px;
	position: relative;
	bottom: -3px;
	right: -4px;
}

section.our_care_section {
	padding: 1rem 3% 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left_ourcare-row h2 {
	margin: 0 !important;
	font-size: 35px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
	padding-bottom: 10px;
	font-family: 'Alegreya';
}

/* Container for the home sections */
.our-homesinner {
	overflow: hidden;
	/* Prevents image from spilling outside container */
	position: relative;
}

/* Image styling with smooth transition */
.our-homesinner .home_image img {
	transition: transform 0.3s ease-in-out;
	transform-origin: center center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Zoom effect on hover */
.our-homesinner:hover .home_image img {
	transform: scale(1.1);
	/* Adjust scale value as needed (1.1 = 10% zoom) */
}

/* Optional: Add a subtle overlay effect on hover */
.our-homesinner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease-in-out;
	pointer-events: none;
}

.our-homesinner:hover::after {
	background: rgba(0, 0, 0, 0.1);
	/* Subtle dark overlay on hover */
}

.left_ourcare-row p {
	color: #2f3641;
	font-family: Inter;
	padding-bottom: 18px;
	padding-top: 8px;
	line-height: 26px;
	margin: 0;
	font-size: 16px;
}

.our-careright,
.left_ourcare-row {
	width: 45%;
}

.our_care_btn a {
	text-decoration: none;
	font-family: Inter;
}

.our_care_btn button {
	color: #eef6ff;
	border: none;
	background: #102544;
	padding: 12px 20px;
	cursor: pointer;
}

.our_care_btn {
	margin-top: 20px;
}

.our_care_btn button img {
	width: 15px;
	margin-left: 5px;
	position: relative;
	top: 2px;
	transform-origin: 50% 50%;
	transition: all .4s ease;
}

.our_care_btn button:hover img {
	transform: rotate(45deg);
	/* spin to face right */
}

.our-careright img {
	border-radius: 0;
}

section.icontitle-para-section {
	display: flex;
	flex-wrap: wrap;
	padding: 0 2% 3rem;
	justify-content: space-between;
}

.ourcare-bullets {
	padding: 10px 0;
	font-size: 25px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
}

.icontext-para {
	color: #4e5c71;
	font-family: Inter;
}

.title-para_rowinner {
	width: 27%;
	padding-bottom: 3rem;
}

.discover-left-row {
	width: 42%;
}

section.book-tpur-form {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0rem 5% 1px;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Inter;
	margin-left: -1%;
	margin-right: -1%;
}

.our_care_icon img {
	height: 70px;
	width: 60px;
}

.sp-shadow-shadow {
	background: linear-gradient(180deg, rgba(56, 56, 56, 0) 47.25%, #081727cf 71.62%) !important;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.7;
}

.copyright {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.footer-legal a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.discover_title {
	margin: 0 !important;
	font-size: 50px;
	font-family: 'Alegreya';
	color: #fff;
	font-weight: 500;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	width: 90%;
}

.discover_title span {
	color: #fff;
}

.discover_para {
	color: #EBEBEB;
	padding-top: 1rem;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	width: 70%;
	padding-bottom: 19px;
}

.sp-shadow {
	background: linear-gradient(292deg, rgba(56, 56, 56, 0) 47.25%, #081727cf 71.62%) !important;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.7;
}

.title-para_rowinner {
	text-align: center;
}

.discover-left-row {
	position: relative;
	z-index: 9;
}

.inner-info a {
	text-decoration: none;
	color: #102544 !important;
}

.discover-left-row .inner-info a {
	color: rgba(235, 235, 235, 1) !important;
	text-decoration: none;
}

.inner-info {
	display: flex;
	align-items: center;
	font-family: Inter;
	border-bottom: 1px solid rgba(218, 226, 203, 1);
	padding: 1rem 0;
}

.social-media-details {
	width: 45%;
}

.inner-info img {
	width: 40px;
	margin-right: 10px;
}

.title_cllus {
	color: #ffffff !important;
	font-weight: 600;
}

.book_tour_title span {
	color: #94A8C1;
	font-style: italic;
}

.book_free_para {
	text-align: center;
	color: rgba(235, 235, 235, 1);
	font-family: 'Inter';
}

div#gform_fields_1 input {
	background: rgba(12, 12, 12, 0.2);
	border: 1px solid rgba(218, 226, 203, 0.2);
	border-radius: 40px;
	color: rgba(170, 175, 160, 1);
	padding: 15px 15px 15px 25px;
	height: 47px;
}

textarea#input_1_5 {
	background: rgba(12, 12, 12, 0.2);
	border: 1px solid rgba(218, 226, 203, 0.2);
	border-radius: 25px;
	color: rgba(170, 175, 160, 1);
	padding: 15px 15px 15px 25px;
	height: 47px !important;
	min-block-size: 5rem;
}

input#gform_submit_button_1 {
	color: rgba(4, 25, 8, 1);
	background: #94A8C1;
	width: 100%;
	font-family: 'Inter';
	height: 47px;
}

.book_free_right {
	position: relative;
	z-index: 9;
	background: #242930 !important;
	width: 40%;
	top: 84px;
	padding: 2rem;
	border-radius: 0;
	border: 1px solid #94A8C1 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12),
		0 1px 3px rgba(0, 0, 0, 0.08);
}

img.logo {
    width: 100px;
}

.book_tour_title {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'Inter';
	font-weight: bold;
}

.book_free_right .gform-theme--foundation .gform_fields {
	row-gap: 12px !important;
}

div#page {
    background: #ffffff;
    padding: 0 1rem;
    max-width: 1540px;
    margin: auto;
}

.bottom-footer .title_cllus {
	font-weight: 600;
	color: #102544 !important;
}

.text-block-hero {
	position: absolute;
	bottom: 90px;
}

.footer-links a:hover {
	color: #94A8C1;
}

.footer-links li a {
	transition: all .3s ease;
}

div#gform_fields_1 input:focus,

div#gform_fields_1 textarea:focus,
input#gform_submit_button_1:focus {
	outline: none;
}

footer#colophon {
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
	width: 100%;
}

.right_footer_newsletter h2.gform_title {
	color: #102544 !important;
	font-family: Inter;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.4px;
}

.right_footer_newsletter input#input_2_1 {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #DBDBDB;
	background: #102544 !important;
	color: #94A8C1;
}

.footer-brand {
	width: 29%;
	display: flex;
	align-items: flex-start;
}

.newsletter_bottomtext {
	font-size: 12px;
	font-family: 'Inter';
	color: #837f7f !important;
}

.right_footer_newsletter input#gform_submit_button_2 {
	background: transparent;
	padding: 0;
	border: none;
}

.right_footer_newsletter .gform-footer.gform_footer.top_label {
	margin-top: 0;
}

.right_footer_newsletter form#gform_2 {
	display: flex;
}

.right_footer_newsletter .gform-body.gform_body {
	width: 100%;
}

.bottom-footer {
	display: flex;
	justify-content: space-between;
	padding-top: 5rem;
}

.left_footer_logo {
	width: 39%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right_footer_newsletter {
	width: 30%;
}

.footer-row-heading {
	color: #102544;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	padding-bottom: 6px;
}

ul.sub-menu {
	flex-direction: column;
	background: white;
	padding-top: 20px;
}

.sub-menu li a {
	font-size: 18px !important;
	padding: 10px 18px !important;
}


.footer-link li a {
	color: #102544 !important;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.2px;
	text-decoration: none;
}

.footer-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottom-footer {
	display: flex;
	justify-content: space-between;
}

.footer-row {
	width: 25%;
}

.footer-link li {
	line-height: 30px;
}

footer#colophon .social-media-details {
	width: 25%;
}

.inner-footer {
	display: flex;
}

body {
	margin-bottom: 0 !important;
}

section.about-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-size: cover;
	background-position: center !important;
	background-repeat: no-repeat;
	overflow: hidden;
	top: -59px !important;
	padding: 40rem 3% 3rem;
	color: transparent;
}

.about-banner-left {
	width: 38%;
	position: relative;
	z-index: 9;
}

.family-care-video-row {
	flex-direction: column;
	padding: 4rem 2% 0 !important;
	text-align: center;
	background: transparent;
}

.rigt_imageconfort img {
	width: 100%
}


section.about-banner .acf-video-section {
	width: 40%;
	position: relative;
	z-index: 9;

}

.about-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 1;
	background: linear-gradient(221deg, rgba(56, 56, 56, 0) 63.25%, #081727cf 83.62%) !important;
}

.about_banner_sub_heading {
	color: rgb(235 235 235);
	font-family: 'Inter';
	padding-bottom: 1.5rem;
}

.heading_care_img img {
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

section.about-banner .acf-video-section .play-button {
	background: rgb(31 31 31 / 38%) !important;
	border: 1px solid rgba(213, 174, 88, 1) !important;
}

.about_banner_title {
	font-family: Inter;
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 1rem;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	color: white;
	font-family: 'Alegreya';
}

.about_banner_title img {
	height: 60px;
	margin-bottom: 15px;
}

header.job-header {
	padding: 5rem 6% 1rem;
	background: #D6E1D4EE;
	background: linear-gradient(182deg, rgba(214, 225, 212, 1) 0%, rgba(234, 240, 228, 1) 100%) !important;
}

.job-content-wrapper {
	padding: 2rem 6%;
	display: flex;
	justify-content: space-between;
}

section.our_philosophy {
	display: flex;
	padding: 5px 3% 2rem;
	justify-content: space-between;
	align-items: center;
}

.job-main-content {
	background: white;
	padding: 3rem;
	border: solid 1px #dfdfdf;
	border-radius: 0;
}

.right_philosphy-row,
.left_philosophyrow {
	width: 45%;
}

.left_philosophyrow .top_image img {
	width: 100%;
	border-radius: 0;
}

.bottom_images .left_image,
.bottom_images .right_image {
	width: 49%;
}

.bottom_images .left_image img,
.bottom_images .right_image img {
	width: 100%;
	border-radius: 0;
	height: 240px;
	object-fit: cover;
	object-position: top;
}

.bottom_images {
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
}

.Our_Philosophytitle span {
	color: #102544;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: -1.2px;
	font-family: 'Alegreya';
}

span.department-badge {
	color: #102544;
	font-family: Inter;
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
}

.Our_Philosophytitle {
	color: #102544;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: -1.2px;
}

h1.job-title {
	color: #102544;
	font-family: Inter;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	padding-bottom: 30px;
}

.our_philosophy_desc {
	color: #4e5c71;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding: 1rem 0 2rem;
}

.repeater_philosophyinner {
	border-bottom: 1px solid rgba(56, 56, 56, 0.10);
}

.repeater_philosphy {
	width: 45%;
}

.icontext-phylosphy {
	color: #102544;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: -1.2px;
}

.repeater_philosophyinner {
	border-bottom: 1px solid rgba(56, 56, 56, 0.10);
	display: flex;
	padding: 20px 0;
}

.repeater_philosophyinner img {
	width: 45px;
	height: 45px;
	margin-right: 1rem;
}

.team-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 6% 5rem;
	justify-content: center;
}

.team-member {
	width: 31.5%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: flex-end;
}

.team-member-overlay {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 20px;
	width: 100%;
	height: 100%;
	align-content: end;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.team-member-name {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
	font-family: 'Inter';
	width: 100%;
	line-height: 35px;
}

.team-member-position {
	margin: 5px 0;
	color: rgba(213, 174, 88, 1);
	font-size: 16px;
	width: 100%;
	font-family: 'Inter';
}

.team-member-email {
	font-family: 'Inter';
	font-size: 14px;
	text-decoration: none;
	color: #fff !important;
}

section.B-Corp-Certified {
	padding: 1rem 6%;
	background: transparent;
}

.logo_bcorp img {
	background: #fff;
}

.logo_bcorp {
	text-align: center;
}

.b-corp_title {
	font-family: Inter;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	color: #282828;
	text-align: center;
	padding: 2rem 0 1rem;
}

.b-corp_para {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: rgba(88, 87, 87, 1);
	padding-top: 1rem;
	text-align: center;
	width: 600px;
	margin: auto;
	color: #4e5c71;
	font-family: Inter;
	font-size: 15px;
	padding-bottom: 3rem;
}

.award_recog {
	color: rgba(56, 56, 56, 1);
	font-family: Inter;
	font-weight: 400;
	font-size: 30px;
	line-height: 60px;
}

.services_video .video_heading {
	font-size: 45px;
	font-style: normal;
}

.how_we_help_repeater {
	width: 45%;
}

.video_desc {
	color: #4e5c71;
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding: 1rem 0 2rem;
}

.video_heading span {
	font-style: italic;
}

.repeater_howe_heading {
	line-height: 30px;
	padding-bottom: 1rem;
	margin: 0 !important;
	font-size: 28px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
}

.repeater_howe_help {
	border-bottom: 1px solid rgba(212, 212, 212, 1);
	padding: 1.5rem 0;
}

.howe_help-desc {
	color: #4e5c71;
	font-family: 'Inter';
	color: #4e5c71;
	font-family: Inter;
	padding-bottom: 0;
	font-size: 14px;
	margin: 0;
}

section.daycare_Services {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 5rem 6%;
	background: rgba(242, 240, 236, 1);
	align-items: center;
	background: transparent;
	position: relative;
	top: -99px;
	padding: 0rem 3% 1rem !important;
}

.icon_with_title img {
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

.left_day_care h2 {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	margin: 0;
	color: #102544 !important;
	font-size: 45px;
	font-style: normal;
	font-family: 'Alegreya';
}

.left_day_care p {
	color: #4e5c71;
	font-family: 'Inter';
}

.view_our_care_services button {
	color: #f7fbff !important;
	padding: 12px 20px;
	border: 0;
	cursor: pointer;
}

.view_our_care_services button {
	background: #102544;
}

.day_care_right {
	display: flex;
	width: 45%;
}

.left_day_care {
	width: 45%;
}

.daycare_first img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin-bottom: 10px;
}

.daycare_second img {
	height: 240px;
	object-fit: cover;
	width: 100%;
}

.day_care_right {
	display: flex;
	width: 45%;
	align-items: center;
	justify-content: space-between;
}

.daycare_third img {
	width: 100%;
	height: 300px;
	border-radius: 0px !important;
	object-fit: cover;
}

.day_careimages,
.daycare_third {
	width: 49%;
}

section.personlized_careplans {
	padding: 5rem 3%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.right_personlized_text,
.left_personalized_image {
	width: 45%;
}

.left_personalized_image img {
	height: 400px;
	object-fit: cover;
}

.text_carE_plan h2 {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	margin: 0;
	color: #102544 !important;
	font-size: 45px;
	font-style: normal;
	font-family: 'Alegreya';
}

.text_carE_plan p {
	color: #4e5c71;
	font-family: 'Inter';
}

.peronalized-heading {
	line-height: 30px;
	padding-bottom: 1rem;
	margin: 0 !important;
	font-size: 28px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
}

.personaliozed_icon_text {
	display: flex;
	justify-content: space-between;
}

.icon_with_title {
	width: 45%;
}

.peronalized-subheading {
	color: #4e5c71;
	font-family: 'Inter';
	padding: 1rem 0 3rem;
	color: #4e5c71;
	font-family: Inter;
	padding-bottom: 0;
	font-size: 14px;
	margin: 0;
	position: relative;
	top: -22px;
}

.icon_with_title {
	width: 100%;
	padding-bottom: 20px;
}

.md-header h2 {
	font-family: Inter;
	font-weight: 400;
	font-size: 60px;
	line-height: 45px;
	margin: 0;
	color: #102544 !important;
	font-size: 45px;
	font-style: normal;
	font-family: 'Alegreya';
}

p.tab-box-title {
	font-family: Inter;
	font-weight: 400;
	font-size: 22px;
	line-height: 45px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #4e5c71 !important;
	color: #4e5c71 !important;
}

.tab-wrapper {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.tab-sidebar {
	width: 22%;
	display: flex;
	flex-direction: column;
}

.tab-sidebar .tablinks {
	background: none;
	border: none;
	text-align: left;
	padding: 35px 0 0;
	cursor: pointer;
	border-left: 0;
	transition: all 0.3s ease;
	font-weight: 500;
}

.tab-content-area {
	width: 65%;
}

.tabcontent {
	display: none;
}

.tabcontent.active {
	display: block;
}

.makes-different-row {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0rem 3% 6rem;
	background: transparent;
}

button.tablinks.active p.tab-box-title {
	color: #102544 !important;
}

.md-header {
	padding-bottom: 1rem !important;
}

p.tab-logo img {
	width: 51px;
	height: 51px;
	object-fit: cover;
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

.role-tag img {
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
	position: relative;
	top: -3px;
}

p.tab-title {
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	color: #102544 !important;
	font-size: 38px;
	font-style: normal;
	font-family: 'Alegreya';
}

.tab-content,
.tab-content p {
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	color: #4e5c71 !important;
}

.inclues_title,
.role-tag,
.tab-bottom_desc {
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	color: #4e5c71 !important;
}

.all_includes_roles {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	align-items: center;
	padding-top: 10px;
}

.role-tag {
	padding-right: 15px;
}

.role-tag img {
	padding-right: 3px;
}

p.tab-bottom_desc {
	padding-top: 1rem;
}

.about_banner_title>img {
	position: relative;
	margin-left: -3rem;
}

.our-homes-section {
	padding: 0 6% 0rem;
	background: transparent;
}

.home-card-full {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
	overflow: hidden;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid rgba(56, 56, 56, 1);
	padding-bottom: 60px;
}

.after_banner-nav {
	position: relative;
	top: -74px;
	background: rgba(54, 54, 54, 1);
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

.home-image-section {
	position: relative;
	width: 43%;
	min-height: 300px;
}

.home-main-image {
	width: 100%;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay-icon-left {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: auto;
	z-index: 2;
}

.home-content {
	width: 53%;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.home-title {
	font-family: Inter;
	font-weight: 500;
	font-size: 40px;
	line-height: 32px;
	color: rgba(56, 56, 56, 1);
	margin: 0 0 10px;
}

.home-location {
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin-bottom: 25px;
	gap: 10px;
}

.view_our_care_services button:hover img {
	transform: rotate(45deg);
	/* spin to face right */
}

.view_our_care_services button:hover {
	background-color: #193b6d !important;
}

.our_care_btn button:hover {
	background-color: #193b6d !important;
}

.view_our_care_services button img {
	margin-left: 5px;
	transform-origin: 50% 50%;
	transition: transform .4s ease;
}

.home-location img {
	width: 20px;
	height: auto;
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

.view-home-btn {
	display: inline-flex;
	align-items: center;
	background-color: #102544;
	color: #000;
	padding: 12px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	gap: 10px;
	width: fit-content;
	transition: background 0.3s ease;
}

.home-desc {
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #4e5c71;
}

.home-main-image {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.home-location span {
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: rgba(56, 56, 56, 1);
}

.inner_afternav a {
	color: rgba(246, 246, 246, 1);
	text-decoration: none;
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: -0.1px;
	text-align: center;
	padding: 0 30px;
}

.our_care_video .acf-video-section {
	width: 45%;
}

.our_care_video .acf-video-section .video-thumb {
	height: 390px !important;
}

.our_care_video {
	background-image: none !important;
}

.our_care_video .video_heading {
	font-style: normal;
	font-size: 45px !important;
}

.about_banner_title span {
	color: #ffffff;
}

.services_care_page img {
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

.star_image {
	width: 19%;
	text-align: center;
	position: relative;
	top: 0;
}

section.plant_facilities {
	padding: 0 3% 5rem;
}

.feature_amentoes_title {
	font-family: 'Alegreya';
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 3rem;
	color: #102544;
}

.service_title_row {
	font-family: 'Alegreya';
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: rgba(56, 56, 56, 1);
	padding-bottom: 2rem;
}

.services_care_page {
	font-family: Inter;
	font-weight: 400;
	font-size: 19px;
	display: flex;
	line-height: 60px;
	color: rgba(120, 118, 118, 1);
	padding-bottom: 22px;
	display: flex;
	align-items: center;
}

.icontext-service {
	line-height: 30px;
	padding-bottom: 0rem;
	margin: 0 !important;
	font-size: 16px;
	font-family: 'Inter';
	color: #102544;
	font-weight: 400;
}

.services_care_page img {
	height: 25px;
}

.services_care_page img {
	margin-right: 20px;
}

.services_facilities_row {
	display: flex;
	justify-content: space-between;
}

.first_rowservices {
	width: 25%;
}

.services_row {
	width: 60%;
}

.facilities_repeater {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.title_Accommodation span {
	color: #102544;
}

section.Our_Accommodation {
	padding: 0rem 3% 2rem;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title_Accommodation {
	font-family: 'Alegreya';
	line-height: 30px;
	color: #102544;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 45px !important;
}

.accomdation_content {
	color: #4e5c71;
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

.right_accomdation-row,
.left_Accommodation {
	width: 45%;
}

.accomdatin_images {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

img.accommodation_first_image {
	width: 44%;
	height: 250px;
	object-fit: cover;
	margin-right: 1%;
}

img.accommodation_second_image {
	width: 100%;
	margin-left: 1%;
	height: 380px;
	object-fit: cover;
}

.plant_tree_titlestar {
	font-family: Inter !important;
	font-weight: 500 !important;
	font-size: 17px !important;
	line-height: 45px !important;
	color: rgba(56, 56, 56, 1);
	padding-bottom: 10px !important;
}

select#input_1_6 {
	background: rgba(12, 12, 12, 0.2);
	border: 1px solid rgba(218, 226, 203, 0.2);
	border-radius: 40px;
	color: rgba(170, 175, 160, 1);
	padding: 4px 15px 15px 25px;
	height: 47px;
}

select#input_1_6 option {
	background: rgba(12, 12, 12, 0.2);
	border: 1px solid rgba(218, 226, 203, 0.2);
	border-radius: 40px;
	color: rgba(12, 12, 12, 1);
	padding: 4px 15px 15px 25px;
	height: 47px;
}

.inner-info img {
	height: 50px;
}

.star_accomdation {
	border: 1px solid rgba(213, 174, 88, 1);
	border-radius: 0;
	margin-top: 20px;
	display: flex;
	padding: 1rem;
	align-items: center;
	margin: 13px 3% 0;
	position: relative;
	top: -70px;
}

.call_number_data {
	color: rgb(235, 235, 235) !important;
	text-decoration: none;
}

.star_image {
	width: 25%;
	text-align: center;
}

.starts_benefits {
	width: 80% !important;
}

.star_accomdation .icontext-service {
	font-size: 13px;
	line-height: 18px;
}

.star_accomdation .services_care_page img {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.starts_benefits .services_care_page {
	line-height: 20px;
	padding-bottom: 10px;
}

section.yourspace_comfort {
	background: transparent;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 4rem 3%;
}

.heafing_space {
	font-family: 'Alegreya';
	line-height: 30px;
	color: #102544;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 45px !important;
}

.left_space_cofart,
.rigt_imageconfort {
	width: 45%;
}

.care_technology {
	color: #4e5c71;
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

.care_technology_repeater {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 1rem;
}

.heading_care_page {
	display: flex;
	width: 50%;
	flex-wrap: wrap;
}

.icontext-heading {
	color: rgba(101, 101, 101, 1);
}

.icontext-sub_heading {
	color: rgba(120, 118, 118, 1);
	padding-left: 40px;
	font-weight: 300;
}

.heading_care_img {
	margin-right: 12px;
}

.car_tech_section {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 2rem 4%;
	background: transparent;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	background-color: #fff !important;
	opacity: 1 !important;
}

.mobile-menu,
.desktop_hide {
	display: none;
}

p.icon-text-subtitle {
	color: #4e5c71;
	font-family: Inter;
	padding-bottom: 0;
	font-size: 14px;
	margin: 0;
}

p.icon-text-title {
	margin: 0;
}

section.company_values {
	padding: 5rem 6%;
	background: #f0f0f0;
	align-items: center;
}

h2.company_values_title {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	padding-bottom: 3rem;
}

h2.latest_jobs_title {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	padding-bottom: 3rem;
}

section.latest_jobs {
	padding: 5rem 6%;
}

.values_grid {
	display: flex;
	justify-content: space-between;
}

.value_item {
	width: 29%;
	text-align: center;
}

h3.value_title {
	font-family: Inter;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	margin: 0;
	text-align: center;
}

p.value_description {
	color: #4e5c71;
	font-family: 'Inter';
	width: 80%;
	margin: auto;
}

h3.job_title a {
	color: #171608;
	text-decoration: none;
}

section.book_a_call {
	padding: 4rem 6% 5rem;
	align-items: center;
	text-align: center;
	background: rgba(242, 240, 236, 1);
}

h2.book_call_title {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	padding-bottom: 1rem;
}

.job_item {
	background: white;
	text-align: center;
	width: 49%;
	padding: 2rem;
	border: 1px solid #eee;
	border-radius: 5px;
	border-top: solid 3px #102544;
}

.job_meta {
	color: #4e5c71;
	font-family: 'Inter';
	font-size: 14px;
}

.job_details {
	color: #4e5c71;
	font-family: 'Inter';
	font-size: 15px;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

.job_cta a {
	color: #102544 !important;
	font-family: 'Inter';
}

section.exec-team-row {
	padding: 1rem 6%;
	background: #D6E1D4EE;
	background: transparent;
}

.exec-team-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.exec-team-img {
	width: 45%;
}

img.exec-team-tag {
	border-radius: 0;
}

.exec-team-content h2 {
	font-family: Inter;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	color: #282828;
}

.exec-team-content h4 {
	font-family: Inter;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: rgb(40, 40, 40);
	margin: 0;
}

.exec-team-content {
	width: 50%;
}

.exec-team-content p {
	color: #4e5c71;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.jobs_grid {
	display: flex;
	justify-content: space-around;
}

h3.job_title {
	font-family: Inter;
	font-weight: 400;
	font-size: 40px;
	margin: 0;
	padding-bottom: 20px;
}

.enquiry-content {
	padding: 1px 6% 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h1.page-title {
	font-family: Inter;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	color: #282828;
}

.content-section {
	width: 50%;
}

.form-section {
	width: 100%;
}

.demo-content {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	padding: 40px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.demo-content h1 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-weight: 400;
}

/* Floating Button */
.floating-button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #102544;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 18px 28px;
	font-family: Inter;
	font-size: 25px;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 4px 12px rgba(16, 37, 68, 0.25);
	transition: all 0.3s ease;
	z-index: 1000;
	user-select: none;
	letter-spacing: 0.3px;
}

.floating-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(16, 37, 68, 0.35);
	background: #0d1f3a;
}

.floating-button:hover .chevron {
	transform: rotate(90deg);
}

.chevron {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
	stroke-width: 2.5;
}

/* Contact Window */
.contact-window {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 420px;
	max-height: 580px;
	background: white;
	border-radius: 4px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	z-index: 1001;
	transform: scale(0.8) translateY(40px);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform-origin: bottom right;
	overflow: hidden;
	border: 1px solid #e8e9ea;
	pointer-events: none;
}

.contact-window.show {
	transform: scale(1) translateY(0);
	opacity: 1;
	pointer-events: all;
}

.window-header {
	background: #102544;
	color: white;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #0d1f3a;
}

.window-title {
	font-family: 'Georgia', serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.window-controls {
	display: flex;
	gap: 8px;
}

.control-btn {
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.15);
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	font-size: 12px;
}

.control-btn:hover {
	background: rgba(255, 255, 255, 0.25);
}

.window-content {
	padding: 28px 24px;
	max-height: 500px;
	overflow-y: auto;
}

.award-for-reason {
	font-family: Caveat;
	font-size: 22px;
	display: flex;
	position: relative;
	bottom: 0;
	justify-content: center;
	padding-bottom: 20px;
}

section.main-logosparent {
	position: relative;
	top: 0;
	padding: 0 3% !important;
	background: transparent;
	z-index: 1;
}

.logo-slider {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.logo-slider:active {
	cursor: grabbing;
}

.logo-track {
	display: flex;
	width: fit-content;
	will-change: transform;
}

.logo-slider-inner {
	flex: 0 0 auto;
	width: 180px;
	background: #fff;
	text-align: center;
	padding: 22px;
	margin-right: 15px;
	height: 150px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
	border: solid 0.5px #eeeeeead;
	pointer-events: none;
}

.text_underlogo {
	font-size: 12px;
	line-height: 15px;
	font-family: 'Inter';
	pointer-events: none;
}

.logo-slider-inner img {
	width: 82px;
	height: 57px;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

/* Contact Details */
.contact-details {
	margin-bottom: 28px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #f1f3f4;
	transition: all 0.2s ease;
}

.contact-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.contact-item:hover {
	background: transparent;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.contact-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: #102544;
	margin-top: 2px;
}

.contact-info {
	flex: 1;
}

.contact-label {
	font-family: 'Georgia', serif;
	font-size: 13px;
	color: #5f6368;
	font-weight: 400;
	margin-bottom: 4px;
	text-transform: none;
}

.contact-value {
	font-family: 'Georgia', serif;
	font-size: 15px;
	color: #2c3e50;
	font-weight: 400;
}

.contact-value a {
	color: #102544;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-value a:hover {
	color: #0d1f3a;
	text-decoration: underline;
}

/* Form Styles */
.form-section {
	border-top: 2px solid #f1f3f4;
	padding-top: 28px;
}

.form-title {
	font-family: 'Georgia', serif;
	font-size: 18px;
	font-weight: 400;
	color: #2c3e50;
	margin-bottom: 8px;
	letter-spacing: 0.2px;
}

.form-subtitle {
	color: #5f6368;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Georgia', serif;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	display: block;
	font-family: 'Georgia', serif;
	font-size: 14px;
	font-weight: 400;
	color: #2c3e50;
	margin-bottom: 8px;
}

.form-input {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #dadce0;
	border-radius: 2px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	transition: all 0.2s ease;
	background: white;
}

.form-input:focus {
	outline: none;
	border-color: #102544;
	box-shadow: 0 0 0 2px rgba(16, 37, 68, 0.1);
}

.form-textarea {
	resize: vertical;
	min-height: 80px;
	font-family: 'Georgia', serif;
}

.submit-btn {
	width: 100%;
	background: #102544;
	color: white;
	border: none;
	padding: 16px 24px;
	border-radius: 2px;
	font-family: 'Georgia', serif;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s ease;
	letter-spacing: 0.3px;
}

.submit-btn:hover {
	background: #0d1f3a;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(16, 37, 68, 0.2);
}

/* Hidden state */
.floating-button.hidden {
	transform: scale(0);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 480px) {
	.contact-window {
		width: calc(100vw - 20px);
		right: 10px;
		left: 10px;
		bottom: 10px;
	}

	.floating-button {
		bottom: 20px;
		right: 20px;
		padding: 16px 24px;
		font-size: 14px;
	}

	.window-content {
		padding: 20px 16px;
	}
}

/* Custom scrollbar */
.window-content::-webkit-scrollbar {
	width: 4px;
}

.window-content::-webkit-scrollbar-track {
	background: #f8f9fa;
}

.window-content::-webkit-scrollbar-thumb {
	background: #dadce0;
	border-radius: 2px;
}

.window-content::-webkit-scrollbar-thumb:hover {
	background: #102544;
}

/* Success message */
.success-message {
	background: #dbe5f2;
	border: 1px solid #102544;
	color: #0d1f3a;
	padding: 16px;
	border-radius: 2px;
	margin-bottom: 20px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	display: none;
}

.success-message.show {
	display: block;
}

/* Main content title */
.main-title {
	font-family: 'Georgia', serif;
	font-size: 20px;
	font-weight: 400;
	color: #2c3e50;
	margin-bottom: 24px;
	letter-spacing: 0.2px;
}

/* Accordion Form Section */
.accordion-section {
	margin-bottom: 24px;
}

.accordion-header {
	background: #dbe5f2;
	border: 1px solid #102544;
	border-radius: 2px;
	padding: 16px 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.2s ease;
	margin-bottom: 8px;
}

.accordion-header:hover {
	background: #c8d4e6;
}

.accordion-title {
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: 400;
	color: #102544;
	letter-spacing: 0.2px;
}

.accordion-chevron {
	width: 16px;
	height: 16px;
	color: #102544;
	transition: transform 0.3s ease;
}

.video_bottom_heading {
    font-family: 'Caveat';
    text-align: center;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-header.active .accordion-chevron {
	transform: rotate(90deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.accordion-content.active {
	max-height: 500px;
}

.accordion-body {
	padding: 0 0 20px 0;
}

.response-time {
	font-family: 'Georgia', serif;
	font-size: 13px;
	color: #5f6368;
	margin-bottom: 20px;
	font-style: italic;
}

/* container background */
.main-testionial-row {
	background: #ffffff;
	padding: 2px 3% 40px;
}

/* card */
.testimonial-box {
	background: #fff;
	padding: 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.value_icon img {
	filter: invert(10%) sepia(24%) saturate(3390%) hue-rotate(190deg) brightness(38%) contrast(94%);
}

/* top row with stars and date */
.testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.testimonial-stars {
	display: inline-flex;
	gap: 6px;
}

.testimonial-stars .star {
	width: 18px;
	height: 18px;
	fill: #D2D8D2;
	/* light unfilled */
	display: block;
}

.slick-list.draggable {
	height: max-content;
}

.testimonial-stars .star.is-filled {
	fill: #102544;
	/* requested star colour */
}

.testimonial-date {
	font-size: 12px;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #102544;
	opacity: .85;
	white-space: nowrap;
}

/* content */
.testimonial-text {
	font-size: 14px;
	line-height: 1.6;
	color: #102544;
}

/* meta line */
.testimonial-meta {
	margin-top: auto;
	font-size: 12px;
	color: #6B7580;
}

.testimonial-author {
	font-weight: 600;
	color: #102544;
}

.testimonial-position {
	margin-top: 2px;
}

/* optional slider spacing if using Slick or Swiper */
.testimonial-slider .testimonial-slide {
	padding: 10px;
}

/* Card clips the zoom */
.our_homes .our_homesinner {
	position: relative;
	overflow: hidden;
}

/* Image baseline */
.our_homes .our_homesinner>img.home_image {
	display: block;
	width: 100%;
	height: 100% !important;
	/* you already use a fixed card height */
	object-fit: cover;
	transform: scale(1);
	transition: transform .45s ease;
	transform-origin: center center;
	will-change: transform;
}

/* Hover anywhere on the card, including the overlay link */
.our_homes .our_homesinner:hover>img.home_image {
	transform: scale(1.06) !important;
}

.our_homes .our_homesinner:hover>.homes_information {
	opacity: 0;
}

/* Extra for browsers that support :has */
.our_homes .our_homesinner:has(a.view_home_fullbox:hover)>img.home_image {
	transform: scale(1.06) !important;
}

/* Keyboard focus */
.our_homes .our_homesinner:focus-within>img.home_image {
	transform: scale(1.06) !important;
}

.homes_information {
	z-index: 9;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
	.logo-slider {
		height: 140px;
	}

	.logo-slider-inner {
		width: 120px;
		padding: 15px 10px;
		margin-right: 8px;
		height: 150px !important;
	}

	.logo-slider-inner img {
		width: 60px;
		height: 40px;
		margin-bottom: 8px;
	}

	.text_underlogo {
		font-size: 10px;
		line-height: 12px;
	}
}

@media screen and (max-width: 480px) {
	.logo-slider {
		height: 120px;
	}

	.logo-slider-inner {
		width: 100px;
		padding: 12px 8px;
		margin-right: 6px;
		height: 100px;
	}

	.logo-slider-inner img {
		width: 50px;
		height: 35px;
		margin-bottom: 6px;
	}

	.text_underlogo {
		font-size: 9px;
		line-height: 11px;
	}
}

@media screen and (max-width: 360px) {
	.logo-slider {
		height: 100px;
	}

	.logo-slider-inner {
		width: 85px;
		padding: 10px 6px;
		margin-right: 5px;
		height: 85px;
	}

	.logo-slider-inner img {
		width: 45px;
		height: 30px;
		margin-bottom: 5px;
	}

	.text_underlogo {
		font-size: 8px;
		line-height: 10px;
	}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.our_homes .our_homesinner>img.home_image {
		transition: none;
	}
}


@media screen and (max-width: 1300px) {
	.exec-team-container {
		flex-direction: column;
	}

	.exec-team-img {
		width: 100%;
	}

	.exec-team-content {
		width: 100%;
	}

	header#masthead a {
    padding: 0 20px;
    color: #102544;
    font-family: "Inter" !important;
    font-weight: 500;
    font-size: 18px;
}
}


@media screen and (max-width: 950px) {
	.icontext-bullets {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	section.about-banner {
		display: block !important;
		padding: 23rem 4% 1rem !important;
        top: -10px !important;
	}

    .page-template-our-homestemplate .about-banner {
        display: block !important;
        padding: 15rem 4% 1rem !important;
        top: -10px !important;
    }

	section.exec-team-row {
		padding: 1rem 5%;
	}

	ul.footer-links {
		font-size: 14px;
		line-height: 19px;
	}

	.left_ourcare-row p {
		color: #102544;
		font-family: Inter;
		padding-bottom: 18px;
		padding-top: 8px;
		line-height: 22px;
		margin: 0;
		font-size: 15px;
	}

    .page-template-services-page-template .Our-mission {
        padding: 30px 3% 0rem !important;
        display: block;
    }

    .page-template-services-page-template .our_misison_video {
        padding-bottom: 0rem;
    }

	.team-member-name {
		font-size: 25px !important;
	}

	.our_philosophy_desc {
		padding-bottom: 0 !important;
	}

	.right_philosphy-row {
		padding-top: 2rem;
	}

    .repeater_howe_heading {
        font-size: 24px;
    }

	.right_philosphy-row,
	.left_philosophyrow {
		width: 100% !important;
	}

	section.our_philosophy {
		display: block !important;
		padding: 0 5% 3rem !important;
	}

	section.about-banner .acf-video-section {
		width: auto !important;
	}

	.about-banner-left {
		width: 100% !important;
	}

	body br {
		display: none;
	}

	section.Our-mission {
		padding: 120px 0% 0rem !important;
		display: block;
	}

	.ourcare-bullets {
		font-size: 20px !important;
	}

	section.icontitle-para-section {
		padding: 0 0% 0rem !important;
	}

	.left_ourcare-row {
		padding-bottom: 2rem;
	}

	.principle_text h4 {
		line-height: 27px;
		font-size: 24px;
	}

	.icon_with_textinner {
		display: flex;
		align-items: center;
		padding: 1.2rem 0;
		border-bottom: 1px solid #e1e1e1;
	}

	p.icon-text-title {
		font-size: 20px;
		position: relative;
		bottom: -7px;
	}

	.principle_text p {
		font-size: 15px;
	}

	.homes_title {
		font-size: 24px;
		color: #fff;
		font-family: 'Inter';
	}

	.our_homesinner {
		width: 24%;
		position: relative;
		height: 370px !important;
	}

	.homes_heading_main h3 {
		font-size: 24px;
	}

	.icon_with_textinner img {
		margin-right: 1rem;
		padding-bottom: 15px;
	}

	p.icon-text-subtitle {
		color: #4e5c71;
		font-family: Inter;
		padding-bottom: 0;
		padding-top: 10px;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}

	section.Our-mission {
		flex-direction: column;
	}

	section.our_care_section {
		padding: 1rem 0% !important;
		display: block !important;
	}

	.icon_withtext {
		width: 100%;
	}

	.our-careright,
	.left_ourcare-row {
		width: 100% !important;
	}

	.our_homesinner {
		width: 100% !important;
		margin-bottom: 1.5rem;
	}

	section.our_homes {
		padding: 0rem 0% !important;
	}

	.our_misison_video {
		padding-top: 2rem;
	}

	.left_ourcare-row h2 {
		font-size: 24px;
	}

	.priciples-row,
	.our_misison_video,
	.social-media-details {
		width: 100% !important;
	}

	section.main-logosparent {
		padding: 0 0 0 0 !important;
		top: 0;
	}

	.aws-search-result .aws_result_title {
		line-height: 1.5em !important;
	}

	section.icontitle-para-section {

		flex-direction: column;
	}

	.text_underlogo {
		font-size: 11px !important;
	}

	.book_free_para {
		font-size: 14px;
	}

	.desktop_hide {
		display: block !important;
	}

	button.hamburger {
		padding: 0;
	}

	.mobile-menu {
		display: block !important;
	}

	.main-nav-right,
	.book_tour {
		display: none !important;
	}

	.team-member {
		width: 49% !important;
		margin-bottom: 2%;
	}

	.team-grid {
		gap: 2% !important;
		padding: 0 5% 3rem !important;
	}

	.banner-bottom {
		padding-top: 0rem !important;
		height: 12px;
	}

	.award-for-reason span {
		letter-spacing: 0px !important;
		line-height: 24px !important;
		padding-bottom: 4px !important;
	}

	.inner-info a {
		font-size: 15px !important;
		word-wrap: break-word;
	}

	.logo-slider {
		height: 170px !important;
	}

	.acf-video-section .video-wrapper {
		height: auto;
	}

	.video_bottom_heading {
		font-size: 15px;
		font-family: 'Caveat';
		color: #102544;
		display: flex;
		justify-content: center;
		position: relative;
		top: 0;
	}

	.title-para_rowinner {
		width: 100% !important;
	}

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

	.footer-columns {
		display: flex;
		gap: 32px 39px;
		width: 100%;
		justify-content: space-between;
		position: relative;
		top: 0;
		padding-top: 5rem;
		padding-bottom: 2rem;
	}

	section.book-tpur-form {
		display: block !important;
		padding: 3rem 5% !important;
	}

	.book_free_right,
	.discover-left-row {
		width: 100% !important;
	}

	.discover_title {
		font-size: 27px !important;
		line-height: 29px !important;
	}

	.our-homes {
		display: block !important;
	}

	footer#colophon {
		padding: 3rem 1% 0 !important;
	}

	footer .social-media-details {
		position: relative;
		top: -3rem;
	}

	.bottom-footer {
		padding-top: 0rem !important;
		flex-wrap: wrap;
	}

	.footer-row {
		padding-top: 2rem;
	}

	.footer-row,
	footer#colophon .social-media-details {
		width: 50% !important;
	}

	.inner-footer {
		display: block !important;
	}

	.banner-para {
		padding: 1rem 0 0 0 !important;
	}

	.banner-heading {
		font-size: 27px !important;
		line-height: 29px !important;
	}

	.top-leftbar {
		display: grid;
	}

	img.divider-topbar {
		display: none;
	}

	.banner-main {
		padding: 14rem 5% 0 !important;
	}

	header#masthead .book_tour {
		display: none;
	}

	.book_free_right {
		padding: 1rem !important;
	}

	.certified-corporation {
    background: transparent;
    border-radius: 0;
    padding: 10px 15px;
    position: absolute;
    bottom: -80px;
    right: 0%;
}

	.left_ourcare-row h2 {
		line-height: 35px !important;
	}

	    .certified-corporation img {
        height: 80px;
        position: relative;
        top: -65px;
        background: white;
        padding: 11px;
        border-radius: 5px 5px 0 0;
    }

	.certified-corporation {
		padding: 8px 9px;
	}

	.award-for-reason {
		font-family: Caveat;
		font-size: 22px;
		display: flex;
		position: relative;
		bottom: 0;
		justify-content: center;
		padding-bottom: 20px;
	}

	.banner-para {
		color: #ffffff !important;
		position: relative;
		z-index: 9;
		font-family: 'Inter';
		padding: 1rem 5rem 1.5rem 0;
		font-size: 14px;
		width: 72%;
		line-height: 24px;
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	}

	.acf-video-section .play-button {
		position: absolute;
		bottom: -90px;
		right: 20px;
		width: auto;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banner-main::before {
		background: linear-gradient(209deg, rgba(56, 56, 56, 0) 21.25%, #081727cf 83.62%) !important;
	}

	header#masthead {
		display: flex !important;
		padding: 2px 3% !important;
	}

	.book_tour_title {
		font-size: 24px !important;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

	.overlay-content ul#primary-menu {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}

	ul.sub-menu {
		flex-direction: column;
		background: transparent;
		padding-top: 0;
		margin: 0;
	}

    section.book-tpur-form {
        padding: 0rem 5% 1px;
        margin-left: -5%;
        margin-right: -4.9%;
    }

    .footer-legal {
        padding: 0;
    }

    .footer-columns {
        top: 0 !important;
    }

	section.main-logosparent {
		overflow: hidden;
	}

	ul.sub-menu {
		flex-direction: column;
		background: transparent;
		padding-top: 0;
		padding: 0;
		margin: 0;
	}

	.left_footer_logo,
	.right_footer_newsletter {
		width: 100% !important;
	}

	.team-member-email {
		word-break: break-all;
	}

	section.B-Corp-Certified {
		padding: 3rem 5% !important;
	}

	.b-corp_title {
		font-size: 35px !important;
		padding: 1rem 0 0rem !important;
	}

	.b-corp_para {
		font-size: 15px !important;
		width: 100% !important;
	}

	.about_banner_title {
		font-size: 45px !important;
		line-height: 45px !important;
	}

	.about_banner_sub_heading {
		padding-bottom: 0 !important;
        font-size: 15px;
	}

	.our_misison_video {
		padding-top: 0 !important;
	}

	.how_we_help_repeater {
		width: 100% !important;
	}

    div#page {
        background: #ffffff;
        padding: 0 0.5rem;
    }

    section.daycare_Services {
        display: flex !important;
        padding: 2rem 3% !important;
        flex-direction: column-reverse;
    }

    .daycare_second {
        display: none;
    }

    .daycare_third {
        display: none;
    }

    .about-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        opacity: 1;
        background: linear-gradient(180deg, rgba(56, 56, 56, 0) 53.25%, #081727cf 83.62%) !important;
    }

    .about_banner_sub_heading {
        font-size: 14px;
    }

	.day_care_right,
	.left_day_care {
		display: block;
		width: 100% !important;
	}

	.day_careimages,
	.daycare_third {
		width: 100% !important;
	}

	.day_care_right img {
		margin-bottom: 1rem;
	}

	section.personlized_careplans {
		padding: 0rem 3% 3rem !important;
		display: block !important;
	}

    .services_video .video_heading {
        font-size: 35px;
        font-style: normal;
    }

	.right_personlized_text,
	.left_personalized_image,
	.home-content,
	.home-image-section,
	.first_rowservices {
		width: 100% !important;
	}

    .left_personalized_image img {
        height: 250px;
        object-fit: cover;
    }

	.home-content {
		padding-top: 2rem;
	}

	.right_personlized_text {
		padding-top: 2rem;
	}

	.text_carE_plan h2 {
		font-size: 35px !important;
	}

	.peronalized-heading {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.makes-different-row {
		padding: 3rem 3% 0 !important;
	}

	.md-header h2 {
		font-size: 45px !important;
		line-height: 35px !important;
	}

    .left_day_care h2 {
        font-size: 35px;
    }

	.md-header {
		padding-bottom: 2rem !important;
	}

	p.tab-box-title {
		font-size: 16px !important;
		line-height: 20px !important;
		padding-bottom: 10px !important;
	}

	p.tab-title {
		line-height: 30px;
		font-size: 25px !important;
	}

    .tab-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .tab-content-area {
        width: 100%;
    }

    .tab-sidebar {
        width: 100%;
        flex-direction: column;
    }

	p.tab-logo {
		margin: 0;
	}

	.left_day_care {
		padding-bottom: 2rem;
	}

	.day_care_right img {
		margin-bottom: 0 !important;
	}

	.daycare_second,
	.daycare_first {
		padding-bottom: 1rem;
	}

	.about_banner_title>img {
		margin-left: 0 !important;
		display: none;
	}

	.our-homes-section {
		padding: 0 5% 0rem !important;
	}

	.icontext-para {
		color: #4e5c71;
		font-family: Inter;
		font-size: 14px;
	}

	.home-card-full {
		display: block !important;
	}

    .page-template-care-homes-page-template .about-banner {
        overflow: visible;
    }

    .homes_right_logos {
        position: absolute;
        right: 0;
        z-index: 9;
        padding: 6px;
        bottom: -123px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 0;
    }

	.after_banner-nav {
		padding: 1rem 0 !important;
		flex-wrap: wrap;
	}

	.inner_afternav a {
		padding: 0 10px !important;
	}

	.our_misison_video {
		padding-bottom: 3rem;
	}

	.our_care_video .acf-video-section {
		width: auto !important;
	}

	section.plant_facilities {
        padding: 41px 2% 3rem !important;
    }

	.services_facilities_row {
		display: block !important;
	}

	.icontext-service {
		line-height: 30px;
		font-size: 15px !important;
	}

	.services_row {
		width: 100% !important;
	}

	.facilities_repeater {
		display: block !important;
	}

    section.Our_Accommodation {
        padding: 0rem 3% !important;
        display: flex !important;
        flex-direction: column-reverse;
    }

	.right_accomdation-row,
	.left_Accommodation,
	.left_space_cofart,
	.rigt_imageconfort {
		width: 100% !important;
	}

	.accomdatin_images {
		display: block !important;
		padding-top: 0em;
	}

	img.accommodation_first_image,
	img.accommodation_second_image {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 15px;
		margin-right: 0 !important;
	}

	.feature_amentoes_title,
	.heafing_space {
		font-size: 35px !important;
		line-height: 40px !important;
		padding-bottom: 0rem !important;
	}

    .video_heading {
        font-size: 37px !important;
        line-height: 40px !important;
    }

    .family-care-video-row .video-grid .acf-video-section {
        width: 100% !important;
        padding-bottom: 40px;
    }

    .family-care-video-row .acf-video-section .video-wrapper {
        height: 196px !important;
    }

    .family-care-video-row .video-grid {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: column;
    }

	.care_technology_repeater {
		display: block !important;
	}

	.title_Accommodation {
		font-size: 35px !important;
		line-height: 40px !important;
	}

    .service_title_row {
        padding-bottom: 1rem !important;
        padding-top: 2rem;
        font-size: 24px;
    }

	.star_accomdation {
		display: block !important;
	}

	.star_image {
		width: auto !important;
	}

	.car_tech_section {
		display: block !important;
		padding: 0rem 3% !important;
	}

	.heading_care_page {
		width: 100% !important;
	}

	section.yourspace_comfort {
		display: block !important;
		padding: 3rem 5% !important;
	}

	.services_care_page img {
		margin-right: 10px !important;
	}

    .rigt_imageconfort {
        padding-bottom: 2rem;
    }

    .heading_care_page {
        padding: 15px 0;
    }

    .rigt_imageconfort img {
        width: 100%;
        position: relative;
        bottom: -70px;
    }

    .values_grid {
        flex-direction: column;
    }

    section.company_values {
        padding: 1rem 3% 2rem;
        background: #f0f0f0;
        align-items: center;
    }

    .value_item {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    p.value_description {
        color: #4e5c71;
        font-family: 'Inter';
        width: 100%;
        margin: auto;
    }

    .value_icon img {
        position: relative;
        left: -6px;
    }

    .job_item {
        width: 100%;
    }

    h3.job_title {
        font-family: Inter;
        font-weight: 400;
        font-size: 27px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 10px;
    }

    .uploadcv_form {
        width: 100%;
        margin: auto;
        background: white;
        padding: 2rem 3rem;
        text-align: left;
    }

}

@media screen and (max-width:470px) {
	.our_care_video .acf-video-section .video-thumb {
		height: 12rem !important;
	}
}


@media screen and (min-width:768px) and (max-width:1024px) {

	section.our_homes,
	section.book-tpur-form,
	section.B-Corp-Certified,
	section.daycare_Services,
	section.personlized_careplans,
	.makes-different-row,
	section.Our_Accommodation,
	.car_tech_section,
	section.yourspace_comfort {
		padding: 3rem 5% !important;
	}

	section.book-tpur-form {
		padding: 3rem 5% !important;
	}

	footer#colophon {
		padding: 3rem 0% 0 !important;
	}

	header#masthead {
		align-items: center;
		padding: 15px 5% !important;
	}

	header#masthead a {
		padding: 0 8px !important;
	}

	.logo-slider {
		height: 185px !important;
	}

	.homes_title {
		font-size: 18px !important;
		line-height: 27px !important;
	}

	.social-media-details {
		width: auto !important;
	}

	footer#colophon .social-media-details {
		width: 35% !important;
	}
}