@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%; height: auto;}

/* Responsive container improvements */
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

/* Ensure proper text wrapping and spacing */
.we-create li {
	word-wrap: break-word;
	hyphens: auto;
	max-width: 100%;
}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
html {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 0;
	padding: 0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:140px 0 120px;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	align-items: center;
	margin: 0;
	background-position: left top;
	background-size: auto;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, 
		rgba(0, 0, 0, 0.4) 0%, 
		rgba(0, 0, 0, 0.2) 50%, 
		rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
}
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

/* Enhanced Hero Content Styling */
.hero-content {
	position: relative;
	z-index: 4;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
}

.hero-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.15));
	border: 2px solid rgba(59, 130, 246, 0.4);
	border-radius: 60px;
	padding: 20px 40px;
	margin-bottom: 56px;
	backdrop-filter: blur(20px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2), 0 0 20px rgba(59, 130, 246, 0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.hero-badge::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.6s ease;
}

.hero-badge:hover::before {
	left: 100%;
}

.hero-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.25);
	border-color: rgba(59, 130, 246, 0.5);
}

.hero-badge span {
	color: #3b82f6;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.hero-title {
	font-size: clamp(48px, 8vw, 72px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 48px;
	letter-spacing: -0.03em;
	line-height: 1.1;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
}

.hero-title .highlight {
	background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-subtitle {
	font-size: clamp(18px, 3vw, 24px);
	line-height: 1.6;
	color: #e2e8f0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	max-width: 800px;
	margin: 0 auto 56px;
	letter-spacing: 0.02em;
	opacity: 0.9;
}

.hero-description {
	max-width: 800px;
	margin: 0 auto 40px;
}

.hero-description p {
	font-size: 18px;
	line-height: 1.7;
	color: #cbd5e1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.01em;
}

/* Hero Features */
.hero-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	justify-content: center;
	align-items: center;
	gap: 48px;
	margin-bottom: 72px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px 32px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 60px;
	backdrop-filter: blur(20px);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.05));
	opacity: 0;
	transition: opacity 0.4s ease;
}

.feature-item:hover::before {
	opacity: 1;
}

.feature-item:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(59, 130, 246, 0.5);
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.feature-icon-wrapper {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.1));
	border: 2px solid rgba(59, 130, 246, 0.3);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-icon-wrapper:hover {
	transform: scale(1.1) rotate(5deg);
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(6, 182, 212, 0.2));
	border-color: rgba(59, 130, 246, 0.5);
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.feature-icon-wrapper i {
	color: #3b82f6;
	font-size: 20px;
	font-weight: 600;
	z-index: 2;
	transition: all 0.4s ease;
}

.feature-icon-wrapper:hover i {
	color: #60a5fa;
	transform: scale(1.1);
}

.feature-icon-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
	border-radius: 16px;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.feature-icon-wrapper:hover .feature-icon-glow {
	opacity: 1;
}

.feature-item span {
	color: #e2e8f0;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	position: relative;
	z-index: 2;
	transition: all 0.4s ease;
}

.feature-item:hover span {
	color: #ffffff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Hero Stats */
.hero-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	gap: 56px;
	margin-top: 72px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.stat-item {
	text-align: center;
	padding: 32px 24px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	backdrop-filter: blur(20px);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.stat-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.stat-item:hover::before {
	transform: scaleX(1);
}

.stat-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.1));
	border: 1px solid rgba(59, 130, 246, 0.3);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	transition: all 0.3s ease;
}

.stat-icon i {
	color: #3b82f6;
	font-size: 24px;
	font-weight: 600;
}

.stat-item:hover .stat-icon {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(6, 182, 212, 0.2));
	border-color: rgba(59, 130, 246, 0.5);
	transform: translateY(-4px);
}

.stat-item:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(6, 182, 212, 0.4);
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.stat-number {
	display: block;
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 900;
	color: #3b82f6;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 12px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
}

.stat-item:hover .stat-number {
	color: #60a5fa;
	text-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.stat-label {
	display: block;
	font-size: 12px;
	color: #cbd5e1;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Floating Background Elements */
.hero-background-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.floating-element {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.08));
	border: 2px solid rgba(59, 130, 246, 0.25);
	animation: float 8s ease-in-out infinite;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1);
}

.element-1 {
	width: 140px;
	height: 140px;
	top: 15%;
	left: 8%;
	animation-delay: 0s;
}

.element-2 {
	width: 100px;
	height: 100px;
	top: 65%;
	right: 15%;
	animation-delay: 2s;
}

.element-3 {
	width: 100px;
	height: 100px;
	bottom: 20%;
	left: 20%;
	animation-delay: 4s;
}

@keyframes float {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		opacity: 0.7;
	}
	50% { 
		transform: translateY(-25px) rotate(180deg) scale(1.05); 
		opacity: 0.9;
	}
}

/* Enhanced Hero Animations */
.hero-content {
	animation: heroFadeIn 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes heroFadeIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-badge {
	animation: badgeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

@keyframes badgeSlideIn {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.hero-title {
	animation: titleSlideIn 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}

@keyframes titleSlideIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-subtitle {
	animation: subtitleSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

@keyframes subtitleSlideIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-features {
	animation: featuresSlideIn 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s both;
}

@keyframes featuresSlideIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.header-buttons {
	animation: buttonsSlideIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s both;
	display: flex;
	gap: 32px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 72px;
}

@keyframes buttonsSlideIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-stats {
	animation: statsSlideIn 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}

@keyframes statsSlideIn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Enhanced Logo Styling */
.logo {
	width: 130px;
	margin: 0 auto 35px;
	position: relative;
	z-index: 3;
	transition: all 0.3s ease;
	animation: logoGlow 4s ease-in-out infinite alternate;
}

.logo:hover {
	transform: scale(1.05);
}

.logo:hover img {
	transform: scale(1.05);
}

.logo img {
	transition: all 0.3s ease;
}

/* Scroll Indicator */
.scroll-indicator {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 4;
	color: #ffffff;
	animation: scrollBounce 2s ease-in-out infinite;
	cursor: pointer;
	transition: all 0.3s ease;
}

.scroll-indicator:hover {
	transform: translateX(-50%) scale(1.1);
}

.scroll-arrow {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px auto 24px;
	backdrop-filter: blur(15px);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.scroll-arrow:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.scroll-arrow i {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
}

.scroll-indicator span {
	font-size: 11px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.explore-more-text {
	display: block;
	margin-top: 64px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.scroll-indicator:hover span {
	opacity: 1;
	color: #60a5fa;
}

@keyframes scrollBounce {
	0%, 100% { transform: translateX(-50%) translateY(0px); }
	50% { transform: translateX(-50%) translateY(-4px); }
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}

.header-buttons {
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	margin-top: 32px;
}

/* Enhanced button styling to match services section */
.header-buttons .link {
	min-width: 160px;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 32px;
	border-radius: 16px;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(15px);
	border: 2px solid transparent;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

/* Enhanced responsive form styling */
.form input, .form textarea {
	width: 100%;
	box-sizing: border-box;
}

/* Enhanced responsive social links */
.social-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.social-link li {
	list-style: none;
}

.social-link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

/* Enhanced responsive service list */
.service-list {
	display: flex;
	align-items: flex-start;
}

.service-list-col1 {
	flex-shrink: 0;
}

.service-list-col2 {
	flex: 1;
	min-width: 0;
}

/* Professional Services Section Spacing */
#service {
	margin-top: 0;
	padding-top: 140px;
	padding-bottom: 120px;
	background: 
		linear-gradient(135deg, #fafbfc 0%, #ffffff 100%),
		radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(124, 197, 118, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(6, 182, 212, 0.05) 0%, transparent 70%);
	position: relative;
	overflow: hidden;
	animation: subtleFloat 20s ease-in-out infinite;
}

@keyframes subtleFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

#service::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #3b82f6, #7cc576, #06b6d4, transparent);
	opacity: 0.6;
}

#service .container,
.featured-functions-section .container {
	padding: 0 24px;
	position: relative;
	z-index: 2;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.featured-functions-section .container {
		padding: 0 32px;
	}
}

@media (min-width: 1200px) {
	.featured-functions-section .container {
		padding: 0 40px;
	}
}

@media (min-width: 1400px) {
	#service .container,
	.featured-functions-section .container {
		max-width: 1400px;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	#service .container,
	.featured-functions-section .container {
		max-width: 1200px;
	}
}

/* Modern Service Header */
.service-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding: 40px 0;
}

.service-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	border-radius: 2px;
}

.header-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.15));
	border: 2px solid rgba(59, 130, 246, 0.4);
	border-radius: 60px;
	padding: 18px 36px;
	margin-bottom: 40px;
	backdrop-filter: blur(20px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2), 0 0 20px rgba(59, 130, 246, 0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.header-badge::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	transition: left 0.6s ease;
}

.header-badge:hover::before {
	left: 100%;
}

.header-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.25);
	border-color: rgba(59, 130, 246, 0.5);
}

.header-badge span {
	color: #3b82f6;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.service-header h2 {
	font-size: clamp(36px, 6vw, 56px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 40px;
	letter-spacing: -0.03em;
	line-height: 1.1;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	position: relative;
}

.service-subtitle {
	font-size: clamp(18px, 2.5vw, 22px);
	line-height: 1.7;
	color: #475569;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: 0.02em;
	opacity: 0.95;
}

#service h2 {
	margin-bottom: 32px;
	font-size: 42px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.04em;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
	position: relative;
}

#service h2::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #7cc576, #5a9f5a);
	border-radius: 2px;
}

#service h6 {
	margin-bottom: 80px;
	font-size: 20px;
	line-height: 1.7;
	color: #4a5568;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

/* Modern Services Grid */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: 56px;
	margin-bottom: 120px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	position: relative;
}

