/* ====================================================================== CSS Style Sheet ====================================================================== */

/* ================================================== Bootstrap 5 Compatibility */

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

html,
body,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

:root {
	--kbad-control-radius: 8px;
}

html,
body {
	min-height: 100%;
	overflow-x: hidden;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.edge-to-edge::before,
.edge-to-edge::after,
section::before,
section::after {
	content: " ";
	display: table;
}

.container::after,
.container-fluid::after,
.row::after,
.edge-to-edge::after,
section::after {
	clear: both;
}

.row {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
}

.row-no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

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

.btn-default {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.glyphicon {
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left::before { content: "\f053"; }
.glyphicon-chevron-down::before { content: "\f078"; }
.glyphicon-chevron-up::before { content: "\f077"; }
.glyphicon-edit::before { content: "\f044"; }
.glyphicon-floppy-remove::before { content: "\f2ed"; }
.glyphicon-floppy-saved::before { content: "\f0c7"; }
.glyphicon-home::before { content: "\f015"; }
.glyphicon-lock::before { content: "\f023"; }
.glyphicon-log-in::before { content: "\f090"; }
.glyphicon-log-out::before { content: "\f2f5"; }
.glyphicon-map-marker::before { content: "\f3c5"; }
.glyphicon-plus::before { content: "\2b"; }
.glyphicon-plus-sign::before { content: "\f055"; }
.glyphicon-remove::before { content: "\f00d"; }
.glyphicon-search::before { content: "\f002"; }
.glyphicon-send::before { content: "\f1d8"; }
.glyphicon-user::before { content: "\f007"; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 { width: 8.33333333%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

@media (min-width: 576px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 { width: 8.33333333%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-12 { width: 100%; }
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 { width: 8.33333333%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-6 { width: 50%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-9 { width: 75%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-12 { width: 100%; }
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 { width: 8.33333333%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-12 { width: 100%; }
}

/* ================================================== Navigation Bar */

#myNav {
	background: url(../view/images/bg_pattern.png);
}

/*  Navigation Bar Fonts */
.nav.navbar-nav.navbar-right li a {
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	color: #4c4c4c;
}
.nav.navbar-nav.navbar-right li a:focus {
	font-weight: bold;
	color: #FF8000;
}
.nav.navbar-nav.navbar-right li a:hover {
	color: #FF8000;
}

/* Navigation Menu Button */
.navbar-default .navbar-toggle {
	border-color: transparent;
	float: right;
	font-size: 20px;
	color: #4c4c4c;
}
.navbar-default .navbar-toggle:focus {
	color: #FF8000;
}

/* ================================================== Header */

/* Header */
header {
	position: relative;
	height: 900px;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	color: #fff;
	text-align: center;
	background: url(../view/images/bg_pattern.png), white;
}

/* Header 01 */
#darkHeader {
	color: #4c4c4c;
}

/* Header 02 */
#whiteHeader {
	color: white;
}

h1#darkHeader,
h1#whiteHeader {
	font-size: clamp(2.15rem, 3.2vw, 2.75rem);
	line-height: 1.08;
	font-weight: 400;
}

h3#darkHeader,
h3#whiteHeader {
	font-size: clamp(1.95rem, 2.4vw, 2.35rem);
	line-height: 1.12;
	font-weight: 700;
}

h4#darkHeader,
h4#whiteHeader {
	font-size: clamp(1.25rem, 1.7vw, 1.6rem);
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 767px) {
	h1#darkHeader,
	h1#whiteHeader {
		font-size: 2rem;
	}

	h3#darkHeader,
	h3#whiteHeader {
		font-size: 1.7rem;
	}

	h4#darkHeader,
	h4#whiteHeader {
		font-size: 1.12rem;
	}
}

/* ================================================== Home Page */

/* Home */
#home {
	width: 100%;
	margin: 0;
	min-height: 100vh;
	min-height: 100svh;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../view/images/bg_pattern.png), white;
	box-sizing: border-box;
}

#home > .container {
	width: min(92%, 1120px);
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}

#logo {
	display: block;
	margin: 0 auto 36px;
	clear: both;
	position: relative;
	top: 42px;
}

.homeTileColumn {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 28px;
}

@media (min-width: 992px) {
	#home {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#home > .container {
		display: block;
		transform: translateY(-1.5vh);
	}

	#home #logo {
		top: 0;
		margin-top: 0;
		margin-bottom: 42px;
	}

	.homeTileColumn {
		margin-top: 8px;
	}
}

/* Homepage Feature Tiles */
#hoverEffect.homeTileCard {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: left;
	cursor: pointer;
	border-radius: var(--kbad-control-radius);
	background: #ffffff;
	border: 4px solid transparent;
	box-shadow: 0 18px 40px rgba(37, 37, 37, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.2s ease;
}

#hoverEffect.homeTileCard:hover {
	transform: translateY(-8px);
	border-color: #ff8000;
	box-shadow: 0 24px 48px rgba(37, 37, 37, 0.18);
}

#hoverEffect.homeTileCard img {
	display: block;
	position: relative;
	width: calc(100% + 28px);
	max-width: none;
	margin-left: -14px;
	transition: transform 0.45s ease, filter 0.45s ease;
}

#hoverEffect.homeTileCard:hover img {
	transform: scale(1.04);
	filter: saturate(1.05);
}

#hoverEffect.homeTileCard .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	padding: 18px;
	background:
		linear-gradient(180deg, rgba(20, 20, 20, 0.02) 0%, rgba(20, 20, 20, 0.12) 45%, rgba(20, 20, 20, 0.78) 100%);
	transition: background 0.35s ease;
}

#hoverEffect.homeTileCard:hover .overlay {
	background:
		linear-gradient(180deg, rgba(255, 128, 0, 0.06) 0%, rgba(40, 40, 40, 0.18) 40%, rgba(25, 25, 25, 0.84) 100%);
}

#hoverEffect.homeTileCard .info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	padding: 16px 18px;
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px) saturate(1.04);
	-webkit-backdrop-filter: blur(6px) saturate(1.04);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	transform: translateY(10px);
	opacity: 0.96;
	transition: transform 0.35s ease, background 0.35s ease, opacity 0.35s ease;
}

#hoverEffect.homeTileCard:hover .info {
	transform: translateY(0);
	background: rgba(255, 255, 255, 0.13);
	opacity: 1;
}

.homeTileEyebrow {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.homeTileTitle {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	color: #ffffff;
	text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

#logo {
	text-align: center;
	margin: auto;
	width: min(250px, 62vw);
	max-width: 250px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 80px;
	object-fit: contain;
}

@media (max-width: 767px) {
	#home {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#home > .container {
		width: min(100%, 96vw);
	}

	#logo {
		margin: 0 auto 24px;
		top: 24px;
	}

	#hoverEffect.homeTileCard {
		border-radius: var(--kbad-control-radius);
	}

	.homeTileColumn {
		margin-top: 34px;
	}

	#hoverEffect.homeTileCard .overlay {
		padding: 14px;
	}

	#hoverEffect.homeTileCard .info {
		padding: 14px 16px;
		border-radius: 0;
	}

	.homeTileTitle {
		font-size: 19px;
	}
}

#aboutUs > .container-fluid,
#practice > .container-fluid,
#ourServices > .container-fluid,
#meetUs > .container-fluid {
	width: min(92%, 1180px);
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {
	#aboutUs > .container-fluid,
	#practice > .container-fluid,
	#ourServices > .container-fluid,
	#meetUs > .container-fluid {
		width: min(94%, 900px);
	}
}

@media (max-width: 767px) {
	#aboutUs > .container-fluid,
	#practice > .container-fluid,
	#ourServices > .container-fluid,
	#meetUs > .container-fluid {
		width: min(92%, 640px);
	}
}

/* ================================================== About Us */

/* About Us */
#aboutUs {
	background-color: white;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

#aboutUs > .container-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
}

#aboutUs > .container-fluid > [class*="col-"] {
	float: none;
}

/* About Us Image */
#aboutUsImage {
	margin: auto;
	width: 300px;
	display: block;
}

/* About Us Body */
#aboutUsBody {
	font-size: 18px;
	-moz-text-align-last: center;
    text-align: left;
	color: #4c4c4c;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 0;
}

/* ================================================== Practice */

/* Practice */
#practice {
	background-color: #808080;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

#practice > .container-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
}

#practice > .container-fluid > [class*="col-"] {
	float: none;
}

/* Practice Image */
#practiceImage {
	margin: auto;
	width: 300px;
	padding-top: 0;
	display: block;
}

/* Practice Body */
#practiceBody {
	font-size: 18px;
	color: white;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	#aboutUs > .container-fluid,
	#practice > .container-fluid {
		display: block;
	}

	#ourServices > .container-fluid {
		display: block;
	}

	#aboutUs > .container-fluid > [class*="col-"],
	#practice > .container-fluid > [class*="col-"] {
		float: left;
	}

	#aboutUsImage,
	#practiceImage {
		padding-top: 20px;
	}

	.sectionNavRail {
		position: static;
		pointer-events: auto;
	}

	.sectionNavRailTop,
	.sectionNavRailBottom {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.sectionNavButtonUp,
	.sectionNavButtonDown {
		animation: none;
	}
  }

@media (max-width: 767px) {
	#aboutUs > .container-fluid > .col-sm-12.col-md-4.col-lg-4,
	#aboutUs > .container-fluid > .col-sm-12.col-md-6.col-lg-6,
	#practice > .container-fluid > .col-sm-12.col-md-4.col-lg-4,
	#practice > .container-fluid > .col-sm-12.col-md-6.col-lg-6 {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#aboutUsImage,
	#practiceImage {
		margin: 0 auto;
	}

	#aboutUsBody,
	#practiceBody {
		text-align: justify;
	}
}

/* ================================================== Our Services */

/* Our Services */
#ourServices {
	background-color: white;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

#ourServices > .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	align-content: flex-start;
	row-gap: 24px;
}

#ourServices > .container-fluid > h1 {
	width: 100%;
	flex: 0 0 100%;
	margin: 0 0 8px;
	order: 0;
}

#ourServices > .container-fluid > .col-lg-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	float: none;
	order: 1;
}

#ourServices > .container-fluid > .col-sm-12.col-md-12.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
	float: none;
	order: 2;
}

.viewportSectionSplit > .container-fluid > .col-sm-12.col-md-4.col-lg-4,
.viewportSectionSplit > .container-fluid > .col-sm-12.col-md-6.col-lg-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.viewportSectionStack > .container-fluid > [class*="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sectionNavButtons {
	display: none;
}

.sectionNavRail {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}

.sectionNavRailTop {
	top: 50px;
}

.sectionNavRailBottom {
	bottom: 50px;
}

.sectionNavButton {
	width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #FF8000;
	text-decoration: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: color 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
	pointer-events: auto;
	opacity: 0.92;
}

.sectionNavButton:hover,
.sectionNavButton:focus {
	color: #cc6600;
	background: transparent;
	text-decoration: none;
	opacity: 1;
	outline: none;
}

.sectionNavButton .glyphicon {
	font-size: 64px;
	line-height: 1;
	text-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.sectionNavButtonUp {
	animation: kbadSectionArrowFloatUp 2.8s ease-in-out infinite;
}

.sectionNavButtonDown {
	animation: kbadSectionArrowFloatDown 2.8s ease-in-out infinite;
}

@keyframes kbadSectionArrowFloatUp {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes kbadSectionArrowFloatDown {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(8px); }
}

/* Our Services Image */
#ourServicesImage {
	padding-top: 0;
	margin: auto;
	width: 300px;
	display: block;
}

/* Our Services Body */
#ourServicesBody1 {
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
#ourServicesBody2 {
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	margin: auto;
	padding-top: 24px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	#ourServices > .container-fluid > .col-lg-4,
	#ourServices > .container-fluid > .col-sm-12.col-md-12.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#ourServices > .container-fluid > h1 {
		margin-bottom: 0;
	}
}

/* ================================================== The Team */

/* The Team */
#meetUs {
	background-color: #FF8000;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	position: relative;
}

#meetUs .sectionNavButton {
	color: #808080;
}

#meetUs .sectionNavButton:hover,
#meetUs .sectionNavButton:focus {
	color: #666666;
}

#meetUs .sectionNavRailTop,
#awards .sectionNavRailTop,
#press .sectionNavRailTop {
	top: 52px;
}

#meetUs .sectionNavRailBottom,
#awards .sectionNavRailBottom,
#press .sectionNavRailBottom {
	bottom: 16px;
}

#meetUs .sectionNavRailBottom {
	bottom: 42px;
}

#awards .sectionNavRailBottom {
	bottom: 42px;
}

#meetUs > .container-fluid,
#awards > .container-fluid,
#press > .container-fluid {
	padding-top: 88px;
	padding-bottom: 88px;
}

/* Team Member Section */
#teamMemberImage {
	padding-top: 100px;
}

/* Team Member Section */
#teamMemberText {
	padding-top: 80px;
}

/* Practice Image */
#memberImage {
	margin: auto;
	width: 200px;
	text-align: center;
}

/* Practice Body */
#theTeamBody {
	font-size: 16px;
	color: white;
	line-height: 170%;
	text-align: justify;
	margin: auto;
	margin-left: auto;
  margin-right: auto;
}
.more {
	display: block;
}

