/*!
Theme Name: Coast to Coast
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: coast-to-coast
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.

Coast to Coast 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: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;
}

.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;
}


:root {
  /* Light theme colors (default) */
  --primary: #0a2540;
  --primary-light: #e6f0ff;
  --accent: #20b2aa;
  --accent-light: rgba(32, 178, 170, 0.1);
  --background: #ffffff;
  --background-light: #f9fafb;
  --text: #333333;
  --text-light: #666666;
  --border: #eaeaea;
  --card-bg: #ffffff;
  --success: #4caf50;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --gradient: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  --container-width: 1280px;
  --section-spacing: 120px;
  --card-radius: 12px;
  --transition: all 0.3s ease;
}

.dark-theme {
  /* Dark theme colors */
  --primary: #0a2540;
  --primary-light: #1a3550;
  --accent: #20b2aa;
  --accent-light: rgba(32, 178, 170, 0.1);
  --background: #0a2540;
  --background-light: #0f3152;
  --text: #ffffff;
  --text-light: rgba(255, 255, 255, 0.7);
  --border: rgba(255, 255, 255, 0.1);
  --card-bg: #0f3152;
  --success: #4caf50;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  --gradient: linear-gradient(135deg, #0a2540 0%, #051a2d 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background-color: var(--background);
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1,
h2,
h3,
h4 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: var(--transition);
  border: none;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 4px 14px rgba(32, 178, 170, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(32, 178, 170, 0.4);
}

.btn-secondary {
  background: var(--primary);
  color: white;
  box-shadow: 0 4px 14px rgba(10, 37, 64, 0.3);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 37, 64, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn-outline:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-2px);
}

.btn-large {
  padding: 16px 32px;
  font-size: 18px;
}

.btn-mobile {
  width: 100%;
  text-align: center;
}

.section-tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
  background: var(--background);
}

header.scrolled {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

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

.logo {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.logo-airplane {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.airplane-icon {
  width: 100%;
  height: 100%;
  color: var(--accent);
}

.logo span {
  color: var(--accent);
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-toggle {
  background: transparent;
  border: none;
  color: var(--text);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.theme-toggle:hover {
  background: var(--accent-light);
  color: var(--accent);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
}

.sun-icon {
  display: none;
}

.moon-icon {
  display: block;
}

.light-theme .sun-icon {
  display: block;
}

.light-theme .moon-icon {
  display: none;
}

.dark-theme .sun-icon {
  display: block;
}

.dark-theme .moon-icon {
  display: none;
}

.desktop-nav ul {
  display: flex;
  list-style: none;
}

.desktop-nav ul li {
  margin-left: 30px;
}

.desktop-nav ul li a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 5px 0;
}

.desktop-nav ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--accent);
  left: 0;
  bottom: 0;
  transition: var(--transition);
}

.desktop-nav ul li a:hover:after,
.desktop-nav ul li a.active:after {
  width: 100%;
}

.desktop-nav ul li a:hover,
.desktop-nav ul li a.active {
  color: var(--accent);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  position: absolute;
  left: 8px;
  transition: var(--transition);
}

.hamburger-line:nth-child(1) {
  top: 14px;
}

.hamburger-line:nth-child(2) {
  top: 20px;
}

.hamburger-line:nth-child(3) {
  top: 26px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--background);
  z-index: 1001;
  transition: var(--transition);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-nav svg {
  width: 24px;
  height: 24px;
}

.mobile-nav nav {
  flex: 1;
  padding: 20px;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav ul li {
  margin-bottom: 20px;
}

.mobile-nav ul li a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: var(--transition);
  border-bottom: 1px solid var(--border);
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a.active {
  color: var(--accent);
}

.mobile-nav-footer {
  padding: 20px;
  border-top: 1px solid var(--border);
}

.mobile-nav-cta {
  margin-bottom: 20px;
}

.mobile-nav-social {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.mobile-nav-social a {
  width: 36px;
  height: 36px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

.mobile-nav-social a:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-3px);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  background: var(--background);
  color: var(--text);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
  opacity: 0.8;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2320B2AA' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-split {
  display: flex;
  width: 100%;
  gap: 60px;
}

.hero-left {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-right {
  flex: 1;
  position: relative;
}

.hero-content {
  max-width: 600px;
  animation: fadeInUp 1s ease-out;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 24px;
  color: var(--text);
  line-height: 1.2;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 32px;
  color: var(--text-light);
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.accent-text {
  color: var(--accent);
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  position: relative;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-light);
}

.hero-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-image img {
  max-width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  animation: floatAnimation 6s ease-in-out infinite;
}

.floating-card {
  position: absolute;
  bottom: 20%;
  left: 10%;
  background: var(--card-bg);
  padding: 20px;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  max-width: 250px;
  z-index: 3;
  animation: floatAnimation 5s ease-in-out infinite;
  animation-delay: 1s;
}

.floating-badge {
  position: absolute;
  top: 15%;
  right: 10%;
  background: var(--card-bg);
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  animation: floatAnimation 4s ease-in-out infinite;
  animation-delay: 2s;
}

.floating-badge svg {
  color: var(--accent);
}

.floating-badge span {
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
}

.card-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--accent);
}

.card-content h3 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: var(--text);
}

.card-content p {
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-light);
  font-size: 0.9rem;
  animation: bounce 2s infinite;
  z-index: 10;
}