@media (min-width: 1200px) {
	.services-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
	
	.service-item.primary {
		grid-column: span 3;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.service-item.primary {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	.services-grid {
		grid-template-columns: 1fr;
	}
	
	.service-item.primary {
		grid-column: span 1;
	}
}

.service-item {
	position: relative;
}

.service-item.primary {
	grid-column: span 2;
}

.service-item.primary .service-card-modern {
	background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
	border: 2px solid rgba(59, 130, 246, 0.2);
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.08),
		0 8px 16px rgba(59, 130, 246, 0.15);
}

.service-item.primary .service-card-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 4px 4px 0 0;
}

/* Modern Service Cards */
.service-card-modern {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	border-radius: 28px;
	padding: 32px;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 2px solid rgba(240, 240, 240, 0.9);
	box-shadow: 
		0 16px 40px rgba(0, 0, 0, 0.1),
		0 8px 20px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(20px);
	display: flex;
	flex-direction: column;
}



.service-card-modern:hover {
	transform: translateY(-12px) scale(1.03);
	box-shadow: 
		0 32px 64px rgba(0, 0, 0, 0.15),
		0 16px 32px rgba(59, 130, 246, 0.2),
		0 8px 16px rgba(6, 182, 212, 0.15);
	border-color: rgba(59, 130, 246, 0.5);
	background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 100%);
}



.card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 24px;
	position: relative;
}

.icon-wrapper {
	position: relative;
	width: 88px;
	height: 88px;
	background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 
		0 16px 40px rgba(59, 130, 246, 0.3),
		0 8px 20px rgba(6, 182, 212, 0.2);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.icon-wrapper:hover {
	transform: translateY(-6px) rotate(8deg) scale(1.05);
	box-shadow: 
		0 24px 48px rgba(59, 130, 246, 0.4),
		0 12px 24px rgba(6, 182, 212, 0.25);
}

.icon-wrapper i {
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	z-index: 2;
	position: relative;
	transition: all 0.4s ease;
}

.icon-wrapper:hover i {
	transform: scale(1.1);
}

.icon-glow {
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
	border-radius: 22px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.icon-wrapper:hover .icon-glow {
	opacity: 1;
}

.service-number {
	font-size: 56px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: rgba(59, 130, 246, 0.06);
	line-height: 1;
	position: absolute;
	top: -12px;
	right: -12px;
	transition: all 0.4s ease;
}

.service-card-modern:hover .service-number {
	color: rgba(59, 130, 246, 0.1);
	transform: scale(1.1);
}

.card-content h3 {
	color: #1a1a1a;
	font-size: clamp(22px, 3vw, 26px);
	margin-bottom: 20px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.2;
	transition: all 0.4s ease;
}

.service-card-modern:hover .card-content h3 {
	color: #1e40af;
}

.card-content p {
	color: #374151;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	transition: all 0.4s ease;
}

.service-card-modern:hover .card-content p {
	color: #1f2937;
}

.service-metrics {
	display: flex;
	gap: 28px;
	margin-bottom: 24px;
	justify-content: space-between;
}

.metric {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 16px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.06));
	border-radius: 20px;
	border: 1px solid rgba(59, 130, 246, 0.18);
	flex: 1;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.metric:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.1));
	border-color: rgba(59, 130, 246, 0.3);
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 24px rgba(59, 130, 246, 0.15);
}

.metric-value {
	font-size: 20px;
	font-weight: 900;
	color: #3b82f6;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 6px;
	transition: all 0.4s ease;
}

.metric:hover .metric-value {
	color: #1e40af;
	transform: scale(1.05);
}

.metric:hover .metric-label {
	color: #1f2937;
	transform: scale(1.02);
}

.metric-label {
	font-size: 13px;
	color: #374151;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	transition: all 0.4s ease;
}

.modern-cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #3b82f6;
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	padding: 20px 28px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(6, 182, 212, 0.06));
	border: 2px solid rgba(59, 130, 246, 0.25);
	letter-spacing: 0.02em;
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.15);
	position: relative;
	overflow: hidden;
	margin-top: auto;
}

.modern-cta:hover {
	color: #1e40af;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.1));
	border-color: rgba(59, 130, 246, 0.4);
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
}

.cta-arrow {
	width: 36px;
	height: 36px;
	background: rgba(59, 130, 246, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.modern-cta:hover .cta-arrow {
	background: rgba(59, 130, 246, 0.25);
	transform: translateX(6px) scale(1.1);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.cta-arrow i {
	font-size: 14px;
	color: #3b82f6;
}



/* Service Highlight Section */
.service-highlight {
	background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
	border-radius: 32px;
	padding: 40px;
	border: 2px solid rgba(59, 130, 246, 0.15);
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.08),
		0 8px 16px rgba(59, 130, 246, 0.08);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(20px);
	transition: all 0.4s ease;
}

/* Highlight Visual Section */
.highlight-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 20px;
}

/* Featured Functions Section - Modern Enterprise Design */
.featured-functions-section,
.main-section.featured-functions-section {
	background: url('../img/section-bg2.jpg') center center no-repeat;
	background-size: cover;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
	border: none;
	box-shadow: none;
	margin: 0;
	animation: sectionFloat 6s ease-in-out infinite, featuredFunctionsBackgroundFloat 10s ease-in-out infinite;
}

.featured-functions-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.8), rgba(52, 73, 94, 0.7));
	z-index: 1;
}

.featured-functions-section .floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}

.featured-functions-section .floating-element {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(6, 182, 212, 0.08));
	border: 2px solid rgba(59, 130, 246, 0.2);
	animation: featuredFunctionsFloat 12s ease-in-out infinite;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.08);
}

.featured-functions-section .element-1 {
	width: 120px;
	height: 120px;
	top: 20%;
	left: 10%;
	animation-delay: 0s;
}

.featured-functions-section .element-2 {
	width: 80px;
	height: 80px;
	top: 70%;
	right: 12%;
	animation-delay: 3s;
}

.featured-functions-section .element-3 {
	width: 100px;
	height: 100px;
	bottom: 25%;
	left: 15%;
	animation-delay: 6s;
}

@keyframes featuredFunctionsFloat {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		opacity: 0.6;
	}
	50% { 
		transform: translateY(-20px) rotate(180deg) scale(1.03); 
		opacity: 0.8;
	}
}

@keyframes gridFlow {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.6;
	}
	25% {
		transform: translate(-8px, -3px) scale(1.02);
		opacity: 0.7;
	}
	50% {
		transform: translate(-15px, 0) scale(1.05);
		opacity: 0.8;
	}
	75% {
		transform: translate(-8px, 3px) scale(1.02);
		opacity: 0.7;
	}
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.6;
	}
}

@keyframes gridPulse {
	0%, 100% {
		opacity: 0.6;
	}
	50% {
		opacity: 0.9;
	}
}

@keyframes gridFlowReverse {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
	25% {
		transform: translate(8px, 3px) scale(0.98);
		opacity: 0.5;
	}
	50% {
		transform: translate(15px, 0) scale(0.95);
		opacity: 0.6;
	}
	75% {
		transform: translate(8px, -3px) scale(0.98);
		opacity: 0.5;
	}
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
}