/* Read More */
.moreaction {
	display: block;
	margin-top: 18px;
	text-align: left;
}
.morelink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 128, 0, 0.45);
	background: rgba(64, 64, 64, 0.92);
	color: #ffffff;
	padding: 11px 18px;
	margin-top: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 2;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	will-change: transform;
}

.morelink:hover {
	color: #ffffff;
	background: rgba(255, 128, 0, 0.18);
	border-color: #FF8000;
	text-decoration: none;
	transform: translateY(-1px);
}
.morelink:focus {
  color: #ffffff;
  background: rgba(255, 128, 0, 0.18);
	border-color: #FF8000;
 	text-decoration: none;
 	box-shadow: 0 0 0 4px rgba(255, 128, 0, 0.18);
	outline: none;
}
.morelink-icon {
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.32s ease;
}
.morepreview,
.morecontent-inner {
	display: inline;
}
.moreellipses {
	display: inline;
	opacity: 0.72;
	transition: opacity 0.3s ease;
}
.morecontent {
	display: block;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, margin-top 0.32s ease;
	margin-top: 0;
}
.more.is-expanded .morecontent {
	opacity: 1;
	margin-top: 10px;
}
.more.is-expanded .moreellipses {
	opacity: 0;
}
.moreaction.is-expanded .morelink-icon {
	transform: rotate(-135deg) translateY(-1px);
}

#meetUs .moreaction .morelink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 128, 0, 0.55) !important;
	background: rgba(64, 64, 64, 0.92) !important;
	color: #ffffff !important;
	padding: 11px 18px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
	border-radius: var(--kbad-control-radius) !important;
	text-decoration: none !important;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

#meetUs .moreaction .morelink:hover,
#meetUs .moreaction .morelink:active {
	background: rgba(255, 128, 0, 0.18) !important;
	border-color: #FF8000 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

#meetUs .moreaction .morelink:focus {
	background: rgba(64, 64, 64, 0.92) !important;
	border-color: rgba(255, 128, 0, 0.55) !important;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 3px rgba(255, 128, 0, 0.16) !important;
}

#meetUs .moreaction .morelink-icon {
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

/* Image Lightbox */
body.lightbox-open {
	overflow: hidden;
}

#imageLightbox {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
	z-index: 9999;
}

#imageLightbox.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#imageLightboxBackdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, 0.72);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

#imageLightboxDialog {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: min(520px, calc(100vw - 48px));
	min-height: min(360px, calc(100vh - 120px));
	max-width: calc(100vw - 48px);
	max-height: calc(100vh - 48px);
	padding: 18px;
	background: linear-gradient(180deg, rgba(238, 238, 238, 0.36), rgba(190, 190, 190, 0.22));
	border: 1px solid rgba(255, 255, 255, 0.46);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 128, 0, 0.18);
	backdrop-filter: blur(14px) saturate(1.04);
	-webkit-backdrop-filter: blur(14px) saturate(1.04);
	transform: translateY(18px) scale(0.98);
	transition: transform 0.32s ease;
}

#imageLightbox.is-visible #imageLightboxDialog {
	transform: translateY(0) scale(1);
}

#imageLightboxImage {
	display: block;
	width: auto;
	height: auto;
	max-width: calc(100vw - 84px);
	max-height: calc(100vh - 120px);
	object-fit: contain;
	background: transparent;
}

.imageLightboxNav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 54px;
	padding: 0;
	border: 1px solid rgba(255, 128, 0, 0.42);
	background: rgba(45, 45, 45, 0.88);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.imageLightboxNav:hover,
.imageLightboxNav:focus {
	background: #ff8000;
	border-color: rgba(255, 128, 0, 0.86);
	color: #ffffff;
	outline: none;
	transform: translateY(-50%) scale(1.04);
}

.imageLightboxNavPrev {
	left: -60px;
}

.imageLightboxNavNext {
	right: -60px;
}

#imageLightbox.has-single-image .imageLightboxNav {
	display: none;
}

#imageLightboxClose {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 128, 0, 0.55);
	background: rgba(45, 45, 45, 0.95);
	color: #ffffff;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

#imageLightboxClose:hover,
#imageLightboxClose:focus {
	background: #FF8000;
	color: #ffffff;
	outline: none;
}

@media (max-width: 767px) {
	#imageLightbox {
		padding: 18px;
	}

	#imageLightboxDialog {
		min-width: min(320px, calc(100vw - 36px));
		min-height: min(240px, calc(100vh - 100px));
		padding: 14px;
	}

	#imageLightboxImage {
		max-width: calc(100vw - 64px);
		max-height: calc(100vh - 118px);
	}

	.imageLightboxNav {
		width: 40px;
		height: 48px;
	}

	.imageLightboxNavPrev {
		left: 8px;
	}

	.imageLightboxNavNext {
		right: 8px;
	}
}

/* ================================================== Awards */

/* Awards */
#awards {
	background-color: white;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	position: relative;
}

/* Thumbnail */
#awardsThumbnail {
	position: relative;
	border: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Awards Image */
#awardsImage {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#awardsThumbnail:hover #awardsImage,
#awardsThumbnail:active #awardsImage,
#awardsThumbnail:focus #awardsImage {
	opacity: 1;
}

/* Awards Caption */
#awardsCaption {
	position: absolute;
  opacity: 0;
	left: 50%;
	width: 100%;
	margin: -150px 0 0 0;
	padding: 20px 20px 0px 20px;
	-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#awardsThumbnail:hover #awardsCaption,
#awardsThumbnail:active #awardsCaption,
#awardsThumbnail:focus #awardsCaption {
	opacity: 1;
	cursor: pointer;
}

/* Awards Title */
#awardsTitle {
	background: rgba(255, 128, 0, 0.9);
	color: #4c4c4c;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	border-radius: 8px;
	padding: 20px;
}

/* Awards Body */
#awardsBody {
	background: rgba(255, 128, 0, 0.9);
	color: #4c4c4c;
	font-size: 16px;
	text-align: left;
	padding: 10px;
}

/* Awards Hover Refresh */
#awardsThumbnail:hover #awardsImage,
#awardsThumbnail:active #awardsImage,
#awardsThumbnail:focus #awardsImage {
	transform: scale(1.04);
	filter: brightness(0.5);
}

#awardsCaption {
	top: 50%;
	width: calc(100% - 32px);
	max-width: calc(100% - 32px);
	margin: 0;
	padding: 20px 22px;
	background: linear-gradient(180deg, rgba(42, 42, 42, 0.84), rgba(24, 24, 24, 0.92));
	border: 1px solid rgba(255, 128, 0, 0.55);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: opacity 0.28s ease, transform 0.32s ease;
}

#awardsThumbnail:hover #awardsCaption,
#awardsThumbnail:active #awardsCaption,
#awardsThumbnail:focus #awardsCaption {
	transform: translate(-50%, -50%);
}

#awardsTitle {
	background: transparent;
	color: #ffffff;
	font-size: 31px;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 16px 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 128, 0, 0.35);
}

#awardsBody {
	background: transparent;
	color: #ffffff;
	padding: 16px 0 0 0;
	margin: 0;
	line-height: 1.65;
}

/* On Small Screen */
@media screen and (max-width: 768px) {

	/* Thumbnail */
	#awardsThumbnail {
		position: relative;
		padding: 10px;
	}

	#awardsThumbnail:hover #awardsCaption,
	#awardsThumbnail:active #awardsCaption,
	#awardsThumbnail:focus #awardsCaption {
		background: rgba(255, 128, 0, 0.9);
		opacity: 0;
		cursor: pointer;
	}

}

/* ================================================== Press */

/* Press */
#press {
	background-color: #808080;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	position: relative;
}

#press .col-xs-12.col-sm-6.col-md-4.col-lg-2 {
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 28px;
}

/* Thumbnail */
#pressThumbnail {
  border: 1;
  border-color: white;
  box-shadow: 0;
  border-radius: 8px;
	background: transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#pressThumbnail:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Press Image - Zoom In */
#pressImage {
	margin: auto;
	width: 300px;
}

/* Press Image Pop Up */
#appear_image_div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.7;
	background: #808080;
}

/* Press Body */
#pressBody1 {
	font-size: 18px;
	color: white;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 70px;
}

/* Press Body */
#pressBody2 {
	font-size: 12px;
	color: white;
	margin: auto;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;     /* fallback */
	max-height: 32px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

/* ================================================== Projects */

/* Home Button */
#homePageBtn3 {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn3:hover {
	background-color: #cc6600;
}

.admin-auth-page .adminAuthTopBar #homePageBtn3 {
	border-radius: 0 !important;
}

/* Project Category Button */
#viewProjectLocationBtn {
	border: 1px solid #FF8000;
	border-radius: 8px;
	margin-top: 20px;
}
#viewProjectLocationBtn {
	cursor: default;
}

/* Project Category Button - Image */
#indexItemImage {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Project Category Button - Caption */
#projectImageCaption {
	color: #4c4c4c;
	bottom: 10px;
	font-size: 26px;
	text-align: center;
	margin: auto;
}

.projectCategoriesPage {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0 64px;
	clear: both;
}

.projectCategoriesPage::before,
.projectCategoriesPage::after,
.projectCategoriesGrid::before,
.projectCategoriesGrid::after {
	content: none !important;
	display: none !important;
}

.projectCategoriesGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
	align-items: stretch;
	width: 100%;
	margin: 28px auto 0;
}

.projectCategoryTile {
	float: none !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.projectCategoryCard {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	padding: 0 !important;
	color: #4c4c4c !important;
	text-decoration: none !important;
	background: #ffffff !important;
	border: 1px solid rgba(255, 128, 0, 0.42) !important;
	border-radius: var(--kbad-control-radius) !important;
	box-shadow: 0 18px 42px rgba(62, 47, 31, 0.13);
	cursor: pointer !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.projectCategoryCard:hover,
.projectCategoryCard:focus {
	transform: translateY(-5px);
	border-color: rgba(255, 128, 0, 0.82) !important;
	box-shadow: 0 24px 52px rgba(62, 47, 31, 0.18);
}

.projectCategoryImage {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	opacity: 1 !important;
	visibility: visible !important;
}

.projectCategoryCaption {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 16px;
	background: #ffffff;
}

.projectCategoryCaption #projectImageCaption {
	margin: 0;
	color: #4c4c4c !important;
	font-size: clamp(1.05rem, 0.35vw + 0.98rem, 1.28rem) !important;
	font-weight: 700;
	line-height: 1.18;
}

.projectBrowserHeader {
	border-bottom: 1px solid rgba(255, 128, 0, 0.12) !important;
	padding: 22px 0 18px !important;
}

.project-browser-page {
	background: url(../view/images/bg_pattern.png), #f5f3ee;
	background-attachment: fixed;
}

.project-browser-page .projectBrowserHeader,
.project-browser-page #footerSection {
	background: rgba(255, 255, 255, 0.92);
}

.project-browser-page .projectBrowserHeader {
	padding: 12px 0 10px !important;
}

.project-browser-page .projectBrowserHeader .adminAuthHeroInner {
	gap: 6px;
}

.project-browser-page .projectBrowserHeader #adminLoginPageLogo {
	width: min(100%, 120px);
	max-width: 120px;
	margin: 4px auto;
}

.project-browser-page .projectBrowserHeader .adminAuthHomeLink {
	padding: 5px 10px;
	font-size: 10px;
	box-shadow: 0 6px 14px rgba(62, 47, 31, 0.06);
}

.projectBrowserNav {
	gap: 12px;
	flex-wrap: wrap;
}

.projectBrowserPage {
	width: min(1360px, calc(100% - 48px));
	margin-left: auto;
	margin-right: auto;
	padding: clamp(8px, 1.2vw, 16px) 0 clamp(58px, 5vw, 82px);
}

.project-browser-page #addProjectForm.projectBrowserPage {
	padding-top: 6px !important;
}

.projectBrowserHero {
	display: grid;
	justify-items: center;
	gap: 4px;
	max-width: 760px;
	margin: clamp(8px, 1.4vw, 16px) auto clamp(8px, 1.4vw, 16px);
	text-align: center;
}

.projectBrowserHero::after {
	content: "";
	display: block;
	width: min(220px, 42vw);
	height: 3px;
	margin-top: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(128, 128, 128, 0), rgba(255, 128, 0, 0.84), rgba(128, 128, 128, 0));
}

.projectBrowserKicker {
	color: #ff8000;
	font-size: var(--kbad-type-label);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.projectBrowserHero #addProjectDarkHeader {
	margin: 0;
	color: #3f3f3f;
	font-size: clamp(2rem, 1.1vw + 1.55rem, 3rem) !important;
	font-weight: 800 !important;
	line-height: 1.04 !important;
	text-align: center;
}

.projectBrowserHero p {
	max-width: 560px;
	margin: 0;
	color: #6b6b6b;
	font-size: clamp(0.98rem, 0.16vw + 0.94rem, 1.08rem);
	line-height: 1.65;
}

.projectBrowserPage > hr {
	display: none;
}

.projectBrowserPage .projectCategoriesGrid {
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 24px;
	margin-top: 0;
}

.projectBrowserPage .projectCategoryCard,
.projectBrowserPage #viewProjectLocationBtn.projectCategoryCard {
	position: relative;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	border-radius: 0 !important;
	background: #1f1f1f !important;
	box-shadow: 0 24px 58px rgba(62, 47, 31, 0.16);
	isolation: isolate;
}

