/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Satisfy);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsiconsd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
	background: #333;
	overflow: hidden;
}

/* Custom Scrollbar Design */
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #73faf3, #5ce8db);
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #5ce8db, #73faf3);
	border: 2px solid rgba(115, 250, 243, 0.3);
	box-shadow: 0 0 10px rgba(115, 250, 243, 0.5);
}

::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, 0.2);
}

/* Firefox Scrollbar */
* {
	scrollbar-width: thin;
	scrollbar-color: #73faf3 rgba(0, 0, 0, 0.2);
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
}

/* Logo Header Style */
.slide1-logo {
height: auto;
	width: auto;
	max-width: 200px;
	padding-bottom: 50px;
	filter: drop-shadow(0 2px 8px rgba(115, 250, 243, 0.3));
	transition: all 0.3s ease;
	animation: slideInLeft 0.8s ease forwards;
}
.logo-header {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(15px);
	padding: 10px 15px;
	border-radius: 15px;
	border: 1px solid rgba(115, 250, 243, 0.2);
	box-shadow: 
		0 8px 25px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(115, 250, 243, 0.1);
	transition: all 0.3s ease;
}

.logo-header:hover {
	background: rgba(0, 0, 0, 0.4);
	border-color: rgba(115, 250, 243, 0.4);
	box-shadow: 
		0 12px 35px rgba(0, 0, 0, 0.4),
		0 0 25px rgba(115, 250, 243, 0.2),
		inset 0 1px 0 rgba(115, 250, 243, 0.2);
	transform: translateY(-2px);
}
/* Center the logo_sup image horizontally */
.logo_sup {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px	;
	/* Optional: add margin-top/bottom or max-width as needed */
}


.main-logo {
	height: 40px;
	width: auto;
	max-width: 150px;
	filter: drop-shadow(0 2px 8px rgba(115, 250, 243, 0.3));
	transition: all 0.3s ease;
}

.logo-header:hover .main-logo {
	filter: drop-shadow(0 4px 12px rgba(115, 250, 243, 0.5));
	transform: scale(1.05);
}

/* Page Content Styles */
.page-content {
	padding: 40px 20px;
	max-width: 1600px;
	margin: 0 auto;
	height: 100vh;
	overflow-y: auto;
	box-sizing: border-box;
}


/* First slide styling */
.pt-page-1 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

.pt-page-1 .page-content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	max-width: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	
}


.pt-page-2 .page-content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 80%;
	max-width: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}
 

.hero-content {
margin-top: -40px;
	margin-bottom: 40px;
}

/* Hero Typography with Animations */
.hero-welcome {
	font-size: 1.8em;
	font-weight: 300;
	color: #73faf3;
	margin: 0 0 20px 0;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-out 0.5s forwards;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hero-main-title {
	font-size: 3.5em;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInUp 1.2s ease-out 1s forwards;
	letter-spacing: 3px;
	line-height: 1.1;
	text-shadow: 0 0 30px rgba(115, 250, 243, 0.3);
	text-align: center;
	position: relative;
	z-index: 3;
}

.hero-main-title span {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
 
  font-style: normal;
	font-size: 0.6em;
	color: #73faf3;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 20px rgba(115, 250, 243, 0.5);
}

.hero-main-title strong {
	opacity: 1;
	font-weight: 700;
	color: #fff;
	display: block;
	letter-spacing: 3px;
	text-shadow: 0 0 30px rgba(115, 250, 243, 0.3);
}

/* Client Logos Slider */
.client-logos-section {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1.5s ease-out 2s forwards;
}

.logos-title {
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(115, 250, 243, 0.3);
}

.logos-slider {
	overflow: hidden;
	position: relative;
	background: transparent;
	backdrop-filter: none;
	border-radius: 15px;
bottom: 0px;
	border: none;
	box-shadow: none;
}

.logos-track {
	display: flex;
	align-items: center;
	animation: logoSlide 30s linear infinite;
	gap: 50px;
	width: max-content;
}

.logo-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 160px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 12px;
	padding: 15px;
	margin: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo-item:hover {
	transform: scale(1.05);
	background: rgb(0, 0, 0);
	box-shadow: 0 6px 20px rgba(115, 250, 243, 0.3);
}

.logo-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%) opacity(0.7);
	transition: all 0.3s ease;
}

.logo-item:hover img {
	filter: grayscale(0%) opacity(1);
}

/* Logo slider animation */
@keyframes logoSlide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pause animation on hover */
.logos-slider:hover .logos-track {
	animation-play-state: paused;
}

/* Responsive design for logo slider */
@media (max-width: 768px) {
	.client-logos-section {
		width: 200px;
		left: 30%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
padding-bottom: 50px;
	}
	
	.logos-slider {
		margin: 0 10px;
		padding: 20px 0;
		padding-bottom: 100px;
	}
	
	.logos-track {
		gap: 40px;
	}
	
	.logo-item {
		height: 70px;
		width: 140px;
		padding: 0px;
	}
	
	.logos-title {
		font-size: 0.8em;
		margin-bottom: 15px;
	}
}