/* Add a subtle floating animation for the entire section */
@keyframes sectionFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2px);
	}
}

@keyframes featuredFunctionsBackgroundFloat {
	0%, 100% {
		background-position: center center;
	}
	50% {
		background-position: center 55%;
	}
}

/* Responsive improvements for visual consistency */
@media (max-width: 991px) {
	.featured-functions-section {
		animation: sectionFloat 6s ease-in-out infinite, featuredFunctionsBackgroundFloatMobile 12s ease-in-out infinite;
	}
}

@media (max-width: 767px) {
	.featured-functions-section::before {
		background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(52, 73, 94, 0.8));
	}
	
	.featured-functions-section .grid-overlay {
		opacity: 0.5;
	}
}

@keyframes featuredFunctionsBackgroundFloatMobile {
	0%, 100% {
		background-position: center center;
	}
	50% {
		background-position: center 52%;
	}
}

.featured-functions-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid2" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid2)"/></svg>');
	opacity: 0.4;
	pointer-events: none;
	animation: gridFlowReverse 25s linear infinite, gridPulse 12s ease-in-out infinite reverse;
	z-index: 3;
}

/* Add a third layer for the radial gradient background */
.featured-functions-section {
	position: relative;
}

.featured-functions-section::before {
	z-index: 1;
	transition: all 0.3s ease;
}

.featured-functions-section::after {
	z-index: 2;
	transition: all 0.3s ease;
}

/* Add hover effects to make grid lines more interactive */
.featured-functions-section:hover::before {
	animation-duration: 10s;
	opacity: 0.8;
}

.featured-functions-section:hover::after {
	animation-duration: 15s;
	opacity: 0.6;
}

.featured-functions-section .radial-bg {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
	            radial-gradient(circle at 80% 20%, rgba(192, 192, 192, 0.06) 0%, transparent 50%),
	            radial-gradient(circle at 40% 40%, rgba(169, 169, 169, 0.04) 0%, transparent 50%);
	pointer-events: none;
	z-index: 0;
}



/* Modern Featured Functions Header */
.featured-functions-header {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.featured-functions-header .header-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
	border: 2px solid rgba(59, 130, 246, 0.4);
	border-radius: 60px;
	padding: 16px 32px;
	margin-bottom: 32px;
	backdrop-filter: blur(20px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2), 0 4px 16px rgba(255, 255, 255, 0.3);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.featured-functions-header .header-badge::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.featured-functions-header .header-badge:hover::before {
	left: 100%;
}

.featured-functions-header .header-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
	border-color: rgba(59, 130, 246, 0.4);
}

.featured-functions-header .header-badge span {
	color: #3b82f6;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-family: 'Montserrat', sans-serif;
}

.featured-functions-header h2 {
	font-size: clamp(40px, 6vw, 64px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 32px;
	letter-spacing: -0.03em;
	line-height: 1.1;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

.featured-subtitle {
	font-size: clamp(18px, 2.5vw, 22px);
	line-height: 1.7;
	color: #e2e8f0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: 0.02em;
	opacity: 0.95;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}



.featured-functions-header {
	text-align: center;
	margin-bottom: 100px;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	position: relative;
	z-index: 10;
}

.featured-functions-header::before,
.featured-functions-header::after {
	display: none !important;
	content: none !important;
}

.featured-functions-header .header-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 20px;
	padding: 10px 24px;
	margin-bottom: 32px;
	backdrop-filter: blur(10px);
}

.featured-functions-header .header-badge span {
	color: #3b82f6;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.featured-functions-header h2 {
	font-size: 48px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.featured-subtitle {
	font-size: 20px;
	line-height: 1.6;
	color: #e2e8f0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	max-width: 700px;
	margin: 0 auto;
	letter-spacing: 0.02em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.2);
	padding: 16px 24px;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Modern Featured Functions Grid */
.featured-functions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 32px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 1400px) {
	.featured-functions-grid {
		grid-template-areas: 
			"primary primary primary"
			"secondary1 secondary2 secondary3";
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 32px;
		max-width: 1400px;
		width: 100%;
	}
	
	.featured-function-card.primary {
		grid-area: primary;
		min-height: 520px;
		width: 100%;
	}
	
	.featured-function-card:nth-child(2) {
		grid-area: secondary1;
	}
	
	.featured-function-card:nth-child(3) {
		grid-area: secondary2;
	}
	
	.featured-function-card:nth-child(4) {
		grid-area: secondary3;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.featured-functions-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
		max-width: 1200px;
		width: 100%;
	}
	
	.featured-function-card.primary {
		grid-column: span 2;
		min-height: 500px;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.featured-functions-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		max-width: 100%;
		width: 100%;
		padding: 0 16px;
	}
	
	.featured-function-card.primary {
		grid-column: span 2;
		min-height: 480px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.featured-functions-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 100%;
		width: 100%;
		padding: 0 16px;
	}
	
	.featured-function-card.primary {
		grid-column: span 1;
		min-height: 460px;
		width: 100%;
	}
}

/* Enhanced Grid Distribution */
@media (min-width: 1200px) {
	.featured-functions-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.featured-functions-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
		width: 100%;
	}
}

/* Force full width utilization */
.featured-functions-grid {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	width: 100%;
	justify-items: stretch;
}

/* Auto-fit optimization for better space utilization */
.featured-functions-grid {
	grid-auto-rows: 1fr;
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
}

/* Force cards to fill available space */
.featured-function-card {
	width: 100%;
	min-width: 0;
}

/* Flexbox fallback for better browser compatibility */
@supports not (display: grid) {
	.featured-functions-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
		justify-content: center;
	}
	
	.featured-function-card {
		flex: 1 1 350px;
		max-width: 400px;
	}
}

/* Modern Featured Function Cards */
.featured-function-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border-radius: 32px;
	padding: 40px;
	height: 100%;
	min-height: 480px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 2px solid rgba(255, 255, 255, 0.8);
	box-shadow: 
		0 16px 40px rgba(0, 0, 0, 0.06),
		0 8px 20px rgba(0, 0, 0, 0.03),
		0 4px 12px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	display: flex;
	flex-direction: column;
	position: relative;
}

.featured-function-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 32px 32px 0 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.featured-function-card:hover::before {
	opacity: 1;
}

.featured-function-card:hover {
	transform: translateY(-16px) scale(1.02);
	box-shadow: 
		0 32px 64px rgba(0, 0, 0, 0.12),
		0 16px 32px rgba(59, 130, 246, 0.15),
		0 8px 16px rgba(6, 182, 212, 0.1);
	border-color: rgba(59, 130, 246, 0.3);
	background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 100%);
}

.featured-function-card.primary {
	grid-column: span 2;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.95));
	border: 2px solid rgba(59, 130, 246, 0.3);
	box-shadow: 
		0 24px 48px rgba(0, 0, 0, 0.08),
		0 12px 24px rgba(59, 130, 246, 0.15),
		0 6px 16px rgba(255, 255, 255, 0.5);
}

.featured-function-card.primary::before {
	opacity: 1;
	height: 6px;
}

.featured-function-card.primary:hover {
	transform: translateY(-20px) scale(1.03);
	box-shadow: 
		0 40px 80px rgba(0, 0, 0, 0.15),
		0 20px 40px rgba(59, 130, 246, 0.2),
		0 12px 24px rgba(6, 182, 212, 0.15);
	border-color: rgba(59, 130, 246, 0.4);
}

.featured-function-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.featured-function-card:hover {
	transform: translateY(-8px);
	box-shadow: 
		0 24px 48px rgba(59, 130, 246, 0.15),
		0 12px 24px rgba(6, 182, 212, 0.1);
	border-color: rgba(59, 130, 246, 0.25);
}

.featured-function-card:hover::before {
	transform: scaleX(1);
}

.function-icon-wrapper {
	position: relative;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.08));
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(59, 130, 246, 0.2);
	box-shadow: 
		0 8px 24px rgba(59, 130, 246, 0.15),
		0 4px 12px rgba(6, 182, 212, 0.1);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 32px;
	overflow: hidden;
}

.function-icon-wrapper:hover {
	transform: translateY(-6px) scale(1.05) rotate(3deg);
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
	border-color: rgba(59, 130, 246, 0.4);
	box-shadow: 
		0 16px 40px rgba(59, 130, 246, 0.25),
		0 8px 20px rgba(6, 182, 212, 0.15);
}

.function-icon-wrapper i {
	font-size: 32px;
	color: #3b82f6;
	font-weight: 400;
	z-index: 3;
	position: relative;
	transition: all 0.4s ease;
}

