/*
Theme Name: Veva Universe
Theme URI: https://vevauniverse.ae
Author: Hoztox Technologies
Author URI: https://hoztox.com/
Description: A premium, high-performance custom WordPress theme engineered specifically for Veva Universe. Features robust IT infrastructure and ELV system showcases with a responsive, modern architecture.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vevauniverse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;500;600;700;800&family=Jost:wght@300;400;500;600;700&display=swap');

:root {
	/* Colors */
	--color-heading: #1d429e;
	--color-button: #43b0d6;
	--color-button-hover: #3198bb;
	--color-text: #333333;
	--color-background: #ffffff;
	--color-light-bg: #f9f9f9;
	--color-border: #dddddd;

	/* Fonts */
	--font-heading: 'Big Shoulders Display', sans-serif;
	--font-body: 'Jost', sans-serif;

	/* Layout */
	--container-width: 1280px;
}

/* Base Styles */
* {
	box-sizing: border-box;
}

.row {
	width: 100%;
	margin: 0px;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	color: var(--color-text);
	background-color: var(--color-background);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

#page {
	overflow-x: hidden;
	/* Prevent horizontal scrollbars from AOS animations without breaking Lenis */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	color: var(--color-heading);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.2;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.2rem;
}

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

a {
	color: var(--color-heading);
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: var(--color-button);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Layout Classes */
.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	background-color: #ffffff;
	border-bottom: 1px solid var(--color-border);
	padding: 15px 0;
	/* position: sticky; */
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
}

.main-navigation a {
	color: var(--color-text);
	font-weight: 500;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: var(--color-button);
}

.menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: var(--color-heading);
}

/* Buttons */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background-color: var(--color-button);
	color: #ffffff;
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	text-align: center;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--color-button-hover);
	color: #ffffff;
	transform: translateY(-2px);
}

/* Main Content Area */
.site-content {
	padding: 60px 0;
	min-height: 60vh;
}

.page-title {
	text-align: center;
	margin-bottom: 40px;
}

/* Footer */
.site-footer {
	background-color: var(--color-heading);
	color: #ffffff;
	padding: 60px 0 30px;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

.footer-widget h3 {
	color: #ffffff;
	font-size: 1.8rem;
}

.footer-widget a {
	color: #e0e0e0;
}

.footer-widget a:hover {
	color: var(--color-button);
}

.footer-bottom {
	text-align: center;
	font-size: 0.9rem;
	color: #cccccc;
}

.about-page-section {
	margin-top: 100px !important;
}

/* Why Choose Us Section */
.why-image-triangle {
	top: -10px;
	right: -30px;
	width: 80px;
	height: 80px;
	background-color: #43b0d6;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	transform: rotate(-15deg);
}

/* Page Banner (About Page) */
.page-banner {
	padding: 180px 0 140px;
	background-size: cover;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	margin-bottom: -60px;
}

.page-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.page-banner-shape-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 25vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
	z-index: 2;
}

.page-banner-shape-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35vw;
	height: 90%;
	background: linear-gradient(135deg, rgba(67, 176, 214, 0.5) 0%, rgba(135, 203, 163, 0.5) 100%);
	clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
	z-index: 2;
}

.page-banner-subtitle {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.page-banner-title {
	font-size: 4rem;
	font-family: var(--font-heading);
}

.page-banner-breadcrumbs {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
}

.page-banner-breadcrumbs a {
	color: #43b0d6;
	text-decoration: none;
}

.page-banner-breadcrumbs a:hover {
	color: #ffffff;
}

.page-banner-breadcrumbs .separator {
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.5);
}

.page-banner-breadcrumbs .current {
	color: #ffffff;
	font-weight: 500;
}

.page-banner-line {
	width: 60px;
	height: 2px;
	background-color: #43b0d6;
}

/* Responsive */
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid var(--color-border);
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	}

	.main-navigation.toggled {
		display: block;
	}

	.main-navigation ul {
		flex-direction: column;
		gap: 0;
	}

	.main-navigation li {
		border-top: 1px solid #f0f0f0;
	}

	.main-navigation a {
		display: block;
		padding: 15px 20px;
	}

	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 2.2rem;
	}
}

/* WP Core Classes */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.custom-logo {
	max-height: 88px;
	width: auto;
}