.projectBrowserPage .projectCategoryCard::before,
.projectBrowserPage #viewProjectLocationBtn.projectCategoryCard::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: 0 !important;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.66) 100%),
		linear-gradient(45deg, rgba(255, 128, 0, 0.28), rgba(255, 255, 255, 0) 38%);
	opacity: 0.92;
	transition: opacity 0.28s ease;
}

.projectBrowserPage .projectCategoryCard:hover::before,
.projectBrowserPage .projectCategoryCard:focus::before {
	opacity: 1;
}

.projectBrowserPage .projectCategoryImage,
.projectBrowserPage #indexItemImage.projectCategoryImage {
	position: absolute;
	inset: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
	border-radius: 0 !important;
	transform: scale(1);
	filter: saturate(0.96) contrast(1.02);
	transition: transform 0.55s ease, filter 0.55s ease;
}

.projectBrowserPage .projectCategoryCard:hover .projectCategoryImage,
.projectBrowserPage .projectCategoryCard:focus .projectCategoryImage {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.06) brightness(0.9);
}

.projectBrowserPage .projectCategoryCaption {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	display: block;
	min-height: 0;
	padding: 10px 18px;
	text-align: left;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 0;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px) saturate(1.05);
	-webkit-backdrop-filter: blur(10px) saturate(1.05);
}

.projectCategoryMeta {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 196, 132, 0.98);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.projectBrowserPage .projectCategoryCaption #projectImageCaption {
	color: #ffffff !important;
	font-size: clamp(1.04rem, 0.32vw + 0.98rem, 1.3rem) !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.projectListingPage .projectCategoryCard {
	min-height: 0;
}

.projectListingPage .projectCategoryImage {
	min-height: 0;
}

.projectListingPage {
	width: min(1180px, calc(100% - 40px));
}

.projectListingPage .projectBrowserHero {
	margin-bottom: clamp(8px, 1.4vw, 16px);
}

.projectListingPage .projectWorkGrid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 420px));
	justify-content: center;
	justify-items: center;
	align-items: start;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	margin-top: clamp(42px, 3vw, 48px);
	margin-left: auto;
	margin-right: auto;
}

.projectListingPage .projectCategoryTile {
	width: 100% !important;
	max-width: 420px !important;
	margin: 0 auto !important;
}

.projectListingPage .projectWorkCard {
	display: block !important;
	width: 100% !important;
	max-width: 420px !important;
	min-height: 0 !important;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	outline: 0 !important;
	border-radius: 0 !important;
	background: #1f1f1f !important;
	box-shadow: 0 24px 58px rgba(62, 47, 31, 0.16);
	cursor: pointer !important;
}

.projectListingPage .projectWorkCard:hover,
.projectListingPage .projectWorkCard:focus {
	border-color: rgba(255, 128, 0, 0.82) !important;
}

.projectListingPage .projectWorkImage {
	display: block !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.projectListingPage .projectWorkCard::before {
	border-radius: 0 !important;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.66) 100%),
		linear-gradient(45deg, rgba(255, 128, 0, 0.28), rgba(255, 255, 255, 0) 38%);
}

.projectListingPage .projectWorkCaption {
	left: 16px;
	right: 16px;
	bottom: 16px;
	padding: 9px 18px;
	border-radius: 0 !important;
}

.projectListingPage .projectWorkTitle {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1rem, 0.24vw + 0.95rem, 1.18rem);
	font-weight: 800;
	line-height: 1.16;
	text-align: center;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.projectListingPage .projectCategoryMeta {
	margin-bottom: 3px;
	font-size: 0.68rem;
	text-align: center;
}

@media (max-width: 767px) {
	.projectBrowserPage {
		width: min(100% - 28px, 560px);
		padding-top: 34px;
	}

	.projectBrowserPage .projectCategoriesGrid {
		grid-template-columns: 1fr;
	}

	.projectListingPage .projectWorkGrid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* View Project Images */
#viewImage {
	text-align: center;
	margin: auto;
}

/* View Project Description */
#viewDescription {
	background-color: white;
	border: none;
	border-color: white;
	padding-top: 50px;
	color: #4c4c4c;
	text-align: justify;
	font-size: 18px;
	line-height: 180%;
	width: 100%;
	cursor: default;
}

.projectDetailPage {
	width: min(1240px, calc(100% - 40px));
	padding-top: 10px;
	padding-bottom: clamp(54px, 6vw, 82px);
}

.projectDetailHero {
	margin-bottom: clamp(8px, 1.4vw, 16px);
}

.projectDetailHero p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.projectDetailShell {
	display: flex;
	flex-direction: row;
	gap: clamp(24px, 3vw, 40px);
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.projectDetailGallery {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
	max-width: 600px;
}

.projectDetailImageLink {
	display: block;
	overflow: hidden;
	flex: 0 0 180px;
	width: 180px;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 128, 0, 0.42);
	border-radius: var(--kbad-control-radius);
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(62, 47, 31, 0.13);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.projectDetailImageLink:hover,
.projectDetailImageLink:focus {
	transform: translateY(-4px);
	border-color: rgba(255, 128, 0, 0.82);
	box-shadow: 0 24px 52px rgba(62, 47, 31, 0.18);
	outline: none;
}

.projectDetailImageLink img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectDetailImageFeatured {
	flex-basis: 600px;
	width: 600px;
	height: 450px;
	aspect-ratio: auto;
}

.projectDetailDescription {
	flex: 0 0 600px;
	width: 600px;
	max-width: 600px;
	height: 450px;
	position: relative;
	padding: clamp(30px, 3.2vw, 44px) clamp(32px, 3.6vw, 50px);
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(255, 128, 0, 0.16) 0 3px, transparent 3px 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 246, 0.94));
	box-shadow:
		0 28px 70px rgba(62, 47, 31, 0.14),
		0 1px 0 rgba(255, 255, 255, 0.9) inset;
	box-sizing: border-box;
	overflow-y: auto;
}

.projectDetailDescription::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 58px;
	background: linear-gradient(135deg, transparent 0 50%, rgba(226, 218, 205, 0.68) 51% 100%);
	box-shadow: -8px -8px 20px rgba(62, 47, 31, 0.07);
}

.projectDetailDescription .projectBrowserKicker {
	position: relative;
	display: block;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 9px;
	color: #ff8000;
	font-size: 0.86rem;
	letter-spacing: 2px;
}

.projectDetailDescription .projectBrowserKicker::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 2px;
	background: #ff8000;
}

.projectDetailDescription p {
	margin: 0;
	color: #4f4a45;
	font-size: clamp(1rem, 0.18vw + 0.96rem, 1.12rem);
	line-height: 1.82;
}

@media (max-width: 1100px) {
	.projectDetailShell {
		flex-direction: column;
		align-items: center;
	}

	.projectDetailDescription {
		flex: 0 1 auto;
		width: 100%;
		max-width: 600px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.projectDetailGallery {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.projectDetailImageLink,
	.projectDetailImageFeatured {
		width: 100%;
		height: auto;
		flex-basis: auto;
		grid-column: auto;
		aspect-ratio: 4 / 3;
	}

	.projectDetailImageFeatured {
		grid-column: 1 / -1;
	}
}

/* ================================================== Contact Us */

/*  Contact Us */
.contact-page {
	overflow-y: auto;
	background: url(../view/images/bg_pattern.png), #f5f3ee;
}

.contactHero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 239, 239, 0.88)),
		url(../view/images/bg_pattern.png);
	padding: 8px 0 8px;
	border-bottom: 1px solid rgba(255, 128, 0, 0.16);
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
}

.contactHeroInner {
	width: min(92%, 1180px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 36px;
	min-height: 140px;
}

#contactUsLogo {
	display: block;
	width: auto;
	height: 76px;
	max-width: none;
	max-height: none;
	margin: 0;
	transform: none;
}

.contactHeroCopy {
	max-width: 380px;
	text-align: left;
	color: #4c4c4c;
	padding-top: 0;
}

.contactHeroEyebrow {
	display: inline-block;
	margin-bottom: 12px;
	color: #FF8000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.adminDashboardHero .authPanelKicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 34px;
	padding: 0 18px;
	border: 1px solid rgba(255, 128, 0, 0.28);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 128, 0, 0.07));
	color: #FF8000;
	box-shadow: 0 12px 26px rgba(255, 128, 0, 0.08);
	line-height: 1 !important;
}

.contactHeroTitle {
	margin: 0 0 8px;
	color: #4c4c4c;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.08;
}

.contactHeroText {
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
}

.contactQuickBar {
	background: linear-gradient(90deg, #ff8a08, #ff8000);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contactQuickBarInner {
	width: min(92%, 1180px);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 10px 0;
}

.contactQuickItem {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.contactQuickLabel {
	font-weight: 700;
}

.contactPageSection {
	padding: 80px 0 80px;
}

.contactPageContent {
	width: min(92%, 1180px);
	padding-left: 12px;
	padding-right: 12px;
}

.contactPageShell {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: stretch;
	justify-content: center;
}

.contactPageShell > .contactPanel {
	flex: 1 1 460px;
	min-width: 0;
}

.contactPanel {
	position: relative;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.82) 46%, rgba(232, 234, 238, 0.72) 100%);
	border: 1px solid rgba(184, 188, 194, 0.28);
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(62, 47, 31, 0.12);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	padding: 30px;
	overflow: hidden;
}

.contactPanel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 128, 0, 0), rgba(255, 128, 0, 0.95) 24%, rgba(128, 128, 128, 0.82) 76%, rgba(128, 128, 128, 0));
}

.contactPanel::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	pointer-events: none;
	opacity: 0.65;
}

.contactFormPanel {
	text-align: left;
}

.contactPanelHeader {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 18px;
}

.contactPanelHeader::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 128, 0, 0.68), rgba(128, 128, 128, 0.24), rgba(128, 128, 128, 0));
}

.contactPanelKicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 128, 0, 0.26);
	border-radius: 999px;
	background: rgba(255, 128, 0, 0.08);
	color: #FF8000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.contactPanelTitle {
	margin: 0 0 12px;
	color: #4c4c4c;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.05;
}

.contactPanelIntro {
	margin: 0 0 24px;
	color: #666666;
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
	max-width: 42ch;
}

.contactAlertWrap {
	margin-bottom: 18px;
}

.contactModernForm {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contactHoney {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.contactField {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.contactField label {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: left;
}

.contactFieldGlow {
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
	height: 56px;
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(255, 128, 0, 0.18), rgba(255, 128, 0, 0.04), rgba(128, 128, 128, 0.1));
	filter: blur(18px);
	opacity: 0;
	transform: scale(0.98);
	transition: opacity 0.28s ease, transform 0.28s ease;
	pointer-events: none;
}

.contactInput,
.contactTextarea {
	position: relative;
	border: 1px solid rgba(255, 128, 0, 0.22) !important;
	border-radius: 8px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 247, 247, 0.88)) !important;
	color: #4c4c4c !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 18px rgba(62, 47, 31, 0.04);
}

.contactInput {
	height: 58px;
	padding: 0 18px;
	font-size: 16px;
}

.contactTextarea {
	padding: 16px 18px;
	font-size: 15px;
	min-height: 180px;
	resize: vertical;
}

.contactInput::placeholder,
.contactTextarea::placeholder {
	color: #8a8a8a;
}

.contactInput:focus,
.contactTextarea:focus {
	border-color: #FF8000 !important;
	box-shadow: 0 0 0 4px rgba(255, 128, 0, 0.12) !important, 0 18px 30px rgba(255, 128, 0, 0.08) !important;
}

.contactField:focus-within .contactFieldGlow {
	opacity: 1;
	transform: scale(1);
}

.contactValidationMessage {
	margin: 2px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #c0392b;
}

.contactValidationCentered {
	text-align: center;
}

.contactRecaptchaWrap {
	display: flex;
	justify-content: center;
	padding-top: 8px;
	padding-bottom: 4px;
}

.contactRecaptchaWrap .g-recaptcha {
	width: 304px;
	max-width: 100%;
}

.contactActions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	padding-top: 10px;
}

.contactActionPrimary,
.contactActionSecondary {
	width: 304px !important;
	max-width: 100%;
	min-width: 170px;
	height: 56px;
	padding: 0 24px;
	font-size: 16px !important;
	border-radius: 8px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(62, 47, 31, 0.12);
}

.contactActionPrimary {
	background: linear-gradient(135deg, #ff9a1a, #ff8000 58%, #d66900) !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, filter 0.28s ease !important;
}

.contactActionPrimary:hover,
.contactActionPrimary:focus {
	background: linear-gradient(135deg, #ffac3e, #ff8000 58%, #c95e00) !important;
	transform: translateY(-3px) scale(1.01);
	box-shadow: 0 22px 38px rgba(255, 128, 0, 0.22);
	filter: saturate(1.08);
}

.contactActionSecondary {
	background-color: #808080 !important;
}

.contactActionSecondary:hover,
.contactActionSecondary:focus {
	background-color: #666666 !important;
}

.contactMapPanel {
	display: flex;
	flex-direction: column;
}

.contactMapHeader {
	margin-bottom: 22px;
	text-align: left;
}

#googleMap.contactMapFrame {
	flex: 1;
	min-height: 380px;
	border-radius: 8px;
	overflow: hidden;
	background: #e7e7e7;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 16px 32px rgba(62, 47, 31, 0.08);
}

#googleMap.contactMapFrame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
}

.contact-page #footerSection {
	clear: both;
}

