body {
	font-family: "Blinker", sans-serif;
	height: auto !important;
	font-weight: 300;
	color: #6d758d;
	letter-spacing: 0.5px;
	font-size: 14px;
}

a {
	text-decoration: none ;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}

/* Smooth Header Transitions */
.smooth-header {
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.smooth-header.header-hidden {
	transform: translateY(-200%);
}

.smooth-header.header-visible {
	transform: translateY(0);
}

/* Dropdown Menu Styles */
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

.group:hover .group-hover\:visible {
	visibility: visible;
}

/* Smooth Scroll */
html {
	scroll-behavior: smooth;
}

/* Mobile Menu Animation */
.mobile-menu {
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#hero-carousel .owl-controls {
	margin: 0px;
}
#hero-carousel .owl-controls {
	position: absolute;
	left: 0;
	bottom: 0;
}
#hero-carousel .owl-controls .owl-nav .owl-prev, #hero-carousel .owl-controls .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
	width: 80px !important;
	height: 80px !important;
	font-weight: bold !important;
	text-align: center !important;
	line-height: 80px !important;
	border-radius: 0px !important;
	background: #fff;
	color: #000 !important;
}
#hero-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
#hero-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
	background: #ab7537 !important;
	color: #fff !important;
}
.hero-slider h1 {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.hero-slider .active h1 {
	top: 0;
	opacity: 1;
}
.hero-slider p {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all 1s ease-in-out;
}
.hero-slider .active p {
	top: 0;
	opacity: 1;
}
.hero-slider .btn {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all 1.2s ease-in-out;
}
.hero-slider .active .btn {
	top: 0;
	opacity: 1;
}
.after-lines:after {
	background-image: url('../img/pattern1.png');
	z-index: -1;
}
#project-slider {
	z-index: 999;
}
#project-slider .owl-controls {
	margin: 0px;
	position: absolute;
	top: -100px;
	right: 10%;
}
#project-slider .owl-controls .owl-nav .owl-prev, #project-slider .owl-controls .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
	width: 60px !important;
	height: 60px !important;
	font-weight: bold !important;
	text-align: center !important;
	line-height: 60px !important;
	border-radius: 0px !important;
	background: #fff;
	color: #000 !important;
}
#project-slider .owl-controls .owl-nav .owl-next {
	background: #ab7537 !important;
	color: #fff !important;
}

/* Text Stroke/Border Effect */
.text-stroke {
	color: transparent;
	-webkit-text-stroke: 1px #000;
	opacity: 0.1;
}

/* Scroll Animation for Text - Letter by Letter */
.scroll-animate-text {
	display: inline-block;
}

.scroll-animate-text .letter {
	display: inline-block;
	opacity: 0;
	transform: translateY(50px) scale(0.5);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.dark-bord.text-stroke {
	-webkit-text-stroke: 1px #fff;
}
.scroll-animate-text.animated .letter {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Testimonial Card Styles */
.testimonial-card {
	min-height: 200px;
}


.testimonial-content {
	position: relative;
	z-index: 1;
}

.quote-icon {
	font-family: Georgia, serif;
	line-height: 1;
	z-index: 0;
}

#testimonial-slider .owl-controls {
	margin-top: 30px;
	text-align: center;
}

#testimonial-slider .owl-dots {
	margin-top: 30px;
	text-align: center;
}
#testimonial-slider .owl-dots .owl-dot span {
	background: #ddd;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
#testimonial-slider .owl-dots .owl-dot.active span {
	background: #ab7537;
	width: 40px;
	border-radius: 10px;
}

/* Team Member Card Styles */
.team-item {
	aspect-ratio: 1 / 1.2;
	min-height: 400px;
}

.team-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.team-overlay {
	text-align: center;
}

.team-overlay h5,
.team-overlay h3 {
	text-align: center;
}
.banner-section .dark-bord.text-stroke {
	-webkit-text-stroke: 1px #000;
	opacity: 0.4;
}

/* Team Modal Styles */
.team-modal {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	animation: fadeIn 0.3s ease-in-out;
}

.team-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-modal-content {
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	animation: slideUp 0.4s ease-out;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.team-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #1e293b;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.team-modal-close:hover {
	background-color: #ab7537;
	color: #fff;
	transform: rotate(90deg);
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.team-member-card {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.team-member-card:hover {
	transform: translateY(-5px);
}