/*
Theme Name: WPeye
Theme URI: https://wpeye.local
Author: WPeye Team
Author URI: https://wpeye.local
Description: A lightweight, Elementor-optimized theme for WPeye site builder. Clean, fast, and fully customizable.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpeye
Tags: full-site-editing, elementor, page-builder, custom-logo, custom-menu, featured-images, theme-options

WPeye Theme - Built for speed and Elementor compatibility.
*/

/* Reset and Base Styles */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: 600;
	line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

a {
	color: #0073aa;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #005177;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}
.overflow-hidden{
	overflow: hidden !important;
}
.overflow-X-hidden {
	overflow-x: hidden !important;
}
.position-relative, .position-relative > div{	
	position: relative !important;
}
/* Layout */
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header */
.site-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 15px;
}

.site-logo img {
	max-height: 60px;
	width: auto;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-title a {
	color: inherit;
}

.site-description {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}

/* Navigation */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
}

.main-navigation a {
	color: #333;
	font-weight: 500;
	padding: 10px 0;
	display: block;
}

.main-navigation a:hover {
	color: #0073aa;
}

/* Footer */
.site-footer {
	background: #222;
	color: #fff;
	padding: 40px 0 20px;
	margin-top: auto;
}

.site-footer a {
	color: #ccc;
}

.site-footer a:hover {
	color: #fff;
}

.footer-info {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #444;
	font-size: 0.875rem;
	color: #888;
}

/* Content */
.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	margin-bottom: 0.5rem;
}

.entry-meta {
	font-size: 0.875rem;
	color: #666;
}

.entry-content {
	margin-bottom: 2rem;
}

/* Elementor Compatibility */
.elementor-page .site-content,
.elementor-page.elementor-page-builder .site-content {
	padding: 0;
}

/* Hide header/footer when Elementor canvas mode */
.elementor-template-canvas .site-header,
.elementor-template-canvas .site-footer {
	display: none;
}

/* WordPress Blocks */
.wp-block-button__link {
	background-color: #0073aa;
	border-radius: 4px;
	padding: 12px 24px;
}

.wp-block-button__link:hover {
	background-color: #005177;
}

/* Responsive */
@media (max-width: 768px) {
	html {
		font-size: 14px;
	}

	.site-header .container {
		flex-direction: column;
		gap: 15px;
	}

	.main-navigation ul {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.hidden { display: none; }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/*Header*/
/*V1*/

.headerv1{
	max-width:1930px !important; 
    margin:0 auto !important;
    border-radius: 64px !important;
	position: absolute !important;
    width: calc(100% - 50px) !important;
    z-index: 2 !important;
    top: 30px;
	left: 0;
    right: 0;
}

/* Hero */
/*V1*/
.hero-v1{
	overflow: hidden !important;
	background-size: 100% 100% !important;
}
.hero-v1 .hero_main_titles .elementor-icon-list-text span{
	background: linear-gradient(102deg, #b0e7ef 0%, #B0FAFD 47.12%, #a2dcff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hero-v1 .heroImg{
	position: absolute;
	width: 80%;
    right: 0;
    height: 100%;
    top: 0;
    transform: translate(11%, 0);
	z-index: 0;
}

.hero-v1 .heroContent{
	position: relative;
	z-index: 1;
}
@media (max-width: 768px) {
    .hero-v1 .heroImg {
        width: 100%;
		transform: translate(0%, 0);
		opacity: 0.5;
    }
}
.bkdrop-10
{
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.bg-h-100{
	background-size: 100% 100% !important;
}
.bg-size-h-124:before{
	background-size: auto 124% !important;
}

/* Sticky header when scrolling */
header.is-sticky .headerv1 {
	position: fixed !important;
	top:30px;
	background: #14229bb3 !important;
	z-index: 999 !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