.hero-tagline {
	font-size: 1.4em;
	font-weight: 400;
	color: #73faf3;
	margin: 0;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-out 1.5s forwards;
	letter-spacing: 1.5px;
	font-style: italic;
}

/* Animation Keyframes */
@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

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

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

@keyframes glow {
	0%, 100% {
		text-shadow: 0 0 20px rgba(115, 250, 243, 0.3);
	}
	50% {
		text-shadow: 0 0 40px rgba(115, 250, 243, 0.6);
	}
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.3;
	z-index: 1;
	animation: fadeIn 2s ease-out 0.2s forwards;
}

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

/* Second slide styling */
.pt-page-2 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

/* Menu slide styling */
.pt-page-6 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

/* Services slide styling */
.pt-page-3 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

/* Portfolio slide styling */
.pt-page-4 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

/* Contact slide styling */
.pt-page-5 {
	background-color: #000 !important;
	position: relative;
	overflow: hidden;
}

.pt-page-6 .page-content {
	position: relative;
	z-index: 2;
}

.pt-page-3 .page-content {
	position: relative;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
	height: 100vh;
	scroll-behavior: smooth;
}

/* Scroll indicator for slide 3 */
.pt-page-3 .page-content::after {
	content: '';
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100px;
	background: rgba(115, 250, 243, 0.3);
	border-radius: 2px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pt-page-3.pt-page-current .page-content::after {
	opacity: 1;
}

/* Custom scrollbar for slide 3 */
.pt-page-3 .page-content::-webkit-scrollbar {
	width: 8px;
}

.pt-page-3 .page-content::-webkit-scrollbar-track {
	background: rgba(115, 250, 243, 0.1);
	border-radius: 4px;
}

.pt-page-3 .page-content::-webkit-scrollbar-thumb {
	background: rgba(115, 250, 243, 0.5);
	border-radius: 4px;
	transition: background 0.3s ease;
}

.pt-page-3 .page-content::-webkit-scrollbar-thumb:hover {
	background: rgba(115, 250, 243, 0.8);
}

/* Custom scrollbar for slide 4 */
.pt-page-4 .page-content::-webkit-scrollbar {
	width: 8px;
}

.pt-page-4 .page-content::-webkit-scrollbar-track {
	background: rgba(115, 250, 243, 0.1);
	border-radius: 4px;
}

.pt-page-4 .page-content::-webkit-scrollbar-thumb {
	background: rgba(115, 250, 243, 0.5);
	border-radius: 4px;
	transition: background 0.3s ease;
}

.pt-page-4 .page-content::-webkit-scrollbar-thumb:hover {
	background: rgba(115, 250, 243, 0.8);
}

/* Scroll indicator for slide 4 */
.pt-page-4 .page-content::after {
	content: '';
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100px;
	background: rgba(115, 250, 243, 0.3);
	border-radius: 2px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pt-page-4.pt-page-current .page-content::after {
	opacity: 1;
}

.pt-page-4 .page-content {
	position: relative;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

.pt-page-5 .page-content {
	position: relative;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.pt-page-5 .page-content {
		padding: 30px 15px;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.pt-page-5 .page-content {
		padding: 20px 10px;
	}
}

.pt-page-2 .page-content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* About Grid Animation */
.about-grid {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.8s ease-out;
}

.about-text {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 1s ease-out;
}

/* Target only desktop (exclude mobile and tablet) */
@media (min-width: 1025px) {
  .about-stats {
	max-height:100px ;
	}
	.page-2-content {
position: relative;
		top:-60px; 
	}
	.client-logos-section {
	bottom:-100px;
	
	}
}

.about-stats {
	opacity: 0;
	transform: translateX(50px);
	transition: all 1s ease-out;
}

/* Individual stat items animation */
.stat-item {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease-out;
}

/* Page title animation for slide 2 */
.pt-page-2 h1 {
	opacity: 0;
	transform: translateY(-30px);
	transition: all 1s ease-out;
}

/* Active animations */
.pt-page-2.pt-page-current .about-grid {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.pt-page-2.pt-page-current .about-text {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.8s;
}

.pt-page-2.pt-page-current .about-stats {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.2s;
}

.pt-page-2.pt-page-current .stat-item:nth-child(1) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.6s;
}

.pt-page-2.pt-page-current .stat-item:nth-child(2) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.8s;
}

.pt-page-2.pt-page-current .stat-item:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 2s;
}

.pt-page-2.pt-page-current .stat-item:nth-child(4) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 2.2s;
}

.pt-page-2.pt-page-current h1 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

/* Services Grid Animation */
.services-grid {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

.service-card {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s ease-out;
}

/* Page title animation for slide 3 */
.pt-page-3 h1 {
	opacity: 0;
	transform: translateY(-30px);
	transition: all 1s ease-out;
}

/* Active animations for slide 3 */
.pt-page-3.pt-page-current .services-grid {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.pt-page-3.pt-page-current .service-card:nth-child(1) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
}

.pt-page-3.pt-page-current .service-card:nth-child(2) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1s;
}

.pt-page-3.pt-page-current .service-card:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.2s;
}