/* Custom Typography & UI Classes */
.site-title-text {
	font-size: calc(1.3rem + .6vw);
	font-weight: 700;
	color: var(--color-heading);
}

.contact-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--color-heading);
}

.contact-desc {
	font-size: 0.875em;
	font-weight: 400;
}

.hero-title {
	font-family: var(--font-heading);
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

.hero-subtitle {
	font-family: var(--font-heading);
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
	color: #ffffff;
}

.hero-text {
	font-family: var(--font-body);
	font-size: 1.25rem;
	font-weight: 300;
	color: #ffffff;
}

/* Custom Layout Classes for Hero */
.hero-carousel-item {
	height: 90vh;
	min-height: 600px;
	position: relative;
}

.hero-bg-image {
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.hero-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 2;
}

.hero-content-container {
	z-index: 3;
}

.hero-divider {
	width: 50px;
	height: 2px;
	background-color: var(--color-button);
	margin-bottom: 30px;
}

.hero-btn {
	background-color: var(--color-button);
	color: white;
	border-radius: 0;
}

.hero-btn:hover {
	background-color: var(--color-button-hover);
	color: white;
}

/* Header UI Classes */
.site-navbar {
	background-color: var(--color-heading);
}

.social-icon-btn {
	width: 32px;
	height: 32px;
	background-color: var(--color-button);
	border: none;
	padding: 0;
}

.social-icon-btn:hover {
	background-color: var(--color-button-hover);
}

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

/* Lenis Momentum Scrolling Styles */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Footer Styles */
.site-footer {
	background-color: #333333;
	color: #ffffff;
	padding: 60px 0 20px;
	position: relative;
	overflow: hidden;
	/* Prevents AOS animations from causing whitespace overflow at bottom */
}

.site-footer h3.widget-title,
.site-footer h4 {
	color: #43b0d6;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.footer-link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-link-list li {
	margin-bottom: 0.75rem;
}

.footer-link-list li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s;
}

.footer-link-list li a::before {
	content: "\2192 \00a0";
	/* Right arrow and non-breaking space */
	color: #43b0d6;
	/* Same as hover color, or can be white */
}

.footer-link-list li a:hover,
.footer-link-list li.current-menu-item>a,
.footer-link-list li.current-page-item>a {
	color: #43b0d6 !important;
}

.footer-contact-info p {
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

.footer-contact-title {
	color: #43b0d6;
	font-size: 1rem;
	margin-bottom: 0.2rem;
	margin-top: 1rem;
}

.footer-contact-title:first-child {
	margin-top: 0;
}

.footer-divider {
	border-top: 1px solid #43b0d6;
	margin: 2rem 0;
}

.footer-social-bottom .social-icon-btn {
	background-color: #43b0d6;
}

.footer-social-bottom .social-icon-btn:hover {
	background-color: #ffffff;
	color: #43b0d6 !important;
}

.footer-copyright {
	font-size: 0.85rem;
	color: #cccccc;
}

/* Fixed Floating Buttons */
.floating-actions {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1050;
}

.contact-actions-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.contact-actions-list.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.float-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.5rem;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s, box-shadow 0.3s;
}

.float-btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	color: #ffffff;
}

.btn-call {
	background-color: #00e676;
}

.btn-whatsapp {
	background-color: #25d366;
}

.btn-toggle-chat {
	background-color: #5c6bc0;
}

/* Features Section (Slanted) */
.features-section {
	padding: 160px 0 120px;
	margin-top: -100px;
	/* Overlap the hero section */
	margin-bottom: -60px;
	/* Overlap the next section if needed */
	background-color: #ffffff;
	clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
	/* Optional: add slight depth if it sits over something */
}

.feature-col {
	padding: 0 30px;
}

.feature-number {
	font-size: 1.25rem;
	font-weight: 600;
	color: #999999;
	margin-bottom: 0.5rem;
}

.feature-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-heading);
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.feature-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #43b0d6;
	border-radius: 50%;
}