.featured-function-card:hover .function-icon-wrapper i {
	color: #1e40af;
	transform: scale(1.1);
}

/* Icon Glow Effect */
.icon-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
	border-radius: 24px;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.featured-function-card:hover .icon-glow {
	opacity: 1;
}

/* Icon Pulse Animation */
.icon-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 2px solid rgba(59, 130, 246, 0.3);
	border-radius: 24px;
	animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0.5;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

.function-content h3 {
	color: #1e293b;
	font-size: clamp(20px, 2.5vw, 26px);
	margin-bottom: 16px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.function-content p {
	color: #475569;
	line-height: 1.6;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
}

.function-features {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}

.feature-tag {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(6, 182, 212, 0.08));
	border: 1.5px solid rgba(59, 130, 246, 0.25);
	border-radius: 12px;
	padding: 8px 14px;
	font-size: 12px;
	color: #3b82f6;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	backdrop-filter: blur(10px);
}

.feature-tag:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(6, 182, 212, 0.12));
	border-color: rgba(59, 130, 246, 0.4);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.function-cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #3b82f6;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	padding: 18px 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.08));
	border: 2px solid rgba(59, 130, 246, 0.25);
	letter-spacing: 0.02em;
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.12);
	margin-top: auto;
	position: relative;
	overflow: hidden;
}

.function-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.function-cta:hover::before {
	left: 100%;
}

.function-cta:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
	border-color: rgba(59, 130, 246, 0.4);
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
	color: #1e40af;
}

/* CTA Arrow Styling */
.cta-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.1));
	border-radius: 50%;
	border: 1px solid rgba(59, 130, 246, 0.3);
	transition: all 0.4s ease;
}

.function-cta:hover .cta-arrow {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(6, 182, 212, 0.2));
	border-color: rgba(59, 130, 246, 0.5);
	transform: translateX(4px) scale(1.1);
}

.cta-arrow i {
	font-size: 14px;
	color: #3b82f6;
	transition: all 0.4s ease;
}

.function-cta:hover .cta-arrow i {
	color: #1e40af;
}

.function-cta:hover {
	color: #1e40af;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.08));
	border-color: rgba(59, 130, 246, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
}

.function-cta i {
	font-size: 14px;
	transition: all 0.3s ease;
}

.function-cta:hover i {
	transform: translateX(4px);
}

.featured-functions-cta {
	text-align: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(240, 249, 255, 0.7));
	border-radius: 32px;
	padding: 80px 60px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(20px);
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1), 0 4px 16px rgba(255, 255, 255, 0.3);
}

.featured-functions-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="rgba(59,130,246,0.04)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.4;
}

.cta-content {
	position: relative;
	z-index: 2;
}

.cta-content h3 {
	font-size: clamp(32px, 4vw, 40px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.cta-content p {
	font-size: clamp(18px, 2.5vw, 20px);
	color: #475569;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.primary-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 40px;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 
		0 8px 24px rgba(59, 130, 246, 0.3),
		0 4px 12px rgba(30, 64, 175, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
}

.primary-cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.primary-cta-button:hover::before {
	left: 100%;
}

.primary-cta-button:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 
		0 16px 40px rgba(59, 130, 246, 0.4),
		0 8px 20px rgba(30, 64, 175, 0.3);
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	color: white;
}

.primary-cta-button i {
	font-size: 20px;
	transition: all 0.4s ease;
}

.primary-cta-button:hover i {
	transform: translateX(4px) scale(1.1);
}

/* Team Section Styles */
.team-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 50%, #f8faff 100%);
	position: relative;
	overflow: hidden;
}

.team-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(59,130,246,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.4;
	pointer-events: none;
	animation: teamGridFlow 25s linear infinite, teamGridPulse 10s ease-in-out infinite;
}

/* Team section floating elements */
.team-section .floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 3;
}

.team-section .floating-element {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(6, 182, 212, 0.06));
	border: 2px solid rgba(59, 130, 246, 0.15);
	animation: teamFloat 14s ease-in-out infinite;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.06);
}

.team-section .element-1 {
	width: 90px;
	height: 90px;
	top: 15%;
	left: 12%;
	animation-delay: 0s;
}

.team-section .element-2 {
	width: 120px;
	height: 120px;
	bottom: 20%;
	right: 10%;
	animation-delay: 3s;
}

.team-section .element-3 {
	width: 70px;
	height: 70px;
	top: 70%;
	right: 25%;
	animation-delay: 6s;
}

@keyframes teamFloat {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		opacity: 0.5;
	}
	50% { 
		transform: translateY(-15px) rotate(180deg) scale(1.02); 
		opacity: 0.7;
	}
}

.team-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
				radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.06) 0%, transparent 50%),
				radial-gradient(circle at 40% 40%, rgba(124, 197, 118, 0.04) 0%, transparent 50%);
	pointer-events: none;
	animation: teamRadialFloat 15s ease-in-out infinite;
}

/* Team section grid animations */
@keyframes teamGridFlow {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
	25% {
		transform: translate(-3px, -2px) scale(1.01);
		opacity: 0.5;
	}
	50% {
		transform: translate(-6px, 0) scale(1.02);
		opacity: 0.6;
	}
	75% {
		transform: translate(-3px, 2px) scale(1.01);
		opacity: 0.5;
	}
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
}

@keyframes teamGridPulse {
	0%, 100% {
		opacity: 0.4;
	}
	50% {
		opacity: 0.6;
	}
}

@keyframes teamRadialFloat {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(2px, -2px);
	}
}

/* Responsive team section improvements */
@media (max-width: 767px) {
	.team-section::before {
		animation: teamGridFlowMobile 20s linear infinite, teamGridPulse 8s ease-in-out infinite;
	}
	
	.team-section::after {
		animation: teamRadialFloatMobile 12s ease-in-out infinite;
	}
}

@media (max-width: 479px) {
	.team-section::before {
		animation: teamGridFlowMobile 18s linear infinite, teamGridPulse 6s ease-in-out infinite;
	}
}

@keyframes teamGridFlowMobile {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
	50% {
		transform: translate(-2px, -1px) scale(1.005);
		opacity: 0.5;
	}
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.4;
	}
}

@keyframes teamRadialFloatMobile {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(1px, -1px);
	}
}

.team-header {
	text-align: center;
	margin-bottom: 120px;
	position: relative;
	z-index: 2;
}

.team-header::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, #1e40af, #059669);
	border-radius: 2px;
}

.team-header .header-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	color: #3b82f6;
	padding: 16px 32px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border: 2px solid rgba(59, 130, 246, 0.2);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	backdrop-filter: blur(20px);
}

.team-header .header-badge:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	border-color: rgba(59, 130, 246, 0.4);
}

.team-header h2 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 32px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 2;
}

.team-subtitle {
	font-size: clamp(1.1rem, 2.5vw, 1.3rem);
	color: #64748b;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 2;
}

.team-content {
	max-width: 1200px;
	margin: 0 auto;
}

/* Company Introduction */
.company-intro {
	margin-bottom: 80px;
}

.company-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border-radius: 32px;
	padding: 48px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.8);
	box-shadow: 
		0 16px 40px rgba(0, 0, 0, 0.06),
		0 8px 20px rgba(0, 0, 0, 0.03),
		0 4px 12px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 2;
}

.company-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 32px 32px 0 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.company-card:hover {
	transform: translateY(-16px) scale(1.02);
	box-shadow: 
		0 32px 64px rgba(0, 0, 0, 0.12),
		0 16px 32px rgba(0, 0, 0, 0.06),
		0 8px 16px rgba(255, 255, 255, 0.5);
}

.company-card:hover::before {
	opacity: 1;
}

.company-logo {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #3b82f6, #7cc576);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
	transition: all 0.4s ease;
}

.company-logo i {
	font-size: 36px;
	color: white;
}

.company-content h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.company-content p {
	font-size: 1.1rem;
	color: #475569;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 500;
}

/* Section Subheaders */
.section-subheader {
	text-align: center;
	margin-bottom: 48px;
}

.section-subheader h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.section-subheader p {
	font-size: 1.1rem;
	color: #475569;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 500;
}

/* Technology Stack */
.technology-stack {
	margin-bottom: 80px;
}

.tech-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 32px;
}

