/* ============================================
   MILANA PAST PROJECTS — REDESIGNED PAGES
   Max-specificity CSS to override theme
   Mobile-first responsive design
   ============================================ */

/* ============================================
   STEP 1: NUKE the theme's project layout completely
   Every theme element gets hidden hard
   ============================================ */
body.single-projects .lazy.in,
body.single-projects .content.projects-layout,
body.single-projects .projects.type-projects,
body.single-projects .projects.type-projects > .container,
body.single-projects .projects.type-projects .post-body {
	background: #ffffff !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.single-projects .projects.type-projects > .container > .post-body > .projects-head,
body.single-projects .projects.type-projects > .container > .post-body > .single-project-main-detailes,
body.single-projects .projects.type-projects > .container > .post-body > .project-content,
body.single-projects .projects.type-projects > .container > .post-body > .nz-clearfix,
body.single-projects .projects.type-projects .projects-head,
body.single-projects .projects.type-projects .single-project-main-detailes,
body.single-projects .projects.type-projects .project-content,
body.single-projects .projects.type-projects .post-gallery,
body.single-projects .projects.type-projects .post-gallery.media,
body.single-projects .projects.type-projects .single-details,
body.single-projects .projects.type-projects .main-content,
body.single-projects .projects.type-projects .projects-description-title,
body.single-projects .projects.type-projects .project-title,
body.single-projects .projects.type-projects .projects-navigation,
body.single-projects .projects.type-projects .xs_social_share_widget {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
}

/* ============================================
   STEP 2: Our wrapper takes over completely
   ============================================ */
body.single-projects .ml-pp-wrapper {
	font-family: 'DM Sans', sans-serif !important;
	color: #1F3F5C !important;
	background: #ffffff !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	left: auto !important;
	overflow: hidden;
}
body.single-projects .ml-pp-wrapper *,
body.single-projects .ml-pp-wrapper *::before,
body.single-projects .ml-pp-wrapper *::after {
	box-sizing: border-box;
}

body.single-projects .ml-pp-wrapper .ml-pp-container {
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 40px !important;
	width: 100% !important;
}

/* ============================================
   STEP 3: HERO SECTION
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-hero {
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	left: auto !important;
	right: auto !important;
	margin: 0 !important;
	height: 80vh !important;
	min-height: 600px !important;
	max-height: 820px !important;
	overflow: hidden !important;
	background: #1F3F5C !important;
	display: flex !important;
	align-items: flex-end !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-image {
	position: absolute !important;
	top: 0 !important; left: 0 !important;
	right: 0 !important; bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
	overflow: hidden !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	max-width: none !important;
	min-width: 100% !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-image::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important; left: 0 !important;
	right: 0 !important; bottom: 0 !important;
	background:
		linear-gradient(180deg, rgba(15, 30, 47, 0.55) 0%, rgba(15, 30, 47, 0.45) 30%, rgba(15, 30, 47, 0.75) 70%, rgba(15, 30, 47, 0.97) 100%) !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-fallback {
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(135deg, #2a4d6e 0%, #1F3F5C 50%, #15293d 100%) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-content {
	position: relative !important;
	width: 100% !important;
	padding: 80px 40px 80px !important;
	z-index: 5 !important;
	color: #ffffff !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-inner {
	max-width: 1320px !important;
	margin: 0 auto !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 18px !important;
}

/* Breadcrumb */
body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: rgba(255, 255, 255, 0.85) !important;
	margin: 0 !important;
	padding: 0 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb a {
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb a:hover {
	color: #A4CE4E !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb-sep {
	color: #A4CE4E !important;
	opacity: 0.7 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb > span:last-child {
	color: #ffffff !important;
	max-width: 320px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

/* Past Project Tag */
body.single-projects .ml-pp-wrapper .ml-pp-hero-tag {
	display: inline-flex !important;
	align-self: flex-start !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 10px 18px !important;
	background: #A4CE4E !important;
	color: #1F3F5C !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	border-radius: 6px !important;
	margin: 0 !important;
	box-shadow: 0 8px 28px -8px rgba(164, 206, 78, 0.7) !important;
	border: none !important;
}

/* Hero Title — MAX SPECIFICITY for white color */
body.single-projects .ml-pp-wrapper .ml-pp-hero h1.ml-pp-hero-title,
body.single-projects .ml-pp-wrapper h1.ml-pp-hero-title,
body.single-projects .ml-pp-hero-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 700 !important;
	font-size: clamp(36px, 5.5vw, 68px) !important;
	line-height: 1.05 !important;
	color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: -0.01em !important;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6) !important;
	max-width: 900px !important;
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	display: block !important;
	-webkit-text-fill-color: #ffffff !important;
	text-fill-color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: auto !important;
	height: auto !important;
	position: relative !important;
	left: auto !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-location {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.95) !important;
	margin: 0 !important;
	padding: 0 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-hero-location svg {
	width: 18px !important;
	height: 18px !important;
	color: #A4CE4E !important;
	flex-shrink: 0 !important;
}

/* ============================================
   STEP 4: SECTIONS
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-section {
	padding: 100px 0 !important;
	position: relative !important;
	background: #ffffff !important;
	color: #1F3F5C !important;
}
body.single-projects .ml-pp-wrapper .ml-pp-section.is-soft {
	background: #f7f9fb !important;
}
body.single-projects .ml-pp-wrapper .ml-pp-section.is-cream {
	background: #faf8f3 !important;
}
body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy {
	background: #1F3F5C !important;
	color: #ffffff !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-eyebrow {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	color: #8eb83d !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-eyebrow::before {
	content: '' !important;
	width: 32px !important;
	height: 1.5px !important;
	background: #A4CE4E !important;
	display: inline-block !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy .ml-pp-eyebrow {
	color: #A4CE4E !important;
}

body.single-projects .ml-pp-wrapper h2.ml-pp-section-title,
body.single-projects .ml-pp-wrapper .ml-pp-section-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 700 !important;
	font-size: clamp(34px, 4.4vw, 54px) !important;
	line-height: 1.08 !important;
	color: #1F3F5C !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	letter-spacing: -0.005em !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy h2.ml-pp-section-title,
body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy .ml-pp-section-title {
	color: #ffffff !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-section-intro {
	max-width: 680px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	color: #6b7785 !important;
	margin: 0 0 50px !important;
	padding: 0 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy .ml-pp-section-intro {
	color: rgba(255, 255, 255, 0.82) !important;
}

/* ============================================
   STEP 5: INTRO STATEMENT
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-intro {
	max-width: 900px !important;
	display: grid !important;
	grid-template-columns: auto 1fr !important;
	gap: 60px !important;
	align-items: start !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-intro-decor {
	width: 80px !important;
	height: 4px !important;
	background: linear-gradient(90deg, #A4CE4E 0%, rgba(164, 206, 78, 0) 100%) !important;
	margin-top: 28px !important;
	flex-shrink: 0 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-intro-content {
	min-width: 0 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-intro-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 700 !important;
	font-size: clamp(32px, 4vw, 48px) !important;
	line-height: 1.1 !important;
	color: #1F3F5C !important;
	margin: 0 0 22px !important;
	padding: 0 !important;
	letter-spacing: -0.005em !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-intro-text {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.75 !important;
	color: #1F3F5C !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 400 !important;
}

/* ============================================
   STEP 6: VIDEO SECTION
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-video-wrap {
	position: relative !important;
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	max-height: 720px !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	background: #15293d !important;
	box-shadow: 0 30px 60px -28px rgba(31, 63, 92, 0.35) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-video-wrap iframe {
	position: absolute !important;
	top: 0 !important; left: 0 !important;
	right: 0 !important; bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	display: block !important;
	border-radius: 14px !important;
}

/* ============================================
   STEP 7: GALLERY SECTION
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap {
	width: 100% !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	box-shadow: 0 30px 80px -28px rgba(31, 63, 92, 0.25) !important;
	background: #faf8f3 !important;
	border: 1px solid #e3e8ee !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap .pa-gallery-player-widget {
	width: 100% !important;
	height: 720px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: hidden !important;
	background: #faf8f3 !important;
	border: none !important;
	display: block !important;
	visibility: visible !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap .pa-gallery-player-widget iframe {
	border-radius: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
}

/* ============================================
   STEP 8: CTA SECTION
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-cta-wrap {
	max-width: 780px !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-text {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 17px !important;
	line-height: 1.75 !important;
	color: rgba(255, 255, 255, 0.85) !important;
	margin: 0 0 40px !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-buttons {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin-bottom: 50px !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 16px 28px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	text-decoration: none !important;
	border-radius: 10px !important;
	transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-btn svg {
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0 !important;
	transition: transform 0.4s ease !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-btn:hover svg {
	transform: translateX(3px) !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-btn-primary {
	background: #A4CE4E !important;
	color: #1F3F5C !important;
	border: 2px solid #A4CE4E !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-btn-primary:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #1F3F5C !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 14px 32px -10px rgba(255, 255, 255, 0.4) !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-btn-secondary {
	background: transparent !important;
	color: #ffffff !important;
	border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: #A4CE4E !important;
	color: #A4CE4E !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	padding-top: 32px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-meta-item {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 15px !important;
	color: rgba(255, 255, 255, 0.92) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-meta-item a {
	color: inherit !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-meta-item a:hover {
	color: #A4CE4E !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-cta-meta-item svg {
	width: 18px !important;
	height: 18px !important;
	color: #A4CE4E !important;
	flex-shrink: 0 !important;
}

/* ============================================
   STEP 9: PROJECT NAVIGATION
   ============================================ */
body.single-projects .ml-pp-wrapper .ml-pp-nav-section {
	background: #faf8f3 !important;
	padding: 60px 0 !important;
	border-top: 1px solid #e3e8ee !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-project-nav {
	display: grid !important;
	grid-template-columns: 1fr auto 1fr !important;
	gap: 40px !important;
	align-items: center !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-nav-link {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	text-decoration: none !important;
	color: #1F3F5C !important;
	transition: opacity 0.3s ease !important;
	max-width: 360px !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-nav-link:hover {
	opacity: 0.7 !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-prev {
	justify-self: start !important;
	align-items: flex-start !important;
	text-align: left !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-next {
	justify-self: end !important;
	align-items: flex-end !important;
	text-align: right !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-direction {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: #8eb83d !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-direction svg {
	width: 14px !important;
	height: 14px !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #1F3F5C !important;
	line-height: 1.2 !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-nav-archive {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 14px 22px !important;
	background: #1F3F5C !important;
	color: #ffffff !important;
	text-decoration: none !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	border-radius: 10px !important;
	transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
	white-space: nowrap !important;
}

body.single-projects .ml-pp-wrapper a.ml-pp-nav-archive:hover {
	background: #A4CE4E !important;
	color: #1F3F5C !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 28px -10px rgba(164, 206, 78, 0.5) !important;
}

body.single-projects .ml-pp-wrapper .ml-pp-nav-archive svg {
	width: 16px !important;
	height: 16px !important;
}

/* ============================================
   STEP 10: RESPONSIVE — TABLET (1024px and below)
   ============================================ */
@media (max-width: 1024px) {
	body.single-projects .ml-pp-wrapper .ml-pp-section {
		padding: 80px 0 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap .pa-gallery-player-widget {
		height: 560px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-cta-meta {
		gap: 18px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero {
		height: 75vh !important;
	}
}

/* ============================================
   STEP 11: RESPONSIVE — MOBILE (720px and below)
   ============================================ */
@media (max-width: 720px) {
	body.single-projects .ml-pp-wrapper .ml-pp-container {
		padding: 0 22px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero {
		height: 70vh !important;
		min-height: 480px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero-content {
		padding: 50px 22px 50px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero-inner {
		gap: 14px !important;
	}
	body.single-projects .ml-pp-wrapper h1.ml-pp-hero-title,
	body.single-projects .ml-pp-hero-title {
		font-size: clamp(28px, 7vw, 38px) !important;
		line-height: 1.1 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero-location {
		font-size: 14px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero-tag {
		font-size: 10px !important;
		padding: 8px 14px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb {
		font-size: 11px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-breadcrumb > span:last-child {
		max-width: 180px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-section {
		padding: 60px 0 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-section.is-navy {
		padding: 70px 0 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-section-intro {
		font-size: 15px !important;
		margin-bottom: 32px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-intro {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-intro-decor {
		width: 60px !important;
		margin-top: 0 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-intro-title {
		font-size: clamp(26px, 6vw, 34px) !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-intro-text {
		font-size: 16px !important;
	}
	body.single-projects .ml-pp-wrapper h2.ml-pp-section-title,
	body.single-projects .ml-pp-wrapper .ml-pp-section-title {
		font-size: clamp(28px, 6vw, 36px) !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-video-wrap {
		border-radius: 10px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-video-wrap iframe {
		border-radius: 10px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap {
		border-radius: 10px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap .pa-gallery-player-widget {
		height: 420px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-cta-buttons {
		flex-direction: column !important;
	}
	body.single-projects .ml-pp-wrapper a.ml-pp-btn {
		width: 100% !important;
		justify-content: center !important;
		font-size: 14px !important;
		padding: 14px 22px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-cta-meta {
		flex-direction: column !important;
		gap: 14px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-cta-meta-item {
		font-size: 14px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-project-nav {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-nav-prev,
	body.single-projects .ml-pp-wrapper .ml-pp-nav-next {
		justify-self: stretch !important;
		align-items: flex-start !important;
		text-align: left !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-nav-archive {
		justify-self: center !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-nav-title {
		font-size: 18px !important;
	}
}

/* ============================================
   STEP 12: SMALL MOBILE (480px and below)
   ============================================ */
@media (max-width: 480px) {
	body.single-projects .ml-pp-wrapper .ml-pp-hero {
		height: 65vh !important;
		min-height: 420px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-hero-content {
		padding: 40px 18px 40px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-container {
		padding: 0 18px !important;
	}
	body.single-projects .ml-pp-wrapper h1.ml-pp-hero-title,
	body.single-projects .ml-pp-hero-title {
		font-size: 26px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-section {
		padding: 50px 0 !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-gallery-wrap .pa-gallery-player-widget {
		height: 320px !important;
	}
	body.single-projects .ml-pp-wrapper .ml-pp-section-intro {
		font-size: 14px !important;
	}
}