@media (max-width: 991px) {
	.contactHeroInner,
	.contactQuickBarInner,
	.contactPageContent {
		width: min(94%, 920px);
	}

	.contactHeroInner {
		display: block;
		text-align: center;
		gap: 10px;
	}

	.contactHeroCopy,
	.contactHeroText {
		text-align: center;
	}

	.contactQuickBarInner {
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 767px) {
	.contactHero {
		padding: 10px 0 12px;
	}

	.contactHeroTitle {
		font-size: 22px;
	}

	.contactQuickItem {
		flex-direction: column;
		gap: 2px;
		font-size: 16px;
		text-align: center;
	}

	.contactPageSection {
		padding: 18px 0 30px;
	}

	.contactPanel {
		padding: 22px;
	}

	.contactPanelTitle {
		font-size: 30px;
	}

	.contactActionPrimary,
	.contactActionSecondary {
		width: 100% !important;
	}

	#googleMap.contactMapFrame,
	#googleMap.contactMapFrame iframe {
		min-height: 300px;
	}
}

/* ================================================== Login */

.admin-auth-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.admin-auth-page .adminAuthPageShell {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.admin-auth-page #footerSection {
	margin-top: auto;
	padding-top: 40px;
}

.adminAuthHeroInner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.adminAuthTopBar {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.adminAuthMain {
	flex: 1 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 38px 16px 80px;
	background: url(../view/images/bg_pattern.png), #f6f4ef;
}

.adminAuthForm .form-group + .form-group {
	margin-top: 16px;
}

.adminAuthRecaptchaWrap {
	display: flex;
	justify-content: center;
	margin-top: 18px;
	margin-bottom: 6px;
}

.adminAuthRecaptchaWrap .g-recaptcha {
	width: 304px;
	max-width: 100%;
}

/* Header */
#adminLoginPage {
	position: relative;
	height: auto;
	width: 100%;
	overflow-y: hidden;
	text-align: center;
	background: #ffffff;
	padding: 12px 0 10px;
	border-bottom: 1px solid rgba(255, 128, 0, 0.12);
}

/* Logo */
#adminLoginPageLogo {
	display: block;
	width: min(100%, 120px);
	height: auto;
	margin: 4px auto;
	max-width: 120px;
}

.adminAuthNav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.adminAuthHomeLink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 128, 0, 0.18);
	border-radius: 999px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.92));
	color: #4c4c4c !important;
	text-decoration: none !important;
	box-shadow: 0 14px 30px rgba(62, 47, 31, 0.08);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.adminAuthHomeLink:hover,
.adminAuthHomeLink:focus {
	color: #FF8000 !important;
	border-color: rgba(255, 128, 0, 0.42);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 0.94));
	box-shadow: 0 18px 34px rgba(62, 47, 31, 0.12);
	transform: translateY(-2px);
	outline: none;
}

.adminAuthHomeLink .glyphicon {
	font-size: 15px;
}

/* Well */
#loginWell {
	width: min(100%, 560px);
	margin: 0 auto;
	height: auto;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

/* Login Panel */
#adminLoginFormThumbnail {
	position: relative;
	background:
		linear-gradient(90deg, rgba(255, 128, 0, 0), rgba(255, 128, 0, 0.98) 18%, rgba(255, 128, 0, 0.95) 38%, rgba(128, 128, 128, 0.9) 72%, rgba(128, 128, 128, 0)) top/100% 4px no-repeat,
		linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.84) 46%, rgba(232, 234, 238, 0.74) 100%);
	margin: auto;
	text-align: center;
	width: min(100%, 520px);
	height: auto;
	margin-bottom: 0;
	padding: 26px 34px 30px;
	border-radius: 8px;
	border: 1px solid rgba(184, 188, 194, 0.28);
	box-shadow: 0 28px 70px rgba(62, 47, 31, 0.12);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	overflow: hidden;
}

#adminLoginFormThumbnail::after,
#adminRegisterFormThumbnail::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	pointer-events: none;
	opacity: 0.65;
	z-index: 1;
}

/* Login Header */
#loginDarkHeader {
	color: #4c4c4c;
	padding-bottom: 0;
	margin: 0 0 10px;
	font-size: 36px;
	font-weight: 700;
}

.adminAuthPanelHeader {
	position: relative;
	margin-bottom: 18px;
	padding: 0 0 14px;
	text-align: left;
}

.adminAuthPanelHeader::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 128, 0, 0.68), rgba(128, 128, 128, 0.24), rgba(128, 128, 128, 0));
}

.adminAuthPanelKicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 128, 0, 0.26);
	border-radius: 999px;
	background: rgba(255, 128, 0, 0.08);
	color: #FF8000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.adminAuthPanelText {
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	max-width: 34ch;
}

/*  Login Form Text Boxes */
#loginForm {
	border: 1px solid rgba(255, 128, 0, 0.22);
	border-radius: 8px;
	width: 304px;
	max-width: 100%;
	height: 56px;
	margin: auto;
	margin-top: 0;
	text-align: left;
	font-size: 16px;
	padding: 0 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 247, 247, 0.88));
	color: #4c4c4c;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 18px rgba(62, 47, 31, 0.04);
}

/* Login Button */
#loginBtn {
	background-color: #FF8000;
	border-radius: 8px;
	border: none;
	color: white;
	width: 304px;
	max-width: 100%;
	height: 54px;
	margin-top: 0;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: all 0.3s ease 0s;
}
#loginBtn:hover {
  color: white;
  background-color: #cc6600;
}

/* Hr Line */
#loginHr {
	display: none;
}

/* Register Button on Login Page */
#registerBtn {
	background-color: #808080;
	border: none;
	border-radius: 8px;
	color: white;
	width: 304px;
	max-width: 100%;
	height: 54px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: all 0.3s ease 0s;
}
#registerBtn:hover,
#registerBtn:focus {
  color: white;
  background-color: #666666;
}

/* ================================================== Register */

/* Register Panel */
#adminRegisterFormThumbnail {
	position: relative;
	background:
		linear-gradient(90deg, rgba(255, 128, 0, 0), rgba(255, 128, 0, 0.98) 18%, rgba(255, 128, 0, 0.95) 38%, rgba(128, 128, 128, 0.9) 72%, rgba(128, 128, 128, 0)) top/100% 4px no-repeat,
		linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.84) 46%, rgba(232, 234, 238, 0.74) 100%);
	margin: auto;
	text-align: center;
	width: min(100%, 520px);
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 26px 34px 30px;
	border-radius: 8px;
	border: 1px solid rgba(184, 188, 194, 0.28);
	box-shadow: 0 28px 70px rgba(62, 47, 31, 0.12);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	overflow: hidden;
}

/*  Register Form Text Boxes */
#regForm {
	border: 1px solid rgba(255, 128, 0, 0.22);
	border-radius: 8px;
	width: 304px;
	max-width: 100%;
	height: 56px;
	margin: auto;
	margin-top: 0;
	text-align: left;
	font-size: 16px;
	padding: 0 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 247, 247, 0.88));
	color: #4c4c4c;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 18px rgba(62, 47, 31, 0.04);
}

/* Register Button on Register Page */
#registerBtn2 {
	background-color: #FF8000;
	border-color: #FF8000;
	border-radius: 8px;
	border: none;
	color: white;
	width: 304px;
	max-width: 100%;
	height: 54px;
	margin-top: 0;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: all 0.3s ease 0s;
}
#registerBtn2:hover,
#registerBtn2:focus {
  color: white;
  background-color: #cc6600;
}

/* Back Button */
#registerBackBtn {
	background-color: #808080;
	border-color: #FF8000;
	border-radius: 8px;
	border: none;
	color: white;
	width: 304px;
	max-width: 100%;
	height: 54px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin-bottom: 0;
}
#registerBackBtn:hover,
#registerBackBtn:focus {
  color: white;
  background-color: #666666;
}

.adminAuthSecondaryAction {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
}

.adminAuthSecondaryText {
	color: #7a7a7a;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.adminAuthSecondaryLink {
	width: 304px !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 56px !important;
	padding: 0 24px !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	box-shadow: 0 16px 34px rgba(62, 47, 31, 0.12) !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.adminAuthSecondaryLink:hover,
.adminAuthSecondaryLink:focus {
	color: white !important;
	box-shadow: 0 22px 38px rgba(62, 47, 31, 0.18) !important;
	transform: translateY(-3px) scale(1.01) !important;
	text-decoration: none;
}

/* ================================================== Admin Panel */

/* Admin Panel */
#adminPanel {
	padding-bottom: 100px;
}

/* Edit Profile Button */
#editProfileFromAdmin {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#editProfileFromAdmin:hover,
#editProfileFromAdmin:focus {
  color: white;
  background-color: #666666;
}

/* Home Button */
#homePageBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn:hover,
#homePageBtn:focus {
	color: white;
  background-color: #cc6600;
}

/* Logout Button */
#adminlogoutBtn {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#adminlogoutBtn:hover,
#adminlogoutBtn:focus {
  color: white;
  background-color: #666666;
}

/* Add Category Button */
#addCategoryBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addCategoryBtn:hover {
	background-color: #21912e;
}

/* Add Location Button */
#addLocationBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addLocationBtn:hover {
	background-color: #21912e;
}

/* Add Project Button */
#addProjectBtn {
	color: white;
	background-color: #2ECC40;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 150px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#addProjectBtn:hover {
	background-color: #21912e;
}

/* Edit Category Button */
#editCategoryBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editCategoryBtn:hover {
	background-color: #cc6600;
}

/* Edit Location Button */
#editLocationBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editLocationBtn:hover {
	background-color: #cc6600;
}

/* Edit Project Button */
#editProjectBtn {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#editProjectBtn:hover {
	background-color: #cc6600;
}

/* Delete Category Button */
#deleteCategoryBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteCategoryBtn:hover {
	background-color: #cc0000;
}

/* Delete Location Button */
#deleteLocationBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: left;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteLocationBtn:hover {
	background-color: #cc0000;
}

/* Delete Project Button */
#deleteProjectBtn {
	color: white;
	background-color: red;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
	font-size: 28px;
	float: right;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#deleteProjectBtn:hover {
	background-color: #cc0000;
}

/* Available Projects Panel */
#availableProjects {
	padding-top: 50px;
	padding-bottom: 100px;
}

/* ================================================== Edit User Profile */

/* Current Registered Username Title */
#currrentUsernameEditProfile {
	color: #4c4c4c;
	padding-top: 10px;
}

/* Hr Line */
#editProfileHr {
	border-color: #4c4c4c;
	width: 300px;
}

/*  Update Form Text Boxes */
#editUserForm {
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 280px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

/* Checkboxes */
#checkbox1, #checkbox2 {
	width: 20px;
	height: 20px;
	margin: auto;
}

/* Update Button */
#updateUserBtn {
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#updateUserBtn:hover,
#updateUserBtn:focus {
  color: white;
  background-color: #cc6600;
}

/* Delete Button */
#deleteUserBtn {
	background-color: red;
	border-radius: 50px;
	border: none;
	color: white;
	width: 280px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#deleteUserBtn:hover,
#deleteUserBtn:focus {
  color: white;
  background-color: #cc0000;
}

/* ================================================== Add Project */

/* Go Back Button */
#goBack {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#goBack:hover,
#goBack:focus {
	color: white;
	background-color: #666666;
}

/* Home Button */
#homePageBtn2 {
	color: white;
	background-color: #FF8000;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#homePageBtn2:hover {
	background-color: #cc6600;
}

/* Logout Button */
#logoutBtn {
	color: white;
	background-color: #808080;
	border: none;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#logoutBtn:hover,
#logoutBtn:focus {
  color: white;
  background-color: #666666;
}

/* Header */
#addProjectDarkHeader {
	color: #4c4c4c;
	margin: auto;
	text-align: center;
}

/*  Text Boxes */
#addFormTextBox {
	color: #4c4c4c;
	border: 1px solid #2ECC40;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#addDescriptionBox {
	color: #4c4c4c;
	border: 1px solid #2ECC40;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* Upload Images */
#imageUpload {
	color: #4c4c4c;
	font-size: 18px;
	padding-bottom: 10px;
}

/* Add Project Button */
#addProjectBtn02 {
	color: white;
	background-color: #2ECC40;
	border: 1px solid #FF8000;
	border-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 200px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
#addProjectBtn02:hover {
	background-color: #2abb3b;
	font-weight: bold;
}

/* Add Projects Form */
#addProjectForm {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ================================================== Edit Project */

/*  Text Boxes */
#editFormTextBox {
	color: #4c4c4c;
	border: 1px solid #FF8000;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#editDescriptionBox {
	color: #4c4c4c;
	border: 1px solid #FF8000;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* Find Project Button */
#findProjectBtn {
	background-color: #FF8000;
	border-radius: 50px;
	border: none;
	color: white;
	width: 150px;
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
#findProjectBtn:hover,
#findProjectBtn:focus {
  color: white;
  background-color: #cc6600;
}

/* ================================================== Delete Project */

/*  Text Boxes */
#deleteFormTextBox {
	color: #4c4c4c;
	border: 1px solid red;
	border-radius: 50px;
	width: 100%;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
}

/* Description Boxe */
#deleteDescriptionBox {
	color: #4c4c4c;
	border: 1px solid red;
	border-radius: 20px;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* ================================================== Loader */

/* Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../view/images/loader.gif) center no-repeat #fff;
}

/* ================================================== Back To Top Button */