.tech-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border-radius: 24px;
	padding: 32px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.8);
	box-shadow: 
		0 12px 32px rgba(0, 0, 0, 0.06),
		0 6px 16px rgba(0, 0, 0, 0.03),
		0 3px 8px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.tech-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 24px 24px 0 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.tech-card:hover {
	transform: translateY(-16px) scale(1.02);
	box-shadow: 
		0 24px 48px rgba(0, 0, 0, 0.12),
		0 12px 24px rgba(0, 0, 0, 0.06),
		0 6px 12px rgba(255, 255, 255, 0.5);
	border-color: rgba(59, 130, 246, 0.3);
}

.tech-card:hover::before {
	opacity: 1;
}

.tech-icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.1));
	border: 2px solid rgba(59, 130, 246, 0.25);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.tech-icon:hover {
	transform: scale(1.05);
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.15));
	border-color: rgba(59, 130, 246, 0.4);
	box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
}

.tech-icon i {
	font-size: 30px;
	color: #3b82f6;
	transition: all 0.4s ease;
}

.tech-icon:hover i {
	color: #1e40af;
	transform: scale(1.1);
}

.tech-card h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tech-card p {
	color: #475569;
	line-height: 1.7;
	font-weight: 500;
}

/* Principles Section */
.principles-section {
	margin-bottom: 80px;
}

.principles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 32px;
}

.principle-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border-radius: 24px;
	padding: 32px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.8);
	box-shadow: 
		0 12px 32px rgba(0, 0, 0, 0.06),
		0 6px 16px rgba(0, 0, 0, 0.03),
		0 3px 8px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.principle-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 24px 24px 0 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.principle-card:hover {
	transform: translateY(-16px) scale(1.02);
	box-shadow: 
		0 24px 48px rgba(0, 0, 0, 0.12),
		0 12px 24px rgba(0, 0, 0, 0.06),
		0 6px 12px rgba(255, 255, 255, 0.5);
	border-color: rgba(59, 130, 246, 0.3);
}

.principle-card:hover::before {
	opacity: 1;
}

.principle-icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.15), rgba(6, 182, 212, 0.1));
	border: 2px solid rgba(124, 197, 118, 0.25);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 8px 24px rgba(124, 197, 118, 0.15);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.principle-icon:hover {
	transform: scale(1.05);
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.2), rgba(6, 182, 212, 0.15));
	border-color: rgba(124, 197, 118, 0.4);
	box-shadow: 0 12px 32px rgba(124, 197, 118, 0.25);
}

.principle-icon i {
	font-size: 30px;
	color: #7cc576;
	transition: all 0.4s ease;
}

.principle-icon:hover i {
	color: #5a9f5a;
	transform: scale(1.1);
}

.principle-card h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.principle-card p {
	color: #475569;
	line-height: 1.7;
	font-weight: 500;
}

/* Team CTA */
.team-cta {
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
	border-radius: 24px;
	padding: 60px;
	text-align: center;
	color: white;
	position: relative;
	overflow: hidden;
}

.team-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}

.cta-content {
	position: relative;
	z-index: 1;
}

.team-cta h3 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: white;
}

.team-cta p {
	font-size: 1.2rem;
	color: #cbd5e1;
	margin-bottom: 40px;
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.cta-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.primary-cta-button {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	padding: 16px 32px;
	border-radius: 12px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}

.primary-cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);
	color: white;
}

.secondary-cta-button {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	padding: 16px 32px;
	border-radius: 24px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.secondary-cta-button:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
	color: white;
}

/* Responsive Design for Team Section */
@media (max-width: 768px) {
	.team-section {
		padding: 60px 0;
	}
	
	.company-card {
		padding: 32px 24px;
	}
	
	.tech-grid,
	.principles-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.team-cta {
		padding: 40px 24px;
	}
	
	.team-cta h3 {
		font-size: 2rem;
	}
	
	.cta-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.primary-cta-button,
	.secondary-cta-button {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.team-header h2 {
		font-size: 2rem;
	}
	
	.company-content h3 {
		font-size: 1.5rem;
	}
	
	.section-subheader h3 {
		font-size: 1.5rem;
	}
}

/* Contact Section */
.contact-section {
	background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 50%, #f8faff 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(59,130,246,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.4;
	pointer-events: none;
}

.contact-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
				radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.06) 0%, transparent 50%),
				radial-gradient(circle at 40% 40%, rgba(124, 197, 118, 0.04) 0%, transparent 50%);
	pointer-events: none;
}

.contact-header {
	text-align: center;
	margin-bottom: 120px;
	position: relative;
}

.contact-header::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	border-radius: 2px;
}

.contact-header .header-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border: 2px solid rgba(59, 130, 246, 0.2);
	border-radius: 50px;
	padding: 16px 32px;
	margin-bottom: 40px;
	backdrop-filter: blur(20px);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-header .header-badge span {
	color: #3b82f6;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-header .header-badge:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	border-color: rgba(59, 130, 246, 0.4);
}

.contact-header h2 {
	font-size: clamp(36px, 6vw, 56px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 40px;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.contact-subtitle {
	font-size: clamp(18px, 2.5vw, 22px);
	line-height: 1.6;
	color: #475569;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: 0.02em;
	opacity: 0.95;
}

.contact-content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

.contact-form-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
	border-radius: 32px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	padding: 48px;
	box-shadow: 
		0 16px 40px rgba(0, 0, 0, 0.06),
		0 8px 20px rgba(0, 0, 0, 0.03),
		0 4px 12px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.contact-form-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	border-radius: 32px 32px 0 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.contact-form-card:hover::before {
	opacity: 1;
}

.contact-form-card:hover {
	transform: translateY(-16px) scale(1.02);
	box-shadow: 
		0 32px 64px rgba(0, 0, 0, 0.12),
		0 16px 32px rgba(0, 0, 0, 0.06),
		0 8px 16px rgba(255, 255, 255, 0.5);
}

.info-header h3 {
	color: #1a1a1a;
	font-size: 28px;
	margin-bottom: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.info-header p {
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
}

.social-links-grid {
	display: grid;
	gap: 16px;
	margin-bottom: 32px;
}

.social-link-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(6, 182, 212, 0.03));
	border: 1px solid rgba(59, 130, 246, 0.1);
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link-card:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.05));
	border-color: rgba(59, 130, 246, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.1);
}

.social-icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-link-card:hover .social-icon {
	transform: scale(1.1);
}

.social-icon i {
	font-size: 20px;
	color: #fff;
}

.social-content {
	display: flex;
	flex-direction: column;
}

.social-name {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 4px;
}

.social-handle {
	color: #64748b;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.contact-features {
	display: grid;
	gap: 12px;
	margin-top: auto;
}

.contact-features .feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	transition: all 0.3s ease;
}

.contact-features .feature-item:hover {
	color: #1e40af;
	transform: translateX(4px);
}