.pt-page-3.pt-page-current .service-card:nth-child(4) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.4s;
}

.pt-page-3.pt-page-current .service-card:nth-child(5) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.6s;
}

.pt-page-3.pt-page-current .service-card:nth-child(6) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.8s;
}

.pt-page-3.pt-page-current h1 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.hero-image_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.3;
	z-index: 1;
	transform: rotate(180deg);
	animation: fadeIn 2s ease-out 0.2s forwards;
}

.menu-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.3;
	z-index: 1;
	animation: fadeIn 2s ease-out 0.2s forwards;
}

.pt-page-2 h1,
.pt-page-2 h2,
.pt-page-2 h3,
.pt-page-2 p {
	position: relative;
	z-index: 3;
	color: #fff !important;
}

.pt-page-3 h1,
.pt-page-3 h2,
.pt-page-3 h3,
.pt-page-3 p {
	position: relative;
	z-index: 3;
	color: #fff !important;
}

.pt-page-4 h1,
.pt-page-4 h2,
.pt-page-4 h3,
.pt-page-4 p {
	position: relative;
	z-index: 3;
	color: #fff !important;
}

.pt-page-5 h1,
.pt-page-5 h2,
.pt-page-5 h3,
.pt-page-5 h4,
.pt-page-5 p {
	position: relative;
	z-index: 3;
	color: #fff !important;
}

.pt-page-6 h1,
.pt-page-6 h2,
.pt-page-6 h3,
.pt-page-6 p,
.pt-page-6 a {
	position: relative;
	z-index: 3;
	color: #fff !important;
}

.pt-page-1 h1,
.pt-page-1 .hero-subtitle,
.pt-page-1 .hero-buttons {
	position: relative;
	z-index: 3;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	max-width: 100%;
	word-wrap: break-word;
}

/* Ensure hero content doesn't overflow */
.pt-page-1 .hero-buttons {
	max-width: 100%;
	justify-content: center;
}

/* Hero Section */
.hero-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: center;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-out 2s forwards;
}

.btn-primary, .btn-secondary {
	padding: 18px 35px;
	border-radius: 35px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.4s ease;
	cursor: pointer;
	border: 2px solid;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.btn-primary {
	background: linear-gradient(45deg, #73faf3, #5ce8db);
	color: #000;
	border-color: #73faf3;
	box-shadow: 0 5px 20px rgba(115, 250, 243, 0.3);
}

.btn-primary:hover {
	background: transparent;
	color: #73faf3;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(115, 250, 243, 0.5);
}

.btn-secondary {
	background: transparent;
	color: #73faf3;
	border-color: #73faf3;
	box-shadow: 0 5px 20px rgba(115, 250, 243, 0.2);
}

.btn-secondary:hover {
	background: linear-gradient(45deg, #73faf3, #5ce8db);
	color: #000;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(115, 250, 243, 0.5);
}

/* About Section */
.about-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-top: 30px;
}

.about-text h2, .about-text h3 {
	color: #73faf3 !important;
	margin-bottom: 15px;
}

.about-text p {
	margin-bottom: 20px;
	line-height: 1.6;
	color: #fff !important;
}

.about-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 3;
}

.stat-item {
	text-align: center;
	padding: 20px;
	background: rgba(115, 250, 243, 0.15);
	border-radius: 15px;
	border: 1px solid rgba(115, 250, 243, 0.4);
	backdrop-filter: blur(10px);
}

.stat-number {
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: #73faf3 !important;
}

.stat-label {
	display: block;
	font-size: 0.9em;
	color: #fff !important;
	margin-top: 5px;
}

/* Services Section */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 25px;
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}

.service-card {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	padding: 25px;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	position: relative;
	z-index: 3;
}

.service-card:hover {
	background: rgba(115, 250, 243, 0.2);
	border-color: #73faf3;
	transform: translateY(-8px);
	box-shadow: 0 10px 30px rgba(115, 250, 243, 0.3);
}

.service-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(115, 250, 243, 0.1);
	border-radius: 15px;
	padding: 12px;
	transition: all 0.3s ease;
}

.service-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(84%) sepia(97%) saturate(414%) hue-rotate(142deg) brightness(106%) contrast(96%);
	transition: all 0.3s ease;
}

.service-card:hover .service-icon {
	background: rgba(115, 250, 243, 0.2);
	transform: scale(1.1);
}

.service-card:hover .service-icon img {
	filter: brightness(0) saturate(100%) invert(84%) sepia(97%) saturate(414%) hue-rotate(142deg) brightness(120%) contrast(110%);
}

