a {
	box-shadow: none;
	outline: none;
}

body {
	margin: 0;
}

.hero-wrapper {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

@media (max-width: 768px) {
	.hero-wrapper {
		height: 82vh !important;
	}
}

/* Navbar */
/* MAIN NAV LINKS */

.navbar-nav .dropdown-menu {
	position: absolute;
}

.main-menu .nav-link {
	color: white !important;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 8px 5px;
}

/* Dropdown Arrow */

.main-menu .dropdown-toggle::after {
	font-size: 12px;
	margin-left: 6px;
}

/* Hover underline like screenshot */

.main-menu .nav-item.active>.nav-link::before,
.main-menu .nav-link:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: -26px;
	width: 100%;
	height: 4px;
	background: #b89b6a;
	border-radius: 0px 0px 5px 5px;
}

/* DROPDOWN MENU BOX */

.dropdown-menu {
	width: max-content;
	min-width: 260px;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 25px 0;
	min-width: 260px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	margin-top: 15px;
}

/* Dropdown Items */

.dropdown-item {
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	transition: 0.3s;
}

/* Hover Item */

.dropdown-item:hover {
	background: transparent;
	color: #b89b6a;
}

/* Active Dropdown Item */

.active-drop {
	color: #b89b6a !important;
	position: relative;
}

.active-drop::before {
	content: "—";
	position: absolute;
	left: 15px;
	color: #b89b6a;
}

.main-menu .nav-item {
	flex: 0 0 auto;
}

/* SHOW DROPDOWN ON HOVER */

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	display: none;
}

.dropdown-item.active,
.dropdown-item:active {

	background-color: #fff;
	color: #666;
}

/* Show dropdown on hover only desktop */
/* Desktop Hover Dropdown Fix */
@media (min-width: 992px) {

	.nav-item.dropdown {
		position: relative;
	}

	.dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 0;
	}

	/* Keep dropdown open when hovering parent OR menu */
	.nav-item.dropdown:hover>.dropdown-menu,
	.nav-item.dropdown .dropdown-menu:hover {
		display: block;
	}
}

.nav-link {
	color: white;
}

.hero-nav {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding-top: 1px;
}

/* Social Bar Container */

.social-bar {
	position: absolute;
	left: 25px;
	top: 35%;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

/* Vertical Line */

.social-line {
	width: 1px;
	height: 140px;
	background: rgba(255, 255, 255, 0.7);
}

/* Icons Wrapper */

.social-icons {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* Icons Style */

.social-icons i {
	font-size: 16px;
	color: white;
	cursor: pointer;
	transition: 0.3s;
}

.social-icons i:hover {
	color: #b89b6a;
}

/* Slides */

.slide-bg {
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.overlay {
	inset: 0;
	background: rgba(15, 40, 70, 0.65);
}


/* Hero Content */
.bk-hero {
	background: url('../images/about-us/about-hero-img.webp') no-repeat center center;
	background-size: cover;
	padding: 201px 0;
}

.bk-hero h1 {
	color: #fff;
	font-size: 60px;
}

.breadcrumb-section {
	justify-items: center;
	margin-right: 55px;

}

.breadcrumb-container {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: white;
	padding-left: 60px;
	/* like screenshot spacing */
}

.breadcrumb-link {
	color: white;
	text-decoration: none;
	position: relative;
	font-weight: 500;
}

.breadcrumb-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: white;
}

.breadcrumb-arrow {
	color: white;
	font-size: 18px;
}

.breadcrumb-current {
	color: white;
	font-weight: 500;
}

/* Hero Content END */


:root {
	--pp-bg: #eeeeee;
	--pp-navy: #173e62;
	--pp-tan: #bda588;
	--pp-white: #ffffff;
	--pp-muted: #000;
	--pp-border: #e0e4e8;
	--pp-text: #1a1a2e;
	--pp-light: #f4f6f8;
}

/* ── Section ── */
.pp-section {
	background: var(--pp-bg);
	padding: 70px 0 90px;
	position: relative;
}

.pp-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(23, 62, 98, 0.055) 1px, transparent 1px);
	background-size: 26px 26px;
	pointer-events: none;
}

/* ── Filter Bar ── */
.pp-filter-wrap {
	position: relative;
	z-index: 2;
	background: var(--pp-white);
	border-radius: 14px;
	padding: 28px 32px;
	margin-bottom: 50px;
	box-shadow: 0 4px 30px rgba(23, 62, 98, 0.09);
	border: 1px solid rgba(23, 62, 98, 0.06);
}

.pp-filter-label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: var(--pp-navy);
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 9px;
	opacity: 0.7;
}

.pp-select-wrap {
	position: relative;
}

.pp-select-wrap::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid var(--pp-navy);
	opacity: 0.4;
	pointer-events: none;
}