.contact-features .feature-item i {
	color: #10b981;
	font-size: 16px;
	width: 18px;
	text-align: center;
	background: rgba(16, 185, 129, 0.15);
	padding: 6px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.contact-features .feature-item:hover i {
	background: rgba(16, 185, 129, 0.25);
	transform: scale(1.1);
}

.contact-form-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
	backdrop-filter: blur(20px);
	border-radius: 24px;
	border: 1px solid rgba(59, 130, 246, 0.1);
	padding: 48px;
	box-shadow: 
		0 8px 32px rgba(59, 130, 246, 0.08),
		0 2px 8px rgba(0, 0, 0, 0.04);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-form-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.contact-form-card:hover::before {
	transform: scaleX(1);
}

.form-header h3 {
	color: #1a1a1a;
	font-size: 28px;
	margin-bottom: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.form-header p {
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
}

.modern-contact-form {
	display: grid;
	gap: 24px;
	flex: 1;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-group label {
	color: #374151;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.form-input,
.form-textarea {
	padding: 16px 20px;
	border: 2px solid rgba(59, 130, 246, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	transition: all 0.3s ease;
	resize: vertical;
}

.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: rgba(59, 130, 246, 0.4);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
	color: #9ca3af;
	font-weight: 400;
}

.submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	color: white;
	border: none;
	border-radius: 16px;
	padding: 18px 32px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.4s ease;
	box-shadow: 
		0 8px 24px rgba(59, 130, 246, 0.3),
		0 4px 12px rgba(30, 64, 175, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.submit-button:hover {
	transform: translateY(-2px);
	box-shadow: 
		0 16px 32px rgba(59, 130, 246, 0.4),
		0 8px 16px rgba(30, 64, 175, 0.3);
}

.submit-button:active {
	transform: translateY(0);
}

.submit-button i {
	font-size: 18px;
	transition: all 0.3s ease;
}

.submit-button:hover i {
	transform: translateX(4px);
}

/* Footer Section */
.footer {
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.footer-content {
	padding: 80px 0 40px;
}

.footer-main-section {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 80px;
	margin-bottom: 60px;
	align-items: start;
}

.footer-logo-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-logo {
	display: flex;
	align-items: center;
}

.footer-logo img {
	max-height: 60px;
	width: auto;
	transition: all 0.3s ease;
}

.footer-logo:hover img {
	transform: scale(1.05);
}

.footer-tagline {
	font-size: 18px;
	line-height: 1.6;
	color: #94a3b8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	max-width: 300px;
	margin: 0;
}

.footer-social-links {
	display: flex;
	gap: 16px;
	margin-top: 8px;
}

.footer-social-links .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 12px;
	color: #60a5fa;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.footer-social-links .social-link:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.15));
	border-color: rgba(59, 130, 246, 0.4);
	color: #93c5fd;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.footer-social-links .social-link i {
	font-size: 18px;
}

.footer-links-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.footer-links-group h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
}

.footer-links-group h4::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 30px;
	height: 2px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	border-radius: 1px;
}

.footer-links-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-links-group ul li {
	margin: 0;
}

.footer-links-group ul li a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 0;
}

.footer-links-group ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	transition: width 0.3s ease;
	transform: translateY(-50%);
}

.footer-links-group ul li a:hover {
	color: #ffffff;
	padding-left: 16px;
}

.footer-links-group ul li a:hover::before {
	width: 12px;
}

.footer-bottom {
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	padding-top: 40px;
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

.copyright {
	color: #94a3b8;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.footer-legal-links {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.footer-legal-links a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease;
	position: relative;
}

.footer-legal-links a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	transition: width 0.3s ease;
}

.footer-legal-links a:hover {
	color: #ffffff;
}

.footer-legal-links a:hover::after {
	width: 100%;
}

.service-highlight:hover {
	transform: translateY(-4px);
	box-shadow: 
		0 24px 48px rgba(0, 0, 0, 0.12),
		0 12px 24px rgba(59, 130, 246, 0.12);
	border-color: rgba(59, 130, 246, 0.25);
}

.service-highlight::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #7cc576, #06b6d4);
}

.highlight-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.highlight-text h3 {
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.highlight-text p {
	font-size: clamp(16px, 2.5vw, 18px);
	line-height: 1.6;
	color: #1f2937;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 24px;
	font-weight: 700;
}

.highlight-features {
	display: grid;
	gap: 8px;
}

.highlight-features .feature-item {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 17px;
	color: #000000 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin-bottom: 4px;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.highlight-features .feature-item:hover {
	color: #1e40af !important;
	transform: translateX(4px);
	text-shadow: 0 2px 4px rgba(30, 64, 175, 0.2);
}

.highlight-features .feature-item span {
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	position: relative !important;
	z-index: 2 !important;
	transition: all 0.3s ease !important;
}

.highlight-features .feature-item:hover span {
	color: #1e40af !important;
	text-shadow: 0 2px 4px rgba(30, 64, 175, 0.2) !important;
}

.highlight-features .feature-item i {
	color: #10b981;
	font-size: 16px;
	width: 18px;
	text-align: center;
	padding: 6px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.highlight-features .feature-item:hover i {
	transform: scale(1.1);
}

/* General feature item icon styling - overridden by specific sections */
.feature-item i {
	color: #10b981;
	font-size: 18px;
	text-align: center;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.tech-stats {
	display: grid;
	gap: 20px;
	margin-top: 12px;
}

.stat-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
	border-radius: 20px;
	border: 2px solid rgba(59, 130, 246, 0.12);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.stat-card:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.95));
	border-color: rgba(59, 130, 246, 0.25);
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 16px 40px rgba(59, 130, 246, 0.15), 0 8px 24px rgba(0, 0, 0, 0.08);
}

.stat-icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 32px rgba(59, 130, 246, 0.3);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stat-icon i {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	transition: all 0.4s ease;
}

.stat-card:hover .stat-icon {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 16px 40px rgba(59, 130, 246, 0.4);
}

.stat-content {
	display: flex;
	flex-direction: column;
}

.stat-number {
	font-size: 22px;
	font-weight: 900;
	color: #047857;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 4px;
	transition: all 0.4s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stat-card:hover .stat-number {
	color: #065f46;
	transform: scale(1.05);
}

.stat-label {
	font-size: 13px;
	color: #000000;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	transition: all 0.4s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stat-card:hover .stat-label {
	color: #1f2937;
	transform: scale(1.02);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-icon {
	width: 88px;
	height: 88px;
	background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #7cc576 100%);
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	position: relative;
	box-shadow: 
		0 12px 32px rgba(59, 130, 246, 0.25),
		0 6px 16px rgba(6, 182, 212, 0.15),
		0 2px 8px rgba(124, 197, 118, 0.15);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-icon::before {
	content: '';
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #3b82f6, #06b6d4, #7cc576);
	border-radius: 22px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.service-icon:hover {
	transform: translateY(-4px) rotate(5deg);
	box-shadow: 
		0 16px 32px rgba(124, 197, 118, 0.4),
		0 8px 16px rgba(0, 0, 0, 0.15);
}

.service-icon:hover::before {
	opacity: 1;
}

.service-icon i {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease;
}

.service-icon:hover i {
	transform: scale(1.1);
}

.service-content h3 {
	color: #1a1a1a;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3;
	position: relative;
}

.service-content h3::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #7cc576, #5a9f5a);
	border-radius: 1px;
	opacity: 0;
	transition: all 0.4s ease;
}

.service-card:hover .service-content h3::after {
	opacity: 1;
	width: 60px;
}

.service-content p {
	color: #4a5568;
	line-height: 1.8;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.015em;
}

.service-features {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.feature-tag {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
	color: #475569;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid rgba(226, 232, 240, 0.8);
	box-shadow: 
		0 4px 12px rgba(0, 0, 0, 0.06),
		0 2px 6px rgba(124, 197, 118, 0.08);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	letter-spacing: 0.02em;
	position: relative;
	overflow: hidden;
}

.feature-tag::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(124, 197, 118, 0.1), transparent);
	transition: left 0.5s ease;
}

.feature-tag:hover {
	background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
	color: #0369a1;
	border-color: rgba(124, 197, 118, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(124, 197, 118, 0.15);
}

.feature-tag:hover::before {
	left: 100%;
}

.service-cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #7cc576;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	padding: 16px 28px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.1), rgba(124, 197, 118, 0.05));
	border: 2px solid rgba(124, 197, 118, 0.25);
	letter-spacing: 0.02em;
	box-shadow: 0 4px 16px rgba(124, 197, 118, 0.1);
}

.service-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.15), rgba(124, 197, 118, 0.05));
	border-radius: 30px;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.service-cta:hover {
	color: #5a9f5a;
	transform: translateX(4px) translateY(-2px);
	border-color: rgba(124, 197, 118, 0.4);
	box-shadow: 0 8px 24px rgba(124, 197, 118, 0.2);
}

.service-cta:hover::before {
	opacity: 1;
}

.service-cta i {
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	z-index: 1;
}

.service-cta:hover i {
	transform: translateX(4px) scale(1.1);
}

.service-cta span {
	position: relative;
	z-index: 1;
}

/* Service Showcase Styling - Professional Design */
.service-showcase {
	background: linear-gradient(145deg, #fafbfc 0%, #ffffff 50%, #f8f9fa 100%);
	border-radius: 24px;
	padding: 60px 48px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 
		0 12px 40px rgba(0, 0, 0, 0.1),
		0 6px 20px rgba(0, 0, 0, 0.06),
		0 2px 8px rgba(124, 197, 118, 0.08);
	border: 2px solid rgba(226, 232, 240, 0.8);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(15px);
}

.service-showcase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #7cc576, #5a9f5a, #4a8c4a);
}

.showcase-content h3 {
	color: #1a1a1a;
	font-size: 28px;
	margin-bottom: 36px;
	font-weight: 700;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.3;
	position: relative;
}

.showcase-content h3::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #7cc576, #5a9f5a);
	border-radius: 2px;
}

.benefits-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.benefits-list li {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 22px;
	color: #4a5568;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
	transition: all 0.3s ease;
	padding: 10px 0;
}

.benefits-list li:hover {
	color: #2d3748;
	transform: translateX(4px);
}

.benefits-list li i {
	color: #7cc576;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #7cc576, #5a9f5a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 2px 4px rgba(124, 197, 118, 0.2);
}

