/*
Theme Name: K1 Care Pro
Theme URI: https://k1care.in/
Author: K1 Group
Author URI: https://k1groups.com/
Description: A premium editable WordPress theme for K1 Care with custom admin panel, service booking, gallery, careers and lead storage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: k1-care-pro
*/

:root {
	--care-blue: #0989ca;
	--care-blue-dark: #06456b;
	--care-teal: #0598a8;
	--care-green: #35ad5b;
	--care-green-dark: #167a3b;
	--care-amber: #f4a340;
	--ink: #102027;
	--slate: #53636d;
	--muted: #7a8991;
	--paper: #ffffff;
	--soft: #f3f8f7;
	--mist: #e8f2f1;
	--line: rgba(16, 32, 39, 0.12);
	--dark: #092838;
	--radius: 8px;
	--shadow: 0 22px 54px rgba(9, 40, 56, 0.16);
	--font-head: "Poppins", "Segoe UI", sans-serif;
	--font-body: "Inter", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	color: var(--dark);
	font-family: var(--font-head);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

h1 {
	max-width: 850px;
	color: #ffffff;
	font-size: 56px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
}

p {
	margin: 0;
	color: var(--slate);
}

.container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.container.narrow {
	width: min(860px, calc(100% - 48px));
}

.section {
	padding: 92px 0;
}

.section--soft {
	background: var(--soft);
}

.section-head {
	max-width: 680px;
	margin-bottom: 42px;
}

.section-head.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-head p {
	margin-top: 14px;
	font-size: 18px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--care-teal);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.eyebrow::before {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--care-green);
	border-radius: 999px;
	content: "";
}

.eyebrow--light {
	color: #d6f8ee;
}

.eyebrow--light::before {
	background: var(--care-amber);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button--green {
	color: #ffffff;
	background: var(--care-green);
	box-shadow: 0 16px 28px rgba(22, 122, 59, 0.22);
}

.button--green:hover,
.button--green:focus-visible {
	background: var(--care-green-dark);
}

.button--dark {
	color: #ffffff;
	background: var(--dark);
	box-shadow: 0 16px 28px rgba(9, 40, 56, 0.24);
}

.button--dark:hover,
.button--dark:focus-visible {
	background: var(--care-blue-dark);
}

.button--light {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.button--light:hover,
.button--light:focus-visible {
	color: var(--dark);
	background: #ffffff;
}

.topbar {
	position: relative;
	z-index: 80;
	background: var(--dark);
	color: #d9eef2;
	font-size: 13px;
}

.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 8px 0;
}

.topbar a,
.topbar span {
	color: #d9eef2;
}

.topbar a:hover,
.topbar a:focus-visible {
	color: #ffffff;
}

.topbar__contacts,
.topbar__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 70;
	border-bottom: 1px solid rgba(16, 32, 39, 0.08);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
	top: 32px;
}

.nav-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	color: var(--dark);
}

.brand img {
	width: 58px;
	height: 50px;
	object-fit: contain;
}

.brand strong {
	display: block;
	font-family: var(--font-head);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.brand small {
	display: block;
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.main-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 13px;
	border-radius: 999px;
	color: #263841;
	font-size: 14px;
	font-weight: 800;
}

.main-nav a:hover,
.main-nav a:focus-visible {
	color: var(--care-blue-dark);
	background: rgba(5, 152, 168, 0.1);
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu-button {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #ffffff;
}

.menu-button span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--dark);
	border-radius: 999px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button.is-open span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
	opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.hero-section {
	position: relative;
	min-height: 720px;
	padding: 92px 0 74px;
	overflow: hidden;
	color: #ffffff;
	background: var(--dark);
}

.hero-section::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 30, 42, 0.9), rgba(4, 30, 42, 0.62) 52%, rgba(4, 30, 42, 0.26)),
		var(--hero-image) center / cover no-repeat;
	content: "";
}

.hero-section::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 92px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--paper));
	content: "";
}

.hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) 420px;
	gap: 56px;
	align-items: center;
}

.hero-copy p {
	max-width: 650px;
	margin-top: 18px;
	color: #dcecef;
	font-size: 19px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.booking-panel {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--shadow);
}

.panel-media {
	height: 175px;
	background: var(--mist);
}

.panel-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panel-body {
	padding: 24px;
}

.panel-body h2 {
	color: var(--dark);
	font-size: 26px;
}