.scroll-indicator span {
  margin-bottom: 10px;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 13l5 5 5-5'/%3E%3Cpath d='M7 6l5 5 5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-theme .scroll-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 13l5 5 5-5'/%3E%3Cpath d='M7 6l5 5 5-5'/%3E%3C/svg%3E");
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

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

/* Clients Section */
.clients {
  padding: 60px 0;
  background: var(--background);
  border-bottom: 1px solid var(--border);
}

.clients-header {
  text-align: center;
  margin-bottom: 40px;
}

.clients-header h2 {
  font-size: 1.5rem;
  color: var(--text-light);
  font-weight: 400;
}

.clients-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.client-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.7;
  transition: var(--transition);
}

.client-logo:hover {
  opacity: 1;
}

.client-logo svg {
  color: var(--text);
  margin-bottom: 10px;
}

.client-logo span {
  font-size: 14px;
  color: var(--text-light);
}

/* Fix for the AOS animations causing content to be hidden */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Keep the original animation styles but make sure they don't hide content */
[data-aos="fade-up"] {
  opacity: 0.5;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-right"] {
  opacity: 0.5;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-left"] {
  opacity: 0.5;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="zoom-in"] {
  opacity: 0.5;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

/* Expertise Section */
.expertise {
  padding: var(--section-spacing) 0;
  background-color: var(--background-light);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-header h2 {
  font-size: 2.7rem;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.section-header p {
  font-size: 1.15rem;
  color: var(--text-light);
  margin-bottom: 0;
}

.section-tag {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}

.expertise-card {
  padding: 40px;
  border-radius: var(--card-radius);
  background: var(--card-bg);
  transition: var(--transition);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.expertise-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.expertise-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--accent);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.expertise-card:hover:before {
  transform: scaleX(1);
}

.expertise-icon {
  color: var(--accent);
  margin-bottom: 20px;
  transition: var(--transition);
}

.expertise-card:hover .expertise-icon {
  transform: scale(1.2);
}

.expertise-card h3 {
  font-size: 1.25rem;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--text);
}

.expertise-card p {
  color: var(--text-light);
  margin-bottom: 20px;
}

.expertise-list {
  list-style: none;
}

.expertise-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.expertise-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: bold;
}

/* Results Section */
.results {
  padding: var(--section-spacing) 0;
  background-color: var(--background);
  position: relative;
  overflow: hidden;
}

.results:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--accent-light);
  top: -250px;
  right: -250px;
  z-index: 1;
}