#backToTop {
      position: fixed;
      bottom: 40px;
      right: 40px;
      background: rgb(0, 0, 0);
      background: rgba(0, 0, 0, 0.5);
      width: 56px;
      height: 56px;
      display: block;
      text-decoration: none;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: var(--kbad-control-radius);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
		margin-bottom: 0;
		margin-right: 0;
		z-index: 1105;
}
#backToPrevious {
      position: fixed;
      top: 40px;
      left: 40px;
      background: rgba(0, 0, 0, 0.5);
      width: 56px;
      height: 56px;
      display: block;
      text-decoration: none;
      -webkit-border-radius: 35px;
      border-radius: var(--kbad-control-radius);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
		z-index: 1105;
}
#backToTop i {
      color: white;
      margin: 0;
      position: relative;
      left: 14px;
      top: 8px;
      font-size: 28px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
#backToPrevious i {
      color: white;
      margin: 0;
      position: relative;
      left: 13px;
      top: 8px;
      font-size: 28px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
#backToTop:hover {
    background: rgba(0, 0, 0, 0.6);
}
#backToPrevious:hover {
    background: rgba(0, 0, 0, 0.6);
}
#backToTop:hover i {
      color: #FF8000;
      top: 3px;
  }
#backToPrevious:hover i {
      color: #FF8000;
      left: 8px;
  }

/* ================================================== The End */

/* Facebook & Linked In */
#theEnd {
	background-color: white;
	padding-top: 40px;
	padding-bottom: 0;
	margin: auto;
	min-height: 0;
}

/* ================================================== Footer */

#footer	{
	display: none;
}

#footerSection {
	position: relative;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.55);
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	z-index: 3;
}

.footerGlassInner {
	width: 78%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 26px 28px 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(239, 239, 239, 0.58));
	border: 1px solid rgba(184, 188, 194, 0.35);
	border-radius: 8px 8px 0 0;
	box-shadow: 0 26px 56px rgba(62, 47, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

.footerSocialLinks {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-top: 4px;
	margin-bottom: 22px;
}

.footerSocialLink {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 5px;
	color: #ffffff !important;
	background: linear-gradient(135deg, #1877f2, #0f63cf);
	text-decoration: none !important;
	box-shadow: 0 10px 20px rgba(15, 41, 64, 0.10);
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
	overflow: hidden;
	border: none;
}

.footerSocialFacebook {
	background: linear-gradient(135deg, #1877f2, #0f63cf);
}

.footerSocialLinkedin {
	background: linear-gradient(135deg, #0a66c2, #084f96);
}

.footerSocialLink::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
	opacity: 0.82;
	pointer-events: none;
}

.footerSocialLink:hover,
.footerSocialLink:focus {
	color: #fff;
	transform: translateY(-2px) scale(1.06);
	box-shadow: 0 14px 24px rgba(15, 41, 64, 0.16);
	outline: none;
}

.footerSocialFacebook:hover,
.footerSocialFacebook:focus {
	background: linear-gradient(135deg, #1666d3, #0d56b2);
}

.footerSocialLinkedin:hover,
.footerSocialLinkedin:focus {
	background: linear-gradient(135deg, #0957a5, #073f79);
}

.footerSocialLink i {
	position: relative;
	z-index: 1;
	font-size: 0.98rem;
}

#footerText {
	color: #FF8000;
	font-size: 15px;
	margin-bottom: 12px;
}

.footerLabel {
	display: block;
	margin-bottom: 0;
	color: #7a7a7a;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.22em;
}

.footerLink {
	color: #FF8000;
	font-weight: 700;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid transparent;
	text-decoration: none !important;
	transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

#footerText .footerLink {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.footerLink:hover,
.footerLink:focus {
	color: #666666;
	transform: scale(1.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(229, 232, 237, 0.64));
	border-color: rgba(128, 136, 146, 0.42);
	box-shadow: 0 10px 20px rgba(62, 47, 31, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.footerVersionText {
	margin-bottom: 0;
	font-size: 12px !important;
	color: #666666 !important;
}

.footerSignatureAura {
	position: fixed;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1200;
	overflow: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

body.footer-signature-active .footerSignatureAura {
	opacity: 1;
	visibility: visible;
}

.footerSignatureAura::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 182, 92, 0.14), rgba(34, 34, 34, 0.2)),
		radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 30%),
		linear-gradient(135deg, rgba(36, 36, 36, 0.94), rgba(78, 78, 78, 0.88) 42%, rgba(255, 128, 0, 0.65) 76%, rgba(255, 197, 131, 0.38));
	opacity: 0.96;
}

.footerSignatureSpotlight {
	position: absolute;
	left: -12%;
	top: 8%;
	width: 124%;
	height: 72%;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 32% 45%, rgba(255, 128, 0, 0.2), rgba(255, 128, 0, 0) 42%),
		radial-gradient(ellipse at 70% 38%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36%),
		radial-gradient(ellipse at 52% 62%, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0) 48%);
	animation: footerSignatureAurora 6s ease-in-out infinite alternate;
}

.footerSignatureRing {
	position: absolute;
	left: 50%;
	top: 54%;
	width: 82vw;
	height: 82vw;
	max-width: 980px;
	max-height: 980px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	transform: translate(-50%, -50%) scale(0.9);
}

.footerSignatureRingOne {
	animation: footerSignatureHaloOne 5.4s ease-in-out infinite;
}

.footerSignatureRingTwo {
	width: 58vw;
	height: 58vw;
	max-width: 720px;
	max-height: 720px;
	animation: footerSignatureHaloTwo 4.8s ease-in-out infinite;
}

.footerSignatureSpark {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 166, 77, 0.82) 48%, rgba(255, 166, 77, 0) 74%);
	filter: blur(0.6px);
	opacity: 0.76;
}

.footerSignatureSparkOne { left: 20%; top: 18%; animation: footerSignatureTwinkleOne 2.2s ease-in-out infinite; }
.footerSignatureSparkTwo { right: 22%; top: 24%; animation: footerSignatureTwinkleTwo 2.8s ease-in-out infinite; }
.footerSignatureSparkThree { left: 34%; top: 12%; animation: footerSignatureTwinkleThree 2.6s ease-in-out infinite; }

.footerSignatureMessage {
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 14px 28px 16px;
	background: rgba(18, 18, 18, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 28px 48px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	white-space: nowrap;
	animation: footerSignatureMessageFloat 3.8s ease-in-out infinite;
}

.footerSignatureMessage span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
}

.footerSignatureMessage strong {
	background: linear-gradient(135deg, #FF8000 0%, #b2b2b2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 52px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.1;
	text-shadow: 0 8px 22px rgba(255, 128, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
	.footerGlassInner {
		width: 92%;
	}
}

#homePageBtn3,
#viewProjectLocationBtn,
#goBack2,
#formSubmitBtn,
#loginBtn,
#registerBtn,
#registerBtn2,
#registerBackBtn,
#editProfileFromAdmin,
#homePageBtn,
#adminlogoutBtn,
#addCategoryBtn,
#addLocationBtn,
#addProjectBtn,
#editCategoryBtn,
#editLocationBtn,
#editProjectBtn,
#deleteCategoryBtn,
#deleteLocationBtn,
#deleteProjectBtn,
#updateUserBtn,
#deleteUserBtn,
#goBack,
#homePageBtn2,
#logoutBtn,
#addProjectBtn02,
#findProjectBtn,
#backToTop,
#backToPrevious,
.navbar-default .navbar-toggle,
.btn-default,
.btn-primary,
#imageLightboxClose {
	border-radius: var(--kbad-control-radius) !important;
}

#homePageBtn3,
#loginBtn,
#registerBtn,
#registerBtn2,
#registerBackBtn,
#editProfileFromAdmin,
#homePageBtn,
#adminlogoutBtn,
#addCategoryBtn,
#addLocationBtn,
#addProjectBtn,
#editCategoryBtn,
#editLocationBtn,
#editProjectBtn,
#deleteCategoryBtn,
#deleteLocationBtn,
#deleteProjectBtn,
#updateUserBtn,
#deleteUserBtn,
#goBack,
#homePageBtn2,
#logoutBtn,
#addProjectBtn02,
#findProjectBtn {
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	box-shadow: 0 16px 34px rgba(62, 47, 31, 0.12) !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, filter 0.28s ease !important;
}

#homePageBtn3:hover,
#homePageBtn3:focus,
#loginBtn:hover,
#loginBtn:focus,
#registerBtn:hover,
#registerBtn:focus,
#registerBtn2:hover,
#registerBtn2:focus,
#registerBackBtn:hover,
#registerBackBtn:focus,
#editProfileFromAdmin:hover,
#editProfileFromAdmin:focus,
#homePageBtn:hover,
#homePageBtn:focus,
#adminlogoutBtn:hover,
#adminlogoutBtn:focus,
#addCategoryBtn:hover,
#addCategoryBtn:focus,
#addLocationBtn:hover,
#addLocationBtn:focus,
#addProjectBtn:hover,
#addProjectBtn:focus,
#editCategoryBtn:hover,
#editCategoryBtn:focus,
#editLocationBtn:hover,
#editLocationBtn:focus,
#editProjectBtn:hover,
#editProjectBtn:focus,
#deleteCategoryBtn:hover,
#deleteCategoryBtn:focus,
#deleteLocationBtn:hover,
#deleteLocationBtn:focus,
#deleteProjectBtn:hover,
#deleteProjectBtn:focus,
#updateUserBtn:hover,
#updateUserBtn:focus,
#deleteUserBtn:hover,
#deleteUserBtn:focus,
#goBack:hover,
#goBack:focus,
#homePageBtn2:hover,
#homePageBtn2:focus,
#logoutBtn:hover,
#logoutBtn:focus,
#addProjectBtn02:hover,
#addProjectBtn02:focus,
#findProjectBtn:hover,
#findProjectBtn:focus {
	transform: translateY(-3px) scale(1.01);
	box-shadow: 0 22px 38px rgba(62, 47, 31, 0.18) !important;
	filter: saturate(1.08);
}

#homePageBtn3,
#loginBtn,
#registerBtn2,
#homePageBtn,
#editCategoryBtn,
#editLocationBtn,
#editProjectBtn,
#updateUserBtn,
#homePageBtn2,
#findProjectBtn {
	background: linear-gradient(135deg, #ff9a1a, #ff8000 58%, #d66900) !important;
}

#homePageBtn3:hover,
#homePageBtn3:focus,
#loginBtn:hover,
#loginBtn:focus,
#registerBtn2:hover,
#registerBtn2:focus,
#homePageBtn:hover,
#homePageBtn:focus,
#editCategoryBtn:hover,
#editCategoryBtn:focus,
#editLocationBtn:hover,
#editLocationBtn:focus,
#editProjectBtn:hover,
#editProjectBtn:focus,
#updateUserBtn:hover,
#updateUserBtn:focus,
#homePageBtn2:hover,
#homePageBtn2:focus,
#findProjectBtn:hover,
#findProjectBtn:focus {
	background: linear-gradient(135deg, #ffac3e, #ff8000 58%, #c95e00) !important;
}

#registerBtn,
#registerBackBtn,
#editProfileFromAdmin,
#adminlogoutBtn,
#goBack,
#logoutBtn {
	background: linear-gradient(135deg, #989898, #808080 58%, #696969) !important;
}

#registerBtn:hover,
#registerBtn:focus,
#registerBackBtn:hover,
#registerBackBtn:focus,
#editProfileFromAdmin:hover,
#editProfileFromAdmin:focus,
#adminlogoutBtn:hover,
#adminlogoutBtn:focus,
#goBack:hover,
#goBack:focus,
#logoutBtn:hover,
#logoutBtn:focus {
	background: linear-gradient(135deg, #a8a8a8, #808080 58%, #5f5f5f) !important;
}

#addCategoryBtn,
#addLocationBtn,
#addProjectBtn,
#addProjectBtn02 {
	background: linear-gradient(135deg, #47de5c, #2ECC40 58%, #21912e) !important;
}

#addCategoryBtn:hover,
#addCategoryBtn:focus,
#addLocationBtn:hover,
#addLocationBtn:focus,
#addProjectBtn:hover,
#addProjectBtn:focus,
#addProjectBtn02:hover,
#addProjectBtn02:focus {
	background: linear-gradient(135deg, #63e774, #2ECC40 58%, #1e8429) !important;
}

#deleteCategoryBtn,
#deleteLocationBtn,
#deleteProjectBtn,
#deleteUserBtn {
	background: linear-gradient(135deg, #ff5959, #ff2d2d 58%, #cc0000) !important;
}

#deleteCategoryBtn:hover,
#deleteCategoryBtn:focus,
#deleteLocationBtn:hover,
#deleteLocationBtn:focus,
#deleteProjectBtn:hover,
#deleteProjectBtn:focus,
#deleteUserBtn:hover,
#deleteUserBtn:focus {
	background: linear-gradient(135deg, #ff7575, #ff2d2d 58%, #b80000) !important;
}

.admin-auth-page .adminAuthTopBar #homePageBtn3 {
	border-radius: 0 !important;
}

@keyframes footerSignatureAurora {
	0% { transform: translate3d(0, 0, 0) rotate(-1deg) scale(1); opacity: 0.62; }
	50% { transform: translate3d(2%, -2%, 0) rotate(1deg) scale(1.03); opacity: 0.84; }
	100% { transform: translate3d(-2%, 2%, 0) rotate(-1deg) scale(1.02); opacity: 0.7; }
}

