/*
Theme Name: Project Perfect
Author: Webgeniq
Author URI: https://webgeniq.com
Text Domain: project-perfect
*/
html {
	scroll-behavior: smooth;
}
ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav li a {
    font-size: 14px;
}
ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav {
    padding-left: 150px;
}
.big-img{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
 
.big-img__bg{
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background: url('https://projects.iamhaseeb.com/projectperfect/wp-content/themes/project-perfect/assets/images/salon.jpg') center/cover no-repeat;
  will-change: transform;
  transform: translate3d(0,0,0);
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}
p:last-child {
	margin-bottom: 0px;
}

h1 {
	font-size: 64px;
	font-family: "Inter", sans-serif;
}

h2 {
	font-size: 40px;
	font-family: "Inter", sans-serif;
}

h3 {
	font-size: 24px;
	font-family: "Inter", sans-serif;
}

h4 {
	font-size: 22px;
	font-family: "Inter", sans-serif;
}

h5 {
	font-size: 18px;
	font-family: "Inter", sans-serif;
}

h6 {
	font-size: 16px;
	font-family: "Inter", sans-serif;
}
.cpy {
    font-size: 15px;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

ul {
	list-style: none;
	padding: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Inter", sans-serif;
}

a {
	text-decoration: none !important;
	transition: ease-in-out 0.5s;
	font-family: "Inter", sans-serif;
}

:hover {
	transition: ease-in-out 0.5s;
}

:before,
:after {
	font-family: FontAwesome;
}

.img-bx-outer.mb-4:hover span {
	transform: translateY(0px);
	transition: ease-in-out 0.5s;
}
.view-all-btn a {
    margin-top: 0px !important;
    margin-bottom: 50px;
}
section.related-projects .img-bx-outer.mb-4 {
	height: 550px;
}
.project-cvr-f {
  width: 100%;
  height: 500px; /* Or whatever height you prefer */
  overflow: hidden; /* Clips the moving image */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-cvr-f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0px;
}
section.related-projects {
	padding: 100px 0px;
	background: #fff;
}


.label {
	font-size: 15px;
	color: #fff;
	margin-bottom: 2px;
	letter-spacing: 0px;
}

.value {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.description-text {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	font-weight: 400;
}

/* Custom spacing to match the image's airy feel */
.project-details {
	max-width: 900px;
}

/* Fixed height applied directly to containers instead of using :root */

.img-bx-outer, .gallery-imgs {
    position: relative;
    height: 900px;
    overflow: hidden;
    border-radius: 0px;
    background: #e0e0e0;
    margin-bottom: 24px;
}
.img-bx-outer img{ width: 100%;
    height: 110%;          /* extra height prevents gaps */
    object-fit: cover;
    transform: translateY(0);
    will-change: transform;}

.gallery-imgs img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Increased scale to 1.5 to support faster movement */
	transform: scale(1.5);
	will-change: transform;
	/* Removed transition for 'instant' response, or keep it very low (0.05s) */
	transition: transform 0.05s linear;
}

.img-bx-outer img {
	position: absolute;
	object-fit: cover;
}

/* Large top image container */
.gallery-imgs {
	height: 700px;
}

section.bg-area.long-bg-project {
	height: auto;
	padding-top: 0%;
	padding-bottom: 30%;
}

section.bg-area.long-bg-project .overlay-bg {
	top: 0px;
	background: #00000087;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.bg-height .container-fluid {
	position: absolute !important;
}

.bg-height {
	height: 100vh;
	position: relative;
}

section.bg-area.long-bg-project:before {
	background: none;
	background-attachment: fixed;
	background-size: cover;
	position: fixed;
}

section.bg-area.long-bg-project .container-fluid {
	position: static;
	bottom: 30px;
	left: 0px;
	max-width: 1920px;
	right: 0px;
	margin: 0 auto;
}

section.lib-showcase-section.mb-spc {
	margin-bottom: 100px;
}

/* Container for the specific project entry */
.lib-showcase-entry {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	cursor: pointer !important;
	position: relative;
}

/* Sticky Typography Sidebar */
.lib-showcase-meta-panel {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	position: sticky;
	top: 0;
	height: 450px;
	display: flex;
	align-items: flex-start;
	padding: 0px 20px 0px 30px;
}

.lib-showcase-label-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 0;
	border-top: none;
}

/* Parallax Media Frame */
.lib-showcase-media-frame {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    background-color: #fcfcfc;
}
.lib-showcase-media-frame { overflow: hidden; }
.lib-showcase-parallax-asset { display:block; will-change: transform; }

/* The moving asset inside the frame */
.lib-showcase-parallax-asset {
	position: absolute;
    top: 50px;
	left: 0;
	width: 100%;
    height: 110%;
	object-fit: cover;
	will-change: transform;
}

/* The Custom "VIEW PROJECT" Cursor - Specific to each section */

/* Mobile Breakpoints */
@media (max-width: 991px) {
	.lib-showcase-meta-panel {
		font-size: 13px;
	}

	.lib-showcase-media-frame,
	.lib-showcase-meta-panel {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.lib-showcase-media-frame {
		height: 30vh;
	}

	.lib-showcase-meta-panel {
		position: relative;
		height: auto;
		top: 0;
		padding: 1.5rem;
	}

	.lib-showcase-entry {
		cursor: pointer !important;
	}
}

/* Container for the slides */
.mySwiper .swiper-slide {
	height: 480px;
	/* Set your desired fixed height here */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Make images fill the height and cover the width */
.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This prevents stretching by cropping the edges */
	object-position: center;
	/* Keeps the focus on the middle of the image */
}

/* Container */
main.gal {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0px 0px;
}
 
/* Masonry-like columns using CSS columns */
.masonry-grid {
	column-count: 1;
	column-gap: 1.5rem;
}
 
.masonry-item {
	break-inside: avoid;
	margin-bottom: 1.5rem;
}
 
.masonry-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.125rem;
}
 
/* Responsive Breakpoints */
@media (min-width: 640px) {
	.masonry-grid {
		column-count: 2;
	}
}
 
@media (min-width: 1024px) {
	.masonry-grid {
		column-count: 3;
	}
}

.contact-area {
	overflow: hidden;
	/* Prevents unwanted scrollbars if content moves */
	will-change: transform;
	/* Optimizes for browser performance */
	transition: transform 0.1s ease-out;
	/* Smooths out the scroll movement */
}

/* Optional: If you want the background to move but keep the form steady, 
apply the parallax class to a specific inner div instead */
.parallax-move {
	will-change: transform;
}

.contact-container {
	max-width: 800px;
}

section.contact-area {
	position: relative;
	z-index: 4;
	background: #fff;
}

.form-label {
	font-weight: bold;
	color: #919191;
	font-size: 0.85rem;
	text-transform: uppercase;
}

.form-control {
	background-color: #f7f7f7;
	border: none;
	border-radius: 2px;
	padding: 15px;
	border: 1px solid #f7f7f7;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
	background: #f7f7f7;
	border: 1px solid #000;
}

.form-control::placeholder {
	color: #aaa;
}

.btn-send {
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	padding: 12px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: none;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
	background: #f7f7f7;
}

.btn-send:hover {
	background-color: #333;
	color: #fff;
}

section.abt-details {
	padding: 100px 0px;
}

section.contact-area {
	padding-top: 180px;
	padding-bottom: 80px;
}

section.select-projects-mob {
	display: none;
}

.abt-d {
	max-width: 700px;
}

.abt-cvr.position-relative {
	max-width: 400px;
}

/*ABOUT US*/
/* Solid Black Typography with prefix */
.stats-abt-number {
	font-size: 90px;
	font-weight: 600;
	line-height: 1;
	color: #000000;
	display: flex;
	align-items: center;
	letter-spacing: -4px;
}

.stats-abt-plus-sign {
	font-size: 100px;
	margin-left: 5px;
	font-weight: 700;
}

.stats-abt-label {
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.stats-abt-counter-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 40px 0px;
}

.stats-abt-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Animation Classes with prefix */
.stats-abt-digit-container {
	height: 105px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.stats-abt-digit-strip {
	display: flex;
	flex-direction: column;
	transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.stats-abt-digit {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.bg-area.abt-bg:before {
	background-image: url(assets/images/abt-bg.avif);
}

span.sml.wht {
	color: #fff;
}

span.sml.wht:before {
	content: "";
	width: 4px;
	height: 5px;
	position: absolute;
	background: #ffffff;
	border-radius: 100px;
	top: 7px;
	margin-left: -10px;
}

/**/
div#fullscreenMenu {
	z-index: 99999999;
}

/* Scoped Styles for Perfect Menu */
.perfect-menu body {
	font-family: 'Inter', sans-serif;
}

/* Trigger Button Styling */
.perfect-menu .menu-trigger {
	padding: 12px 24px;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s ease;
}

/* Full Screen Modal Styling */


.perfect-menu .modal-content {
	border: none;
	background: transparent;
}

/* Custom Slide Down Animation */
.perfect-menu.modal.fade .modal-dialog {
	transform: translateY(-100%);
	background: #000;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.perfect-menu.modal.show .modal-dialog {
	transform: translateY(0);
}

/* Menu Items Styling */
.perfect-menu .menu-container {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2%;
}

.perfect-menu .nav-link-custom {
    font-size: clamp(2.5rem, 8vw, 90px);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 1rem;
    letter-spacing: -3px;
    position: relative;
    display: inline-block;
    transition: ease-in-out 0.5s;
    width: fit-content;
}

.perfect-menu .nav-link-custom:hover {
	color: #ccc;
	padding-left: 30px;
	transition: ease-in-out 0.5s;
}


/* Close Button Styling */
.perfect-menu .btn-close-custom {
	position: absolute;
	top: 20px;
	right: 30px;


	cursor: pointer;
	z-index: 1060;


}


/* Footer Links */
.perfect-menu .menu-footer {
	position: absolute;
	bottom: 40px;
	left: 10%;
}

.perfect-menu .footer-link {
	text-decoration: none;
	color: #888;
	margin-right: 20px;
	font-weight: 600;
	font-size: 0.9rem;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	/* Essential for absolute positioning of arrows */
}

.mySwiper {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    margin-top: 30px;
}

section.gallery-area {
	padding: 100px 0px;
}

.swiper-set-next i {
	color: #000;
	font-size: 15px;
	text-shadow: none;
}

.swiper-set-prev i {
	color: #000;
	font-size: 15px;
	text-shadow: none;
}

/* Adjust horizontal distance from edges */
/* Custom Navigation Styling */
.swiper-set-prev,
.swiper-set-next {
	background: #fff;
	border-radius: 50px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	/* Higher than slides */
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	/* Adjust size of Font Awesome icon */
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	/* Helps visibility on bright images */
	transition: all 0.3s ease;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
	opacity: 1;
}

.swiper-slide {
	opacity: 0.4;
}


section.gallery-area .container-fluid {
    max-width: 1600px;
}
.swiper-set-prev {
	left: 35%;
}

.swiper-set-next {
	right: 35%;
}

/* Hover Effect */
.swiper-set-prev:hover,
.swiper-set-next:hover {
	color: #000;
	scale: 1;
}

/* Style for disabled state (optional) */
.swiper-button-disabled {
	opacity: 0.3;
	cursor: auto;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.vision-to-reality-scroll-container {
	position: relative;
}

.vision-to-reality-section {
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;

	padding: 40px 20px;
	background-color: #ffffff;
	overflow: hidden;
	will-change: transform;
}

/* The Black Overlay Layer */
.vision-to-reality-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: var(--overlay-opacity, 0);
	pointer-events: none;
	z-index: 2;
}

.vision-to-reality-hero-content {
	max-width: 1920px;
	width: 100%;
	position: relative;
	z-index: 3;
	transform: scale(calc(1 - (var(--overlay-opacity, 0) * 0.1)));
	opacity: calc(1 - (var(--overlay-opacity, 0) * 1.5));
}

/* Slide Design Elements */
.vision-to-reality-badge {


	padding: 6px 16px;
	border-radius: 100px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #4b5563;
	margin-bottom: 2rem;
}

.vision-to-reality-hero-content h1 {
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 1.5rem;
	color: #000;
	letter-spacing: -0.04em;
}

.para-mx-w img {
    max-width: 800px;
}

.vision-to-reality-hero-content p {
	font-size: clamp(16px, 2vw, 16px);
	color: #070707;
	max-width: 500px;
	margin: 0px 0px 30px;
	line-height: 24px;
}

.vision-to-reality-btn-group {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}

.vision-to-reality-btn {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 1.25rem 2.5rem;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.2s ease;
}

.vision-to-reality-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
	background-color: #222;
}

.slide-number {
	font-size: 80px;
	font-weight: 800;
	color: #000;
	margin-top: -25px;
}

.vision-to-reality-hero-content .vision-to-reality-label {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.8rem;
	font-weight: 700;
	color: #888;
	margin-bottom: 1.5rem;
}

.vision-to-reality-hero-content h2 {
    font-size: clamp(2rem, 5vw, 65px);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    color: #000;
    line-height: 62px;
}

.vision-to-reality-scroll-hint {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #bbb;
	margin-top: 3rem;
	font-weight: 600;
}

@media (max-width: 640px) {
	.vision-to-reality-section {
		padding: 70px 24px 24px;
	}

	.vision-to-reality-hero-content h1 {
		margin-bottom: 1rem;
	}

	.vision-to-reality-hero-content p {
		margin-bottom: 2rem;
	}
}

.redesign-accordion-item:first-child {
	border-top: 0px;
}

h2.m-heading {
	font-size: 85px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 85px;
	text-transform: uppercase;
}

.para-max p {
	font-size: 15px;
	color: #000;
	line-height: 18px;
}

section.retail-design {
	padding: 100px 0px;
	background: #f5f5f5;
}

.para-max {
	max-width: 300px;
}

section.our-story {
	height: 100vh;
	display: flex;
	align-items: center;
}

.img-h img {
	position: absolute;
	top: 0%;
	left: 0px;
	height: 105%;
	width: 100%;
	object-fit: cover;
	will-change: transform;
	border-radius: 0px;
}

.right-text-new p {
	font-size: 20px;
	padding-right: 80px;
	margin-bottom: 20px;
	color: #000;
	margin-top: 30px;
}

.img-h {
	position: relative;
	height: 100vh;
	width: 100%;
}

section.our-story {
	height: 100vh;
}

.left-img-new img {
	width: 100%;
}

.left-img-new {
	width: 50%;

}

.right-text-new {
	width: 50%;
	padding: 100px 100px;
}

.SMN_effect-31 a {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0;
	font-family: "Inter", sans-serif;
}

.SMN_effect-31 a span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #FFF;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.SMN_effect-31 a:after {
	position: absolute;
	top: 100%;
	font-family: "Inter", sans-serif;
	left: 0;
	right: 0;
	content: attr(data-hover);
	color: #FFF;
	display: inline;
	text-align: center;
	-webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

section.bg-area .container-fluid {
	position: absolute;
	bottom: 30px;
	left: 0px;
	max-width: 1920px;
	right: 0px;
	margin: 0 auto;
}

a.scroll-dwn {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

a.scroll-dwn img {
	width: 13px;
	filter: invert(1);
	margin-top: -3px;
	margin-left: 10px;
}

.text-cap h1 {
	color: #fff;
	font-weight: 700;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 1;
	letter-spacing: -2px;
}

.SMN_effect-31 a:hover {
	color: #FFF;
}

.SMN_effect-31 a:hover span {
	color: #FFF;
	font-family: "Inter", sans-serif;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.SMN_effect-31 a:hover:after {
	top: 0;
}

section.vision-to-reality {
	padding: 100px 0px 30px;
}

.container-fluid {
	max-width: 1920px;
	position: relative;
	padding: 0px 30px;
}

a.nav-link.button-up:focus {
	color: #fff;
}

.custom-h:before {
	content: "";
	position: absolute;
	left: 13px;
	top: 12px;
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-radius: 40px;
}

nav.navbar.navbar-expand-lg.custom-nav .container-fluid {
	max-width: 1920px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0px 30px;
}

a.navbar-brand {
    font-size: 30.5px;
    font-weight: 600;
}

ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 li a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.container.project-details .value {
	color: #fff;
}

section.bg-area.long-bg-project hr {
	border: 1px solid #fff;
}

.text-cap {
	position: relative;
}

a.navbar-brand {
	color: #fff !important;
}

.nav-link:hover .label-up {
	top: -100%;
	overflow: hidden;
}

.overlay-bg {
	top: 0px;
	background: #00000057;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.67);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.67);
	}

	100% {
		transform: scale(1);
	}
}

/*End of Zoom out Keyframes */
.sticky-section-new {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.right-col {
	padding-top: 10px;
}

.footer-content {
	padding-left: 98px;
}

.left-col {
    padding-right: 10px;
    font-weight: 600;
    top: 350px;
}

section.build-together span {
	color: #fff;
}

section.build-together a {
	background: #fff;
}

section.build-together a span.label-up {
	color: #000 !important;
}

section.build-together .button-up:hover {
	background: #ffffff !important;
}

section.build-together .custom-h:before {
	content: "";
	position: absolute;
	left: 13px;
	top: 12px;
	width: 6px;
	height: 6px;
	border: 1px solid #000;
	border-radius: 40px;
}

.big-font {
	mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	transform: none;
	transform-origin: 50% 50% 0px;
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 9.8vw;
	margin-left: -7px;
}

/* Navbar Hidden State */
.nav-scrolled {
	transform: translateY(-100%);
}

/* Floating Buttons Visible State */
.buttons-active {
	opacity: 1 !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
}

.two-buttons {
	position: fixed;
	z-index: 99999;
	right: 30px;
	top: 23px;
	transition: ease-in-out 0.5s;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}
a.nav-link.button-up.gry {
    background: #ededed;
    padding: 13px 30px !important;
}

a.nav-link.button-up.gry .custom-h:before {
	width: 0px;
	height: 0px;
	background: transparent;
	border: 0px;
}

a.nav-link.button-up.gry span {
	color: #000 !important;
	margin: 0px 0px !important;
}

ul.button-right {
	display: flex;
	gap: 15px;
}

p.address {
	font-weight: 700;
	font-size: 23px;
}

footer.footer-container ul li a {
	font-size: 23px;
}

/* General Reset for the list */
.roll-text {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;


}

/* The link container that clips the text */
.roll-text a {
	display: inline-block;
	height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	font-family: "Inter", sans-serif;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

/* The actual text wrapper */
.roll-text span {
	display: inline-block;
	position: relative;
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Create the hover text using the data-hover attribute */
.roll-text span::after {
	content: attr(data-hover);
	position: absolute;
	font-family: "Inter", sans-serif;
	top: 100%;
	font-weight: 600;
	left: 0;
	font-size: 23px;
	display: inline-block;
	width: 100%;
	color: #fff;
	/* Color for the revealed text */
}

/* The shift on hover targeting the span inside the anchor */
.roll-text a:hover span {
	transform: translateY(-1.2em);
}

footer.footer-container span.sml:before {
	background: #fff;
	top: 5px;
	left: 10px;
}

.abt-d p {
	font-size: 37.5px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
}

.row.mt-5 {
	padding-bottom: 170px;
}

footer.footer-container span.sml {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding-left: 10px;
}

ul.roll-text.eml li a {
	font-size: 15px;
	font-weight: 400;
}

.roll-text.eml span::after {
	font-size: 15px;
	font-weight: 400;
}

.big-font {
	position: absolute;
	bottom: -42px;
	left: 25px;
}

/* Custom styles to handle appearance without per-element classes */
.footer-container {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	padding: 3rem 0rem 0rem;
	overflow: hidden;
	position: relative;
}

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

.footer-container a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

/* Matches the bolder/larger text in the middle column */
.nav-col li {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Matches the project list weight */
.project-col li {
	font-weight: bold;
	margin-bottom: 7px;
}

section.build-together .button-up:hover .custom-h:before {
	background: #000 !important;
}

section.build-together span:before {
	background: #fff;
}

section.build-together h2 {
	color: #fff;
	margin-bottom: 0px;
}

section.build-together {
	background: url(assets/images/build-together-bg.avif);
	height: 100vh;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
}

#heroSection {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	/* Sits below the next section */
}

#why-project-perfect {
	position: relative;
	z-index: 2;
	/* Sits above the hero */
	background-color: #fff;
	/* Ensure it has a solid background to cover the hero */
	min-height: 100vh;
}

#sticky-we {
    font-weight: 500;
    color: #000;
    font-size: 60px;
    margin-bottom: 3px;
}

.max-wd img {
	max-width: 60%;
	margin-top: 20px;
	position: absolute;
}

.max-wd-two {
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.max-wd-two img {
	max-width: 300px;
	margin-top: 20px;
	position: absolute;
}

.footer-content.mb-x {
	margin-bottom: 40px;
}

a.button-up span {
	color: #fff !important;
	text-transform: uppercase;
}

.max-wd {
	height: 420px;
	overflow: hidden;
	position: relative;
}

nav.navbar.navbar-expand-lg.custom-nav.white-nav.fixed-top a.navbar-brand {
	color: #000 !important;
}

a.scroll-dwn.blk-s img {
	filter: invert(0);
}

ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.blk-nav.me-spc.mb-lg-0 li a span {
	color: #000;
}

a.scroll-dwn.blk-s {
	color: #000;
}

ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.blk-nav.me-spc.mb-lg-0 li a:after {
	color: #000 !important;
}

ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 li a span:after {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

a.scroll-dwn.blk-s {
	right: auto;
	left: 13px;
}

.big-para p {
	font-size: 20px;
	padding-right: 80px;
	margin-bottom: 20px;
	color: #000;
	margin-top: 30px;
}

.heading-ar span {
	margin-bottom: 10px !important;
}

h2.main-h {
	text-transform: uppercase;
	font-size: 120px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

section.why-project-perfect .container-fluid {
	max-width: 1920px;
	padding: 0px 30px;
}

section.why-project-perfect {
    padding: 140px 0px;
	position: relative;
	z-index: 555;
	background: #fff;
}

span.sml {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	color: #000;
	padding-left: 15px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 0px;
}

span.sml:before {
	content: "";
	width: 4px;
	height: 5px;
	position: absolute;
	background: #000;
	border-radius: 100px;
	top: 7px;
	margin-left: -10px;
}

section.why-project-perfect h2 {
	font-size: 90px;
	line-height: 85px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 90px;
}

.right-col p,
.footer-content p {
	font-size: 63px;
	color: #000;
	margin: 0 0 10px 0;
	line-height: 55px;
	font-weight: 500;
	letter-spacing: -2px;
}

/* 1. Ensure the container clips the zoomed image */
section.bg-area {
	position: relative;
	overflow: hidden;
	height: 100vh;
	/* Ensure the section has height to be visible */
}

/* 2. The initial state (Zoomed In) */
section.bg-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://projects.iamhaseeb.com/projectperfect/wp-content/uploads/2026/01/main-bg.avif');
	background-size: cover;
	background-position: center;
	/* Removed background-attachment: fixed to prevent transform bugs */
	transform: scale(1.1);
	transition: transform 1.2s ease-out;
	z-index: -1;
	will-change: transform;
	/* Helps with performance */
}

/* 3. The Loaded state (Zoomed Out to 1) */
section.bg-area.is-loaded::before {
	transform: scale(1);
}


ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 {
	padding-left: 120px;
}

nav.navbar.navbar-expand-lg.custom-nav {
	padding: 20px 0px;
}

.button-up:hover .custom-h:before {
	background: #fff;
}

.button-up {
	display: inline-block;
	line-height: 30px;
	font-weight: 600;
	border-radius: 50px;
	font-size: 14px;
	position: relative;
	text-align: center;
	background-color: #000000;
	color: #fff !important;
	transition: 0.3s;
	padding: 13px 0px 13px 15px !important;
	margin-left: 0px;
}

.custom-h {
	height: 30px;
	position: relative;
	overflow: hidden;
}

.button-up:hover {
	background: #000;
	color: #fff;
}

/* BUTTON UP */
.label-up {
	display: block;
	margin: 0px 30px;
	height: 100%;
	position: relative;
	top: 0%;
	transition: 0.3s;
}

.button-up:hover .label-up {
	top: -100%;
}


body.contact-us-page section.build-together{
    display:none !important;
}
.loader-btn{
	position:relative;
	padding: 15px !important;
}
.loader-btn .loader, .spinner-loader {
    display: inline-block;
    width: 22px;
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    --_m: conic-gradient(#0000 10%, #fff), linear-gradient(#fff 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: spin 1.2s infinite linear;
    margin-left:5px;
	position: absolute;
    right: 15px;
    top: 18px;
}
.input-wrapper.error-field > label {
    color: red;
}
.input-wrapper.error-field input,
.input-wrapper.error-field textarea
{
    color: red;
    border: 1px solid red;
    box-shadow: 0px 0px 3px red;
}
.error-text {
    color: red;
    margin-top: 5px;
    padding: 5px;
}
.bg-success{
    background-color: #000 !important;
}
.text-success{
    color: #000 !important;
}
@keyframes spin {
	to{
		transform: rotate(1turn)
	}
}
@media (max-width: 1023px) {
	
}

.sticky-section {
	
	width: 100%;

	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.header-content {
	z-index: 10;
	text-align: center;
	pointer-events: none;
	position: relative;
	margin-top: 150px;
	padding: 0 1rem;
}

.sml {
	color: #2563eb;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	margin-bottom: 0.5rem;
}

.main-title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin: 0;
	color: #000000;
	line-height: 1;
}

@media (min-width: 768px) {
	.main-title {
		font-size: 90px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 90px;
	}
}

/* Project Box Styling */
.project-box {
    width: 100%;
    pointer-events: auto;
    z-index: 5;
    opacity: 1;    margin-bottom: 30px;
    /* display: flex; */
    /* flex-direction: column; */
    gap: 10px;
    overflow: hidden;
    position: relative;
}
.image-card {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-label i {
	font-style: normal;
}

.project-label {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 600;
	position: absolute;
	padding-left: 4px;
	bottom: 0px;
	background: #fff;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	transform: translateY(50px);
	transition: ease-in-out 0.5s;
}

.project-box:hover span {
	transform: translateY(2px);
	transition: ease-in-out 0.5s;
}

@media (max-width: 1023px) {
	.project-box {
		width: 100%;
	
	}
}

/* Button Styling */
.view-all-btn {
	opacity: 1;
	
}

.btn-primary {
	background: #000;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 15px;


	white-space: nowrap;
}

@media (max-width: 1023px) {
	.view-all-btn {
		bottom: 15%;
	}
}

.footer-spacer {
	height: 10vh;
	background-color: #ffffff;
}


.redesign-accordion-container {
	width: 100%;
	max-width: 900px;
}

.redesign-accordion-item {
	border-top: 1px solid #1a1a1a;
	padding: 18px 0;
	transition: all 0.3s ease;
}

.redesign-accordion-item:last-child {
	border-bottom: 1px solid #000;
}

.redesign-accordion-header {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	user-select: none;
	gap: 20px;
}

.redesign-number {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	padding-top: 8px;
	min-width: 30px;
}

.redesign-title {
	font-size: 30px;
	margin: 0;
	flex-grow: 1;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 500;
}

.redesign-icon-box {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #1a1a1a;
}

.redesign-icon-box i {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animation State for FontAwesome Icon */
.redesign-accordion-item.redesign-active .redesign-icon-box i {
	transform: rotate(45deg);
}

.redesign-accordion-content {
	display: none;
	padding: 20px 23% 20px 0px;
	max-width: 700px;
}

.redesign-description {
	font-size: 15px;
	line-height: 1.3;
	color: #666666;
	margin-bottom: 30px;
}

.redesign-cta-button {
	display: inline-block;
	background-color: #000000;
	color: white;
	padding: 14px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}

.redesign-cta-button:hover {
	opacity: 0.8;
}

@media (max-width: 600px) {
	.redesign-title {
		font-size: 24px;
	}

	.redesign-accordion-content {
		padding-left: 0;
	}

	.redesign-number {
		min-width: 25px;
	}
}

.SMN_effect-31 a:after {
	position: absolute;
	top: 100%;
	font-family: "Inter", sans-serif;
	left: 0;
	right: 0;
	content: attr(data-hover);
	color: #FFF;
	display: inline;
	text-align: center;
	-webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-text {
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: sticky;
	top: 2rem;
}

/* Parallax Container */
.parallax-wrapper {
	position: relative;
	width: 100%;
	height: 80vh;
	/* Fixed height for the viewport window */
	overflow: hidden;
	background-color: #f8f8f8;
}

/* The moving image */
.parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	/* Taller than container to allow movement */
	object-fit: cover;
	will-change: transform;
	transition: transform 0.1s linear;
	/* Smooth movement */
}

/* Padding adjustment for the title side to align with the image top on desktop */
@media (min-width: 768px) {
	.header-text {
		padding-top: 0.5rem;
	}
}

/* Responsive height for mobile */
@media (max-width: 767px) {
	.parallax-wrapper {
		height: 60vh;
	}
}

/*=============================
         Media Queries
===============================*/
@media (min-width: 2700px) and (max-width: 9000px) {
	section.related-projects .img-bx-outer.mb-4 {
    height: 650px;
}
.lib-showcase-parallax-asset {
        position: absolute;
        top: 80px;
    }
	.lib-showcase-media-frame {
    position: relative;
    width: 100%;
  height: 750px;
    overflow: hidden;
    background-color: #fcfcfc;
}
	.swiper-3d {
    perspective: 4000px;
}
	section.gallery-area .container-fluid {
    max-width: 1820px;
}
	.row.mt-5 {
		padding-bottom: 230px;
	}

	.big-font {
		mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
		transform: none;
		transform-origin: 50% 50% 0px;
		font-weight: 700;
		letter-spacing: 0px;
		font-size: 9.4vw;
		margin-left: -7px;
	}
}

@media (min-width: 2049px) and (max-width: 2699px) {
	section.related-projects .img-bx-outer.mb-4 {
    height: 650px;
}
	.lib-showcase-parallax-asset {
    position: absolute;
		        top: 90px;}
	.lib-showcase-media-frame {
    position: relative;
    width: 100%;
  height: 700px;
    overflow: hidden;
    background-color: #fcfcfc;
}
	.lib-showcase-parallax-asset {
    position: absolute;
		top: 120px;}
	.lib-showcase-media-frame {
    position: relative;
    width: 100%;
        height: 700px;
    overflow: hidden;
    background-color: #fcfcfc;
}
	.swiper-3d {
    perspective: 4000px;
}
	section.gallery-area .container-fluid {
    max-width: 1820px;
}
	.mySwiper .swiper-slide {
    height: 540px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.row.mt-5 {
		padding-bottom: 230px;
	}

	.big-font {
		mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
		transform: none;
		transform-origin: 50% 50% 0px;
		font-weight: 700;
		letter-spacing: 0px;
		font-size: 9.6vw;
		margin-left: -7px;
	}
}

@media (min-width: 1800px) and (max-width: 2048px) {
	section.related-projects .img-bx-outer.mb-4 {
    height: 650px;
}
	.lib-showcase-parallax-asset {
    position: absolute;
	        top: 90px;}
	.lib-showcase-media-frame {
    position: relative;
    width: 100%;
  height: 700px;
    overflow: hidden;
    background-color: #fcfcfc;
}
	.swiper-3d {
    perspective: 4000px;
}
	section.gallery-area .container-fluid {
    max-width: 1820px;
}
.mySwiper .swiper-slide {
    height: 540px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

	.row.mt-5 {
		padding-bottom: 230px;
	}
}

@media (min-width: 1600px) and (max-width: 1799px) {

	.mySwiper .swiper-slide {
    height: 540px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.row.mt-5 {
		padding-bottom: 230px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.big-font {

		font-size: 9.8vw;
		margin-left: -7px;
	}

	.big-para p {
		font-size: 16px;
	}

	.right-text-new {
		width: 50%;
		padding: 50px 60px;
	}

	.right-text-new p {
		font-size: 15px;
		padding-right: 80px;
		margin-bottom: 20px;
		color: #000;
		margin-top: 30px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-content {
    z-index: 10;
    text-align: center;
    pointer-events: none;
    position: relative;
    margin-top: 0px;
    padding: 0 1rem;
}
	section.gallery-area {
		padding: 0px 0px 100px;
		margin-top: -230px;
	}

	.text-cap h1 {
		color: #fff;
		font-weight: 700;
		padding-left: 10px;
		font-size: 90px;
		line-height: 93px;
	}

	.big-para p {
		font-size: 16px;
	}

	.right-text-new p {
		font-size: 15px;
		padding-right: 80px;
		margin-bottom: 20px;
		color: #000;
		margin-top: 30px;
	}

	.right-text-new {
		width: 50%;
		padding: 50px 60px;
	}



	.footer-spacer {
		height: 0px;
		background-color: #ffffff;
		margin-top: -200px;
	}

	.view-all-btn {
		bottom: 62%;
	}

	h2.m-heading {
		font-size: 90px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 90px;
	}


	.img-h {
		position: relative;
		height: 500px;
		width: 100%;
	}

	section.our-story {
		height: 100%;
		display: block;
	}

	.right-text-new {
		width: 100%;
		padding: 50px 15px;
	}

	.left-img-new {
		width: 100%;
	}

	.footer-content {
		padding-left: 62px;
	}

	.big-para p {
		font-size: 15px;
		padding-right: 0px;
		margin-bottom: 0px;
		color: #000;
		margin-top: 10px;
	}

	.right-col {
		padding-top: 6px;
	}

	#sticky-we {
		font-weight: 600;
		color: #000;
		font-size: 35px;
		margin: 0;
	}

	.right-col p,
	.footer-content p {
		font-size: 35px;
		color: #000;
		margin: 0 0 10px 0;
		line-height: 31px;
		font-weight: 600;
	}

	h2.main-h {
		text-transform: uppercase;
		font-size: 60px;
		color: #000;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.image-card {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
	.header-content {

    margin-top: 0px;
		padding: 0 1rem;}
	h2.main-h {
		text-transform: uppercase;
		font-size: 60px;
		color: #000;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 30px;
	}

	.redesign-title {
		font-size: 24px;
		margin: 0;
		flex-grow: 1;
		letter-spacing: -0.02em;
		color: #000000;
		font-weight: 500;
	}

	.abt-d p {
		font-size: 20px;
		line-height: 1;
		font-weight: 500;
		color: #000;
		margin-bottom: 30px;
	}

	.main-title {
		font-size: 60px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 60px;
	}

	a.email-lnk {
		margin-bottom: 30px;
	}



	.footer-spacer {
		height: 0px;
		background-color: #ffffff;
		margin-top: -100px;
	}

	.view-all-btn {
		bottom: 42%;
	}

	h2.m-heading {
		font-size: 40px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 40px;
	}

	

	.img-h {
		position: relative;
		height: 500px;
		width: 100%;
	}

	section.our-story {
		height: 100%;
		display: block;
	}

	.right-text-new {
		width: 100%;
		padding: 50px 15px;
	}

	.left-img-new {
		width: 100%;
	}

	.footer-content {
		padding-left: 62px;
	}

	.big-para p {
		font-size: 15px;
		padding-right: 0px;
		margin-bottom: 0px;
		color: #000;
		margin-top: 10px;
	}

	.right-col {
		padding-top: 6px;
	}

	#sticky-we {
		font-weight: 600;
		color: #000;
		font-size: 35px;
		margin: 0;
	}

	.right-col p,
	.footer-content p {
		font-size: 35px;
		color: #000;
		margin: 0 0 10px 0;
		line-height: 31px;
		font-weight: 600;
	}

	.navbar-collapse.show {
		transform: translateY(0);
	}

	.nav-scrolled {
		transform: translateY(0%);
	}

	section.why-project-perfect h2 {
		font-size: 40px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 40px;
	}

	a.nav-link.button-up {
		display: none;
	}

	.text-cap h1 {
		color: #fff;
		font-weight: 700;
		padding-left: 10px;
		font-size: 40px;
		line-height: 50px;
	}

	nav.navbar.navbar-expand-lg.custom-nav .container-fluid {
		max-width: 1920px;
		padding: 0px 10px;
	}

	nav.navbar.navbar-expand-lg.custom-nav.fixed-top {
		background: #fff;
		padding: 10px 5px;
	}

	ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 li a {
		font-size: 55px;
		font-weight: 700;
		color: #000;
		line-height: 60px;
	}

	.SMN_effect-31 a {
		position: relative;
		overflow: hidden;
		display: block;
		text-align: left;
	}

	button.navbar-toggler {
		BACKGROUND: #EDEDED;
		color: #000;
		font-size: 12px;
		padding: 12px 30px;
		border-radius: 30px;
		border: 1px solid #EDEDED;
		font-weight: 500;
	}

	.navbar-toggler {
		position: relative;
		z-index: 1100;
	}

	.nav-scrolled {
		transform: translateY(0%);
	}

	ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 {
		padding-left: 0px;
		margin-left: 0px !important;
	}

	nav.navbar.navbar-expand-lg.custom-nav.fixed-top {
		box-shadow: 0px 0px 20px #0000001a;
	}

	a.navbar-brand {
		font-size: 20px;
		font-weight: 700;
		color: #000 !important;
		letter-spacing: -0.5px;
		padding-bottom: 3px;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 30px;
		height: 100vh;
		background-color: #000;
		z-index: 1050;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		transform: translateY(-100%);
		transition: transform 0.4s ease-in-out;
	}

	.img-bx-outer,
	.gallery-imgs {
		position: relative;
		height: 400px;
	}

	.gallery-imgs {
		height: 400px;
	}

	section.related-projects .img-bx-outer.mb-4 {
		height: 280px;
	}

	.project-label {
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 0px;
		color: #000000;
		font-weight: 600;
		position: absolute;
		padding-left: 4px;
		bottom: 0px;
		background: #fff;
		width: 100%;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		transform: translateY(0px);
		transition: ease-in-out 0.5s;
	}

	.project-label {
		font-size: 11px;
	}
	ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav li a {
    font-size: 48px;
}
    ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav {
        padding-left: 0px;
        margin-left: 0px !important; font-weight:800; line-height:1.1;
    }
	 ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav a:hover:after {
    top: 0;
    text-align: left;
}
}

@media (min-width: 320px) and (max-width: 767px) {
	
	ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav li a {
    font-size: 48px;
}
	ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav {
    padding-left: 0px;
}
	.mySwiper {
    margin-top: 10px;
}
	.perfect-menu .nav-link-custom {
    font-size: clamp(55px, 8vw, 90px);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 1rem;
    letter-spacing: -3px;
    position: relative;
    display: inline-block;
    transition: ease-in-out 0.5s;
    width: fit-content;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 a.nav-link.button-up {
    display: none;
}
	.lib-showcase-parallax-asset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
                height: 130%;
    object-fit: cover;
    will-change: transform;
}
	section.lib-showcase-section.mb-spc {
    margin-bottom: 40px;
}
	section.contact-area .sml {
        margin-bottom: 3px !important;
        font-weight: 600;
        letter-spacing: -1px;
    }
	section.contact-area .sml {
    margin-bottom: 3px !important;
}
	
    section.build-together.d-flex.align-items-center.justify-content-center.position-relative h2 {
        font-size: 49px;
        letter-spacing: -2.9px;
        line-height: 1;
    }

	.two-buttons {
    position: fixed;
    z-index: 99999;
    right: 15px;
		top: 20px;}
	ul.button-right li a.nav-link.button-up {
        display: block;
        font-size: 12px;
    }
	a.nav-link.button-up.gry{ padding-top: 11px !important;
    padding-bottom: 11px !important;}
	a.nav-link.button-up {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 10px !important;
}
	.text-cap.abt h1 {
    font-size: 60px;
    line-height: 1;
}
	.vision-to-reality-section {
        padding: 70px 12px 24px;
    }
    .project-cvr-f {
        width: 100%;
             height: 210px;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.big-img {
    position: relative;
    height: 50vh;
    overflow: hidden;
}
	section.build-together {
    background: url(assets/images/build-together-bg.avif);
    height: 400px;
    background-size: cover;
    width: 100%;
     background-attachment: initial;
    background-position: center;
}
	.para-mx-w img {
    max-width: 100%;
}
	.right-col span {
    display: inline-block !important;
}
	p.mob-dnone {
    display: none;
}
	section.why-project-perfect .container-fluid {
    max-width: 1920px;
    padding: 0px 15px;
}
	span.sml {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    color: #000;
    padding-left: 15px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
	section.why-project-perfect {
		padding: 60px 0px;}
	ul.navbar-nav.SMN_effect-31 a:after {
    position: absolute;
    top: 0px;
    font-family: "Inter", sans-serif;
    left: 0;
    right: 0;
    content: attr(data-hover);
    color: #FFF;
    display: none;
    text-align: center;
    -webkit-transition: none;
    transition: none;
}
	ul.navbar-nav.SMN_effect-31 a:hover span {
    color: #FFF;
    font-family: "Inter", sans-serif;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
	ul.navbar-nav.SMN_effect-31 a:hover:after {
    top: 0;
    font-size: 0px;
}
	ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.me-spc.mb-lg-0wht-nav {
    margin-left: 0px !important;
}
    .SMN_effect-31 a {
        position: relative;
        overflow: hidden;
        display: block;
        text-align: left;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.1;
    }
	.label {
		font-size: 13px;
		color: #fff;
		margin-bottom: 2px;
		letter-spacing: 0px;
	}

	.value {
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 50px;
	}

	.bg-height a.scroll-dwn.prjt {
		bottom: 0px;
	}

	section.related-projects {
		padding: 100px 0px 50px;
		background: #fff;
	}

	.col-md-4.text-end {
		text-align: left !important;
		margin-top: 20px;
	}

	.img-bx-outer,
	.gallery-imgs {
		position: relative;
		height: 400px;
	}

	.gallery-imgs {
		height: 400px;
	}

	.lib-showcase-meta-panel {
	        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
        font-weight: 600;
        padding-top: 13px;
	}

	.roll-text span::after {
		content: attr(data-hover);
		position: absolute;
		font-family: "Inter", sans-serif;
		top: 100%;
		font-weight: 600;
		left: 0;
		font-size: 14PX;
		display: inline-block;
		width: 100%;
		color: #fff;
	}

	.roll-text a {
		display: inline-block;
		height: 13PX;
		line-height: 1.1;
	}

section.gallery-area {
        padding: 50px 0px 50px;
    }

	.max-wd-two img {
		max-width: 100%;
		margin-top: 20px;
		position: absolute;
	}

	.project-box-mob {
		padding: 0px 0px;
		position: relative;
		margin-bottom: 20px;
	}

	.project-box-mob img {
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
	}

	section.select-projects {
	
	}

section.contact-area {
        padding-top: 100px;
        padding-bottom: 30px;
    }

	a.scroll-dwn.blk-s {
		color: #000;
		position: static;
	}

	div#contact-container {
		margin-top: 30px;
	}

    h2.main-h {
        text-transform: uppercase;
        font-size: 60px;
        color: #000;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
    }

	span.sml.wht {
		color: #fff;
		margin-bottom: 10px;
	}

	.stats-abt-counter-wrapper {
		display: flex;
		flex-direction: row;
		gap: 30px;
		padding: 40px 0px;
	}

	section.select-projects-mob {
		display: block;
		padding: 30px 15px 60px;
	}

	.select-projects-mob {
		overflow-x: hidden;

	}

	.stats-abt-plus-sign {
		font-size: 50px;
		margin-left: 5px;
		font-weight: 700;
	}

	.stats-abt-number {
		font-size: 60px;
		font-weight: 600;
		line-height: 1;
		color: #000000;
		display: flex;
		align-items: center;
		letter-spacing: -4px;
	}

    section.abt-details {
        padding: 65px 0px 30px;
    }

	.abt-d p {
		font-size: 24px;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		margin-bottom: 30px;
	}

	.project-label {
		transform: translateY(0px);
	}

	p.address {
		font-weight: 700;
		font-size: 15px;
		margin-bottom: 3px;
	}



	footer.footer-container span.sml {
		color: #fff;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 0.5px;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	br.dsk-view {
		display: none;
	}

	footer.footer-container ul li a {
		font-size: 14px;
	}

	.swiper-set-prev {
		left: 5%;
	}

	.swiper-set-next {
		right: 5%;
	}

	.big-font {
		position: absolute;
		bottom: 0px;
		left: auto;
	}

	.row.mt-5 {
		padding-bottom: 80px;
	}

	.vision-to-reality-hero-content {
		padding-top: 20px;
	}

	section.vision-to-reality {
		padding: 60px 0px 0px;
	}

	

	.redesign-accordion-container {
		margin-top: 30px;
	}

	.redesign-icon-box {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #1a1a1a;
	}

	a.primary.button-up.mt-1 {
		padding: 6px 0px 6px 10px !important;
		font-size: 13px !important;
	}

	.redesign-accordion-item {
		border-top: 1px solid #1a1a1a;
		padding: 4px 0;
		transition: all 0.3s ease;
	}

	.redesign-number {
		font-size: 14px;
		font-weight: 500;
		color: #1a1a1a;
		padding-top: 0px;
		min-width: 30px;
	}

	section.retail-design {
		padding: 60px 0px;
		background: #f5f5f5;
	}

	.redesign-accordion-header {
		display: flex;
		align-items: center;
		cursor: pointer;
		user-select: none;
		gap: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.redesign-description {
		font-size: 14px;
		line-height: 1.3;
		color: #666666;
		margin-bottom: 10px;
	}

	.redesign-accordion-content {
		display: none;
		padding: 0px 0% 10px 0px;
		max-width: 800px;
	}

	.redesign-accordion-item.redesign-active {
		padding-top: 0px;
	}

	.container-fluid {
		max-width: 1920px;
		position: relative;
		padding: 0px 15px;
	}

	nav.navbar.navbar-expand-lg.custom-nav.fixed-top {
		box-shadow: 0px 0px 20px #0000001a;
	}

	ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 li a {
		font-size: 55px;
		font-weight: 700;
		color: #000;
		line-height: 60px;
	}

	ul.navbar-nav.ms-auto.mb-2.SMN_effect-31.blk-nav.me-spc.mb-lg-0 li a span {
		color: #ffffff;
	}

	.SMN_effect-31 a {
		position: relative;
		overflow: hidden;
		display: block;
		text-align: left;
	}



	ul.navbar-nav.ms-auto.mb-2.me-spc.mb-lg-0 {
		padding-left: 0px;
		margin-left: 0px !important;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	        padding: 20px;
		height: 100vh;
		background-color: #000;
		z-index: 1050;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		transform: translateY(-100%);
		transition: transform 0.4s ease-in-out;
	}

	/* When the menu is active */
	.navbar-collapse.show {
		transform: translateY(0);
		/* Slide into view */
	}

	/* Disable Bootstrap's height-based 'collapsing' class to prevent jumping */
	.collapsing {
		height: 100vh !important;
		transform: translateY(-100%);
		transition: transform 0.4s ease-in-out !important;
	}

	/* Ensure the toggle button stays visible above the menu */
	.navbar-toggler {
		position: relative;
		z-index: 1100;
	}

	nav.navbar.navbar-expand-lg.custom-nav .container-fluid {
		max-width: 1920px;
		padding: 0px 10px;
	}

	nav.navbar.navbar-expand-lg.custom-nav.fixed-top {
		background: #fff;
		padding: 10px 5px;
	}

	button.navbar-toggler {
		BACKGROUND: #EDEDED;
		color: #000;
		font-size: 12px;
		padding: 12px 30px;
		border-radius: 30px;
		border: 1px solid #EDEDED;
		font-weight: 500;
	}

	.slide-number {
		font-size: 45px;
		font-weight: 700;
		color: #000;
		margin-top: -25px;
	}

	.vision-to-reality-hero-content h2 {
		font-size: clamp(38px, 5vw, 55px);
		font-weight: 600;
		margin-bottom: 1rem;
		letter-spacing: -0.03em;
		color: #000;
		line-height: 39px;
	}

	h2.m-heading {
		font-size: 38px;
		color: #000;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 40px;
		text-transform: uppercase;
	}

	.footer-spacer {
		height: 0px;
		background-color: #ffffff;
	}

	.header-content {
		z-index: 10;
		text-align: center;
		pointer-events: none;
		position: relative;
		margin-top: 30px;
		padding: 0 1rem;
		margin-bottom: 40px;
	}

	.view-all-btn {
		bottom: 12%;
	}





	section.our-story {
		height: 100%;
		display: block;
	}

	.right-text-new p {
		font-size: 15px;
		padding-right: 0px;
		margin-bottom: 0px;
		color: #000;
		margin-top: 10px;
	}

	.img-h img {
		position: static;
		top: 0%;
		left: 0px;
		height: 100%;
		width: 100%;
		object-fit: cover;
		will-change: transform;
		border-radius: 0px;
	}

	.img-h {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.right-text-new {
		width: 100%;
		padding: 20px 15px;
	}

	.left-img-new {
		width: 100%;
	}

	.big-para p {
		font-size: 15px;
		padding-right: 0px;
		margin-bottom: 10px;
		color: #000;
		margin-top: 0px;
	}

	a.navbar-brand {
		font-size: 20px;
		font-weight: 700;
		color: #000 !important;
		letter-spacing: -0.5px;
		padding-bottom: 3px;
	}

	.right-col {
		padding-top: 8px;
	}

	.sticky-section-new {
		display: flex;
		align-items: flex-start;
		position: relative;
		margin-top: 20px;
	}

	.max-wd img {
		max-width: 100%;
		margin-top: 0px;
		position: absolute;
	}

	.footer-content {
		padding-left: 61px;
	}
#sticky-we {
        font-weight: 500;
        color: #000;
               font-size: 35px;
             margin-bottom: 3px;
        letter-spacing: -2px;
    }

    .right-col p, .footer-content p {
            font-size: 35px;
        color: #000;
        margin: 0 0 10px 0;
        line-height: 28px;
        font-weight: 500;
    }

section.why-project-perfect h2 {
               font-size: 43px;
        color: #000;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 40px;
    }

	section.bg-area {
		HEIGHT: 85VH;
	}

a.scroll-dwn {
        position: absolute;
        bottom: 50px;
        left: 17px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
section.gallery-area h2 {
    font-size: 44px;
}
    .text-cap h1 {
        color: #fff;
        font-weight: 600;
        padding-left: 0px;
        font-size: 12vw;
        line-height: 1.1;
        padding-bottom: 50px;
        letter-spacing: -1px;
    }
}