.showcase-stats {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 24px;
}

.stat-item {
	text-align: center;
	flex: 1;
	padding: 28px 20px;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.1), rgba(124, 197, 118, 0.05), rgba(124, 197, 118, 0.08));
	border-radius: 20px;
	border: 1px solid rgba(124, 197, 118, 0.2);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(124, 197, 118, 0.1);
}

.stat-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.1), rgba(124, 197, 118, 0.05));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-4px);
	border-color: rgba(124, 197, 118, 0.3);
	box-shadow: 0 8px 24px rgba(124, 197, 118, 0.15);
}

.stat-item:hover::before {
	opacity: 1;
}

.stat-number {
	display: block;
	font-size: 28px;
	font-weight: 800;
	background: linear-gradient(135deg, #7cc576, #5a9f5a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
}

.stat-label {
	font-size: 13px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 1;
}

.showcase-image {
	margin: 0;
	text-align: center;
	position: relative;
}

.showcase-image::before {
	content: '';
	position: absolute;
	inset: -8px;
	background: linear-gradient(135deg, rgba(124, 197, 118, 0.1), rgba(124, 197, 118, 0.05));
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.showcase-image:hover::before {
	opacity: 1;
}

.showcase-image img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.12),
		0 4px 16px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 1px solid rgba(226, 232, 240, 0.6);
}

.showcase-image:hover img {
	transform: scale(1.02);
	box-shadow: 
		0 16px 48px rgba(0, 0, 0, 0.16),
		0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Get Started button - Primary blue theme */
.header-buttons .link.primary-btn {
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	color: #ffffff;
	border-color: rgba(59, 130, 246, 0.3);
	box-shadow: 
		0 8px 32px rgba(59, 130, 246, 0.25),
		0 4px 16px rgba(59, 130, 246, 0.15);
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-buttons .link.primary-btn i {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.header-buttons .link.primary-btn:hover i {
	transform: translateX(4px);
}

.header-buttons .link.primary-btn:hover {
	transform: translateY(-4px) scale(1.05);
	background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
	box-shadow: 
		0 16px 48px rgba(59, 130, 246, 0.35),
		0 8px 24px rgba(59, 130, 246, 0.25);
	border-color: rgba(59, 130, 246, 0.5);
}

.header-buttons .link.primary-btn:active {
	transform: translateY(-2px) scale(1.02);
}

/* Watch Demo button - Secondary cyan theme */
.header-buttons .link.secondary-btn {
	background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
	color: #ffffff;
	border-color: rgba(6, 182, 212, 0.3);
	box-shadow: 
		0 8px 32px rgba(6, 182, 212, 0.25),
		0 4px 16px rgba(6, 182, 212, 0.15);
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-buttons .link.secondary-btn i {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.header-buttons .link.secondary-btn:hover i {
	transform: scale(1.1);
}

.header-buttons .link.secondary-btn:hover {
	transform: translateY(-4px) scale(1.05);
	background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
	box-shadow: 
		0 16px 48px rgba(6, 182, 212, 0.35),
		0 8px 24px rgba(6, 182, 212, 0.25);
	border-color: rgba(6, 182, 212, 0.5);
}

.header-buttons .link.secondary-btn:active {
	transform: translateY(-2px) scale(1.02);
}

/* Button glow effects */
.header-buttons .link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.header-buttons .link:hover::before {
	left: 100%;
}

/* Button text enhancement */
.header-buttons .link span {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: transform 0.3s ease;
}

.header-buttons .link:hover span {
	transform: scale(1.05);
}

/* Enhanced button animations */
.header-buttons .link {
	animation: buttonFloat 3s ease-in-out infinite;
}

@keyframes buttonFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-2px); }
}

.header-buttons .link:hover {
	animation: none;
}

/* Button focus states for accessibility */
.header-buttons .link.primary-btn:focus {
	outline: none;
	box-shadow: 
		0 0 0 3px rgba(59, 130, 246, 0.3),
		0 8px 32px rgba(0, 0, 0, 0.15);
}

.header-buttons .link.secondary-btn:focus {
	box-shadow: 
		0 0 0 3px rgba(6, 182, 212, 0.3),
		0 8px 32px rgba(0, 0, 0, 0.15);
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding: 0;
	border-bottom: 1px solid rgba(59, 130, 246, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 20px rgba(59, 130, 246, 0.1);
	position: fixed;
    opacity: 0.8;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: 9999;
	width: 100%;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin: 0;
	border-top: 3px solid #3b82f6;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(15, 23, 42, 0.85));
	background-clip: border-box;
}

.main-nav-outer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, 
		rgba(59, 130, 246, 0.05) 0%, 
		rgba(6, 182, 212, 0.03) 50%, 
		rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Navbar Logo */
.nav-logo {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	animation: logoFloat 3s ease-in-out infinite, logoSlideIn 0.8s ease-out;
}

/* Console Layout Logo */
.console-logo img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
	transition: all 0.3s ease;
}

.console-logo:hover img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%) drop-shadow(0 4px 8px rgba(59, 130, 246, 0.3));
	transform: scale(1.05);
}

/* General Logo Styling - Apply to any logo that should use the brand blue color */
.brand-logo img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
	transition: all 0.3s ease;
}

.brand-logo:hover img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%) drop-shadow(0 4px 8px rgba(59, 130, 246, 0.3));
	transform: scale(1.05);
}

/* 
 * LOGO COLOR STANDARDIZATION
 * 
 * All logos in the project now use consistent colors:
 * 
 * 1. BRAND LOGOS (Main logo, navbar, footer, console):
 *    - Primary: Blue (#3b82f6) - Applied via CSS filter
 *    - Hover: Blue with blue glow effect
 * 
 * 2. CLIENT LOGOS (In green section):
 *    - Primary: White (#ffffff) - Applied via CSS filter
 *    - Hover: White with scale effect
 * 
 * 3. FILTER VALUES:
 *    - Brand Blue: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)
 *    - White: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)
 */

.nav-logo a {
	display: block;
	transition: all 0.3s ease;
}

.nav-logo img {
	height: 32px;
	width: auto;
	transition: all 0.3s ease, height 0.3s ease;
	filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.2));
}

.nav-logo:hover img {
	transform: scale(1.1) rotate(3deg);
	filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.4));
	animation: logoPulse 0.6s ease-in-out;
}

.nav-logo:hover {
	animation-play-state: paused;
}
.main-nav{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.main-nav li{
	display: flex;
	margin: 0;
	padding: 0;
}
.main-nav li a{
	display: flex;
	align-items: center;
	color: #e2e8f0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height: 20px;
	padding: 18px 22px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	font-weight: 600;
	letter-spacing: 0.8px;
	font-size: 13px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid transparent;
}

.main-nav li a:hover{ 
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.15));
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.25);
	border: 1px solid rgba(59, 130, 246, 0.3);
}

.main-nav li a:hover::before {
	opacity: 1;
	transform: scale(1);
}



.main-nav li a.active {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(6, 182, 212, 0.2));
	box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
	border: 1px solid rgba(59, 130, 246, 0.4);
}

.main-nav li a.active::after {
	width: 70%;
	opacity: 1;
}

/* Navigation Icons */
.main-nav li a i {
	margin-right: 8px;
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0.8;
}

.main-nav li a:hover i {
	transform: scale(1.1);
	opacity: 1;
	color: #3b82f6;
}

.main-nav li a.active i {
	color: #3b82f6;
	opacity: 1;
}

.main-nav li a span {
	position: relative;
	z-index: 2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 255, 255, 0.1);
	font-weight: 700;
	letter-spacing: 1px;
}

/* Navigation link glow effect */
.main-nav li a::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
	border-radius: 12px;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
}

/* Enhanced navigation link animations */
.main-nav li a {
	position: relative;
	overflow: hidden;
}

.main-nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #3b82f6, #06b6d4);
	border-radius: 1px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateX(-50%);
	opacity: 0;
}

.main-nav li a:hover::after {
	width: 80%;
	opacity: 1;
}

/* Smooth scrolling for navigation links */
.main-nav li a {
	scroll-behavior: smooth;
}

/* Enhanced navbar shadow and backdrop */
.main-nav-outer {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	animation: navbarSlideDown 0.6s ease-out;
}