@keyframes footerSignatureHaloOne {
	0%, 100% { opacity: 0.18; transform: translate(-50%, -50%) scale(0.9); }
	50% { opacity: 0.38; transform: translate(-50%, -50%) scale(1.02); }
}

@keyframes footerSignatureHaloTwo {
	0%, 100% { opacity: 0.12; transform: translate(-50%, -50%) scale(0.92); }
	50% { opacity: 0.28; transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes footerSignatureTwinkleOne { 0%, 100% { transform: scale(0.8); opacity: 0.2; } 50% { transform: scale(1.5); opacity: 0.96; } }
@keyframes footerSignatureTwinkleTwo { 0%, 100% { transform: scale(0.76); opacity: 0.18; } 50% { transform: scale(1.42); opacity: 0.9; } }
@keyframes footerSignatureTwinkleThree { 0%, 100% { transform: scale(0.82); opacity: 0.22; } 50% { transform: scale(1.32); opacity: 0.84; } }
@keyframes footerSignatureMessageFloat {
	0%, 100% { transform: translateX(-50%) translateY(0) scale(0.99); }
	50% { transform: translateX(-50%) translateY(-6px) scale(1.02); }
}

.projectEmptyState {
	width: min(760px, calc(100% - 32px));
	margin: 40px auto;
	padding: 48px 28px;
	text-align: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
	border: 1px solid rgba(255, 128, 0, 0.18);
	border-radius: var(--kbad-control-radius);
	box-shadow: 0 24px 70px rgba(62, 47, 31, 0.12);
}

.projectEmptyIcon {
	width: 68px;
	height: 68px;
	margin: 0 auto 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: #FF8000;
	background: rgba(255, 128, 0, 0.1);
	font-size: 1.8rem;
}

.projectEmptyState h2 {
	margin: 0 0 10px;
	color: #4d4d4d;
	font-weight: 800;
}

.projectEmptyState p {
	max-width: 560px;
	margin: 0 auto;
	color: #666;
	font-size: 1rem;
	line-height: 1.7;
}

.adminDashboardPage {
	min-height: 70vh;
	padding: 56px 16px 72px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.86)),
		url("../view/images/bg_pattern.png") center top repeat,
		#f5f3ee;
}

.adminDashboardShell {
	max-width: 980px;
}

.adminDashboardHero,
.adminDashboardGroup {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7));
	border: 1px solid rgba(255, 128, 0, 0.14);
	border-radius: var(--kbad-control-radius);
	box-shadow: 0 24px 70px rgba(62, 47, 31, 0.12);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.adminDashboardHero::before,
.adminDashboardGroup::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #FF8000, #808080, #FF8000);
}

.adminDashboardHero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.adminDashboardGreeting {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: -34px auto 18px;
	color: #15803d;
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.adminDashboardTypewriter {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	border-right: 2px solid #15803d;
	animation:
		kbadAdminTypewriter 1.9s steps(28, end) 1s forwards,
		kbadAdminTypewriterCaret 0.7s step-end 1s 4 forwards;
}

@keyframes kbadAdminTypewriter {
	from {
		max-width: 0;
	}

	to {
		max-width: 22ch;
	}
}

@keyframes kbadAdminTypewriterCaret {
	0%,
	100% {
		border-color: transparent;
	}

	50% {
		border-color: #15803d;
	}
}

.adminDashboardHero h1 {
	margin: 12px 0 6px;
	color: #4d4d4d;
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 800;
}

.adminDashboardHero p,
.adminDashboardGroupHeader p {
	margin: 0;
	color: #6f6f6f;
	line-height: 1.7;
}

.adminDashboardTopActions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	align-items: center;
	width: min(100%, 260px);
	margin-left: auto;
}

.adminDashboardPage .adminDashboardPill {
	width: 52px !important;
	min-width: 0 !important;
	height: 42px !important;
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 128, 0, 0.18) !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.92)) !important;
	color: #4c4c4c !important;
	box-shadow: 0 14px 30px rgba(62, 47, 31, 0.08) !important;
	text-shadow: none !important;
	filter: none !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease, background 0.28s ease !important;
}

.adminDashboardPage #homePageBtn.adminDashboardPill,
.adminDashboardPage #editProfileFromAdmin.adminDashboardPill,
.adminDashboardPage #adminlogoutBtn.adminDashboardPill {
	width: 52px !important;
	min-width: 0 !important;
	height: 42px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 128, 0, 0.18) !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.92)) !important;
	color: #4c4c4c !important;
	box-shadow: 0 14px 30px rgba(62, 47, 31, 0.08) !important;
	text-shadow: none !important;
	filter: none !important;
}

.adminDashboardPage .adminDashboardPill i {
	font-size: 17px;
}

.adminDashboardPage .adminDashboardPill:hover,
.adminDashboardPage .adminDashboardPill:focus {
	color: #FF8000 !important;
	border-color: rgba(255, 128, 0, 0.42) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 0.94)) !important;
	box-shadow: 0 18px 34px rgba(62, 47, 31, 0.12) !important;
	transform: translateY(-2px);
	outline: none;
}

.adminDashboardPage #homePageBtn.adminDashboardPill:hover,
.adminDashboardPage #homePageBtn.adminDashboardPill:focus,
.adminDashboardPage #editProfileFromAdmin.adminDashboardPill:hover,
.adminDashboardPage #editProfileFromAdmin.adminDashboardPill:focus {
	color: #FF8000 !important;
	border-color: rgba(255, 128, 0, 0.42) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 0.94)) !important;
	box-shadow: 0 18px 34px rgba(62, 47, 31, 0.12) !important;
}

.adminDashboardPage .adminDashboardPillLogout:hover,
.adminDashboardPage .adminDashboardPillLogout:focus {
	color: #c83232 !important;
	border-color: rgba(200, 50, 50, 0.36) !important;
	box-shadow: 0 18px 34px rgba(200, 50, 50, 0.12) !important;
}

.adminDashboardPage #adminlogoutBtn.adminDashboardPillLogout:hover,
.adminDashboardPage #adminlogoutBtn.adminDashboardPillLogout:focus {
	color: #c83232 !important;
	border-color: rgba(200, 50, 50, 0.36) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 0.94)) !important;
	box-shadow: 0 18px 34px rgba(200, 50, 50, 0.12) !important;
}

.adminDashboardPillHome {
	justify-self: start;
}

.adminDashboardPillProfile {
	justify-self: center;
}

.adminDashboardPillLogout {
	justify-self: end;
}

.adminDashboardGroupHeader {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.adminDashboardGroupHeader span {
	color: #4d4d4d;
	font-size: 1.15rem;
	font-weight: 900;
}

.adminDashboardGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(170px, 1fr));
	gap: 14px;
	max-width: 720px;
	margin: 0 auto;
}

.adminDashboardPage .adminDashboardAction {
	width: 100% !important;
	height: 86px !important;
	margin: 0 !important;
	padding: 16px !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
}

.adminDashboardAction i {
	font-size: 1.25rem;
}

.adminDashboardAction strong {
	font-size: 0.9rem;
	line-height: 1.2;
}

.adminDashboardPage .container::before,
.adminDashboardPage .container::after {
	display: none;
}

.adminProfilePage .adminDashboardShell {
	max-width: 980px;
}

.adminProfileFeedback {
	display: block;
}

.adminProfileGrid {
	display: grid;
	grid-template-columns: minmax(0, 720px);
	justify-content: center;
	align-items: start;
	gap: 24px;
}

.adminProfileCard {
	position: relative;
	overflow: hidden;
	padding: 32px;
	border: 1px solid rgba(255, 128, 0, 0.18);
	border-radius: var(--kbad-footer-radius);
	background:
		linear-gradient(90deg, rgba(255, 128, 0, 0), rgba(255, 128, 0, 0.98) 18%, rgba(255, 128, 0, 0.95) 42%, rgba(128, 128, 128, 0.88) 76%, rgba(128, 128, 128, 0)) top/100% 4px no-repeat,
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 246, 0.78));
	box-shadow: 0 24px 64px rgba(62, 47, 31, 0.08);
}

.adminProfileGrid .adminProfileCard {
	grid-row: 1;
}

.adminProfileDangerCard {
	border-color: rgba(200, 50, 50, 0.18);
	background:
		linear-gradient(90deg, rgba(200, 50, 50, 0), rgba(200, 50, 50, 0.9) 20%, rgba(255, 128, 0, 0.78) 58%, rgba(128, 128, 128, 0)) top/100% 4px no-repeat,
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 246, 0.78));
}

.adminProfileCardHeader {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 24px;
}

.adminProfileCardHeader h2 {
	margin: 8px 0 8px;
	color: #4d4d4d;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 900;
}

.adminProfileCardHeader p {
	margin: 0;
	color: #686868;
	line-height: 1.7;
}

.adminProfileIcon {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffac3e, #ff8000 58%, #c95e00);
	color: #fff;
	box-shadow: 0 16px 30px rgba(255, 128, 0, 0.22);
}

.adminProfileIconDanger {
	background: linear-gradient(135deg, #ff7575, #ff2d2d 58%, #b80000);
	box-shadow: 0 16px 30px rgba(200, 50, 50, 0.18);
}

.adminProfileCurrent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 24px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 128, 0, 0.16);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.7);
	color: #686868;
}

.adminProfileCurrent span {
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.adminProfileCurrent strong {
	color: #4d4d4d;
	font-size: 1.05rem;
}

.adminProfileForm {
	display: grid;
	gap: 16px;
}

.adminProfileSubmit,
.adminProfileDeleteBtn {
	margin-top: 8px !important;
}

.adminProfileCheck {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(128, 128, 128, 0.14);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.68);
	color: #5f5f5f;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.adminProfileCheck input {
	width: 19px;
	height: 19px;
	margin-top: 2px;
	accent-color: #ff8000;
}

.adminProfileDeleteBtn,
.adminProfilePage #deleteUserBtn.adminProfileDeleteBtn {
	background: linear-gradient(135deg, #ff7575, #ff2d2d 58%, #b80000) !important;
}

.adminProfileDeleteBtn:hover,
.adminProfileDeleteBtn:focus,
.adminProfilePage #deleteUserBtn.adminProfileDeleteBtn:hover,
.adminProfilePage #deleteUserBtn.adminProfileDeleteBtn:focus {
	background: linear-gradient(135deg, #ff8f8f, #ff2d2d 58%, #a80000) !important;
}

.alert,
.kbadAlertSource {
	display: none !important;
}

.kbadAlertOverlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 128, 0, 0.06), transparent 34%),
		rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.26s ease;
}

.kbadAlertOverlay.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.kbadGlassAlert {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	gap: 18px;
	width: min(100%, 520px);
	padding: 28px 28px 26px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--kbad-footer-radius);
	background:
		linear-gradient(90deg, rgba(255, 128, 0, 0), rgba(255, 128, 0, 0.98) 18%, rgba(255, 128, 0, 0.95) 42%, rgba(128, 128, 128, 0.88) 76%, rgba(128, 128, 128, 0)) top/100% 4px no-repeat,
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 246, 246, 0.76));
	box-shadow: 0 28px 80px rgba(62, 47, 31, 0.22);
	transform: translateY(14px) scale(0.98);
	transition: transform 0.26s ease;
}

.kbadAlertOverlay.is-visible .kbadGlassAlert {
	transform: translateY(0) scale(1);
}

.kbadGlassAlertIcon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffac3e, #ff8000 58%, #c95e00);
	color: #fff;
	box-shadow: 0 16px 30px rgba(255, 128, 0, 0.24);
}

.kbadGlassAlert-success .kbadGlassAlertIcon {
	background: linear-gradient(135deg, #a7a7a7, #808080 58%, #5f5f5f);
	box-shadow: 0 16px 30px rgba(128, 128, 128, 0.22);
}

.kbadGlassAlertBody strong {
	display: block;
	margin: 0 0 8px;
	color: #4d4d4d;
	font-size: 1.35rem;
	font-weight: 900;
}

.kbadGlassAlertBody p {
	margin: 0;
	color: #616161;
	font-size: 1rem;
	line-height: 1.65;
	white-space: pre-line;
}

.kbadGlassAlertClose {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(128, 128, 128, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: #6b6b6b;
	box-shadow: 0 12px 24px rgba(62, 47, 31, 0.08);
	transition: transform 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.kbadGlassAlertClose:hover,
.kbadGlassAlertClose:focus {
	color: #ff8000;
	border-color: rgba(255, 128, 0, 0.38);
	transform: rotate(90deg);
	outline: none;
}

@media (max-width: 991px) {
	.adminDashboardHero,
	.adminDashboardGroupHeader {
		align-items: flex-start;
		flex-direction: column;
	}

	.adminDashboardTopActions {
		margin: 18px auto 0;
	}

	.adminDashboardGrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 100%;
	}

	.adminDashboardPage .adminDashboardAction {
		height: 76px !important;
		padding: 12px 10px !important;
		gap: 8px;
	}

	.adminDashboardAction strong {
		font-size: 0.78rem;
	}

	.adminProfileGrid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.adminDashboardPage {
		padding: 40px 12px 56px;
	}

	.adminDashboardHero,
	.adminDashboardGroup {
		padding: 22px 18px;
	}

	.adminDashboardTopActions {
		margin: 18px auto 0;
	}

	.adminDashboardPage .adminDashboardPill {
		width: 52px !important;
	}

	.adminDashboardGrid {
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.adminProfileCard {
		padding: 24px 18px;
	}

	.adminProfileCardHeader {
		flex-direction: column;
	}

	.adminProfileCurrent {
		align-items: flex-start;
		flex-direction: column;
	}
}

.projectImageInput {
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 128, 0, 0.28);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.86);
	color: #4d4d4d;
}

.projectImageHelp {
	margin: 10px 0 0;
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}

.projectPhotoSort {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.projectPhotoSortItem {
	cursor: grab;
	overflow: hidden;
	border: 1px solid rgba(255, 128, 0, 0.18);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 14px 34px rgba(62, 47, 31, 0.12);
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.projectPhotoSortItem.is-dragging {
	opacity: 0.55;
	transform: scale(0.98);
}

.projectPhotoSortItem img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	display: block;
}

.projectPhotoSortItem span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.55rem;
	color: #4d4d4d;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.projectPhotoSort {
		grid-template-columns: 1fr;
	}
}

