* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000000;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	overflow-x: hidden;
}
.hero-giant-text span{
    display: inline-block;
    transition: all 0.3s ease;
}

.hero-giant-text span:hover{
    transform: translateY(-15px);
   
}
/* header sticy */
.apex-navbar {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #000;
}

.apex-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #000;
	transition: all 0.3s ease;
}
.apex-navbar.scrolled {
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.apex-hero-section {
	background-color: #0C0C0C;
	min-height: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* Header & Navbar Customization */
.apex-navbar {
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 1030;
}

/* Texture Metallic Logo Effect */
.apex-logo {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #ffffff !important;
	text-decoration: none;
	background: linear-gradient(135deg, #3a7bd5, #3a6073, #00d2ff, #3a7bd5);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 4s linear infinite;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

/* Nav links styling */
.apex-navbar .nav-link {
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 31px !important;
	font-family: 'Poppins';
	line-height: 24px;
	display: inline-block;
	transition: color 0.2s ease, transform 0.3s ease;
}

.apex-navbar .nav-link:hover {

	transform: translateY(-8px);
}


.apex-navbar .dropdown-toggle::after {
	display: none !important;
}

.apex-dropdown-item {
	position: relative;
}
.dropdown-menu.show {
    display: block;
    background: #000;
}
.apex-dropdown-menu .dropdown-item {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 24px !important;
	background: transparent !important;
	transition: color 0.2s ease, transform 0.2s ease;
	font-family: 'Poppins';
}

.apex-navbar .nav-link:hover {

	animation: floatUpDown 0.6s ease-in-out infinite alternate;
}

.apex-dropdown-menu .dropdown-item:hover {
	color: #ffffff !important;
	transform: translateX(5px);
	background-color: transparent !important;
}

.hero-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;

}
.transparent-text {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
	-webkit-text-fill-color: transparent;
}
.hero-giant-text {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -7px;
    margin-left: 46px;
    text-align: start !important;
}
h1.hero-giant-text.text-uppercase.m-0 {
    margin-left: 3px !important;
}
/* hero span animation */
.hero-giant-text{
    overflow: hidden;
}
section.apex-heromain-section {
    background-color: #0C0C0C;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-desc {
	color: rgba(255, 255, 255, 0.5);
	font-size: 23px;
	line-height: 36px !important;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center !important;
	font-family: 'Poppins';
	line-height: 32px !important;
}

/* Bottom Footer Row */
.hero-footer {
	padding-bottom: 35px;
}

.scroll-explore,
.featured-projects {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
	transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.scroll-explore:hover,
.featured-projects:hover {
	opacity: 0.7;
	transform: translateY(-8px);
}

@keyframes upDown {
	from {
		transform: translateY(-10);
	}

	to {
		transform: translateY(-15px);
	}
}

.scroll-explore i {
	animation: bounce 2s infinite;
	display: inline-block;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-5px);
	}

	60% {
		transform: translateY(-3px);
	}
}

.apex-logo img {
    max-width: 190px !important;
    height: auto;
    display: block;
    object-fit: contain;
}

.overlapping-image {
	position: sticky;
	top: 50px;
	height: 80vh;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/* 130% Zoom Box */
.img-box {
	width: 92%;
	height: 80vh;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
	margin-top: 30px;
	transition: transform 0.6s ease, opacity 0.6s ease;

}

.img-mask,
.grid__item-img {
	width: 101%;
	height: 131%;
	object-fit: initial;
	object-position: center;
}

/* Text Center  */
.slide-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 10;
	width: 100%;
}

.slide-title {
	font-size: 126px;
	font-weight: 500;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	font-family: 'Six Caps', sans-serif;
	font-weight: 400;
	text-transform: lowercase;
}

/* Stacking Logic */
.overlapping-image:nth-child(1) {
	z-index: 1;
}

.overlapping-image:nth-child(2) {
	z-index: 2;
}

.overlapping-image:nth-child(3) {
	z-index: 3;
}

.overlapping-image:nth-child(4) {
	z-index: 4;
}

.overlapping-image:nth-child(5) {
	z-index: 5;
}

.overlapping-image:nth-child(6) {
	z-index: 6;
}

.overlapping-image:nth-child(7) {
	z-index: 7;
}

.overlapping-image:nth-child(8) {
	z-index: 8;
}


/* Section Background */
.services-container {
	background-color: #0c0c0c;
	padding: 100px 0;
	min-height: 100vh;
}

.scroll-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Scroll Item Styles */
.scroll-item {
	color: #333 !important;
	text-align: center;
	padding: 0px 0;
	transition: color 0.5s ease;
	cursor: default;
	font-family: 'Six Caps', sans-serif;
	text-transform: lowercase;
	font-weight: 500;
	font-size: 135px;
	line-height: 135px;
}

/* Active State */
.scroll-item.is-active {
	color: #ffffff !important;
}

.scroll-item {
	color: #333 !important;
	transition: color 0.5s ease;
}

.scroll-item.is-active {
	color: #ffffff !important;
}

.site-footer {
	background-color: #121212;
	color: #a1a1a1;
	padding: 60px 0 20px;
	margin-top: 50px;
}

/* Headings */
.footer-heading {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 1.25rem;
}

/* Links Styling */
.footer-links {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.text-decoration-none {
	text-decoration: none !important;
	font-size: 20px;
	line-height: 40px;
	font-family: 'Poppins';
}

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

/* Social Media Icons */
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	color: #ffffff;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.social-links a:hover {
	background-color: #ffffff;
	color: #000;
	border-color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
	border-top: 1px solid #333;
	margin-top: 40px;
	padding-top: 20px;
	font-size: 14px;
}

.footer-bottom a {
	color: #a1a1a1;
	text-decoration: none;
}

/* Example: Footer ka text size adjust karna */
.site-footer p {
	font-size: 18px;
}

.hero-giant-text span {
	display: inline-block;
	transition: all 0.3s ease !important;
}

.hero-giant-text span:hover {

	transform: translateY(-20px) !important;
}

.img-box {
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0px);
	}
}