.results-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.results-content h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 20px;
}

.results-content p {
  margin-bottom: 20px;
  color: var(--text-light);
}

.results-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.metric-card {
  background: var(--accent-light);
  padding: 20px;
  border-radius: var(--card-radius);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
}

.metric-label {
  font-size: 0.95rem;
  color: var(--text-light);
}

.results-image {
  position: relative;
}

.results-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.results-image:hover img {
  transform: scale(1.02);
}

.results-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid var(--accent);
  top: 20px;
  left: 20px;
  z-index: -1;
  border-radius: var(--card-radius);
  transition: var(--transition);
}

.results-image:hover:before {
  top: 10px;
  left: 10px;
}

/* Case Studies Section */
.case-studies {
  padding: var(--section-spacing) 0;
  background-color: var(--background-light);
  position: relative;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
  align-items: stretch;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
  overflow: hidden;
  min-height: 420px;
}

.case-study-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 32px rgba(32,178,170,0.10);
}

.case-study-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f6f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.06);
}

.case-study-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 20px 30px;
  justify-content: flex-start;
}

.case-study-content h3 {
  font-size: 1.25rem;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--text);
}

.case-study-content p {
  color: var(--text-light);
  font-size: 1rem;
  margin-bottom: 18px;
}

.case-study-metrics {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.case-metric {
  flex: 1;
  background: var(--accent-light);
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
}

.case-metric-value {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.1rem;
}

.case-metric-label {
  font-size: 0.8rem;
  color: var(--text-light);
}

.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.case-study-tag {
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 4px 12px;
}

.case-study-link {
  margin-top: auto;
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: var(--transition);
}

.case-study-link .arrow {
  margin-left: 5px;
  transition: var(--transition);
}

.case-study-link:hover {
  color: var(--primary);
}

.case-study-link:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .case-study-content {
    padding: 22px 16px 16px 16px;
  }
}

/* Testimonial Section */
.testimonials {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.testimonial-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.testimonial-content {
  padding: 50px;
  position: relative;
}

.testimonial-quote {
  color: var(--accent);
  margin-bottom: 20px;
}

.testimonial-content blockquote {
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--text);
  font-style: italic;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-info h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 5px;
}

.author-info p {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
  padding: var(--section-spacing) 0;
  background: var(--primary);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2320B2AA' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-section .section-tag {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}

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

/* Footer */
footer {
  background: var(--primary);
  color: white;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  color: white;
  margin-bottom: 20px;
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-badge svg {
  color: var(--accent);
}

.footer-badge span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: white;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--accent);
  bottom: 0;
  left: 0;
}

.footer-col p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.footer-col ul li a:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-info li svg {
  color: var(--accent);
}

.contact-info li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.contact-info li a:hover {
  color: var(--accent);
}

.footer-cta {
  margin-top: 20px;
}

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

.social-links a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent);
  border-radius: 50%;
  transform: scale(0);
  transition: var(--transition);
}

.social-links a:hover:before {
  transform: scale(1);
}

.social-links a span {
  position: relative;
  z-index: 2;
}

.social-links a:hover {
  transform: translateY(-5px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}

.footer-links {
  display: flex;
  list-style: none;
  gap: 20px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent);
}

/* About Page Styles */
.about-hero {
  height: 60vh;
  min-height: 340px;
  max-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
}

.about-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
  display: block;
}