.panel-body p {
	margin: 4px 0 18px;
	color: var(--slate);
	font-size: 14px;
}

form label {
	display: grid;
	gap: 7px;
	margin-bottom: 12px;
	color: var(--dark);
	font-size: 13px;
	font-weight: 800;
}

form label span {
	display: block;
}

input,
select,
textarea {
	width: 100%;
	min-height: 46px;
	padding: 12px 13px;
	border: 1px solid rgba(16, 32, 39, 0.14);
	border-radius: 8px;
	color: var(--ink);
	background: #ffffff;
	outline: none;
	transition: border 160ms ease, box-shadow 160ms ease;
}

textarea {
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--care-teal);
	box-shadow: 0 0 0 4px rgba(5, 152, 168, 0.12);
}

.booking-panel .button,
.contact-form .button,
.career-form .button {
	width: 100%;
}

.stat-strip {
	position: relative;
	z-index: 3;
	margin-top: -34px;
}

.stat-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.stat-tile {
	min-height: 132px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(9, 40, 56, 0.1);
}

.stat-tile strong {
	display: block;
	color: var(--care-blue-dark);
	font-family: var(--font-head);
	font-size: 28px;
	line-height: 1.1;
}

.stat-tile span {
	display: block;
	margin-top: 8px;
	color: var(--dark);
	font-weight: 800;
}

.stat-tile small {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.4;
}

.service-tags {
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
	background: #ffffff;
}

.tags-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.tags-row > span {
	flex: 0 0 auto;
	color: var(--care-green-dark);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tags-row div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.tags-row a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid rgba(5, 152, 168, 0.16);
	border-radius: 999px;
	color: var(--dark);
	background: var(--soft);
	font-size: 14px;
	font-weight: 800;
}

.tags-row a:hover,
.tags-row a:focus-visible {
	color: #ffffff;
	background: var(--care-teal);
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 62px;
	align-items: center;
}

.about-photo {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--mist);
	box-shadow: var(--shadow);
}

.about-photo::after {
	position: absolute;
	right: 22px;
	bottom: 22px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	background: rgba(53, 173, 91, 0.82);
	content: "15-Day Warranty";
	display: grid;
	place-items: center;
	padding: 24px;
	color: #ffffff;
	font-family: var(--font-head);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

.about-photo img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.section-copy .lede {
	margin-top: 16px;
	color: var(--dark);
	font-size: 19px;
}

.section-copy p + p {
	margin-top: 14px;
}

.check-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 34px;
	color: var(--dark);
	font-weight: 800;
}

.check-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	color: #ffffff;
	background: var(--care-green);
	font-size: 12px;
	content: "\2713";
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(9, 40, 56, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.service-card:focus-within {
	transform: translateY(-5px);
	border-color: rgba(5, 152, 168, 0.24);
	box-shadow: var(--shadow);
}

.service-card__image {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--mist);
}

.service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card__image span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	max-width: calc(100% - 24px);
	padding: 6px 10px;
	border-radius: 999px;
	color: #ffffff;
	background: rgba(9, 40, 56, 0.82);
	font-size: 12px;
	font-weight: 900;
}

.service-card__body {
	padding: 20px;
}

.service-card__body small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 28px;
	margin-bottom: 12px;
	border-radius: 999px;
	color: var(--care-blue-dark);
	background: rgba(5, 152, 168, 0.12);
	font-weight: 900;
}

.service-card__body h3 {
	min-height: 48px;
	font-size: 19px;
}

.service-card__body p {
	min-height: 98px;
	margin-top: 10px;
	font-size: 14px;
}

.service-card__body ul,
.package-card ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.service-card__body li,
.package-card li {
	position: relative;
	padding-left: 18px;
	color: var(--slate);
	font-size: 14px;
}

.service-card__body li::before,
.package-card li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--care-amber);
	content: "";
}

.process-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
		url("assets/photos/care-10.jpg") center / cover fixed;
}

.process-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.process-step {
	min-height: 230px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 40px rgba(9, 40, 56, 0.08);
}

.process-step span {
	display: inline-grid;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	place-items: center;
	border-radius: 50%;
	color: #ffffff;
	background: var(--care-teal);
	font-weight: 900;
}

.process-step:nth-child(even) span {
	background: var(--care-green);
}

.process-step h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.process-step p {
	font-size: 14px;
}