.adminCrudPage {
	min-height: 70vh;
	padding: 56px 16px 72px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.86)),
		url("../view/images/bg_pattern.png") center top repeat,
		#f5f3ee;
}

.adminCrudShell {
	max-width: 760px;
}

.adminCrudShellWide {
	max-width: 980px;
}

.adminCrudNav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}

.adminCrudNavBtn,
.adminCrudSubmit {
	min-height: 48px;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: var(--kbad-control-radius);
	color: #fff;
	background: linear-gradient(135deg, #ff9a1a, #ff8000 58%, #d66900);
	box-shadow: 0 16px 34px rgba(62, 47, 31, 0.12);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, filter 0.28s ease;
}

.adminCrudNavBtn:hover,
.adminCrudNavBtn:focus,
.adminCrudSubmit:hover,
.adminCrudSubmit:focus {
	color: #fff;
	background: linear-gradient(135deg, #ffac3e, #ff8000 58%, #c95e00);
	box-shadow: 0 22px 38px rgba(62, 47, 31, 0.18);
	filter: saturate(1.08);
	transform: translateY(-3px) scale(1.01);
	text-decoration: none;
}

.adminCrudNavBtnGrey {
	background: linear-gradient(135deg, #989898, #808080 58%, #696969);
}

.adminCrudNavBtnGrey:hover,
.adminCrudNavBtnGrey:focus {
	background: linear-gradient(135deg, #a8a8a8, #808080 58%, #5f5f5f);
}

.adminCrudPanel {
	position: relative;
	overflow: hidden;
	padding: 34px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
	border: 1px solid rgba(255, 128, 0, 0.14);
	border-radius: var(--kbad-control-radius);
	box-shadow: 0 24px 70px rgba(62, 47, 31, 0.12);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.adminCrudPanel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #FF8000, #808080, #FF8000);
}

.adminCrudHeader {
	margin-bottom: 24px;
}

.adminCrudHeader h1 {
	margin: 14px 0 8px;
	color: #4d4d4d;
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 800;
}

.adminCrudHeader p {
	max-width: 640px;
	margin: 0;
	color: #6f6f6f;
	line-height: 1.7;
}

.adminCrudForm {
	display: grid;
	gap: 16px;
}

.adminCrudFeedback:empty {
	display: none;
}

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

.adminCrudGridSearch {
	align-items: end;
}

.adminCrudLabel {
	margin: 0 0 -8px;
	color: #656565;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.adminCrudInput {
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 128, 0, 0.28);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 255, 255, 0.9);
	color: #4d4d4d;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.adminCrudInput:focus {
	border-color: rgba(255, 128, 0, 0.64);
	box-shadow: 0 0 0 4px rgba(255, 128, 0, 0.12);
	background: #fff;
	outline: none;
}

.adminCrudTextarea {
	min-height: 150px;
	resize: vertical;
}

.adminCrudNote {
	padding: 14px 16px;
	border: 1px solid rgba(255, 128, 0, 0.18);
	border-radius: var(--kbad-control-radius);
	color: #5f5f5f;
	background: rgba(255, 128, 0, 0.08);
	line-height: 1.6;
}

.adminCrudLinkedWarning {
	margin: -8px 0 4px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 45, 45, 0.24);
	border-radius: var(--kbad-control-radius);
	color: #8f1f1f;
	background: rgba(255, 45, 45, 0.08);
	font-weight: 700;
	line-height: 1.5;
}

.adminCrudLinkedWarning[hidden] {
	display: none;
}

.adminCrudSubmit {
	width: min(304px, 100%);
	margin: 8px auto 0;
	border: 0;
}

.adminCrudSubmitSecondary {
	background: linear-gradient(135deg, #989898, #808080 58%, #696969);
}

.adminCrudSubmitDanger {
	background: linear-gradient(135deg, #ff4b4b, #ff2222 58%, #d60000);
	box-shadow: 0 18px 34px rgba(214, 0, 0, 0.18);
}

.adminCrudSubmitDanger:hover,
.adminCrudSubmitDanger:focus {
	background: linear-gradient(135deg, #ff5a5a, #ff2a2a 58%, #c90000);
}

.adminCrudPanelDanger::before {
	background: linear-gradient(90deg, #ff4b4b, #ff8000, #ff2222);
}

.adminCrudConfirm {
	display: flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 4px auto;
	padding: 12px 18px;
	border: 1px solid rgba(255, 34, 34, 0.2);
	border-radius: var(--kbad-control-radius);
	background: rgba(255, 34, 34, 0.07);
	color: #4d4d4d;
	font-weight: 800;
	cursor: pointer;
}

.adminCrudConfirm input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #ff2222;
}

@media (max-width: 767px) {
	.adminCrudPage {
		padding: 40px 12px 56px;
	}

	.adminCrudNav {
		flex-direction: column;
	}

	.adminCrudPanel {
		padding: 28px 20px;
	}

	.adminCrudGrid {
		grid-template-columns: 1fr;
	}

	.adminCrudNavBtn,
	.adminCrudSubmit {
		width: 100%;
	}
}

/* ==================================================
   KBAD Typography, Form & Navigation Standards
   Keep this layer after legacy page rules so new sizing stays consistent.
================================================== */

:root {
	--kbad-type-body: clamp(0.92rem, 0.1vw + 0.9rem, 1rem);
	--kbad-type-small: clamp(0.74rem, 0.08vw + 0.72rem, 0.82rem);
	--kbad-type-label: clamp(0.66rem, 0.06vw + 0.64rem, 0.74rem);
	--kbad-type-button: clamp(0.76rem, 0.1vw + 0.74rem, 0.86rem);
	--kbad-type-card-title: clamp(0.96rem, 0.25vw + 0.9rem, 1.16rem);
	--kbad-type-section-title: clamp(1.55rem, 0.7vw + 1.25rem, 2.1rem);
	--kbad-type-subtitle: clamp(1.08rem, 0.34vw + 0.98rem, 1.34rem);
	--kbad-type-role: clamp(0.94rem, 0.16vw + 0.9rem, 1.08rem);
	--kbad-type-page-title: clamp(1.75rem, 0.85vw + 1.35rem, 2.35rem);
	--kbad-field-height: 52px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: var(--kbad-type-body);
	line-height: 1.65;
}

h1#darkHeader,
h1#whiteHeader,
.contactHeroTitle,
.contactPanelTitle,
.adminDashboardHero h1,
.adminCrudHeader h1,
.adminProfileCardHeader h2,
#loginDarkHeader,
.projectEmptyState h2 {
	font-size: var(--kbad-type-section-title) !important;
	line-height: 1.14 !important;
	letter-spacing: -0.025em;
	font-weight: 600 !important;
}

h3#darkHeader,
h3#whiteHeader,
#press h4#whiteHeader {
	font-size: var(--kbad-type-subtitle) !important;
	line-height: 1.2 !important;
	letter-spacing: -0.015em;
	font-weight: 700 !important;
}

h4#darkHeader,
h4#whiteHeader {
	font-size: var(--kbad-type-role) !important;
	line-height: 1.28 !important;
	letter-spacing: 0;
	font-weight: 500 !important;
}

.contactHeroTitle,
.adminDashboardHero h1,
.adminCrudHeader h1,
#loginDarkHeader {
	font-size: var(--kbad-type-page-title) !important;
}

#aboutUsBody,
#practiceBody,
#ourServicesBody1,
#ourServicesBody2,
#theTeamBody,
#pressBody1,
#pressBody2,
#awardsBody1,
#awardsBody2,
.contactHeroText,
.contactPanelIntro,
.contactQuickItem,
.adminDashboardHero p,
.adminDashboardGroupHeader p,
.adminCrudHeader p,
.adminCrudNote,
.adminProfileCardHeader p,
.projectEmptyState p {
	font-size: var(--kbad-type-body) !important;
	line-height: 1.58 !important;
}

.homeTileEyebrow,
.contactHeroEyebrow,
.contactPanelKicker,
.authPanelKicker,
.adminCrudLabel,
.contactField label,
.adminProfileCurrent span {
	font-size: var(--kbad-type-label) !important;
}

.homeTileTitle {
	font-size: var(--kbad-type-card-title) !important;
	line-height: 1.12 !important;
}

button,
.btn,
.adminCrudSubmit,
.contactActionPrimary,
.contactActionSecondary,
.adminDashboardAction strong,
.morelink {
	font-size: var(--kbad-type-button) !important;
}

.sectionNavButton {
	color: rgba(255, 128, 0, 0.72);
	opacity: 0.74;
	filter: none;
	text-shadow: none !important;
}

.sectionNavButton .glyphicon {
	display: inline-block !important;
	width: clamp(18px, 1.7vw, 25px) !important;
	height: clamp(18px, 1.7vw, 25px) !important;
	font-size: 0 !important;
	line-height: 0 !important;
	font-weight: 400 !important;
	border-right: clamp(2px, 0.22vw, 3px) solid currentColor !important;
	border-bottom: clamp(2px, 0.22vw, 3px) solid currentColor !important;
	text-shadow: none !important;
	transform: rotate(45deg) !important;
}

.sectionNavButton .glyphicon::before,
.sectionNavButton .glyphicon::after {
	content: none !important;
}

.sectionNavButtonUp .glyphicon {
	transform: rotate(225deg) !important;
}

.sectionNavButtonDown .glyphicon {
	transform: rotate(45deg) !important;
}

.sectionNavButton:hover,
.sectionNavButton:focus {
	color: rgba(255, 128, 0, 0.92);
	opacity: 0.9;
}

#meetUs .sectionNavButton {
	color: rgba(128, 128, 128, 0.78);
}

#meetUs .sectionNavButton:hover,
#meetUs .sectionNavButton:focus {
	color: rgba(105, 105, 105, 0.95);
}

.contactHeroInner {
	justify-content: space-between;
	gap: clamp(56px, 8vw, 150px);
}

.contactHeroCopy {
	order: 1;
	flex: 0 1 520px;
	max-width: 520px;
	text-align: left;
}

#contactUsLogo {
	order: 2;
	flex: 0 0 auto;
}

.contactInput,
#loginForm,
#regForm,
#regUserName,
#regPassword,
#regPassword2,
.adminCrudInput,
.projectImageInput,
input.form-control:not([type="checkbox"]):not([type="radio"]) {
	min-height: var(--kbad-field-height) !important;
	height: var(--kbad-field-height) !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: var(--kbad-type-body) !important;
	line-height: var(--kbad-field-height) !important;
}

.contactTextarea,
.adminCrudTextarea,
textarea.form-control {
	min-height: 154px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	font-size: var(--kbad-type-body) !important;
	line-height: 1.55 !important;
}