.about-hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(10,37,64,0.7) 0%,rgba(10,37,64,0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-hero-content .section-tag {
  background: rgba(32,178,170,0.15);
  color: #1ec6b6;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 1.2px;
}

.about-hero-content h1 {
  font-size: 2.7rem;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.about-hero-content p {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.92;
  margin: 0 auto;
  max-width: 600px;
}

@media (max-width: 900px) {
  .about-hero {
    height: 38vh;
    min-height: 180px;
    max-height: 260px;
  }
  .about-hero-content h1 {
    font-size: 1.5rem;
  }
  .about-hero-content p {
    font-size: 1rem;
  }
}

.about-content {
  padding: 100px 0;
  background: var(--background);
  color: var(--text);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.about-text h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 30px;
  position: relative;
}

.about-text p {
  margin-bottom: 20px;
  color: var(--text-light);
}

.about-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-philosophy {
  margin-bottom: 80px;
}

.about-philosophy h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.philosophy-card {
  padding: 40px;
  border-radius: 8px;
  background: var(--background-light);
  text-align: center;
  transition: var(--transition);
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.philosophy-icon {
  color: var(--accent);
  margin-bottom: 20px;
}

.philosophy-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.philosophy-card p {
  color: var(--text-light);
}

.about-journey {
  margin-bottom: 80px;
}

.about-journey h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

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

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: var(--accent-light);
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 50%;
}

.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 40px;
}

.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 40px;
}

.timeline-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--background);
  border: 3px solid var(--accent);
  top: 0;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -10px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -10px;
}

.timeline-content {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 15px;
}

.timeline-content p {
  color: var(--text-light);
}

.about-cta {
  text-align: center;
}

.about-cta h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 20px;
}

.about-cta p {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Page Styles */
.contact-hero {
  padding: 180px 0 100px;
  background: var(--primary);
  color: white;
  text-align: center;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.contact-hero-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

.contact-form-section {
  padding: 100px 0;
  background: var(--background);
  color: var(--text);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.contact-info h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 30px;
  color: var(--text-light);
}

.contact-details {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: var(--transition);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-right: 20px;
  transition: var(--transition);
  flex-shrink: 0;
}

.contact-item:hover .contact-icon {
  background: var(--accent);
  color: white;
  transform: scale(1.1);
}

.contact-text h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 5px;
}

.contact-text a {
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
}

.contact-text a:hover {
  color: var(--accent);
}

.availability {
  background: var(--background-light);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.availability h3 {
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 15px;
}

.availability-status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}

.available .status-dot {
  background: var(--success);
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.status-text {
  font-weight: 500;
}

.available .status-text {
  color: var(--success);
}

.contact-social h3 {
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 15px;
}

.contact-form-container {
  background: var(--card-bg);
  padding: 40px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form-container h2 {
  font-size: 2.5rem;
}

/* Fix the dark theme styles */
html.dark-theme {
  /* Dark theme colors */
  --primary: #0a2540;
  --primary-light: #1a3550;
  --accent: #20b2aa;
  --accent-light: rgba(32, 178, 170, 0.1);
  --background: #0a2540;
  --background-light: #0f3152;
  --text: #ffffff;
  --text-light: rgba(255, 255, 255, 0.7);
  --border: rgba(255, 255, 255, 0.1);
  --card-bg: #0f3152;
  --success: #4caf50;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  --gradient: linear-gradient(135deg, #0a2540 0%, #051a2d 100%);
}

/* Fix the mobile menu styles */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--background);
  z-index: 1001;
  transition: var(--transition);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-nav svg {
  width: 24px;
  height: 24px;
}

/* Add styles for the about and contact pages */
.about-hero,
.contact-hero {
  padding: 150px 0 80px;
  background: var(--background-light);
  position: relative;
  text-align: center;
}

.about-hero-image {
  max-width: 800px;
  margin: 0 auto 40px;
}

.about-hero-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.about-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: var(--text);
}

.about-hero-content p {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.about-content {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--text);
}

.about-text p {
  margin-bottom: 20px;
  color: var(--text-light);
}

.about-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.about-philosophy {
  margin-bottom: 80px;
}

.about-philosophy h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.philosophy-card {
  background: var(--card-bg);
  padding: 30px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.philosophy-icon {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--accent);
}

.philosophy-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.philosophy-card p {
  color: var(--text-light);
}

.about-journey {
  margin-bottom: 80px;
}

.about-journey h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

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

.timeline:before {
  content: "";
  position: absolute;
  width: 2px;
  background: var(--accent-light);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 50%;
  top: 30px;
  z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -8px;
}

.timeline-content {
  padding: 20px;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.timeline-content h3 {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 5px;
}

.timeline-content h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 10px;
}

.timeline-content p {
  color: var(--text-light);
}

.about-cta {
  text-align: center;
  padding: 60px;
  background: var(--accent-light);
  border-radius: var(--card-radius);
}

.about-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text);
}