.section--green {
	color: #ffffff;
	background: var(--dark);
}

.section--green h2,
.section--green .section-head p {
	color: #ffffff;
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.package-card {
	display: flex;
	min-height: 390px;
	flex-direction: column;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.08);
}

.package-card h3 {
	color: #ffffff;
	font-size: 21px;
}

.package-card strong {
	display: block;
	margin: 16px 0 12px;
	color: #9af0bd;
	font-family: var(--font-head);
	font-size: 25px;
}

.package-card p,
.package-card li {
	color: #cfe3e8;
}

.package-card ul {
	margin-bottom: 24px;
}

.package-card .button {
	margin-top: auto;
}

.gallery-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 28px;
}

.gallery-filters button {
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--dark);
	background: #ffffff;
	font-size: 14px;
	font-weight: 900;
}

.gallery-filters button.is-active,
.gallery-filters button:hover,
.gallery-filters button:focus-visible {
	color: #ffffff;
	border-color: var(--care-teal);
	background: var(--care-teal);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	margin: 0;
	border-radius: var(--radius);
	background: var(--mist);
	cursor: pointer;
}

.gallery-item.is-hidden {
	display: none;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-within img {
	transform: scale(1.06);
}

.gallery-item figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 42px 12px 12px;
	color: #ffffff;
	background: linear-gradient(180deg, rgba(9, 40, 56, 0), rgba(9, 40, 56, 0.86));
}

.gallery-item strong,
.gallery-item span {
	display: block;
}

.gallery-item strong {
	font-size: 14px;
	line-height: 1.25;
}

.gallery-item span {
	margin-top: 2px;
	color: #cfe3e8;
	font-size: 12px;
	font-weight: 800;
}

.testimonial-layout {
	display: grid;
	grid-template-columns: 0.9fr 1.5fr;
	gap: 46px;
	align-items: start;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.testimonial-card {
	margin: 0;
	min-height: 255px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(9, 40, 56, 0.08);
}

.testimonial-card p {
	color: var(--dark);
	font-size: 16px;
}

.testimonial-card cite {
	display: block;
	margin-top: 24px;
	font-style: normal;
}

.testimonial-card strong,
.testimonial-card span {
	display: block;
}

.testimonial-card span {
	color: var(--muted);
	font-size: 14px;
}

.faq-layout {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 48px;
	align-items: start;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	overflow: hidden;
}

.faq-item button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 20px;
	border: 0;
	color: var(--dark);
	background: #ffffff;
	font-weight: 900;
	text-align: left;
}

.faq-item button span {
	display: grid;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	color: #ffffff;
	background: var(--care-green);
}

.faq-answer {
	padding: 0 20px 18px;
}

.careers-section {
	color: #ffffff;
	background:
		linear-gradient(90deg, rgba(9, 40, 56, 0.95), rgba(9, 40, 56, 0.78)),
		url("assets/photos/care-01.jpg") center / cover no-repeat;
}

.careers-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 54px;
	align-items: start;
}

.career-intro h2,
.career-intro p,
.career-form h3 {
	color: #ffffff;
}

.career-intro p {
	margin-top: 16px;
	font-size: 18px;
}

.role-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.role-pill {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.08);
}

.role-pill strong,
.role-pill span {
	display: block;
}

.role-pill span {
	margin-top: 4px;
	color: #cfe3e8;
	font-size: 13px;
}

.career-form,
.contact-form-wrap {
	padding: 26px;
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow);
}

.career-form h3 {
	margin-bottom: 18px;
	color: var(--dark);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 52px;
	align-items: start;
}

.contact-copy p {
	margin-top: 16px;
	font-size: 18px;
}

.contact-methods {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.contact-methods a,
.contact-methods div {
	display: grid;
	gap: 4px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--soft);
}

.contact-methods strong,
.contact-methods span {
	display: block;
}

.contact-methods strong {
	color: var(--care-green-dark);
}

.contact-methods span {
	color: var(--dark);
	font-weight: 700;
}

.form-alert {
	margin-top: 22px;
	padding: 14px 16px;
	border-radius: var(--radius);
	font-weight: 800;
}

.form-alert--success {
	color: #135f32;
	background: #e7f8ee;
}

.form-alert--error {
	color: #8b1f1f;
	background: #fff0f0;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.form-grid label {
	margin-bottom: 0;
}

.form-grid .full {
	grid-column: 1 / -1;
}