.service-card h3 {
	color: #73faf3 !important;
	margin-bottom: 15px;
	font-size: 1.3em;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.service-card p {
	color: #fff !important;
	line-height: 1.6;
	margin-bottom: 15px;
}

.service-card ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.service-card li {
	padding: 8px 0;
	color: #fff !important;
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease;
}

.service-card li:hover {
	color: #73faf3 !important;
	transform: translateX(5px);
}

.service-card li:before {
	content: "✓";
	color: #73faf3;
	position: absolute;
	left: 0;
	font-weight: bold;
}

/* Portfolio Section */
.portfolio-filter {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 30px 0;
	flex-wrap: wrap;
}

.filter-btn {
	background: transparent;
	border: 2px solid rgba(115, 250, 243, 0.3);
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
	background: #73faf3;
	color: #000 !important;
	border-color: #73faf3;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(115, 250, 243, 0.3);
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 25px;
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}

.portfolio-item {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	position: relative;
	z-index: 3;
}

.portfolio-item:hover {
	transform: translateY(-8px);
	border-color: #73faf3;
	box-shadow: 0 10px 30px rgba(115, 250, 243, 0.3);
	background: rgba(115, 250, 243, 0.15);
}

.portfolio-image {
	height: 250px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(115, 250, 243, 0.2);
	border-radius: 15px 15px 0 0;
}

.portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-item:hover .portfolio-image img {
	transform: scale(1.1);
}

.overlay-content {
	text-align: center;
	color: #fff;
	padding: 20px;
}

.overlay-content h4 {
	color: #73faf3 !important;
	font-size: 1.3em;
	margin-bottom: 8px;
	font-weight: bold;
}

.overlay-content p {
	color: #fff !important;
	font-size: 1em;
	opacity: 0.9;
}

.portfolio-placeholder {
	color: #73faf3;
	font-weight: bold;
	font-size: 1.1em;
}

.portfolio-info {
	padding: 20px;
}

.portfolio-info h3 {
	color: #73faf3 !important;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.portfolio-info p {
	color: #fff !important;
	line-height: 1.6;
	margin-bottom: 15px;
}

.portfolio-tags {
	margin-top: 15px;
}

.tag {
	background: rgba(115, 250, 243, 0.2);
	color: #73faf3;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 0.8em;
	margin-right: 8px;
}

/* Enhanced Contact Section */
.contact-intro {
	text-align: center;
	margin-bottom: 50px;
	padding: 30px;
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.contact-intro h2 {
	color: #73faf3 !important;
	font-size: 2.2em;
	margin-bottom: 15px;
	font-weight: 700;
}

.contact-intro p {
	color: #fff !important;
	font-size: 1.2em;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}

.contact-container {
	display: block;
	margin: 20px 0;
}

.contact-info-main {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	gap: 50px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.contact-info-main {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 30px;
	}
}

.contact-info-left h3,
.contact-info-right h3 {
	color: #73faf3 !important;
	font-size: 1.8em;
	font-weight: 600;
}

/* Enhanced Contact Methods */
.contact-methods {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 20px;
	padding: 30px;
	backdrop-filter: blur(10px);
	margin-bottom: 30px;
}

.contact-subtitle {
	color: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 25px;
	font-size: 1.1em;
	line-height: 1.5;
}

.method-cards {
	display: grid;
	gap: 20px;
}

.method-card {
	background: rgba(115, 250, 243, 0.05);
	border: 1px solid rgba(115, 250, 243, 0.2);
	border-radius: 15px;
	padding: 25px;
	text-align: center;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.method-card:hover {
	background: rgba(115, 250, 243, 0.1);
	border-color: rgba(115, 250, 243, 0.4);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(115, 250, 243, 0.2);
}

.method-icon {
	font-size: 2.5em;
	margin-bottom: 15px;
	display: block;
}

.method-card h4 {
	color: #73faf3 !important;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: 600;
}

.method-card p {
	color: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 20px;
	line-height: 1.5;
}

.method-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 100%;
	box-sizing: border-box;
}

.method-card.primary .method-btn {
	background: linear-gradient(135deg, #73faf3, #00c4a7);
	color: #000 !important;
}

.method-card.secondary .method-btn {
	background: transparent;
	border: 2px solid #73faf3;
	color: #73faf3 !important;
}

.method-card.whatsapp .method-btn {
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: #fff !important;
}

.method-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(115, 250, 243, 0.3);
}

.method-card.secondary .method-btn:hover {
	background: #73faf3;
	color: #000 !important;
}

/* Enhanced Social Section */
.social-section {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	padding: 25px;
	backdrop-filter: blur(10px);
}

.social-section h4 {
	color: #73faf3 !important;
	margin-bottom: 15px;
	font-size: 1.3em;
	text-align: center;
}

.social-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
}

.social-links a {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	color: #fff !important;
	padding: 12px 15px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 0.9em;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.social-links a:hover {
	background: #73faf3;
	color: #000 !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(115, 250, 243, 0.3);
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
	.contact-intro {
		margin-bottom: 30px;
		padding: 20px;
	}
	
	.contact-intro h2 {
		font-size: 1.6em;
		margin-bottom: 12px;
	}
	
	.contact-intro p {
		font-size: 1em;
		line-height: 1.5;
	}
	
	.contact-container {
		margin: 15px 0;
	}
	
	.contact-info-main {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 30px;
	}
	
	.contact-info-left h3,
	.contact-info-right h3 {
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	
	.contact-details {
		margin-bottom: 25px;
	}
	
	.contact-item {
		padding: 15px;
		margin-bottom: 15px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.contact-icon {
		font-size: 1.8em;
	}
	
	.contact-text h4 {
		font-size: 1.1em;
		margin-bottom: 8px;
	}
	
	.contact-text p {
		font-size: 0.9em;
		line-height: 1.4;
	}
	
	.contact-methods {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.contact-subtitle {
		font-size: 1em;
		margin-bottom: 20px;
	}
	
	.method-cards {
		gap: 15px;
	}
	
	.method-card {
		padding: 20px 15px;
	}
	
	.method-icon {
		font-size: 2em;
		margin-bottom: 12px;
	}
	
	.method-card h4 {
		font-size: 1.2em;
		margin-bottom: 8px;
	}
	
	.method-card p {
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	
	.method-btn {
		padding: 12px 20px;
		font-size: 0.95em;
	}
	
	.social-section {
		padding: 20px;
	}
	
	.social-section h4 {
		font-size: 1.2em;
		margin-bottom: 12px;
	}
	
	.social-links {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.social-links a {
		padding: 10px 12px;
		font-size: 0.85em;
		gap: 6px;
	}
	
	.map-section {
		margin: 40px 0 30px;
	}
	
	.map-section h3 {
		font-size: 1.6em;
		margin-bottom: 20px;
	}
	
	.map-overlay {
		position: static;
		margin: 15px;
		max-width: none;
		padding: 15px;
	}
	
	.map-info h4 {
		font-size: 1.1em;
		margin-bottom: 8px;
	}
	
	.map-info p {
		font-size: 0.9em;
		margin-bottom: 12px;
		line-height: 1.4;
	}
	
	.directions-btn {
		padding: 8px 16px;
		font-size: 0.85em;
	}
	
	.contact-cta {
		margin: 40px 0 30px;
		padding: 25px 20px;
	}
	
	.contact-cta h3 {
		font-size: 1.8em;
		margin-bottom: 12px;
	}
	
	.contact-cta p {
		font-size: 1.1em;
		margin-bottom: 25px;
	}
	
	.cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.cta-button {
		width: 100%;
		max-width: 280px;
		justify-content: center;
		padding: 14px 25px;
		font-size: 1em;
	}
}

@media (max-width: 480px) {

	.logo_sup {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px	;
	/* Optional: add margin-top/bottom or max-width as needed */
}
	.page-1-content{
		position: relative;
		/*top: -80px !important;*/
	}

	.page-2-content{
		position: relative;
	
	}
	.pt-page-5 .page-content {
		padding: 20px 15px;
	}
	
	.contact-intro {
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.contact-intro h2 {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	
	.contact-intro p {
		font-size: 0.95em;
		line-height: 1.4;
	}
	
	.contact-info-main {
		gap: 20px;
		margin-bottom: 25px;
	}
	
	.contact-info-left h3,
	.contact-info-right h3 {
		font-size: 1.3em;
		margin-bottom: 12px;
	}
	
	.contact-details {
		margin-bottom: 20px;
	}
	
	.contact-item {
		padding: 12px;
		margin-bottom: 12px;
	}
	
	.contact-icon {
		font-size: 1.5em;
	}
	
	.contact-text h4 {
		font-size: 1em;
		margin-bottom: 6px;
	}
	
	.contact-text p {
		font-size: 0.85em;
		line-height: 1.3;
	}
	
	.contact-methods {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.contact-subtitle {
		font-size: 0.95em;
		margin-bottom: 15px;
	}
	
	.method-cards {
		gap: 12px;
	}
	
	.method-card {
		padding: 15px 12px;
	}
	
	.method-icon {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	
	.method-card h4 {
		font-size: 1.1em;
		margin-bottom: 6px;
	}
	
	.method-card p {
		font-size: 0.85em;
		margin-bottom: 12px;
	}
	
	.method-btn {
		padding: 10px 15px;
		font-size: 0.9em;
	}
	
	.social-section {
		padding: 15px;
	}
	
	.social-section h4 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	
	.social-links {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	
	.social-links a {
		padding: 8px 10px;
		font-size: 0.8em;
		gap: 5px;
	}
	
	.map-section {
		margin: 30px 0 20px;
	}
	
	.map-section h3 {
		font-size: 1.4em;
		margin-bottom: 15px;
	}
	
	.map-container {
		border-radius: 15px;
	}
	
	.map-overlay {
		margin: 10px;
		padding: 12px;
	}
	
	.map-info h4 {
		font-size: 1em;
		margin-bottom: 6px;
	}
	
	.map-info p {
		font-size: 0.8em;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	
	.directions-btn {
		padding: 6px 12px;
		font-size: 0.8em;
	}
	
	.contact-cta {
		margin: 30px 0 20px;
		padding: 20px 15px;
	}
	
	.contact-cta h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	
	.contact-cta p {
		font-size: 1em;
		margin-bottom: 20px;
	}
	
	.cta-buttons {
		gap: 12px;
	}
	
	.cta-button {
		max-width: 100%;
		padding: 12px 20px;
		font-size: 0.95em;
	}
}

.form-description {
	color: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 30px;
	font-size: 1.1em;
	line-height: 1.5;
}

/* Enhanced Contact Details */
.contact-details {
	margin-bottom: 40px;
}

.contact-item {
	background: rgba(115, 250, 243, 0.05);
	border: 1px solid rgba(115, 250, 243, 0.2);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.contact-item:hover {
	background: rgba(115, 250, 243, 0.1);
	border-color: rgba(115, 250, 243, 0.4);
	transform: translateX(5px);
}

.contact-text a {
	color: #73faf3 !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-text a:hover {
	color: #fff !important;
}

/* Social Section */
.social-section {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	padding: 25px;
	backdrop-filter: blur(10px);
}

.social-section h4 {
	color: #73faf3 !important;
	margin-bottom: 15px;
	font-size: 1.3em;
}

.social-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
}

.social-links a {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	color: #fff !important;
	padding: 12px 15px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 0.9em;
	backdrop-filter: blur(5px);
}

.social-links a:hover {
	background: #73faf3;
	color: #000 !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(115, 250, 243, 0.3);
}

.social-links a span {
	margin-right: 5px;
}

/* Enhanced Form Styling */
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 25px;
}

.checkbox-group {
	margin: 30px 0;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	color: #fff !important;
	line-height: 1.5;
	font-size: 0.95em;
}

.checkbox-label input[type="checkbox"] {
	width: auto;
	margin: 0;
	transform: scale(1.2);
	accent-color: #73faf3;
}

.btn-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 1.1em;
	position: relative;
	overflow: hidden;
}

.btn-submit .submit-icon {
	transition: transform 0.3s ease;
}

.btn-submit:hover .submit-icon {
	transform: translateX(5px);
}

/* Google Maps Section */
.map-section {

	text-align: center;
}

.map-section h3 {
	color: #73faf3 !important;
	font-size: 2em;
	margin-bottom: 30px;
	font-weight: 600;
}

.map-container {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(115, 250, 243, 0.2);
	border: 2px solid rgba(115, 250, 243, 0.3);
}

.map-overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	padding: 20px;
	max-width: 280px;
}

.map-info h4 {
	color: #73faf3 !important;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.map-info p {
	color: #fff !important;
	margin-bottom: 15px;
	line-height: 1.5;
}

.directions-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #73faf3, #00c4a7);
	color: #000 !important;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	font-size: 0.9em;
}

.directions-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(115, 250, 243, 0.4);
}

/* Call-to-Action Section */
.contact-cta {
	text-align: center;
	margin: 60px 0 40px;
	padding: 40px;
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.contact-cta h3 {
	color: #73faf3 !important;
	font-size: 2.2em;
	margin-bottom: 15px;
	font-weight: 700;
}

.contact-cta p {
	color: #fff !important;
	font-size: 1.2em;
	margin-bottom: 30px;
	opacity: 0.9;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.cta-button.primary {
	background: linear-gradient(135deg, #73faf3, #00c4a7);
	color: #000 !important;
}

.cta-button.secondary {
	background: transparent;
	border-color: #73faf3;
	color: #73faf3 !important;
}

.cta-button.whatsapp {
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: #fff !important;
}

.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(115, 250, 243, 0.3);
}

.cta-button.secondary:hover {
	background: #73faf3;
	color: #000 !important;
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
	.contact-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.map-overlay {
		position: static;
		margin: 20px;
		max-width: none;
	}
	
	.cta-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.cta-button {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
	
	.contact-intro h2 {
		font-size: 1.8em;
	}
	
	.contact-intro p {
		font-size: 1.1em;
	}
}

.contact-info h2 {
	color: #73faf3 !important;
	margin-bottom: 15px;
}

.contact-details {
	margin-top: 30px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	gap: 15px;
	background: rgba(115, 250, 243, 0.05);
	border: 1px solid rgba(115, 250, 243, 0.2);
	border-radius: 12px;
	padding: 20px;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.contact-icon {
	font-size: 1.5em;
	min-width: 30px;
	color: #73faf3 !important;
}

.contact-text h4 {
	color: #73faf3 !important;
	margin-bottom: 5px;
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-links a {
	color: #73faf3;
	text-decoration: none;
	transition: color 0.3s ease;
}

.social-links a:hover {
	color: #fff;
}

.contact-form {
	background: rgba(115, 250, 243, 0.1);
	border: 1px solid rgba(115, 250, 243, 0.3);
	border-radius: 15px;
	padding: 30px;
	backdrop-filter: blur(10px);
}

.contact-form h3 {
	color: #73faf3 !important;
	margin-bottom: 25px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	color: #73faf3 !important;
	margin-bottom: 8px;
	font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	background: rgba(115, 250, 243, 0.1);
	border: 2px solid rgba(115, 250, 243, 0.3);
	border-radius: 8px;
	color: #fff !important;
	font-size: 14px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	backdrop-filter: blur(5px);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #73faf3;
	background: rgba(115, 250, 243, 0.15);
	box-shadow: 0 0 10px rgba(115, 250, 243, 0.3);
}

.btn-submit {
	background: linear-gradient(135deg, #73faf3, #00c4a7);
	color: #000 !important;
	border: none;
	padding: 15px 30px;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.btn-submit:hover {
	background: linear-gradient(135deg, #00c4a7, #73faf3);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(115, 250, 243, 0.4);
}

/* Menu Section */
.menu-container {
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 3;
}

.main-navigation {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 40px 0;
	text-align: left;
}

.nav-section h2 {
	color: #73faf3 !important;
	margin-bottom: 20px;
	font-size: 1.3em;
}

.nav-list {
	list-style: none;
	padding: 0;
}

.nav-list li {
	margin-bottom: 12px;
}

.nav-list a {
	color: #fff !important;
	text-decoration: none;
	font-size: 1.1em;
	transition: all 0.3s ease;
	display: block;
	padding: 8px 0;
}

.nav-list a:hover {
	color: #73faf3 !important;
	transform: translateX(5px);
}

.menu-footer {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(115, 250, 243, 0.2);
	color: #fff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-main-title {
		font-size: 2.5em;
		letter-spacing: 2px;
	}
	
	.hero-welcome {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	
	.hero-tagline {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	
	.about-grid,
	.contact-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.pt-page-2 .page-content {
		padding: 20px 15px;
		width: 100%;
	}
	
	.pt-page-2 h1 {
		font-size: 2em;
		margin-bottom: 20px;
	}
	
	.about-text h2 {
		font-size: 1.5em;
	}
	
	.about-text h3 {
		font-size: 1.3em;
	}
	
	.about-text p {
		font-size: 0.95em;
		line-height: 1.5;
	}
	
	.about-stats {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-top: 20px;
	}
	
	.stat-item {
		padding: 15px 10px;
	}
	
	.stat-number {
		font-size: 1.5em;
	}
	
	.stat-label {
		font-size: 0.8em;
	}
	
	.form-row {
		grid-template-columns: 1fr;
	}
	
	.hero-buttons {
		padding-top: 200px;
		flex-direction: column;
		align-items: center;
	}
	
	.btn-primary, .btn-secondary {
		width: 100%;
		max-width: 250px;
		text-align: center;
	}
	
	.services-grid {
		grid-template-columns: 1fr;
	}
	
	.portfolio-grid {
		grid-template-columns: 1fr;
	}
	
	.main-navigation {
		grid-template-columns: 1fr;
	}
	
	.page-content {
		padding: 20px 15px;
	}
}

@media (max-width: 480px) {
	.hero-main-title {
		font-size: 2em;
		letter-spacing: 1px;
	}
	
	.hero-welcome {
		font-size: 1.2em;
	}
	
	.hero-tagline {
		font-size: 1em;
	}
	
	.pt-page-2 .page-content {
		padding: 15px 10px;


	}
	
	.pt-page-2 h1 {
		font-size: 1.8em;
		margin-bottom: 15px;
	}
	
	.about-text h2 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	
	.about-text h3 {
		font-size: 1.1em;
		margin-bottom: 8px;
	}
	
	.about-text p {
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	
	.about-grid {
		gap: 15px;
		margin-top: 20px;
	}
	
	.about-stats {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 120px;
	}
	
	.stat-item {
		padding: 12px 8px;
	}
	
	.stat-number {
		font-size: 1.3em;
	}
	
	.stat-label {
		font-size: 0.75em;
	}
	
	.portfolio-filter {
		flex-direction: column;
		align-items: center;
	}
	
	.filter-btn {
		width: 200px;
	}
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	font-size: 0.68em;
	line-height: 2.2;
	z-index: 50000;
	top: 0;
	left: 0;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #000;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.2);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
	content: "\e001";
}
.codrops-icon-prev:before {
	content: "\e004";
}
.codrops-icon-archive:before {
	content: "\e002";
}
.codrops-icon-next:before {
	content: "\e000";
}
.codrops-icon-about:before {
	content: "\e003";
}

@media screen and (max-width: 25em) { 
	.codrops-icon span {
		display: none;
	}
}



    /* Contact Action Buttons */
    .contact-actions {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10000;
        display: flex;
        gap: 15px;
        opacity: 1;
        pointer-events: auto;
        animation: slideInFromRight 1s ease-out 2s both;
    }

    @keyframes slideInFromRight {
        from {
            opacity: 0;
            transform: translateX(100px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideInFromRight {
        from {
            opacity: 0;
            transform: translateX(100px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        position: relative;
        overflow: hidden;
    }

    .action-button:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .action-button:active {
        transform: scale(0.95);
    }

    .action-button i {
        font-size: 24px;
        color: #2c3e50;
        transition: all 0.3s ease;
    }

    .call-button {
        background: linear-gradient(135deg, #73faf3 0%, #5ce8db 100%);
        border: 2px solid rgba(115, 250, 243, 0.5);
    }

    .call-button:hover {
        background: linear-gradient(135deg, #5ce8db 0%, #73faf3 100%);
        border-color: #73faf3;
        box-shadow: 0 10px 30px rgba(115, 250, 243, 0.4);
    }

    .call-button i {
        color: #000;
    }

    .whatsapp-button {
        background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        border: 2px solid rgba(37, 211, 102, 0.5);
    }

    .whatsapp-button:hover {
        background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
        border-color: #25D366;
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    }

    .whatsapp-button i {
        color: white;
    }

    .location-button {
        background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
        border: 2px solid rgba(66, 133, 244, 0.5);
    }

    .location-button:hover {
        background: linear-gradient(135deg, #34A853 0%, #4285F4 100%);
        border-color: #4285F4;
        box-shadow: 0 10px 30px rgba(66, 133, 244, 0.4);
    }

    .location-button i {
        color: white;
    }

    .action-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: scale(0);
        transition: transform 1s ease;
    }

    .action-button:hover::before {
        transform: scale(1.5);
        opacity: 0;


    }

    .action-tooltip {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(44, 62, 80, 0.9);
        color: white;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .action-button:hover .action-tooltip {
        opacity: 1;

    }

    .location-button {
        background: linear-gradient(135deg, #b49674 0%, #b5a18a 100%);
    }

    .location-button:hover {
        background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
    }

    .location-button i {
        color: white;
    }

/* Portfolio and Contact Animations */
.portfolio-filter .filter-btn {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards;
}

.portfolio-filter .filter-btn:nth-child(1) { animation-delay: 0.1s; }
.portfolio-filter .filter-btn:nth-child(2) { animation-delay: 0.2s; }
.portfolio-filter .filter-btn:nth-child(3) { animation-delay: 0.3s; }
.portfolio-filter .filter-btn:nth-child(4) { animation-delay: 0.4s; }
.portfolio-filter .filter-btn:nth-child(5) { animation-delay: 0.5s; }

.portfolio-item {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.6s ease forwards;
}

.portfolio-item:nth-child(1) { animation-delay: 0.3s; }
.portfolio-item:nth-child(2) { animation-delay: 0.4s; }
.portfolio-item:nth-child(3) { animation-delay: 0.5s; }
.portfolio-item:nth-child(4) { animation-delay: 0.6s; }
.portfolio-item:nth-child(5) { animation-delay: 0.7s; }
.portfolio-item:nth-child(6) { animation-delay: 0.8s; }

.contact-container > div {
	opacity: 0;
	animation: slideInLeft 0.8s ease forwards;
}

.contact-info-main {
	opacity: 0;
	animation: fadeInUp 0.8s ease forwards 0.2s;
}

.contact-info-left,
.contact-info-right {
	opacity: 0;
	animation: slideInLeft 0.8s ease forwards;
}

.contact-info-right {
	animation: slideInRight 0.8s ease forwards 0.3s;
}

.method-card {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.6s ease forwards;
}

.method-card:nth-child(1) { animation-delay: 0.5s; }
.method-card:nth-child(2) { animation-delay: 0.6s; }
.method-card:nth-child(3) { animation-delay: 0.7s; }

.contact-item {
	opacity: 0;
	transform: translateX(-30px);
	animation: slideInLeft 0.6s ease forwards;
}

.contact-item:nth-child(1) { animation-delay: 0.3s; }
.contact-item:nth-child(2) { animation-delay: 0.4s; }
.contact-item:nth-child(3) { animation-delay: 0.5s; }
.contact-item:nth-child(4) { animation-delay: 0.6s; }

/* New Contact Elements Animations */
.contact-intro {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease forwards 0.1s;
}

.social-section {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards 0.7s;
}

.social-links a {
	opacity: 0;
	transform: translateY(10px);
	animation: fadeInUp 0.4s ease forwards;
}

.social-links a:nth-child(1) { animation-delay: 0.8s; }
.social-links a:nth-child(2) { animation-delay: 0.9s; }
.social-links a:nth-child(3) { animation-delay: 1.0s; }
.social-links a:nth-child(4) { animation-delay: 1.1s; }
.social-links a:nth-child(5) { animation-delay: 1.2s; }

.map-section {
	opacity: 0;
	transform: translateY(40px);
	animation: fadeInUp 0.8s ease forwards 0.3s;
}

.contact-cta {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease forwards 0.5s;
}

.cta-button {
	opacity: 0;
	transform: translateY(15px);
	animation: fadeInUp 0.5s ease forwards;
}

.cta-button:nth-child(1) { animation-delay: 1.0s; }
.cta-button:nth-child(2) { animation-delay: 1.1s; }
.cta-button:nth-child(3) { animation-delay: 1.2s; }

.form-group {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards;
}

.form-group:nth-child(1) { animation-delay: 0.5s; }
.form-group:nth-child(2) { animation-delay: 0.6s; }
.form-group:nth-child(3) { animation-delay: 0.7s; }
.form-group:nth-child(4) { animation-delay: 0.8s; }
.form-group:nth-child(5) { animation-delay: 0.9s; }
.form-group:nth-child(6) { animation-delay: 1.0s; }
.form-group:nth-child(7) { animation-delay: 1.1s; }
.form-group:nth-child(8) { animation-delay: 1.2s; }

.btn-submit {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards 1.3s;
}

/* Placeholder Text Styling */
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