.pp-select {
	width: 100%;
	background: var(--pp-light);
	border: 1.5px solid transparent;
	border-radius: 8px;
	padding: 12px 38px 12px 16px;
	font-size: 13px;
	color: var(--pp-navy);
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.pp-select:focus {
	background: var(--pp-white);
	border-color: var(--pp-tan);
	box-shadow: 0 0 0 3px rgba(189, 165, 136, 0.15);
}

.pp-select option {
	color: var(--pp-navy);
	background: #fff;
}

.pp-search-btn {
	width: 100%;
	height: 46px;
	background: var(--pp-navy);
	color: var(--pp-white);
	border: none;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.pp-search-btn::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, transparent 50%, rgba(189, 165, 136, 0.2) 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.pp-search-btn:hover {
	background: #0e2b47;
	box-shadow: 0 8px 24px rgba(23, 62, 98, 0.28);
	transform: translateY(-1px);
}

.pp-search-btn:hover::after {
	opacity: 1;
}

/* ── Results count ── */
.pp-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

.pp-results-count {
	font-size: 13px;
	color: var(--pp-muted);
	font-weight: 400;
}

.pp-results-count strong {
	color: var(--pp-navy);
	font-weight: 600;
}

/* ── Cards ── */
.pp-card {
	background: var(--pp-white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(23, 62, 98, 0.07);
	border: 1px solid rgba(23, 62, 98, 0.05);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pp-card:hover {
	box-shadow: 0 16px 48px rgba(23, 62, 98, 0.15);
	transform: translateY(-6px);
}

/* Image */
.pp-card-img {
	position: relative;
	overflow: hidden;
	height: 215px;
	flex: 0 0 215px;
}

.pp-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	filter: brightness(0.95);
}

.pp-card:hover .pp-card-img img {
	transform: scale(1.07);
	filter: brightness(1);
}

/* Gradient over image bottom */
.pp-card-img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to top, rgba(23, 62, 98, 0.18), transparent);
	pointer-events: none;
}

/* Badge */
.pp-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 4px;
	backdrop-filter: blur(8px);
}

.pp-badge-construction {
	background: rgba(23, 62, 98, 0.88);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.pp-badge-finish {
	background: rgba(189, 165, 136, 0.92);
	color: var(--pp-navy);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Type pill — bottom right of image */
.pp-type-pill {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.92);
	color: var(--pp-navy);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 100px;
}

/* Card body */
.pp-card-body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pp-card-name {
	font-size: 18px;
	font-weight: 600;
	color: var(--pp-navy);
	margin-bottom: 4px;
	line-height: 1.25;
	text-decoration: none;
	display: block;
	transition: color 0.25s;
}

.pp-card:hover .pp-card-name {
	color: var(--pp-tan);
}

.pp-card-loc {
	font-size: 12px;
	color: var(--pp-muted);
	font-weight: 300;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.pp-card-loc svg {
	flex: 0 0 12px;
}

/* Specs rows */
.pp-specs {
	border-top: 1px solid var(--pp-border);
	padding-top: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pp-spec-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px dashed var(--pp-border);
}

.pp-spec-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pp-spec-key {
	font-size: 12px;
	color: var(--pp-muted);
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 7px;
}

.pp-spec-key svg {
	opacity: 0.5;
	flex: 0 0 13px;
}

.pp-spec-val {
	font-size: 12px;
	color: var(--pp-navy);
	font-weight: 500;
	text-align: right;
}

/* Tan left border on hover */
.pp-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--pp-tan);
	border-radius: 12px 0 0 12px;
	opacity: 0;
	transition: opacity 0.3s;
}

.pp-card:hover::before {
	opacity: 1;
}

/* ── No results ── */
.pp-no-results {
	display: none;
	text-align: center;
	padding: 80px 20px;
	color: var(--pp-muted);
	font-size: 15px;
	font-weight: 300;
}

.pp-no-results svg {
	display: block;
	margin: 0 auto 16px;
	opacity: 0.3;
}

/* ── Card col fade-in ── */
.pp-col {
	animation: ppFadeUp 0.5s ease both;
}

@keyframes ppFadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pp-col:nth-child(1) {
	animation-delay: 0ms;
}

.pp-col:nth-child(2) {
	animation-delay: 80ms;
}

.pp-col:nth-child(3) {
	animation-delay: 160ms;
}

.pp-col:nth-child(4) {
	animation-delay: 240ms;
}

.pp-col:nth-child(5) {
	animation-delay: 320ms;
}

.pp-col:nth-child(6) {
	animation-delay: 400ms;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.pp-search-btn {
		margin-top: 0;
		height: 44px;
	}
}

@media (max-width: 767px) {
	.pp-section {
		padding: 50px 0 70px;
	}

	.pp-filter-wrap {
		padding: 20px 20px;
	}

	.pp-card-img {
		height: 190px;
		flex: 0 0 190px;
	}
}