@keyframes navbarSlideDown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Enhanced navbar entrance animation */
.main-nav-outer {
	animation: navbarSlideDown 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-nav li {
	animation: fadeInUp 0.6s ease-out;
	animation-fill-mode: both;
}

.main-nav li:nth-child(1) { animation-delay: 0.1s; }
.main-nav li:nth-child(2) { animation-delay: 0.2s; }
.main-nav li:nth-child(3) { animation-delay: 0.3s; }
.main-nav li:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Logo floating animation */
@keyframes logoFloat {
	0%, 100% {
		transform: translateY(-50%) translateY(0px);
	}
	50% {
		transform: translateY(-50%) translateY(-3px);
	}
}

/* Logo pulse animation on hover */
@keyframes logoPulse {
	0%, 100% {
		transform: scale(1.1) rotate(3deg);
	}
	50% {
		transform: scale(1.15) rotate(5deg);
	}
}

/* Logo slide-in animation on page load */
@keyframes logoSlideIn {
	0% {
		opacity: 0;
		transform: translateY(-50%) translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(-50%) translateX(0px);
	}
}

/* Navbar scroll effect */
.main-nav-outer.scrolled {
	background: rgba(0, 0, 0, 0.95);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
	border-top: 3px solid #3b82f6;
}

/* Ensure navbar is always visible and properly positioned */
.main-nav-outer.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
}

/* Mobile menu improvements */
.main-nav-outer .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 65px;
	padding: 0 24px;
	transition: min-height 0.3s ease;
}

/* Ensure main nav is centered with logo */
.main-nav {
	position: relative;
	z-index: 10;
}

.res-nav_click {
	cursor: pointer;
	display: none;
	padding: 16px;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	color: #fff;
	border-radius: 12px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(59, 130, 246, 0.3);
	box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25);
}

.res-nav_click:hover {
	background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.res-nav_click i {
	font-size: 18px;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:100px 0 120px;
}

/* Services section with subtle background image */
#services.main-section {
	background: url('../img/section-bg1.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	animation: servicesBackgroundFloat 8s ease-in-out infinite;
}

/* Services section floating elements */
#services.main-section .floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}

#services.main-section .floating-element {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.1));
	border: 2px solid rgba(59, 130, 246, 0.25);
	animation: servicesFloat 10s ease-in-out infinite;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.12);
}

#services.main-section .element-1 {
	width: 100px;
	height: 100px;
	top: 25%;
	right: 15%;
	animation-delay: 0s;
}

#services.main-section .element-2 {
	width: 140px;
	height: 140px;
	bottom: 30%;
	left: 10%;
	animation-delay: 2s;
}

#services.main-section .element-3 {
	width: 80px;
	height: 80px;
	top: 60%;
	left: 20%;
	animation-delay: 4s;
}

@keyframes servicesFloat {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		opacity: 0.7;
	}
	50% { 
		transform: translateY(-18px) rotate(180deg) scale(1.04); 
		opacity: 0.9;
	}
}

@keyframes servicesBackgroundFloat {
	0%, 100% {
		background-position: center center;
	}
	50% {
		background-position: center 55%;
	}
}

#services.main-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(52, 73, 94, 0.8));
	z-index: 1;
}

#services.main-section .container {
	position: relative;
	z-index: 2;
}

/* Enhance text readability on background image */
#services.main-section .service-header h2 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#services.main-section .service-subtitle {
	color: #e2e8f0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Responsive section improvements */
@media (max-width: 767px) {
	.main-section {
		padding: 60px 0 70px;
	}
}

@media (max-width: 479px) {
	.main-section {
		padding: 50px 0 60px;
	}
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}

/* Responsive service list improvements */
@media (max-width: 767px) {
	.service-list {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.service-list {
		margin-bottom: 25px;
	}
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}

/* Enhanced responsive featured work layout */
@media (max-width: 767px) {
	.featured-work {
		text-align: center;
	}
	
	.featured-box {
		display: flex;
		align-items: flex-start;
		text-align: left;
	}
	
	.featured-box-col1 {
		flex-shrink: 0;
	}
	
	.featured-box-col2 {
		flex: 1;
		margin-left: 15px;
	}
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Products-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Products-nav li{
	margin:0 10px;
	display:inline;
}
.Products-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Products-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Products-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Products-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Products-box img:hover {
	opacity: 0.6;
}

.Products-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}

.c-logo-part ul a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	transition: all 0.3s ease;
	opacity: 0.8;
}

.c-logo-part ul a:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	opacity: 1;
	transform: scale(1.05);
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}

/* Enhanced responsive team layout */
@media (max-width: 991px) {
	.team-leader-box {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.team-leader-block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.team-leader-box {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
	}
}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background: url(../img/section-bg1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.main-section.contact::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.85), rgba(52, 73, 94, 0.8));
	z-index: 1;
}

.main-section.contact::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg-map.png) center center no-repeat;
	background-size: contain;
	opacity: 0.3;
	z-index: 2;
	animation: contactMapFloat 12s ease-in-out infinite;
}

.main-section.contact .container {
	position: relative;
	z-index: 4;
}

/* Contact section floating elements */
.main-section.contact .floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 3;
}

.main-section.contact .floating-element {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.08));
	border: 2px solid rgba(59, 130, 246, 0.2);
	animation: contactFloat 16s ease-in-out infinite;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.08);
}

.main-section.contact .element-1 {
	width: 110px;
	height: 110px;
	top: 20%;
	right: 20%;
	animation-delay: 0s;
}

.main-section.contact .element-2 {
	width: 85px;
	height: 85px;
	bottom: 25%;
	left: 15%;
	animation-delay: 4s;
}

.main-section.contact .element-3 {
	width: 130px;
	height: 130px;
	top: 65%;
	left: 25%;
	animation-delay: 8s;
}

@keyframes contactFloat {
	0%, 100% { 
		transform: translateY(0px) rotate(0deg) scale(1); 
		opacity: 0.6;
	}
	50% { 
		transform: translateY(-22px) rotate(180deg) scale(1.05); 
		opacity: 0.8;
	}
}

/* Responsive floating elements for all sections */
@media (max-width: 991px) {
	.floating-element {
		animation-duration: 18s;
	}
	
	.featured-functions-section .floating-element {
		animation-duration: 20s;
	}
	
	#services.main-section .floating-element {
		animation-duration: 16s;
	}
	
	.team-section .floating-element {
		animation-duration: 22s;
	}
	
	.main-section.contact .floating-element {
		animation-duration: 24s;
	}
}

@media (max-width: 767px) {
	.floating-element {
		opacity: 0.7;
		animation-duration: 20s;
	}
	
	.featured-functions-section .floating-element {
		width: 80px;
		height: 80px;
	}
	
	#services.main-section .floating-element {
		width: 70px;
		height: 70px;
	}
	
	.team-section .floating-element {
		width: 60px;
		height: 60px;
	}
	
	.main-section.contact .floating-element {
		width: 75px;
		height: 75px;
	}
}

@media (max-width: 479px) {
	.floating-element {
		opacity: 0.6;
		animation-duration: 25s;
	}
	
	.featured-functions-section .floating-element {
		width: 60px;
		height: 60px;
	}
	
	#services.main-section .floating-element {
		width: 50px;
		height: 50px;
	}
	
	.team-section .floating-element {
		width: 45px;
		height: 45px;
	}
	
	.main-section.contact .floating-element {
		width: 55px;
		height: 55px;
	}
	
	.featured-subtitle {
		font-size: 18px;
		padding: 12px 20px;
		max-width: 90%;
	}
}

/* Ensure featured-functions container is properly layered */
.featured-functions-section .container {
	position: relative;
	z-index: 4;
}

@keyframes contactMapFloat {
	0%, 100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.3;
	}
	50% {
		transform: translate(-5px, -3px) scale(1.02);
		opacity: 0.4;
	}
}

/* Responsive contact section improvements */
@media (max-width: 991px) {
	.main-section.contact::after {
		background-size: 80%;
		animation: contactMapFloatMobile 15s ease-in-out infinite;
	}
}

@media (max-width: 767px) {
	.main-section.contact::after {
		background-size: 70%;
		opacity: 0.2;
	}
	
	.main-section.contact::before {
		background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(52, 73, 94, 0.85));
	}
}

@media (max-width: 479px) {
	.main-section.contact::after {
		background-size: 60%;
		opacity: 0.15;
	}
}

@keyframes contactMapFloatMobile {
	0%, 100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.3;
	}
	50% {
		transform: translate(-3px, -2px) scale(1.01);
		opacity: 0.4;
	}
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Montserrat', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Footer
---------------------------------*/

.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-size:38px;
	text-decoration: none !important;
	color: #fff;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