.contact-form .button {
	margin-top: 16px;
}

.map-container {
	margin-top: 32px;
}

.map-container iframe {
	width: 100%;
	height: 390px;
	border: 0;
	border-radius: var(--radius);
	filter: saturate(0.95);
}

.site-footer {
	padding: 72px 0 28px;
	color: #cfe3e8;
	background: var(--dark);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.7fr 0.9fr 1.1fr;
	gap: 34px;
}

.footer-brand img {
	width: 82px;
	height: auto;
	margin-bottom: 18px;
}

.footer-brand h2,
.site-footer h3 {
	color: #ffffff;
}

.footer-brand p {
	margin-top: 10px;
	color: #cfe3e8;
}

.site-footer h3 {
	margin-bottom: 14px;
	font-size: 16px;
}

.footer-links {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links a,
.footer-links li {
	color: #cfe3e8;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: #ffffff;
}

.brand-stack {
	display: grid;
	gap: 10px;
}

.brand-stack a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 58px;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.06);
}

.brand-stack img {
	width: 44px;
	height: 38px;
	object-fit: contain;
}

.brand-stack strong,
.brand-stack small {
	display: block;
}

.brand-stack small {
	color: #b3cbd2;
	font-size: 12px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 44px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #a9c3cc;
	font-size: 13px;
}

.footer-bottom div {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 400;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: rgba(4, 14, 20, 0.92);
}

.lightbox.is-open {
	display: flex;
}

.lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.lightbox__close {
	position: absolute;
	top: 24px;
	right: 28px;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	font-size: 28px;
	line-height: 1;
}

.whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border-radius: 50%;
	color: #ffffff;
	background: #25d366;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
}

.whatsapp-float img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.in {
	opacity: 1;
	transform: translateY(0);
}

.page-fallback {
	min-height: 60vh;
	background: var(--soft);
}

.content-page {
	padding: 42px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(9, 40, 56, 0.08);
}

.entry-content {
	margin-top: 20px;
}

.entry-content p,
.entry-content li {
	color: var(--slate);
}

/* K1 Care front admin panel */
body.k1c-admin-body {
	background: #eef6f4;
}

.k1c-admin {
	min-height: 100vh;
	padding: 24px;
	color: var(--dark);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(232, 242, 241, 0.72)),
		var(--soft);
}

.k1c-admin * {
	box-sizing: border-box;
}

.k1c-admin__bar {
	position: sticky;
	top: 24px;
	z-index: 50;
	display: grid;
	grid-template-columns: minmax(210px, auto) 1fr auto;
	gap: 18px;
	align-items: center;
	max-width: 1360px;
	margin: 0 auto 24px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 44px rgba(9, 40, 56, 0.12);
	backdrop-filter: blur(16px);
}

.k1c-admin__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--dark);
}

.k1c-admin__brand img {
	width: 58px;
	height: 48px;
	object-fit: contain;
}

.k1c-admin__brand strong,
.k1c-admin__brand small {
	display: block;
}

.k1c-admin__brand strong {
	font-family: var(--font-head);
	font-size: 22px;
}

.k1c-admin__brand small {
	color: var(--muted);
	font-weight: 800;
}

.k1c-admin__top-actions,
.k1c-admin__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.k1c-admin__nav {
	justify-content: center;
}

.k1c-admin__nav a,
.k1c-admin__top-actions a,
.k1c-admin__top-actions button,
.k1c-add-row {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 13px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #ffffff;
	color: var(--dark);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.k1c-admin__nav a:hover,
.k1c-admin__nav a:focus-visible {
	color: var(--care-blue-dark);
	background: rgba(5, 152, 168, 0.1);
}

.k1c-admin__top-actions button,
.k1c-add-row {
	color: #ffffff;
	background: var(--care-green);
}

.k1c-admin__top-actions a {
	border-color: var(--line);
}

.k1c-admin__layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	max-width: 1280px;
	margin: 0 auto;
}

.k1c-admin__side {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 8px;
	align-self: start;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 14px 34px rgba(9, 40, 56, 0.08);
}

.k1c-admin__side a {
	padding: 10px 12px;
	border-radius: var(--radius);
	color: var(--dark);
	font-weight: 900;
}

.k1c-admin__side a:hover,
.k1c-admin__side a:focus-visible {
	color: #ffffff;
	background: var(--care-teal);
}