.about-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--text-light);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact page styles */
.contact-hero {
  padding: 150px 0 80px;
  background: var(--background-light);
  position: relative;
}

.contact-hero-content {
  text-align: center;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.contact-hero-content p {
  font-size: 1.2rem;
  color: var(--text-light);
}

.contact-form-section {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text);
}

.contact-info p {
  margin-bottom: 30px;
  color: var(--text-light);
}

.contact-details {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  color: var(--accent);
}

.contact-text {
  color: var(--text);
}

.availability h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.availability-status {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}

.available .status-dot {
  background: var(--success);
}

.status-text {
  color: var(--text);
  font-weight: 500;
}

.contact-form-container h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--text);
}

.contact-form {
  background: var(--card-bg);
  padding: 40px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 500;
}

.required {
  color: #ff4d4d;
  margin-left: 3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--background);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-light);
}

.contact-faq {
  max-width: 900px;
  margin: 0 auto;
}

.contact-faq h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.faq-item {
  background: var(--card-bg);
  padding: 30px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.faq-item h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--text);
}

.faq-item p {
  color: var(--text-light);
}

/* --- HEADER & NAVIGATION POLISH --- */
.site-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #222;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
.logo span {
  color: #1ec6b6;
}
.nav-controls {
  display: flex;
  align-items: center;
  gap: 32px;
}
.desktop-nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-nav ul li a {
  color: #222;
  font-size: 1.08rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s;
}
.desktop-nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1ec6b6;
  transition: width 0.2s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.desktop-nav ul li a:hover,
.desktop-nav ul li a.active {
  color: #1ec6b6;
}
.desktop-nav ul li a:hover:after,
.desktop-nav ul li a.active:after {
  width: 100%;
}
.theme-toggle {
  margin-right: 8px;
}
/* Hamburger */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1101;
}
.hamburger-line {
  display: block;
  width: 24px;
  height: 3px;
  background: #222;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
}
/* Mobile Nav Overlay */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1100;
  box-shadow: -8px 0 32px rgba(0,0,0,0.08);
  transition: right 0.45s cubic-bezier(.4,2,.6,1);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0.98;
}
.mobile-nav.active {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.18);
  z-index: 1099;
  opacity: 0;
  transition: opacity 0.35s;
}
.mobile-nav.active ~ .mobile-nav-overlay {
  display: block;
  opacity: 1;
}
.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: #222;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 1102;
}
.mobile-nav ul {
  list-style: none;
  padding: 32px 24px;
  margin: 0;
}
.mobile-nav ul li {
  margin-bottom: 28px;
}
.mobile-nav ul li a {
  color: #222;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-nav ul li a:hover {
  color: #1ec6b6;
}
@media (max-width: 600px) {
  .mobile-nav {
    width: 100vw;
  }
}

/* --- HAMBURGER TO X ANIMATION --- */
.mobile-toggle {
  position: relative;
  z-index: 1101;
}
.mobile-toggle .hamburger-line {
  transition: all 0.35s cubic-bezier(.4,2,.6,1);
  position: absolute;
  left: 8px;
}
.mobile-toggle .hamburger-line:nth-child(1) {
  top: 14px;
}
.mobile-toggle .hamburger-line:nth-child(2) {
  top: 20px;
}
.mobile-toggle .hamburger-line:nth-child(3) {
  top: 26px;
}
.mobile-toggle.open .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.mobile-toggle.open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.open .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
