
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
/* Hide the header by sliding up */
.header.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease;
}

.header-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1350px;
	margin: 0 auto;
	padding: 12px 24px;
	border-radius: 12px;
	background-color: transparent;
	backdrop-filter: blur(10px);
	transition: all 0.5s ease;
	overflow: hidden;
}
/* Right-to-left animation overlay */
.header-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	transform: translateX(100%) scale(0.85);
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease, scale 0.5s ease;
	z-index: -1;
	border-radius: 16px;
}
.header.scrolled .header-container::before {
	transform: translateX(0) scale(1);
	opacity: 1;
}
.logo {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	transition: color 0.3s ease;
	z-index: 1;
}
.desktop-nav {
	display: flex;
	gap: 32px;
}
.desktop-nav a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 16px;
	transition: color 0.3s ease;
	z-index: 1;
}
.button-container {
	display: flex;
	align-items: center;
	gap: 15px;
}
.cta-button {
	background-color: black;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 30px;
	font-weight: 800;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1;
    font-family: "Montserrat", sans-serif;
    line-height: 18px;

}
.cta-button:hover {
	background-color: #E7CC97;
}
/* Hamburger menu */
.hamburger {
	/*display: ;*/
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 2;
}
.hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	background-color: black;
	transition: all 0.3s ease;
}
/* Mobile menu - ensure it can hold all items */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(24, 24, 24, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	transform: scale(0);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	z-index: 999;
	pointer-events: none;
	padding: 0px 100px;
}

.cross{
	position: absolute;
	right: 30px;
	top: 30px;
}
.cross i{
	color: white;
	cursor: pointer;
}

/* When menu is open */
.mobile-menu.open {
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* Make sure links are in front */
.mobile-menu a,
.mobile-menu .mobile-cta-button {
	text-decoration: none;
	color: white;
	font-size: 24px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	z-index: 1001; /* Ensure links are in front */
}
.mobile-cta-button{
	background-color: black;
	color: white;
	padding: 10px 25px;
	border-radius: 50px;

}
.nav-menu{
	display: flex;
	flex-direction: column;
}
/* Sequential animation when menu opens */
.mobile-menu.open a:nth-child(1) {
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0);
}
.mobile-menu.open a:nth-child(2) {
		transition-delay: 0.4s;
		opacity: 1;
		transform: translateY(0);
	}
	.mobile-menu.open a:nth-child(3) {
		transition-delay: 0.6s;
		opacity: 1;
		transform: translateY(0);
	}
	.mobile-menu.open a:nth-child(4) {
		transition-delay: 0.8s;
		opacity: 1;
		transform: translateY(0);
	}
	.mobile-menu.open .mobile-cta-button {
		transition-delay: 1s;
		opacity: 1;
		transform: translateY(0);
	}

.mobile-menu a{
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 4vw;
	font-weight: 800;
	line-height: 5vw;
   
}

/* Scrolled state styles */
.header.scrolled .logo {
	color: white;
}
.header.scrolled .desktop-nav a {
	color: white;
}
.header.scrolled .cta-button {
	background-color: white;
	color: black;
}
.header.scrolled .hamburger span {
	background-color: white;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.desktop-nav {
	display: none;
}
.hamburger {
	display: block;
}
.cta-button {
	display: none;
}
.header-container {
	padding: 12px 16px;
}
.mobile-menu{
	padding: 0px 40px;
}
.mobile-menu .nav-menu a{
	font-size: 33px !important;
	line-height: 44px !important;
}
.ctn-preloader .txt-loading .letters-loading{
	font-size: 24px;
	line-height: 20px;
}
/* Hamburger animation when open */
.hamburger.open span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.open span:nth-child(2) {
	opacity: 0;
}
.hamburger.open span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}
}

.title-three h2{
	font-weight: 900;
	font-family: "Montserrat", sans-serif
}
.block-feature-twenty h2{
	font-weight: 900;
	font-family: "Montserrat", sans-serif
}


.hero-image-03{
	position: absolute;
	top: 30px;
	right: 20px;
	width: 170px !important;
}
.text-left{
	text-align: left;
}
.hero-shape-01{
	width: 170px;
}
.hero-shape-63{
	width: 170px;
}
@media(max-width: 1470px){
	.hero-image-03{
		display:none
	}
	.text-left{
		text-align: center;
	}
}

.card-3d{
	transition: all .3s ease-in-out;
}
.card-3d:hover {
	background-color: #ffe14f; /* yellow on hover like previous button */
	box-shadow: 4px 4px 0 #000;
	transform: translate(4px, 4px);
}

.about-title{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.border{
    height: 1px;
    width: 100%;
    background-color: black;
    z-index: 10;
}
.services-ul li{
	color: black !important;
}
.fs-15{
	font-size: 15px !important;
}
.step-circle{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
    font-size: 25px;
}
.header .header-logo{
	width: 160px !important;
}
@media (max-width: 991px) {
    .hero-banner-seven .hero-heading .shape {
        max-height: 50px;
        display: none;
    }
	.header .header-logo{
		width: 100px !important;
	}
	.footer-two .bg-wrapper{
		padding: 20px;
	}
}