.k1c-admin__main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.admin-section,
.admin-notice {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(9, 40, 56, 0.08);
	scroll-margin-top: 128px;
}

.admin-section h2 {
	margin-bottom: 18px;
	font-size: 28px;
}

.admin-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.admin-grid .full {
	grid-column: 1 / -1;
}

.admin-field {
	display: grid;
	gap: 7px;
	color: var(--dark);
	font-size: 13px;
	font-weight: 900;
}

.admin-field textarea {
	min-height: 108px;
}

.admin-repeater {
	display: grid;
	gap: 14px;
}

.admin-row {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
}

.admin-row__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.admin-row__head strong {
	font-family: var(--font-head);
}

.k1c-remove-row {
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid #ffd5d5;
	border-radius: 999px;
	color: #9b1c1c;
	background: #fff4f4;
	font-size: 12px;
	font-weight: 900;
}

.image-field {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

.image-field button {
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--dark);
	background: var(--soft);
	font-weight: 900;
}

.admin-actions {
	position: sticky;
	bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 44px rgba(9, 40, 56, 0.12);
}

.admin-actions button,
.admin-actions a {
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 900;
}

.admin-actions button[type="submit"] {
	color: #ffffff;
	background: var(--care-green);
}

.admin-actions .reset-button {
	color: #9b1c1c;
	background: #fff4f4;
	border-color: #ffd5d5;
}

.admin-actions a {
	color: var(--dark);
	background: #ffffff;
	border-color: var(--line);
}

@media (max-width: 1180px) {
	h1 {
		font-size: 46px;
	}

	.hero-grid,
	.careers-layout,
	.contact-layout,
	.split-layout,
	.testimonial-layout,
	.faq-layout {
		grid-template-columns: 1fr;
	}

	.booking-panel,
	.career-form {
		max-width: 620px;
	}

	.service-grid,
	.package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.k1c-admin__bar,
	.k1c-admin__layout {
		grid-template-columns: 1fr;
	}

	.k1c-admin__side {
		position: relative;
		top: auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.topbar__inner,
	.tags-row,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.tags-row div {
		justify-content: flex-start;
	}

	.menu-button {
		display: block;
	}

	.nav-actions .button {
		display: none;
	}

	.main-nav {
		position: fixed;
		inset: 122px 0 0;
		z-index: 60;
		display: grid;
		align-content: start;
		justify-content: stretch;
		gap: 0;
		padding: 20px 24px;
		background: #ffffff;
		transform: translateX(100%);
		transition: transform 220ms ease;
	}

	body.admin-bar .main-nav {
		inset-top: 168px;
	}

	.main-nav.is-open {
		transform: translateX(0);
	}

	.main-nav a {
		justify-content: flex-start;
		min-height: 50px;
		border-bottom: 1px solid var(--line);
		border-radius: 0;
	}

	.hero-section {
		min-height: auto;
		padding: 72px 0 68px;
	}

	.stat-strip {
		margin-top: 0;
		padding: 18px 0;
		background: var(--soft);
	}

	.stat-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-rail,
	.gallery-grid,
	.testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.role-list {
		grid-template-columns: 1fr;
	}

	.k1c-admin {
		padding: 14px;
	}

	.k1c-admin__side,
	.admin-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.container,
	.container.narrow {
		width: min(100% - 32px, 1180px);
	}

	.section {
		padding: 68px 0;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 28px;
	}

	.hero-copy p,
	.section-copy .lede,
	.career-intro p,
	.contact-copy p,
	.section-head p {
		font-size: 16px;
	}

	.hero-grid {
		gap: 28px;
	}

	.career-form,
	.contact-form-wrap,
	.content-page {
		padding: 18px;
	}

	.panel-body {
		padding: 18px;
	}

	.stat-strip__grid,
	.service-grid,
	.package-grid,
	.process-rail,
	.gallery-grid,
	.testimonial-grid,
	.form-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.about-photo,
	.about-photo img {
		min-height: 360px;
	}

	.about-photo::after {
		width: 118px;
		height: 118px;
		font-size: 16px;
	}

	.service-card__body h3,
	.service-card__body p {
		min-height: 0;
	}

	.package-card,
	.process-step,
	.testimonial-card {
		min-height: 0;
	}

	.k1c-admin__bar {
		position: relative;
		top: auto;
	}

	.admin-section,
	.admin-notice {
		padding: 18px;
	}
}
