/*!
Theme Name: barco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

barco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Override for header navigation */
.header-container .main-navigation ul {
	display: flex;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Logo/Branding Section */
.site-branding {
	flex: 0 0 auto;
}

.site-title {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
}

.site-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-title a:hover {
	color: #007cba;
}

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

/* Navigation Section */
.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
	margin: 0 2rem;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.main-navigation a:hover {
	color: #007cba;
	background-color: #f8f9fa;
}

/* Contact Section */
.header-contact {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.phone-number {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #333;
}

.phone-number a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.phone-number a:hover {
	color: #007cba;
}

.phone-icon {
	font-size: 1.2rem;
}

.contact-btn {
	background: #007cba;
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid #007cba;
}

.contact-btn:hover {
	background: transparent;
	color: #007cba;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

/* Hamburger Menu Styles */
.hamburger-menu {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 0.5rem;
	gap: 4px;
	z-index: 1001;
}

.hamburger-menu span {
	width: 25px;
	height: 3px;
	background-color: #333;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.hamburger-menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.98);
	z-index: 1000;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
}

.mobile-menu-overlay.active {
	display: flex;
}

.mobile-menu-overlay .main-navigation {
	display: block !important;
	width: 100%;
	margin: 0;
}

.mobile-menu-overlay .main-navigation ul {
	display: flex !important;
	flex-direction: column;
	gap: 1.5rem;
	text-align: center;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu-overlay .main-navigation a {
	font-size: 1.5rem;
	padding: 1rem;
	width: 100%;
	display: block;
}

.mobile-menu-overlay .header-contact {
	display: flex !important;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
}

.mobile-menu-overlay .phone-number {
	font-size: 1.2rem;
}

.mobile-menu-overlay .contact-btn {
	font-size: 1.1rem;
	padding: 1rem 2rem;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
	.header-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 1rem;
	}
	
	.site-branding {
		flex: 1;
	}
	
	.site-title {
		font-size: 2rem;
	}
	
	.custom-logo {
		max-height: 70px;
	}
	
	.main-navigation {
		display: none;
	}
	
	.header-contact {
		display: none;
	}
	
	.hamburger-menu {
		display: flex;
	}
	
	.header-container .main-navigation ul {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.header-container {
		padding: 0 0.5rem;
	}
	
	.site-title {
		font-size: 1.8rem;
	}
	
	.custom-logo {
		max-height: 60px;
	}
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/

/* Main content area alignment with header */
.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}

/* Sidebar alignment */
.widget-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Footer alignment - removed for custom footer layout */
/* .site-footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
} */

/* Mobile responsive content */
@media screen and (max-width: 768px) {
	.site-main {
		padding: 1rem;
	}
	
	.widget-area {
		padding: 0 1rem;
	}
	
	/* .site-footer {
		padding: 1rem;
	} */
}

@media screen and (max-width: 480px) {
	.site-main {
		padding: 0.5rem;
	}
	
	.widget-area {
		padding: 0 0.5rem;
	}
	
	/* .site-footer {
		padding: 0.5rem;
	} */
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.hero-slider {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: 1;
}

.slide.active {
	opacity: 1;
	z-index: 2;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 3;
	max-width: 800px;
	padding: 0 2rem;
}

.slide-content h2 {
	font-size: 3.5rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	line-height: 1.2;
}

.slide-content p {
	font-size: 1.3rem;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	opacity: 0.9;
}

.slide-link-text {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.slide-link-text:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	transform: translateY(-2px);
}

.slide a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

/* About Us Section */
.about-us-section {
	padding: 80px 0;
	background: #f8f9fa;
}

.about-us-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.about-us-content {
	padding-right: 40px;
}

.about-us-title {
	font-size: 2.5rem;
	font-weight: 300;
	color: #999;
	margin: 0 0 30px 0;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.about-us-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
}

.about-us-text p {
	margin: 0 0 20px 0;
}

.about-us-text strong {
	color: #000;
	font-weight: 600;
}

.about-us-image {
	text-align: center;
}

.about-us-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Mobile styles for About Us */
@media (max-width: 768px) {
	.about-us-section {
		padding: 60px 0;
	}
	
	.about-us-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 15px;
	}
	
	.about-us-content {
		padding-right: 0;
		text-align: center;
	}
	
	.about-us-title {
		font-size: 2rem;
	}
	
	.about-us-text {
		font-size: 1rem;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.about-us-section {
		padding: 40px 0;
	}
	
	.about-us-title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	.about-us-text {
		font-size: 0.95rem;
		line-height: 1.6;
	}
}

/* Company Values Section */
.company-values-section {
	padding: 100px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	position: relative;
	overflow: hidden;
}

.company-values-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	pointer-events: none;
}

.values-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.values-header {
	text-align: center;
	margin-bottom: 80px;
}

.values-main-title {
	font-size: 3rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.values-main-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #ff6b6b, #feca57);
	border-radius: 2px;
}

.values-subtitle {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 60px;
}

.value-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.value-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transition: left 0.6s;
}

.value-card:hover::before {
	left: 100%;
}

.value-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.value-letter {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 800;
	color: #ffffff;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.value-card:nth-child(1) .value-letter {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24);
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.value-card:nth-child(2) .value-letter {
	background: linear-gradient(135deg, #5f27cd, #341f97);
	box-shadow: 0 8px 25px rgba(95, 39, 205, 0.3);
}

.value-card:nth-child(3) .value-letter {
	background: linear-gradient(135deg, #00d2d3, #54a0ff);
	box-shadow: 0 8px 25px rgba(0, 210, 211, 0.3);
}

.value-card:nth-child(4) .value-letter {
	background: linear-gradient(135deg, #feca57, #ff9ff3);
	box-shadow: 0 8px 25px rgba(254, 202, 87, 0.3);
}

.value-card:hover .value-letter {
	transform: rotate(360deg) scale(1.1);
}

.value-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.value-description {
	font-size: 1rem;
	line-height: 1.6;
	color: #5a6c7d;
	margin: 0;
	font-weight: 400;
}

/* Mobile styles for Company Values */
@media (max-width: 768px) {
	.company-values-section {
		padding: 80px 0;
	}
	
	.values-container {
		padding: 0 15px;
	}
	
	.values-header {
		margin-bottom: 60px;
	}
	
	.values-main-title {
		font-size: 2.2rem;
	}
	
	.values-subtitle {
		font-size: 1.1rem;
	}
	
	.values-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-top: 40px;
	}
	
	.value-card {
		padding: 35px 25px;
	}
	
	.value-letter {
		width: 70px;
		height: 70px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	
	.value-title {
		font-size: 1.3rem;
	}
	
	.value-description {
		font-size: 0.95rem;
	}
}

/* ===== MILESTONES SECTION ===== */
.milestones-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
}

.milestones-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	pointer-events: none;
}

.milestones-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.milestones-header {
	text-align: center;
	margin-bottom: 60px;
}

.milestones-main-title {
	font-size: 3rem;
	font-weight: 300;
	color: #2c3e50;
	margin-bottom: 15px;
	letter-spacing: -1px;
	position: relative;
}

.milestones-main-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, #6c757d, #495057);
	border-radius: 1px;
}

.milestones-subtitle {
	font-size: 1.1rem;
	color: #6c757d;
	font-weight: 400;
	margin-top: 25px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, #dee2e6, #6c757d, #dee2e6);
	transform: translateX(-50%);
	z-index: 1;
}

.milestone-item {
	position: relative;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	opacity: 0;
	animation: fadeInUp 0.8s ease forwards;
}

.milestone-item:nth-child(1) { animation-delay: 0.2s; }
.milestone-item:nth-child(2) { animation-delay: 0.4s; }
.milestone-item:nth-child(3) { animation-delay: 0.6s; }
.milestone-item:nth-child(4) { animation-delay: 0.8s; }

.milestone-item:nth-child(even) {
	flex-direction: row-reverse;
}

.milestone-content {
	width: calc(50% - 40px);
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	transition: all 0.3s ease;
}

.milestone-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.milestone-content::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #6c757d;
	transform: translateY(-50%);
}

.milestone-item:nth-child(odd) .milestone-content::before {
	right: -20px;
}

.milestone-item:nth-child(even) .milestone-content::before {
	left: -20px;
}

.milestone-year {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #495057, #6c757d);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 600;
	color: white;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	z-index: 3;
	border: 3px solid #f8f9fa;
	transition: all 0.3s ease;
}

.milestone-item:nth-child(odd) .milestone-year {
	right: -35px;
}

.milestone-item:nth-child(even) .milestone-year {
	left: -45px;
}

.milestone-item:hover .milestone-year {
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.milestone-title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #2c3e50;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

.milestone-item:nth-child(even) .milestone-title {
	text-align: right;
}

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

/* Responsive Design for Milestones */
@media (max-width: 768px) {
	.milestones-section {
		padding: 60px 0;
	}

	.milestones-main-title {
		font-size: 2.2rem;
	}

	.milestones-subtitle {
		font-size: 1rem;
	}

	.timeline::before {
		left: 30px;
	}

	.milestone-item {
		flex-direction: row !important;
		margin-bottom: 40px;
	}

	.milestone-content {
		width: calc(100% - 80px);
		margin-left: 60px;
		padding: 20px;
	}

	.milestone-content::before {
		left: -20px !important;
		right: auto !important;
	}

	.milestone-item:nth-child(odd) .milestone-year,
	.milestone-item:nth-child(even) .milestone-year {
		left: -40px !important;
		right: auto !important;
		width: 60px;
		height: 60px;
		font-size: 0.9rem;
	}

	.milestone-title {
		text-align: left !important;
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.company-values-section {
		padding: 60px 0;
	}
	
	.values-main-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	
	.values-subtitle {
		font-size: 1rem;
	}
	
	.value-card {
		padding: 30px 20px;
		border-radius: 15px;
	}
	
	.value-letter {
		width: 60px;
		height: 60px;
		font-size: 2rem;
	}
	
	.value-title {
		font-size: 1.2rem;
	}
	
	.value-description {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}

/* Organization Structure Section */
.organization-structure-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #ffffff;
	padding: 80px 0;
	overflow: hidden;
}

.organization-structure-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.organization-structure-content {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px;
	min-height: 500px;
	background-image: url('./img/bgbar.png');
	background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: local;
	z-index: 1;
}

.organization-structure-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
	border-radius: 20px;
	z-index: -1;
}

.organization-structure-header {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.organization-structure-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin: 0;
	line-height: 1.2;
	text-align: left;
	position: relative;
	z-index: 2;
}

.organization-structure-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 2px;
}

.organization-structure-image {
	position: relative;
	max-width: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 2;
}

.organization-structure-image:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.organization-structure-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.organization-structure-section {
		padding: 60px 0;
	}

	.organization-structure-content {
		max-width: 90%;
		padding: 30px 20px;
		text-align: center;
		background-size: 200px auto;
		background-position: top right;
	}

	.organization-structure-title {
		font-size: 2rem;
		text-align: center;
	}

	.organization-structure-title::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.organization-structure-image {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.organization-structure-section {
		padding: 40px 0;
	}

	.organization-structure-container {
		padding: 0 15px;
	}

	.organization-structure-content {
		padding: 20px 15px;
		background-size: 150px auto;
		background-position: top right;
	}

	.organization-structure-title {
		font-size: 1.8rem;
	}

	.organization-structure-image {
		max-width: 100%;
	}
}

/* Our Services Section */
.our-services-section {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background-color: #f8f9fa;
	padding: 80px 0;
	overflow: hidden;
}

.our-services-container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.our-services-header {
	text-align: center;
	margin-bottom: 60px;
	padding: 0 20px;
}

.our-services-title {
	font-size: 2.5em;
	color: #333;
	margin-bottom: 20px;
	font-weight: 700;
}

.our-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	 /* Space for background image */
}

.service-item {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	transition: transform 0.3s ease;
}

.service-item:hover {
	transform: scale(1.02);
}

.service-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.service-image-wrapper {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.service-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.service-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease;
	z-index: 1;
}

.service-item:hover .service-overlay {
	opacity: 0;
}

.service-item:hover .service-image {
	transform: scale(1.05);
}

.service-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px;
	z-index: 2;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.service-title {
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0;
	text-align: center;
	transition: color 0.3s ease;
}

.service-item:hover .service-title {
	color: #fff;
	text-shadow: none;
}

.our-services-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	height: 100%;
	background: url('img/bgbar.png') no-repeat center right;
	background-size: contain;
	z-index: 1;
}

/* Responsive adjustments for Our Services */
@media (max-width: 1024px) {
	.our-services-grid {
		padding-right: 150px;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 0;
	}

	.our-services-right {
		width: 150px;
	}
}

@media (max-width: 768px) {
	.our-services-section {
		padding: 60px 0;
	}

	.our-services-title {
		font-size: 2em;
	}

	.our-services-grid {
		padding-right: 0;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 0;
	}

	.our-services-right {
		display: none;
	}

	.service-image-wrapper {
		height: 200px;
	}

	.service-title {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.our-services-section {
		padding: 40px 0;
	}

	.our-services-title {
		font-size: 1.8em;
	}

	.our-services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.service-image-wrapper {
		height: 150px;
	}

	.service-content {
		padding: 15px 10px;
	}

	.service-title {
		font-size: 1em;
	}
}

/* Service Gallery Styles */
.service-gallery-section {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background-color: #f8f9fa;
	padding: 80px 0;
	margin-bottom: 0;
}

.service-gallery-section:nth-of-type(even) {
	background-color: #ffffff;
}

/* Smooth scrolling for anchor links */
html {
	scroll-behavior: smooth;
}

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

.service-gallery-header {
	text-align: center;
	margin-bottom: 60px;
}

.service-gallery-title {
	font-size: 2.5em;
	color: #333;
	margin-bottom: 20px;
	font-weight: 700;
}

.back-to-home {
	display: inline-block;
	color: #007cba;
	text-decoration: none;
	font-size: 1.1em;
	transition: color 0.3s ease;
}

.back-to-home:hover {
	color: #005a87;
	text-decoration: underline;
}

.service-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

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

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

.gallery-item:hover .gallery-image {
	transform: scale(1.05);
}

.gallery-zoom-icon {
	font-size: 2em;
	color: #fff;
}

.no-gallery {
	text-align: center;
	padding: 60px 20px;
	color: #666;
	font-size: 1.2em;
}

/* Lightbox Styles */
.lightbox-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.lightbox-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 2em;
	cursor: pointer;
	z-index: 10000;
	transition: color 0.3s ease;
}

.lightbox-close:hover {
	color: #ccc;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.lightbox-nav-btn {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: #fff;
	font-size: 2em;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s ease;
	pointer-events: all;
}

.lightbox-nav-btn:hover {
	background: rgba(255, 255, 255, 0.4);
}

.lightbox-counter {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.1em;
}

/* Projects Table Styles */
.projects-table-section {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background-color: #ffffff;
	padding: 80px 0;
	margin-bottom: 0;
	overflow-x: hidden;
}

.projects-table-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.projects-table-header {
	text-align: center;
	margin-bottom: 60px;
}

.projects-table-title {
	font-size: 2.5em;
	color: #333;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.projects-table-subtitle {
	font-size: 1.2em;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

.projects-table-wrapper {
	overflow-x: auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #e0e0e0;
}

.projects-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 800px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.projects-table thead {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}

.projects-table th {
	padding: 20px 15px;
	font-weight: 600;
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border: none;
}

.projects-table th:first-child {
	border-top-left-radius: 12px;
}

.projects-table th:last-child {
	border-top-right-radius: 12px;
}

.projects-table tbody tr {
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
}

.projects-table tbody tr:hover {
	background-color: #f8f9ff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.projects-table tbody tr:last-child {
	border-bottom: none;
}

.projects-table tbody tr.even {
	background-color: #fafafa;
}

.projects-table tbody tr.odd {
	background-color: #ffffff;
}

.projects-table td {
	padding: 18px 15px;
	vertical-align: top;
	border: none;
	line-height: 1.6;
}

.client-cell {
	min-width: 150px;
}

.client-cell strong {
	color: #333;
	font-weight: 600;
	font-size: 1.05em;
}

.description-cell {
	min-width: 300px;
	color: #555;
	line-height: 1.7;
}

.year-cell {
	min-width: 80px;
	text-align: center;
	font-weight: 500;
	color: #666;
}

.value-cell {
	min-width: 120px;
	text-align: right;
	font-weight: 600;
	color: #2c5aa0;
	font-size: 1.05em;
}

.projects-table-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
	z-index: 1;
	border-radius: 0 0 0 50px;
}

/* Column width adjustments */
.client-column {
	width: 20%;
}

.description-column {
	width: 45%;
}

.year-column {
	width: 15%;
}

.value-column {
	width: 20%;
}

/* Responsive adjustments for Projects Table */
@media (max-width: 1024px) {
	.projects-table-section {
		padding: 60px 0;
	}

	.projects-table-title {
		font-size: 2.2em;
	}

	.projects-table-subtitle {
		font-size: 1.1em;
	}

	.projects-table {
		min-width: 700px;
	}

	.projects-table th,
	.projects-table td {
		padding: 15px 12px;
	}
}

@media (max-width: 768px) {
	.projects-table-section {
		padding: 50px 0;
	}

	.projects-table-title {
		font-size: 2em;
	}

	.projects-table-subtitle {
		font-size: 1em;
	}

	.projects-table-header {
		margin-bottom: 40px;
	}

	.projects-table {
		min-width: 600px;
	}

	.projects-table th,
	.projects-table td {
		padding: 12px 10px;
		font-size: 0.9em;
	}

	.projects-table th {
		font-size: 0.85em;
	}

	.description-cell {
		min-width: 250px;
	}

	.client-cell {
		min-width: 120px;
	}

	.value-cell {
		min-width: 100px;
	}
}

@media (max-width: 480px) {
	.projects-table-section {
		padding: 40px 0;
	}

	.projects-table-title {
		font-size: 1.8em;
	}

	.projects-table-subtitle {
		font-size: 0.95em;
	}

	.projects-table-container {
		padding: 0 15px;
	}

	.projects-table {
		min-width: 500px;
	}

	.projects-table th,
	.projects-table td {
		padding: 10px 8px;
		font-size: 0.85em;
	}

	.projects-table th {
		font-size: 0.8em;
	}

	.description-cell {
		min-width: 200px;
	}

	.client-cell {
		min-width: 100px;
	}

	.value-cell {
		min-width: 90px;
	}

	.projects-table-bg {
		display: none;
	}
}

/* Responsive adjustments for Service Gallery */
@media (max-width: 768px) {
	.service-gallery-section {
		padding: 60px 0;
	}

	.service-gallery-title {
		font-size: 2em;
	}

	.service-gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 15px;
	}

	.gallery-image {
		height: 200px;
	}

	.lightbox-nav-btn {
		font-size: 1.5em;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.service-gallery-section {
		padding: 40px 0;
	}

	.service-gallery-title {
		font-size: 1.8em;
	}

	.service-gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 10px;
	}

	.gallery-image {
		height: 180px;
	}

	.lightbox-content {
		max-width: 95%;
		max-height: 95%;
	}

	.lightbox-close {
		top: -30px;
		font-size: 1.5em;
	}

	.lightbox-counter {
		bottom: -30px;
		font-size: 1em;
	}
}