.feature-text {
	font-size: 0.95rem;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.feature-bottom-line {
	width: 80%;
	height: 2px;
	background-color: #43b0d6;
}

/* Special Services Section */
.special-services-section {
	padding: 160px 0 0;
	/* removed bottom padding so cards can overflow if needed */
	margin-top: -60px;
	margin-bottom: 60px;
	/* space below cards */
}

.special-services-bg {
	top: 0;
	left: 0;
	height: calc(100% - 100px);
	/* Crop the background before the bottom of the section */
	background-size: cover;
	background-position: center;
	background-color: #2b779a;
	clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
	z-index: 0;
}

.section-subtitle {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.section-title {
	font-family: var(--font-heading);
	font-size: 3rem;
	font-weight: 700;
}

.service-card {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.service-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--color-heading);
}

.service-card-text {
	font-size: 0.95rem;
	color: #666666;
	line-height: 1.6;
}

.service-read-more {
	font-size: 0.95rem;
	font-weight: 600;
	color: #43b0d6;
	text-decoration: none;
	transition: color 0.3s;
}

.service-read-more:hover {
	color: var(--color-heading);
}

.service-icon {
	margin: auto;
}

/* CTA Section */
.cta-section {
	padding: 200px 0 160px;
	margin-top: -160px;
	/* Overlap previous section */
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	background-color: #f8f9fa;

	/* Light grey fallback */
}

.cta-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f8f9fac9;
}

.cta-vertical-line {
	width: 2px;
	height: 80px;
	background-color: #43b0d6;
	margin-bottom: 50px !important;
}

.cta-title {
	font-family: var(--font-heading);
	font-size: 3rem;
	font-weight: 700;
	color: var(--color-heading);
}

.cta-text {
	font-size: 1rem;
	color: #666666;
	max-width: 700px;
	line-height: 1.6;
}

.cta-btn-primary {
	background-color: #43b0d6;
	color: #ffffff;
	font-weight: 600;
	border: 2px solid #43b0d6;
	transition: all 0.3s ease;
}

.cta-btn-primary:hover {
	background-color: #3598b9;
	border-color: #3598b9;
	color: #ffffff;
}

.cta-btn-secondary {
	background-color: #ffffff;
	color: #43b0d6;
	font-weight: 600;
	border: 2px solid #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
	background-color: #f8f9fa;
	color: var(--color-heading);
}

/* About Us Section */
.about-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-image-wrapper {
	max-width: 100%;
}

.about-main-img {
	position: relative;
	z-index: 2;
}

.about-image-accent {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 60%;
	height: 70%;
	background-color: #43b0d6;
	z-index: 1;
}

.about-dotted-pattern {
	top: -30px;
	right: -20px;
	width: 150px;
	height: 100px;
	background-image: radial-gradient(#d3d3d3 15%, transparent 15%);
	background-size: 10px 10px;
	z-index: 0;
	opacity: 0.5;
}

.about-text-content p {
	font-size: 0.95rem;
	color: #666666;
	line-height: 1.8;
}

/* Single Service Page */
.service-details-section {
	margin-top: 100px !important;
}

.service-bottom-image-wrapper {
	max-width: 80%;
	margin: 0 auto;
}

.service-bottom-image-bg {
	background-color: #43b0d6;
	width: 40%;
	height: 50%;
	top: 30%;
	right: -10%;
	z-index: 1;
}

.service-bottom-image-pattern {
	width: 150px;
	height: 150px;
	background-image: radial-gradient(#ccc 2px, transparent 2px);
	background-size: 15px 15px;
	top: 15%;
	right: -25%;
	z-index: 0;
}

/* Career Page Styles */
.career-shape-large {
	width: 50vw;
	height: 100%;
	background-color: rgba(67, 176, 214, 0.2);
	clip-path: polygon(20% 0, 100% 50%, 0 100%);
	top: -10%;
	left: -10%;
	z-index: 0;
	pointer-events: none;
}

.career-shape-small {
	width: 80px;
	height: 80px;
	background-color: rgba(67, 176, 214, 0.3);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	top: 10%;
	right: 15%;
	z-index: 0;
	transform: rotate(-15deg);
	pointer-events: none;
}

.career-form .form-control {
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 12px 15px;
	margin: 10px 0px;
	font-size: 0.95rem;
	color: #666666;
	background-color: transparent;
}

.career-form p {
	margin: 0px;
}

.career-form .form-control:focus {
	border-color: #43b0d6;
	box-shadow: none;
	outline: none;
}

.career-form input[type="file"] {
	padding: 12px 15px;
}