#formSubmitBtn,
#loginBtn,
#registerBtn,
#registerBtn2,
#registerBackBtn,
#updateUserBtn,
#deleteUserBtn,
#addProjectBtn02,
.contactActionPrimary,
.contactActionSecondary,
.adminCrudSubmit {
	min-height: var(--kbad-field-height) !important;
	height: var(--kbad-field-height) !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.adminCrudForm .adminCrudSubmit {
	width: min(320px, 100%) !important;
	min-width: min(320px, 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.adminProfileForm .adminProfileSubmit {
	width: 100% !important;
	min-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.adminDashboardPill,
.adminAuthHomeLink {
	min-height: initial !important;
	height: auto;
}

@media (max-width: 991px) {
	.contactHeroInner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 24px;
		text-align: center;
	}

	.contactHeroCopy,
	#contactUsLogo {
		order: initial;
		flex: 0 1 100%;
	}

	.contactHeroCopy {
		text-align: center;
		margin: 0 auto;
	}

	.contactHeroText {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575px) {
	:root {
		--kbad-field-height: 50px;
	}

	body {
		line-height: 1.6;
	}

	.sectionNavButton .glyphicon {
		width: 20px !important;
		height: 20px !important;
	}
}

/* Final KBAD content type reset. Footer typography is intentionally excluded. */
body :where(h1):not(#footerSection *):not(.footerSignatureMessage *) {
	font-size: var(--kbad-type-section-title) !important;
	line-height: 1.14 !important;
	letter-spacing: -0.025em !important;
	font-weight: 600 !important;
}

body :where(h2):not(#footerSection *):not(.footerSignatureMessage *),
body :where(h3):not(#footerSection *):not(.footerSignatureMessage *),
body :where(#awardsTitle):not(#footerSection *) {
	font-size: var(--kbad-type-subtitle) !important;
	line-height: 1.22 !important;
	letter-spacing: -0.015em !important;
	font-weight: 700 !important;
}

body :where(h4, h5, h6):not(#footerSection *):not(.footerSignatureMessage *) {
	font-size: var(--kbad-type-role) !important;
	line-height: 1.28 !important;
	letter-spacing: 0 !important;
	font-weight: 600 !important;
}

body :where(p, li, label, input, textarea, select):not(#footerSection *):not(.footerSignatureMessage *) {
	font-size: var(--kbad-type-body) !important;
}

body :where(button, .btn, .morelink, .adminCrudSubmit, .contactActionPrimary, .contactActionSecondary):not(#footerSection *) {
	font-size: var(--kbad-type-button) !important;
}

body :where(.homeTileTitle):not(#footerSection *) {
	font-size: var(--kbad-type-card-title) !important;
}

body :where(.homeTileEyebrow, .contactHeroEyebrow, .contactPanelKicker, .authPanelKicker, .adminCrudLabel, .adminProfileCurrent span):not(#footerSection *) {
	font-size: var(--kbad-type-label) !important;
}

/* Press section redesign: magazine-cover cards with date-only overlays. */
#press {
	background:
		radial-gradient(circle at 16% 12%, rgba(255, 128, 0, 0.18), transparent 30%),
		linear-gradient(135deg, #777777 0%, #858585 52%, #737373 100%) !important;
	overflow: hidden;
}

#press > .container-fluid {
	width: min(96%, 1380px);
	margin-left: auto;
	margin-right: auto;
}

#press #whiteHeader {
	margin-bottom: 18px;
}

#press #pressBody1 {
	max-width: 900px;
	margin: 0 auto 34px !important;
	color: rgba(255, 255, 255, 0.92) !important;
	text-align: center !important;
	line-height: 1.58 !important;
}

#press .col-xs-12.col-sm-6.col-md-4.col-lg-2 {
	padding-left: 16px !important;
	padding-right: 16px !important;
	margin-bottom: 34px !important;
}

#pressThumbnail {
	position: relative !important;
	display: block !important;
	width: 100%;
	max-width: 235px;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04)) !important;
	box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28) !important;
	transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease !important;
	aspect-ratio: 3 / 4;
}

#pressThumbnail::before {
	content: "";
	position: absolute;
	left: -11px;
	top: -12px;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.2);
	filter: blur(11px);
	opacity: 0.48;
	transform: scale(0.98);
	z-index: -1;
	transition: opacity 0.32s ease, transform 0.32s ease, filter 0.32s ease;
}

#pressThumbnail:hover,
#pressThumbnail:focus-within {
	transform: translateY(-8px) rotate(-0.6deg) !important;
	border-color: rgba(255, 128, 0, 0.8) !important;
	box-shadow:
		0 34px 62px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 128, 0, 0.18) !important;
}

#pressThumbnail:hover::before,
#pressThumbnail:focus-within::before {
	opacity: 0.62;
	filter: blur(14px);
	transform: scale(1);
}

#pressThumbnail a {
	display: block;
	position: relative;
	height: 100%;
}

#pressThumbnail a::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 13%, transparent 88%, rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.46) 100%);
	pointer-events: none;
}

#pressImage {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.45s ease, filter 0.45s ease;
}

#pressThumbnail:hover #pressImage,
#pressThumbnail:focus-within #pressImage {
	transform: scale(1.04);
	filter: saturate(1.06) contrast(1.03);
}

#pressThumbnail h4#whiteHeader {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	color: #ffffff !important;
	text-align: center !important;
}

#pressThumbnail h4#whiteHeader {
	bottom: 0;
	margin: 0 !important;
	font-size: clamp(1rem, 0.28vw + 0.94rem, 1.16rem) !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	padding: 16px 18px !important;
	border: 0;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(6px) saturate(1.04);
	-webkit-backdrop-filter: blur(6px) saturate(1.04);
	opacity: 0.96;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
	transition: background 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

#pressThumbnail #pressBody2 {
	display: none !important;
}

#pressThumbnail:hover h4#whiteHeader,
#pressThumbnail:focus-within h4#whiteHeader {
	background: rgba(255, 255, 255, 0.13);
	opacity: 1;
	transform: none;
}

@media (max-width: 1199px) {
	#pressThumbnail {
		max-width: 260px;
	}
}

@media (max-width: 767px) {
	#press .col-xs-12.col-sm-6.col-md-4.col-lg-2 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#pressThumbnail {
		max-width: 320px;
	}

	#pressThumbnail #pressBody2 {
		display: none !important;
	}
}

/* Contact page top layout: one centred logo/home pattern across all screen sizes. */
.contact-page .contactTopHeader {
	background: #ffffff !important;
	padding: 12px 0 10px !important;
	border-bottom: 1px solid rgba(255, 128, 0, 0.12) !important;
}

.contact-page .contactTopHeader .adminAuthHeroInner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	text-align: center !important;
}

.contact-page .contactTopHeader #adminLoginPageLogo {
	display: block !important;
	width: min(100%, 120px) !important;
	max-width: 120px !important;
	height: auto !important;
	margin: 4px auto !important;
}

.contact-page .contactPageSection {
	padding: 48px 0 80px !important;
}

.contact-page .contactIntroBlock {
	width: min(92%, 760px);
	margin: 0 auto 34px;
	text-align: center;
}

.contact-page .contactIntroBlock .contactHeroEyebrow {
	margin-bottom: 10px;
}

.contact-page .contactIntroBlock .contactHeroTitle {
	margin: 0 0 10px;
	text-align: center;
}

.contact-page .contactIntroBlock .contactHeroText {
	max-width: 54ch;
	margin: 0 auto;
	text-align: center !important;
}

.contact-page .contactPageShell {
	width: min(92%, 1180px);
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.contact-page .contactPageSection {
		padding: 34px 0 56px !important;
	}

	.contact-page .contactIntroBlock {
		margin-bottom: 26px;
	}
}

/* Mobile/tablet homepage and stacked section refinements only. */
@media (max-width: 991px) {
	#home > .container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		justify-content: center;
		gap: 12px;
		width: min(96%, 760px);
		padding-left: 6px;
		padding-right: 6px;
	}

	#home #logo {
		display: block;
		grid-column: 1 / -1;
		justify-self: center;
		width: min(240px, 62vw);
		max-width: 240px;
		margin: 24px auto 16px;
		top: 0;
	}

	#home .homeTileColumn {
		float: none;
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}

	#home .homeTileColumn .row {
		margin-left: 0;
		margin-right: 0;
		height: 100%;
	}

	#home #hoverEffect.homeTileCard,
	#home #hoverEffect.homeTileCard .info {
		border-radius: var(--kbad-control-radius) !important;
	}

	#aboutUs h1#darkHeader,
	#practice h1#whiteHeader {
		margin-top: 28px !important;
	}
}

@media (max-width: 575px) {
	#home > .container {
		width: min(96%, 520px);
		padding-left: 5px;
		padding-right: 5px;
	}

	#home .homeTileColumn {
		padding: 5px !important;
	}

	#home #logo {
		max-width: 220px;
		margin-bottom: 24px;
	}

	#aboutUs h1#darkHeader,
	#practice h1#whiteHeader {
		margin-top: 24px !important;
	}
}

/* Auth button icon/text alignment. */
button.btn:not(.adminAuthSecondaryLink):not(.contactActionPrimary):not(.contactActionSecondary) > .glyphicon:first-child,
button.btn:not(.adminAuthSecondaryLink):not(.contactActionPrimary):not(.contactActionSecondary) > i:first-child {
	margin-right: 9px !important;
}

button.btn:not(.adminAuthSecondaryLink):not(.contactActionPrimary):not(.contactActionSecondary) > .glyphicon:first-child:last-child,
button.btn:not(.adminAuthSecondaryLink):not(.contactActionPrimary):not(.contactActionSecondary) > i:first-child:last-child {
	margin-right: 0 !important;
}

.admin-auth-page #loginBtn,
.admin-auth-page #registerBtn,
.admin-auth-page #registerBtn2,
.admin-auth-page #registerBackBtn,
.admin-auth-page .adminAuthSecondaryLink {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	white-space: nowrap;
}

.admin-auth-page #loginBtn .glyphicon,
.admin-auth-page #registerBtn .glyphicon,
.admin-auth-page #registerBtn2 .glyphicon,
.admin-auth-page #registerBackBtn .glyphicon,
.admin-auth-page .adminAuthSecondaryLink .glyphicon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1em;
	margin: 0 !important;
	line-height: 1;
}

/* Awards section redesign. */
#awards {
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 128, 0, 0.08), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
	overflow: hidden;
}

#awards > .container-fluid {
	width: min(92%, 1180px);
	margin-left: auto;
	margin-right: auto;
}

#awards #darkHeader {
	margin-bottom: 12px;
}

#awardsBody1 {
	max-width: 680px;
	margin: 0 auto;
	color: #5d5d5d;
}

#awards .awardsGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 42px);
	margin: clamp(28px, 4vw, 48px) 0 0;
	align-items: stretch;
}

#awards .awardsGrid::before,
#awards .awardsGrid::after {
	content: none !important;
	display: none !important;
}

#awardsThumbnail.awardCard {
	float: none !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

#awardsThumbnail.awardCard::before {
	content: "";
	position: absolute;
	inset: 18px 10px -10px 10px;
	border-radius: var(--kbad-control-radius);
	background: rgba(128, 128, 128, 0.28);
	filter: blur(22px);
	transform: translate(-10px, -10px);
	z-index: 0;
	transition: opacity 0.65s ease, transform 0.65s ease;
}

#awardsThumbnail .awardCardLink {
	position: relative;
	display: block;
	min-height: clamp(280px, 28vw, 390px);
	overflow: hidden;
	border: 1px solid rgba(255, 128, 0, 0.28);
	border-radius: var(--kbad-control-radius);
	background: #2f2f2f;
	box-shadow: 0 22px 50px rgba(62, 47, 31, 0.14);
	isolation: isolate;
}

#awardsThumbnail .awardCardLink::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.64) 100%),
		radial-gradient(circle at 80% 14%, rgba(255, 128, 0, 0.2), transparent 30%);
	z-index: 1;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

#awardsThumbnail #awardsImage {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	opacity: 1 !important;
	filter: saturate(0.95) contrast(1.02);
	transform: scale(1);
	transition: transform 0.78s ease, filter 0.78s ease;
}

#awardsThumbnail #awardsCaption {
	position: absolute !important;
	left: 18px !important;
	right: 18px !important;
	bottom: 18px !important;
	top: auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 18px 20px !important;
	opacity: 1 !important;
	transform: none !important;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--kbad-control-radius);
	background: rgba(35, 35, 35, 0.34) !important;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(9px) saturate(1.05);
	-webkit-backdrop-filter: blur(9px) saturate(1.05);
	color: #ffffff !important;
	text-align: left;
	transition: background 0.62s ease, transform 0.62s ease, border-color 0.62s ease;
}

#awardsThumbnail #awardsTitle {
	margin: 0 0 10px !important;
	padding: 0 0 12px !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(255, 128, 0, 0.58);
	color: #ffffff !important;
	font-size: clamp(1.25rem, 1vw + 1rem, 1.8rem) !important;
	line-height: 1.05 !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

#awardsThumbnail #awardsBody {
	display: block !important;
	max-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: clamp(0.84rem, 0.18vw + 0.8rem, 0.95rem) !important;
	line-height: 1.55 !important;
	text-align: left !important;
	opacity: 0;
	transition: max-height 0.9s ease, opacity 0.65s ease, padding-top 0.65s ease;
}

#awardsThumbnail:hover::before,
#awardsThumbnail:focus-within::before,
#awardsThumbnail.is-award-visible::before {
	opacity: 0.9;
	transform: translate(-16px, -16px);
}

#awardsThumbnail:hover #awardsImage,
#awardsThumbnail:focus-within #awardsImage,
#awardsThumbnail.is-award-visible #awardsImage {
	transform: scale(1.055);
	filter: saturate(1.08) contrast(1.08) brightness(0.82);
}

#awardsThumbnail:hover #awardsCaption,
#awardsThumbnail:focus-within #awardsCaption,
#awardsThumbnail.is-award-visible #awardsCaption {
	background: rgba(44, 44, 44, 0.42) !important;
	border-color: rgba(255, 128, 0, 0.55);
	transform: translateY(-4px) !important;
}

#awardsThumbnail:hover #awardsBody,
#awardsThumbnail:focus-within #awardsBody,
#awardsThumbnail.is-award-visible #awardsBody {
	max-height: 260px;
	padding-top: 6px !important;
	opacity: 1;
}

@media (max-width: 991px) {
	#awards .awardsGrid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	#awardsThumbnail .awardCardLink {
		min-height: 300px;
	}

	#awardsThumbnail #awardsCaption {
		left: 14px !important;
		right: 14px !important;
		bottom: 14px !important;
		padding: 16px !important;
	}
}

/* Shared footer spacing: keep the same gap above every KBAD footer. */
:root {
	--kbad-footer-top-gap: 40px;
}

#footerSection {
	margin-top: auto !important;
	padding-top: var(--kbad-footer-top-gap) !important;
}

.admin-auth-page #footerSection {
	margin-top: auto !important;
}