/* Navigation Styles */
.slider-nav {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 2rem;
	z-index: 10;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 1rem 2rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.nav-arrow {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: white;
	backdrop-filter: blur(5px);
}

.nav-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.nav-arrow:active {
	transform: scale(0.95);
}

.nav-arrow svg {
	width: 24px;
	height: 24px;
	transition: transform 0.2s ease;
}

.nav-arrow:hover svg {
	transform: scale(1.1);
}

.slide-counter {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	min-width: 60px;
	justify-content: center;
}

.current-slide {
	font-size: 1.4rem;
	font-weight: 700;
}

.separator {
	opacity: 0.7;
	margin: 0 0.3rem;
}

.total-slides {
	opacity: 0.8;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
	.hero-slider {
		height: 400px;
	}
	
	.slide-content {
		display: none;
	}
	
	.slider-nav {
		bottom: 20px;
		background: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border: none;
		box-shadow: none;
		padding: 0;
		gap: 1.5rem;
	}
	
	.nav-arrow {
		width: 90px;
		height: 90px;
		background: rgba(255, 255, 255, 0.9);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	}
	
	.nav-arrow svg {
		width: 40px;
		height: 40px;
		color: #333;
	}
	
	.slide-counter {
		font-size: 18px;
		background: rgba(255, 255, 255, 0.9);
		color: #333;
		padding: 8px 16px;
		border-radius: 20px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
		text-shadow: none;
	}
	
	.current-slide {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 480px) {
	.hero-slider {
		height: 300px;
	}
	
	.slide-content {
		display: none;
	}
	
	.slide::before {
		display: none;
	}
	
	.slider-nav {
		bottom: 15px;
		background: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		gap: 1rem;
		padding: 0;
	}
	
	.nav-arrow {
		width: 80px;
		height: 80px;
		background: rgba(255, 255, 255, 0.9);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	}
	
	.nav-arrow svg {
		width: 36px;
		height: 36px;
		color: #333;
	}
	
	.slide-counter {
		font-size: 16px;
		background: rgba(255, 255, 255, 0.9);
		color: #333;
		padding: 6px 12px;
		border-radius: 16px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	}
}

/* Company Legal Section */
.company-legal-section {
	width: 100%;
	padding: 80px 0;
	background-color: #f8f9fa;
	border-top: 1px solid #e9ecef;
}

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

.company-legal-content {
	text-align: center;
}

.company-legal-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.company-name {
	font-size: 2rem;
	font-weight: 600;
	color: #34495e;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

.legal-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	max-width: 800px;
	margin: 0 auto;
}

.legal-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.legal-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.legal-label {
	font-size: 1.1rem;
	font-weight: 600;
	color: #7f8c8d;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.legal-value {
	font-size: 1.2rem;
	font-weight: 700;
	color: #2c3e50;
	text-align: center;
	word-break: break-all;
}

/* Responsive Design */
@media (max-width: 768px) {
	.company-legal-section {
		padding: 60px 0;
	}
	
	.company-legal-title {
		font-size: 2rem;
	}
	
	.company-name {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	
	.legal-details {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.legal-item {
		padding: 20px;
	}
}

/* Footer Styles */
.site-footer {
	background-color: #2c3e50;
	color: #ecf0f1;
	padding: 40px 0 20px;
	margin-top: 50px;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

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

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.footer-left {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex: 1;
}

.footer-logo {
	flex-shrink: 0;
}

.footer-logo img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.footer-company-info {
	flex: 1;
}

.footer-company-name {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ecf0f1;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-website {
	font-size: 1rem;
	color: #3498db;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.footer-address {
	font-size: 0.95rem;
	color: #bdc3c7;
	margin: 0;
	line-height: 1.5;
}

.footer-right {
	flex-shrink: 0;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.contact-label {
	font-size: 1rem;
	font-weight: 600;
	color: #ecf0f1;
	min-width: 120px;
}

.contact-value {
	font-size: 1rem;
	color: #3498db;
	font-weight: 500;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
	.footer-content {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}
	
	.footer-left {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 15px;
	}
	
	.footer-logo img {
		width: 60px;
		height: 60px;
	}
	
	.footer-company-name {
		font-size: 1.3rem;
	}
	
	.contact-item {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.contact-label {
		min-width: auto;
	}
}

@media (max-width: 480px) {
	.site-footer {
		padding: 30px 0 15px;
	}
	
	.footer-company-name {
		font-size: 1.1rem;
	}
	
	.footer-website,
	.footer-address,
	.contact-label,
	.contact-value {
		font-size: 0.9rem;
	}
	
	.contact-item {
		flex-direction: column;
		gap: 2px;
	}
}

/* WhatsApp Floating Button */
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	z-index: 1000;
}

.whatsapp-float:hover {
	background-color: #128c7e;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
	color: white;
	text-decoration: none;
}

.whatsapp-float:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
}

@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px;
		height: 50px;
		font-size: 24px;
		bottom: 15px;
		right: 15px;
	}
}