.img-box {
	overflow: hidden;
}

.img-box {
	overflow: hidden;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 5s ease-out;
}

.img-box:hover img {
	transform: scale(1.30);
}

/* =====================================
   GLOBAL RESPONSIVE FIX
===================================== */

/* Tablet */
@media (max-width: 991px) {

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Header */
	.apex-navbar {
		padding: 12px 0 !important;
		background: #000 !important;
	}

	.apex-logo img {
    	max-width: 140px !important;
	}

	.apex-navbar .nav-link {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}

	/* Hero */
	.hero-wrapper {
		padding-top: 120px !important;
	}

	.hero-giant-text {
		font-size: 48px !important;
		line-height: 1.3 !important;
		letter-spacing: -2px !important;
		white-space: normal !important;
	}
	

	.hero-desc {
		font-size: 15px !important;
		line-height: 30px !important;
		text-align: left !important;
	}

	/* Image Section */
	
	/* img-box {
        width: 100% !important;
        height: 500px !important;
    }

    .slide-title {
        font-size: 80px !important;
    } */

	/* Services */
	.scroll-item {
		font-size: 52px !important;
		line-height: 62px !important;
	}

	/* Footer */
	.footer-heading {
		margin-top: 25px;
	}
}


/* Mobile */
@media (max-width: 767px) {

	/*body {
		overflow-x: hidden;
	}*/
	html,
    body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: auto !important;
        position: static !important;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

	.container,
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Header */
	.apex-navbar {
		padding: 10px 0 !important;
	}

	.apex-logo img {
		max-width: 110px !important;
	}

	.navbar-collapse {
		background: #000;
		padding: 15px;
		margin-top: 10px;
		border-radius: 10px;
	}

	.apex-navbar .nav-link {
		font-size: 36px !important;
		padding: 12px 0 !important;
		text-align: left;
		font-family: 'Six Caps';
		text-transform: uppercase;
		font-weight: 300;
	}

	/* Hero */
	.hero-wrapper {
		padding-top: 110px !important;
	}

	h1.hero-giant-text.text-uppercase.m-0 {
		font-size: 45px !important;
		line-height: 77px !important;
		white-space: normal !important;
		text-align: left;
		letter-spacing: -8px !important;
		margin-left: 0px !important;
	}

	.hero-giant-text {
		font-size: 34px !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
	}

	.hero-desc {
		font-size: 15px !important;
		line-height: 26px !important;
	}

	.featured-projects {
		display: none;
	}

	/* Images */
	.slide-title {
		font-size: 70px !important;
	}

	.img-box {
		height: 500px !important;
	}

	/* Services */
	.services-container {
		padding: 60px 15px !important;
	}

	.scroll-item {
		font-size: 50px !important;
		line-height: 60px !important;
	}

	/* Footer */
	.site-footer {
    	text-align: left !important;
    	padding-left: 20px !important;
	}

	.footer-heading {
		font-size: 20px;
		margin-top: 25px;
	}

	.text-decoration-none {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.social-links {
		margin-top: 15px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {

	.apex-logo img {
		max-width: 90px !important;
	}

	.hero-giant-text {
		font-size: 28px !important;
	}

	.hero-desc {
		font-size: 15px !important;
		line-height: 30px !important;
		text-align: left;
	}

	.slide-title {
		font-size: 70px !important;
		line-height: 71px;
	}

	.img-box {
		height: 500px !important;
	}

	img.grid__item-img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
	}

	.img-mask,
	.grid__item-img {
		width: 101%;
		height: 100%;
		object-fit: initial;
		object-position: center;
	}

	.slide-caption {
		position: absolute;
		top: 84%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		color: #fff;
		z-index: 10;
		width: 100%;
	}

	.scroll-item {
		font-size: 55px !important;
		line-height: 90px !important;
	}
}

/*ABOUT SECTION */
.mv-text-side .wp-block-heading {
	color: #000000 !important;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
}

.mv-image-side .wp-block-image img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.mv-text-side .wp-block-paragraph {
    color: #A3A3A3;
    font-size: 18px;
    font-weight: 500;
}

.mv-image-side .wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;

}
.mv-wrapper {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 50px;
	max-width: 1800px;
	margin: 40px auto;
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 40px;
	align-items: center;
	min-height: 900px;
	animation: zoom-in-scroll linear both;
	animation-timeline: view();
	animation-range: entry 20% cover 40%;
}

/* Keyframes Animation */
@keyframes zoom-in-scroll {
	from {
		opacity: 0;
		transform: scale(0.20);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.mv-wrapper {
		grid-template-columns: 1fr;
		padding: 20px;
		width: 95%;
		min-height: auto;
	}
}

/* Mobile Responsive Fixes */
@media (max-width: 768px) {
	.hero-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	h1.hero-giant-text.text-uppercase.m-0 {
		font-size: 57px !important;
		line-height: 77px !important;
		white-space: normal !important;
		text-align: left;
		letter-spacing: -8px !important;
	}

	.hero-footer {
		flex-direction: column !important;
		gap: 20px;
		text-align: center;
		padding-top: 40px;
	}

	.hero-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*contact*/
.next-hero-title span {
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateY(30px);
	opacity: 0.7;
	cursor: pointer;
}

.next-hero-title span:hover {
	translate: none;
	rotate: none;
	scale: none;
	transform: translate(0px, 0px) scale(1.02);
	/* Reset to 0,0 and slight zoom */
	opacity: 1;
}

h1.next-hero-title.primary-font-title.caption-timeline {
	text-align: center;
	padding: 0px 0;
	transition: color 0.5s ease;
	cursor: default;
	font-family: 'Six Caps', sans-serif;
	text-transform: lowercase;
	font-weight: 500;
	font-size: 20rem;
	letter-spacing: 9px;
	margin-bottom: 60px;
}

.footer-custom {
	background-color: #000000;
	color: #ffffff;

}

.footer-inner {
	margin-top: 50px;
}

/* Back Top Button Styling */
.back-top-wrapper {
	position: absolute;
	left: 0;
	z-index: 10;
}

.back-top-link {
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Poppins';
	display: inline-block;
}

.back-top-link:hover {
	transform: translateX(8px);
	color: #ff6b35;
}

.back-top-link:hover {
	opacity: 0.6;
	transform: translateY(-5px);
}

/* Copyright Center Align */
.copyright-text {
	font-size: 18px;
	color: #fff;
	pointer-events: none;
	font-family: 'Poppins' !important;
	font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.back-top-wrapper {
		position: relative;
		margin-bottom: 10px;
	}

	.footer-inner {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	h1.next-hero-title.primary-font-title.caption-timeline {
		font-size: 11rem;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.back-top-wrapper {
		position: relative;
		margin-bottom: 10px;
	}

	.footer-inner {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
		gap: 15px;
		text-align: center;
	}

	.copyright-text {
		font-size: 15px;
	}
}

/* apex careers */
.work-with-us {
    padding: 80px 0;
    background: #fff;
}

.work-with-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.work-content {
    max-width: 850px;
}

.work-tag {
    display: inline-block;
    color: #1B3A2D;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.work-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.2;
}

.work-content h2 strong {
    color: #1B3A2D;
}

.work-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.work-content p strong {
    color: #111;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
    .work-with-us {
        padding: 60px 0;
    }

    .work-content h2 {
        font-size: 38px;
    }

    .work-content p {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .work-with-us {
        padding: 50px 0;
    }

    .work-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .work-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000000;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	overflow-x: hidden;
}
.hero-giant-text span{
    display: inline-block;
    transition: all 0.3s ease;
}

.hero-giant-text span:hover{
    transform: translateY(-15px);
   
}
/* header sticy */
.apex-navbar {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #000;
}

.apex-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #000;
	transition: all 0.3s ease;
}
.apex-navbar.scrolled {
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.apex-hero-section {
	background-color: #0C0C0C;
	min-height: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* Header & Navbar Customization */
.apex-navbar {
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 1030;
}

/* Texture Metallic Logo Effect */
.apex-logo {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #ffffff !important;
	text-decoration: none;
	background: linear-gradient(135deg, #3a7bd5, #3a6073, #00d2ff, #3a7bd5);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 4s linear infinite;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

/* Nav links styling */
.apex-navbar .nav-link {
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 31px !important;
	font-family: 'Poppins';
	line-height: 24px;
	display: inline-block;
	transition: color 0.2s ease, transform 0.3s ease;
}

.apex-navbar .nav-link:hover {

	transform: translateY(-8px);
}


.apex-navbar .dropdown-toggle::after {
	display: none !important;
}

.apex-dropdown-item {
	position: relative;
}
.dropdown-menu.show {
    display: block;
    background: #000;
}
.apex-dropdown-menu .dropdown-item {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 24px !important;
	background: transparent !important;
	transition: color 0.2s ease, transform 0.2s ease;
	font-family: 'Poppins';
}

.apex-navbar .nav-link:hover {

	animation: floatUpDown 0.6s ease-in-out infinite alternate;
}

.apex-dropdown-menu .dropdown-item:hover {
	color: #ffffff !important;
	transform: translateX(5px);
	background-color: transparent !important;
}

.hero-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;

}
.transparent-text {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
	-webkit-text-fill-color: transparent;
}
.hero-giant-text {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -7px;
    margin-left: 46px;
    text-align: start !important;
}
h1.hero-giant-text.text-uppercase.m-0 {
    margin-left: 3px !important;
}
/* hero span animation */
.hero-giant-text{
    overflow: hidden;
}
section.apex-heromain-section {
    background-color: #0C0C0C;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-desc {
	color: rgba(255, 255, 255, 0.5);
	font-size: 23px;
	line-height: 36px !important;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center !important;
	font-family: 'Poppins';
	line-height: 32px !important;
}

/* Bottom Footer Row */
.hero-footer {
	padding-bottom: 35px;
}

.scroll-explore,
.featured-projects {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
	transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.scroll-explore:hover,
.featured-projects:hover {
	opacity: 0.7;
	transform: translateY(-8px);
}

@keyframes upDown {
	from {
		transform: translateY(-10);
	}

	to {
		transform: translateY(-15px);
	}
}

.scroll-explore i {
	animation: bounce 2s infinite;
	display: inline-block;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-5px);
	}

	60% {
		transform: translateY(-3px);
	}
}

.apex-logo img {
    max-width: 190px !important;
    height: auto;
    display: block;
    object-fit: contain;
}

.overlapping-image {
	position: sticky;
	top: 50px;
	height: 80vh;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/* 130% Zoom Box */
.img-box {
	width: 92%;
	height: 80vh;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
	margin-top: 30px;
	transition: transform 0.6s ease, opacity 0.6s ease;

}

.img-mask,
.grid__item-img {
	width: 101%;
	height: 131%;
	object-fit: initial;
	object-position: center;
}

/* Text Center  */
.slide-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 10;
	width: 100%;
}

.slide-title {
	font-size: 126px;
	font-weight: 500;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	font-family: 'Six Caps', sans-serif;
	font-weight: 400;
	text-transform: lowercase;
}

/* Stacking Logic */
.overlapping-image:nth-child(1) {
	z-index: 1;
}

.overlapping-image:nth-child(2) {
	z-index: 2;
}

.overlapping-image:nth-child(3) {
	z-index: 3;
}

.overlapping-image:nth-child(4) {
	z-index: 4;
}

.overlapping-image:nth-child(5) {
	z-index: 5;
}

.overlapping-image:nth-child(6) {
	z-index: 6;
}

.overlapping-image:nth-child(7) {
	z-index: 7;
}

.overlapping-image:nth-child(8) {
	z-index: 8;
}


/* Section Background */
.services-container {
	background-color: #0c0c0c;
	padding: 100px 0;
	min-height: 100vh;
}

.scroll-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Scroll Item Styles */
.scroll-item {
	color: #333 !important;
	text-align: center;
	padding: 0px 0;
	transition: color 0.5s ease;
	cursor: default;
	font-family: 'Six Caps', sans-serif;
	text-transform: lowercase;
	font-weight: 500;
	font-size: 135px;
	line-height: 135px;
}

/* Active State */
.scroll-item.is-active {
	color: #ffffff !important;
}

.scroll-item {
	color: #333 !important;
	transition: color 0.5s ease;
}

.scroll-item.is-active {
	color: #ffffff !important;
}

.site-footer {
	background-color: #121212;
	color: #a1a1a1;
	padding: 60px 0 20px;
	margin-top: 50px;
}

/* Headings */
.footer-heading {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 1.25rem;
}

/* Links Styling */
.footer-links {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.text-decoration-none {
	text-decoration: none !important;
	font-size: 20px;
	line-height: 40px;
	font-family: 'Poppins';
}

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

/* Social Media Icons */
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	color: #ffffff;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.social-links a:hover {
	background-color: #ffffff;
	color: #000;
	border-color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
	border-top: 1px solid #333;
	margin-top: 40px;
	padding-top: 20px;
	font-size: 14px;
}

.footer-bottom a {
	color: #a1a1a1;
	text-decoration: none;
}

/* Example: Footer ka text size adjust karna */
.site-footer p {
	font-size: 18px;
}

.hero-giant-text span {
	display: inline-block;
	transition: all 0.3s ease !important;
}

.hero-giant-text span:hover {

	transform: translateY(-20px) !important;
}

.img-box {
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0px);
	}
}

.img-box {
	overflow: hidden;
}

.img-box {
	overflow: hidden;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 5s ease-out;
}

.img-box:hover img {
	transform: scale(1.30);
}

/* =====================================
   GLOBAL RESPONSIVE FIX
===================================== */

/* Tablet */
@media (max-width: 991px) {

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Header */
	.apex-navbar {
		padding: 12px 0 !important;
		background: #000 !important;
	}

	.apex-logo img {
    	max-width: 140px !important;
	}

	.apex-navbar .nav-link {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}

	/* Hero */
	.hero-wrapper {
		padding-top: 120px !important;
	}

	.hero-giant-text {
		font-size: 48px !important;
		line-height: 1.3 !important;
		letter-spacing: -2px !important;
		white-space: normal !important;
	}
	

	.hero-desc {
		font-size: 15px !important;
		line-height: 30px !important;
		text-align: left !important;
	}

	/* Image Section */
	
	/* img-box {
        width: 100% !important;
        height: 500px !important;
    }

    .slide-title {
        font-size: 80px !important;
    } */

	/* Services */
	.scroll-item {
		font-size: 52px !important;
		line-height: 62px !important;
	}

	/* Footer */
	.footer-heading {
		margin-top: 25px;
	}
}


/* Mobile */
@media (max-width: 767px) {

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

    .container,
    .container-fluid,
    .row {
        max-width: 100%;
        overflow-x: hidden;
    }

	.container,
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Header */
	.apex-navbar {
		padding: 10px 0 !important;
	}

	.apex-logo img {
		max-width: 110px !important;
	}

	.navbar-collapse {
		background: #000;
		padding: 15px;
		margin-top: 10px;
		border-radius: 10px;
	}

	.apex-navbar .nav-link {
		font-size: 36px !important;
		padding: 12px 0 !important;
		text-align: left;
		font-family: 'Six Caps';
		text-transform: uppercase;
		font-weight: 300;
	}

	/* Hero */
	.hero-wrapper {
		padding-top: 110px !important;
	}

	h1.hero-giant-text.text-uppercase.m-0 {
		font-size: 45px !important;
		line-height: 77px !important;
		white-space: normal !important;
		text-align: left;
		letter-spacing: -8px !important;
		margin-left: 0px !important;
	}

	.hero-giant-text {
		font-size: 34px !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
	}

	.hero-desc {
		font-size: 15px !important;
		line-height: 26px !important;
	}

	.featured-projects {
		display: none;
	}

	.scroll-explore {
		margin-right: 152px;
	}

	/* Images */
	.slide-title {
		font-size: 70px !important;
	}

	.img-box {
		height: 500px !important;
	}

	/* Services */
	.services-container {
		padding: 60px 15px !important;
	}

	.scroll-item {
		font-size: 50px !important;
		line-height: 60px !important;
	}

	/* Footer */
	.site-footer {
    	text-align: left !important;
    	padding-left: 20px !important;
	}

	.footer-heading {
		font-size: 20px;
		margin-top: 25px;
	}

	.text-decoration-none {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.social-links {
		margin-top: 15px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {

	.apex-logo img {
		max-width: 90px !important;
	}

	.hero-giant-text {
		font-size: 28px !important;
	}

	.hero-desc {
		font-size: 15px !important;
		line-height: 30px !important;
		text-align: left;
	}

	.slide-title {
		font-size: 70px !important;
		line-height: 71px;
	}

	.img-box {
		height: 500px !important;
	}

	img.grid__item-img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
	}

	.img-mask,
	.grid__item-img {
		width: 101%;
		height: 100%;
		object-fit: initial;
		object-position: center;
	}

	.slide-caption {
		position: absolute;
		top: 84%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		color: #fff;
		z-index: 10;
		width: 100%;
	}

	.scroll-item {
		font-size: 55px !important;
		line-height: 90px !important;
	}
}

/*ABOUT SECTION */
.mv-text-side .wp-block-heading {
	color: #000000 !important;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
}

.mv-image-side .wp-block-image img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.mv-text-side .wp-block-paragraph {
    color: #A3A3A3;
    font-size: 18px;
    font-weight: 500;
}

.mv-image-side .wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;

}
.mv-wrapper {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 50px;
	max-width: 1800px;
	margin: 40px auto;
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 40px;
	align-items: center;
	min-height: 900px;
	animation: zoom-in-scroll linear both;
	animation-timeline: view();
	animation-range: entry 20% cover 40%;
}

/* Keyframes Animation */
@keyframes zoom-in-scroll {
	from {
		opacity: 0;
		transform: scale(0.20);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.mv-wrapper {
		grid-template-columns: 1fr;
		padding: 20px;
		width: 95%;
		min-height: auto;
	}
}

/* Mobile Responsive Fixes */
@media (max-width: 768px) {
	.hero-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	h1.hero-giant-text.text-uppercase.m-0 {
		font-size: 57px !important;
		line-height: 77px !important;
		white-space: normal !important;
		text-align: left;
		letter-spacing: -8px !important;
	}

	.hero-footer {
		flex-direction: column !important;
		gap: 20px;
		text-align: center;
		padding-top: 40px;
	}

	.hero-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*contact*/
.next-hero-title span {
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateY(30px);
	opacity: 0.7;
	cursor: pointer;
}

.next-hero-title span:hover {
	translate: none;
	rotate: none;
	scale: none;
	transform: translate(0px, 0px) scale(1.02);
	/* Reset to 0,0 and slight zoom */
	opacity: 1;
}

h1.next-hero-title.primary-font-title.caption-timeline {
	text-align: center;
	padding: 0px 0;
	transition: color 0.5s ease;
	cursor: default;
	font-family: 'Six Caps', sans-serif;
	text-transform: lowercase;
	font-weight: 500;
	font-size: 20rem;
	letter-spacing: 9px;
	margin-bottom: 60px;
}

.footer-custom {
	background-color: #000000;
	color: #ffffff;

}

.footer-inner {
	margin-top: 50px;
}

/* Back Top Button Styling */
.back-top-wrapper {
	position: absolute;
	left: 0;
	z-index: 10;
}

.back-top-link {
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Poppins';
	display: inline-block;
}

.back-top-link:hover {
	transform: translateX(8px);
	color: #ff6b35;
}

.back-top-link:hover {
	opacity: 0.6;
	transform: translateY(-5px);
}

/* Copyright Center Align */
.copyright-text {
	font-size: 18px;
	color: #fff;
	pointer-events: none;
	font-family: 'Poppins' !important;
	font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.back-top-wrapper {
		position: relative;
		margin-bottom: 10px;
	}

	.footer-inner {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	h1.next-hero-title.primary-font-title.caption-timeline {
		font-size: 11rem;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.back-top-wrapper {
		position: relative;
		margin-bottom: 10px;
	}

	.footer-inner {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
		gap: 15px;
		text-align: center;
	}

	.copyright-text {
		font-size: 15px;
	}
}

/* apex careers */
.work-with-us {
    padding: 80px 0;
    background: #fff;
}

.work-with-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.work-content {
    max-width: 850px;
}

.work-tag {
    display: inline-block;
    color: #1B3A2D;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.work-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.2;
}

.work-content h2 strong {
    color: #1B3A2D;
}

.work-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.work-content p strong {
    color: #111;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
    .work-with-us {
        padding: 60px 0;
    }

    .work-content h2 {
        font-size: 38px;
    }

    .work-content p {
        font-size: 17px;
    }
}



