/*
 * Home Page (Copy) Styles
 * Generated by UXMagic Copilot
 * 
 * Table of Contents:
 * 1. CSS Reset & Base Styles
 * 2. Typography
 * 3. Layout & Grid
 * 4. Components
 * 5. Utilities
 * 6. Responsive Design
 */

/* ==========================================================================
   1. CSS Reset & Base Styles
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ==========================================================================
   2. Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem 0;
	font-weight: 600;
	line-height: 1.3;
}

p {
	margin: 0 0 1rem 0;
}

a {
	color: #007bff;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

/* ==========================================================================
   3. Layout & Grid
   ========================================================================== */

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}

.col {
	flex: 1;
	padding: 0 0.5rem;
}

/* ==========================================================================
   4. Components
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #2A3B9B;
	color: white;
}

.btn:hover {
	background-color: #0056b3;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.25);
}

.card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 0.5rem;
	padding: 1.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	transition: box-shadow 0.2s ease;
}

.card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   5. Utilities
   ========================================================================== */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

/* ==========================================================================
   6. Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
	.container {
		padding: 0 0.75rem;
	}

	.row {
		flex-direction: column;
	}

	.btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 576px) {
	.container {
		padding: 0 0.5rem;
	}

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}
}

/* ==========================================================================
   7. Project Specific Styles
   ========================================================================== */

:root {
	--aqua-primary: #3364b9;
	--aqua-secondary: #2BC6E3;
	--blue-dark: #003C5A;
	--blue-medium: #007A9A
}

body {
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.01em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em
}

.gradient-aqua {
	background: linear-gradient(135deg,
			#3364b9 0%,
			#2A3B9B 100%);
}

.gradient-blue {
	background: linear-gradient(135deg, #003C5A 0%, #007A9A 100%)
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.hover-lift {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.hover-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12)
}

.nav-link {
	position: relative;
	transition: color 0.3s ease;
	color: #6c757d;
	font-weight: 500;
	font-size: 0.875rem
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--aqua-primary);
	transition: width 0.3s ease
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%
}

.nav-link:hover,
.nav-link.active {
	color: var(--aqua-primary)
}

/* .btn-primary-custom {
  background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 2rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease
} */

.btn-primary-custom {
	background: white;
	border: 2px solid transparent;
	border-radius: 0.5rem;
	background-image:
		linear-gradient(white, white),
		linear-gradient(135deg,
			#3364b9 0%,
			#2A3B9B 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;

	color: #000;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	transition: all 0.3s ease;
}


.btn-primary-custom:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 198, 214, 0.25);
	color: white
}

.btn-secondary-custom {
	background: white;
	border: 1px solid #dee2e6;
	color: #495057;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease
}

.btn-secondary-custom:hover {
	background: #f8f9fa;
	border-color: var(--aqua-primary);
	color: var(--aqua-primary)
}

.badge-custom {
	background: rgba(0, 198, 214, 0.1);
	border: 1px solid rgba(0, 198, 214, 0.2);
	color: #3364b9;
	font-weight: 500;
	font-size: 0.75rem;
	padding: 0.375rem 0.75rem;
	border-radius: 50px
}

.badge-dot {
	width: 6px;
	height: 6px;
	background: var(--aqua-primary);
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem
}

.card-custom {
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	transition: all 0.3s ease
}

.card-custom:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12)
}

.product-card-img {
	height: 320px;
	object-fit: cover;
	border-radius: 1rem 1rem 0 0
}

.icon-box {
	width: 56px;
	height: 56px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.icon-box-sm {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.icon-box-lg {
	width: 48px;
	height: 48px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(-10px)
	}


}

.floating {
	animation: float 3s ease-in-out infinite
}

.bg-gradient-light {
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.05) 0%, rgba(43, 198, 227, 0.03) 100%)
}

.bg-gradient-green {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(0, 198, 214, 0.1) 100%)
}

.bg-gradient-blue {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(0, 198, 214, 0.1) 100%)
}

header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e9ecef
}

.cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	color: white;
	font-size: 0.625rem;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 10
}

.stats-card {
	background: white;
	border: 1px solid rgba(0, 198, 214, 0.2);
	border-radius: 0.75rem;
	padding: 1.5rem
}

footer {
	background: #1a1a1a;
	color: #9ca3af
}

footer a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease
}

footer a:hover {
	color: var(--aqua-primary)
}

.social-icon {
	width: 36px;
	height: 36px;
	background: #2d2d2d;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease
}

.social-icon:hover {
	background: var(--aqua-primary)
}

.hero-section {
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.05) 0%, rgba(43, 198, 227, 0.03) 50%, white 100%)
}

.cta-section {
	background: linear-gradient(135deg,
			rgba(64, 161, 230, 1) 0%,
			rgba(42, 59, 155, 1) 100%);
}


.testimonial-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 1.5rem;
	transition: all 0.3s ease
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12)
}

[data-aos] {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important
}

.aos-init[data-aos] {
	opacity: 1 !important;
	transform: none !important
}

.aos-animate {
	opacity: 1 !important;
	transform: none !important
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

*,
::after,
::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb
}

::after,
::before {
	--tw-content: ''
}

:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	line-height: inherit
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0
}

button,
select {
	text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none
}

:-moz-focusring {
	outline: auto
}

:-moz-ui-invalid {
	box-shadow: none
}

progress {
	vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

fieldset {
	margin: 0;
	padding: 0
}

legend {
	padding: 0
}

menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

dialog {
	padding: 0
}

textarea {
	resize: vertical
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af
}

[role=button],
button {
	cursor: pointer
}

:disabled {
	cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

img,
video {
	max-width: 100%;
	height: auto
}

[hidden]:where(:not([hidden=until-found])) {
	display: none
}

.container {
	width: 100%
}

@media (min-width: 640px) {
	.container {
		max-width: 640px
	}


}

@media (min-width: 768px) {
	.container {
		max-width: 768px
	}


}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px
	}


}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px
	}


}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px
	}


}

.collapse {
	visibility: visible
}

.bottom-0 {
	bottom: 0px
}

.end-0 {
	inset-inline-end: 0px
}

.top-0 {
	top: 0px
}

.col-auto {
	grid-column: auto
}

.m-3 {
	margin: 0.75rem
}

.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mb-0 {
	margin-bottom: 0px
}

.mb-1 {
	margin-bottom: 0.25rem
}

.mb-2 {
	margin-bottom: 0.5rem
}

.mb-3 {
	margin-bottom: 0.75rem
}

.mb-4 {
	margin-bottom: 1rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.me-2 {
	margin-inline-end: 0.5rem
}

.ms-1 {
	margin-inline-start: 0.25rem
}

.ms-2 {
	margin-inline-start: 0.5rem
}

.mt-1 {
	margin-top: 0.25rem
}

.mt-3 {
	margin-top: 0.75rem
}

.flex-shrink-0 {
	flex-shrink: 0
}

.gap-1 {
	gap: 0.25rem
}

.gap-2 {
	gap: 0.5rem
}

.gap-3 {
	gap: 0.75rem
}

.gap-4 {
	gap: 1rem
}

.rounded {
	border-radius: 0.25rem
}

.border {
	border-width: 1px
}

.border-0 {
	border-width: 0px
}

.border-opacity-25 {
	--tw-border-opacity: 0.25
}

.bg-transparent {
	background-color: transparent
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-opacity-10 {
	--tw-bg-opacity: 0.1
}

.bg-opacity-25 {
	--tw-bg-opacity: 0.25
}

.p-2 {
	padding: 0.5rem
}

.p-3 {
	padding: 0.75rem
}

.p-4 {
	padding: 1rem
}

.px-0 {
	padding-left: 0px;
	padding-right: 0px
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.pb-3 {
	padding-bottom: 0.75rem
}

.pt-3 {
	padding-top: 0.75rem
}

.pt-4 {
	padding-top: 1rem
}

.text-center {
	text-align: center
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 992px) {
	#navbarNav {
		display: flex !important;
	}
}

.gradient-green {
	background: linear-gradient(135deg,
			#3364b9 0%,
			#2A3B9B 100%);
}

.featured-img {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.featured-img img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.featured-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.blog-card {
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	height: 100%;
	transition: all 0.3s ease;
}

.blog-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-card .card-body {
	padding: 1.25rem;
}

.blog-card .card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.875rem;
	border-top: 1px solid #eee;
	padding-top: 0.75rem;
}

.blog-card .card-footer a {
	text-decoration: none;
	font-weight: 600;
	color: #2A3B9B;
}

:root {
	--primary-color: #40a1e6;
	--secondary-color: #2a3b9b;
	--primary-light: #5bb0eb;
	--secondary-dark: #1e2a6f;
}

body {
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em;
}

.gradient-primary {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
}

.gradient-light {
	background: linear-gradient(135deg, #5bb0eb 0%, #40a1e6 100%);
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hover-lift {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(64, 161, 230, 0.15);
}

.nav-link {
	position: relative;
	transition: color 0.3s ease;
	color: #6c757d;
	font-weight: 500;
	font-size: 0.875rem;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--primary-color);
	transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%;
}

.nav-link:hover,
.nav-link.active {
	color: var(--primary-color);
}

.btn-primary-custom {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	border: none;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(64, 161, 230, 0.3);
	color: white;
	background: linear-gradient(135deg, #5bb0eb 0%, #40a1e6 100%);
}

.badge-custom {
	background: rgba(64, 161, 230, 0.1);
	border: 1px solid rgba(64, 161, 230, 0.2);
	color: var(--primary-color);
	font-weight: 500;
	font-size: 0.75rem;
	padding: 0.375rem 0.75rem;
	border-radius: 50px;
}

.badge-dot {
	width: 6px;
	height: 6px;
	background: var(--primary-color);
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem;
}

header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e9ecef;
}

.cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	color: white;
	font-size: 0.625rem;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box-sm {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box-lg {
	width: 64px;
	height: 64px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	background: #1a1a1a;
	color: #9ca3af;
}

footer a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer a:hover {
	color: var(--primary-color);
}

.social-icon {
	width: 36px;
	height: 36px;
	background: #2d2d2d;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: var(--primary-color);
}

/* Banner Carousel Styles */
.hero-carousel {
	height: 500px;
	position: relative;
}

.hero-carousel .carousel-item {
	height: 500px;
}

.hero-carousel .carousel-item img {
	height: 500px;
	object-fit: cover;
	filter: brightness(0.7);
}

.hero-carousel .carousel-caption {
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
	right: 0;
	text-align: center;
}

.hero-carousel .carousel-caption h1 {
	font-size: 3.5rem;
	font-weight: 700;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 1rem;
}

.hero-carousel .carousel-caption p {
	font-size: 1.25rem;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	max-width: 700px;
	margin: 0 auto;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
	width: 60px;
	height: 60px;
	background: rgba(64, 161, 230, 0.9);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.9;
}

.hero-carousel .carousel-control-prev {
	left: 30px;
}

.hero-carousel .carousel-control-next {
	right: 30px;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
	opacity: 1;
	background: rgba(64, 161, 230, 1);
}

.hero-carousel .carousel-indicators {
	bottom: 30px;
}

.hero-carousel .carousel-indicators button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid white;
}

.hero-carousel .carousel-indicators button.active {
	background-color: var(--primary-color);
}

@media (max-width: 768px) {

	.hero-carousel,
	.hero-carousel .carousel-item,
	.hero-carousel .carousel-item img {
		height: 400px;
	}

	.hero-carousel .carousel-caption h1 {
		font-size: 2rem;
	}

	.hero-carousel .carousel-caption p {
		font-size: 1rem;
	}

	.hero-carousel .carousel-control-prev,
	.hero-carousel .carousel-control-next {
		width: 40px;
		height: 40px;
	}

	.hero-carousel .carousel-control-prev {
		left: 15px;
	}

	.hero-carousel .carousel-control-next {
		right: 15px;
	}
}

/* Timeline Styles */
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background: linear-gradient(180deg, #40a1e6 0%, #2a3b9b 100%);
}

.timeline-item {
	position: relative;
	margin-bottom: 3rem;
}

.timeline-item:after {
	content: '';
	display: table;
	clear: both;
}

.timeline-badge {
	position: absolute;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(64, 161, 230, 0.3);
}

.timeline-panel {
	width: 45%;
	padding: 1.5rem;
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	position: relative;
}

.timeline-item:nth-child(even) .timeline-panel {
	float: right;
}

.timeline-item:nth-child(odd) .timeline-panel {
	float: left;
}

.timeline-panel:before {
	content: '';
	position: absolute;
	top: 26px;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline-item:nth-child(odd) .timeline-panel:before {
	right: -15px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e9ecef;
}

.timeline-item:nth-child(even) .timeline-panel:before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent #e9ecef transparent transparent;
}

@media (max-width: 768px) {
	.timeline:before {
		left: 30px;
	}

	.timeline-badge {
		left: 30px;
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}

	.timeline-panel {
		width: calc(100% - 90px);
		float: right !important;
	}

	.timeline-item:nth-child(odd) .timeline-panel:before,
	.timeline-item:nth-child(even) .timeline-panel:before {
		left: -15px;
		border-width: 15px 15px 15px 0;
		border-color: transparent #e9ecef transparent transparent;
	}
}

/* Team Card Styles */
.team-card {
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	overflow: hidden;
	transition: all 0.3s ease;
	background: white;
}

.team-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(64, 161, 230, 0.15);
}

.team-card img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.team-card-body {
	padding: 1.5rem;
	text-align: center;
}

.team-social {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.team-social a {
	width: 36px;
	height: 36px;
	background: #f8f9fa;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6c757d;
	transition: all 0.3s ease;
	text-decoration: none;
}

.team-social a:hover {
	background: var(--primary-color);
	color: white;
}

/* Stats Counter */
.stats-card {
	background: white;
	border: 1px solid rgba(64, 161, 230, 0.2);
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}

.stats-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(64, 161, 230, 0.15);
	border-color: rgba(64, 161, 230, 0.4);
}

.stats-number {
	font-size: 3rem;
	font-weight: 700;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 0.5rem;
}

/* Mission/Vision Cards */
.mission-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 2rem;
	height: 100%;
	transition: all 0.3s ease;
}

.mission-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(64, 161, 230, 0.15);
	border-color: rgba(64, 161, 230, 0.3);
}

/* Certifications */
.cert-badge {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.cert-badge:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 16px rgba(64, 161, 230, 0.12);
	border-color: rgba(64, 161, 230, 0.3);
}

.cert-badge i {
	color: var(--primary-color);
}

/* Value Cards */
.value-card {
	background: linear-gradient(135deg, rgba(64, 161, 230, 0.05) 0%, rgba(42, 59, 155, 0.05) 100%);
	border: 1px solid rgba(64, 161, 230, 0.15);
}

.value-card:hover {
	background: linear-gradient(135deg, rgba(64, 161, 230, 0.1) 0%, rgba(42, 59, 155, 0.1) 100%);
	border-color: rgba(64, 161, 230, 0.3);
}

:root {
	--aqua-primary: #3364b9;
	--aqua-secondary: #2BC6E3;
	--blue-dark: #003C5A;
	--blue-medium: #007A9A;
	--green-primary: #2a3b9b;
}

body {
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em;
}

.gradient-aqua {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
}

.gradient-blue {
	background: linear-gradient(135deg, #003C5A 0%, #007A9A 100%);
}

.gradient-green {
	background: linear-gradient(135deg, #2a3b9b 100%, );
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-gradient-green {
	background: linear-gradient(135deg, #2a3b9b 100%, );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hover-lift {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.nav-link {
	position: relative;
	transition: color 0.3s ease;
	color: #6c757d;
	font-weight: 500;
	font-size: 0.875rem;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--aqua-primary);
	transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%;
}

.nav-link:hover,
.nav-link.active {
	color: var(--aqua-primary);
}

.btn-primary-custom {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	border: none;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 198, 214, 0.25);
	color: white;
}

.icon-box-sm {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box {
	width: 56px;
	height: 56px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box-lg {
	width: 72px;
	height: 72px;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e9ecef;
}

.cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	color: white;
	font-size: 0.625rem;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(0, 198, 214, 0.05) 100%);
	padding: 4rem 0 3rem;
}

.breadcrumb-custom {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	color: #6c757d;
}

.breadcrumb-custom a {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-custom a:hover {
	color: var(--aqua-primary);
}

.impact-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 2rem;
	transition: all 0.3s ease;
}

.impact-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(34, 197, 94, 0.12);
}

.stats-card {
	background: white;
	border: 1px solid rgba(34, 197, 94, 0.2);
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
}

.initiative-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.initiative-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.timeline {
	position: relative;
	padding: 2rem 0;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--green-primary) 0%, var(--aqua-primary) 100%);
	transform: translateX(-50%);
}

.timeline-item {
	position: relative;
	margin-bottom: 3rem;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-content {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 1.5rem;
	position: relative;
}

.timeline-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: white;
	border: 3px solid var(--green-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.bg-gradient-light-green {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(0, 198, 214, 0.05) 100%);
}

.bg-gradient-light-blue {
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
}

footer {
	background: #1a1a1a;
	color: #9ca3af;
}

footer a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer a:hover {
	color: var(--aqua-primary);
}

.social-icon {
	width: 36px;
	height: 36px;
	background: #2d2d2d;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: var(--aqua-primary);
}

.progress-custom {
	height: 8px;
	border-radius: 50px;
	background: #e9ecef;
}

.progress-bar-custom {
	background: linear-gradient(90deg, var(--green-primary) 0%, var(--aqua-primary) 100%);
	border-radius: 50px;
}

@media (max-width: 991px) {
	.timeline::before {
		left: 24px;
	}

	.timeline-icon {
		left: 24px;
	}

	.timeline-content {
		margin-left: 60px;
	}
}



body {
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em;
}

.gradient-aqua {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hover-lift {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.nav-link {
	position: relative;
	transition: color 0.3s ease;
	color: #6c757d;
	font-weight: 500;
	font-size: 0.875rem;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--aqua-primary);
	transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%;
}

.nav-link:hover,
.nav-link.active {
	color: var(--aqua-primary);
}

.btn-primary-custom {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	border: none;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 198, 214, 0.25);
	color: white;
}

.icon-box-sm {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box-lg {
	width: 64px;
	height: 64px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e9ecef;
}

.cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	color: white;
	font-size: 0.625rem;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header {
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.05) 0%, rgba(43, 198, 227, 0.03) 100%);
	padding: 4rem 0 3rem;
}

.breadcrumb-custom {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	color: #6c757d;
}

.breadcrumb-custom a {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-custom a:hover {
	color: var(--aqua-primary);
}

.contact-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}

.contact-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
	border-color: var(--aqua-primary);
}

.form-control:focus,
.form-select:focus {
	border-color: var(--aqua-primary);
	box-shadow: 0 0 0 0.25rem rgba(0, 198, 214, 0.1);
}

.map-container {
	height: 400px;
	border-radius: 1rem;
	overflow: hidden;
	background: #f8f9fa;
	position: relative;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.office-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 1.5rem;
	transition: all 0.3s ease;
}

.office-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.accordion-button:not(.collapsed) {
	background-color: rgba(0, 198, 214, 0.05);
	color: var(--aqua-primary);
}

.accordion-button:focus {
	border-color: var(--aqua-primary);
	box-shadow: 0 0 0 0.25rem rgba(0, 198, 214, 0.1);
}

footer {
	background: #1a1a1a;
	color: #9ca3af;
}

footer a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer a:hover {
	color: var(--aqua-primary);
}

.social-icon {
	width: 36px;
	height: 36px;
	background: #2d2d2d;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: var(--aqua-primary);
}

.info-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	background: rgba(0, 198, 214, 0.1);
	border: 1px solid rgba(0, 198, 214, 0.2);
	border-radius: 50px;
	color: var(--aqua-primary);
	font-size: 0.875rem;
	font-weight: 500;
}

body {
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em;
}

.gradient-aqua {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
}

.gradient-blue {
	background: linear-gradient(135deg, #003C5A 0%, #007A9A 100%);
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hover-lift {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.nav-link {
	position: relative;
	transition: color 0.3s ease;
	color: #6c757d;
	font-weight: 500;
	font-size: 0.875rem;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--aqua-primary);
	transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
	width: 100%;
}

.nav-link:hover,
.nav-link.active {
	color: var(--aqua-primary);
}

.btn-primary-custom {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	border: none;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 198, 214, 0.25);
	color: white;
}

.btn-secondary-custom {
	background: white;
	border: 1px solid #dee2e6;
	color: #495057;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.625rem 2rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
	background: #f8f9fa;
	border-color: var(--aqua-primary);
	color: var(--aqua-primary);
}

.card-custom {
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	transition: all 0.3s ease;
}

.card-custom:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 198, 214, 0.12);
}

.product-card-img {
	height: 320px;
	object-fit: cover;
	border-radius: 1rem 1rem 0 0;
}

.icon-box-sm {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e9ecef;
}

.cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	;
	color: white;
	font-size: 0.625rem;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header {
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.1) 0%, rgba(43, 198, 227, 0.05) 100%);
	padding: 4rem 0 3rem;
}

.breadcrumb-custom {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	color: #6c757d;
}

.breadcrumb-custom a {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-custom a:hover {
	color: var(--aqua-primary);
}

.filter-card {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	padding: 1.5rem;
}

.filter-title {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e9ecef;
}

.form-check-input:checked {
	background-color: var(--aqua-primary);
	border-color: var(--aqua-primary);
}

.price-range-input {
	accent-color: var(--aqua-primary);
}

.sort-dropdown {
	min-width: 200px;
}

.product-badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 10;
	font-size: 0.625rem;
	padding: 0.375rem 0.75rem;
	border-radius: 50px;
}

.wishlist-btn {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10;
	width: 36px;
	height: 36px;
	background: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.wishlist-btn:hover {
	background: var(--aqua-primary);
	color: white;
}

.wishlist-btn.active {
	background: var(--aqua-primary);
	color: white;
}

footer {
	background: #1a1a1a;
	color: #9ca3af;
}

footer a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer a:hover {
	color: var(--aqua-primary);
}

.social-icon {
	width: 36px;
	height: 36px;
	background: #2d2d2d;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: var(--aqua-primary);
}

.filter-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.375rem 0.75rem;
	background: rgba(0, 198, 214, 0.1);
	border: 1px solid rgba(0, 198, 214, 0.2);
	border-radius: 50px;
	font-size: 0.75rem;
	color: var(--aqua-primary);
	font-weight: 500;
}

.filter-tag button {
	background: none;
	border: none;
	color: var(--aqua-primary);
	padding: 0;
	cursor: pointer;
	font-size: 0.875rem;
}

.pagination-custom .page-link {
	border: 1px solid #e9ecef;
	color: #495057;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.pagination-custom .page-link:hover {
	background: var(--aqua-primary);
	border-color: var(--aqua-primary);
	color: white;
}

.pagination-custom .page-item.active .page-link {
	background: var(--aqua-primary);
	border-color: var(--aqua-primary);
	color: white;
}

body {
	font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

.gradient-aqua {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
}

.gradient-blue {
	background: linear-gradient(135deg, #003C5A 0%, #005A7A 50%, #007A9A 100%);
}

.text-gradient {
	background: linear-gradient(135deg, #40a1e6 0%, #2a3b9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.btn-glow {
	box-shadow: 0 0 20px rgba(0, 198, 214, 0.4);
	transition: all 0.3s ease;
}

.btn-glow:hover {
	box-shadow: 0 0 30px rgba(0, 198, 214, 0.6), 0 0 60px rgba(0, 198, 214, 0.3);
	transform: translateY(-2px);
}

.hover-lift {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 198, 214, 0.2);
}

.product-image-zoom {
	transition: transform 0.5s ease;
	cursor: zoom-in;
}

.product-image-zoom:hover {
	transform: scale(1.15);
}

.size-option {
	transition: all 0.3s ease;
	cursor: pointer;
}

.size-option:hover {
	transform: scale(1.05);
}

.size-option.active {
	border-color: #3364b9;
	background: linear-gradient(135deg, rgba(0, 198, 214, 0.1) 0%, rgba(43, 198, 227, 0.1) 100%);
}

.quantity-btn {
	transition: all 0.2s ease;
}

.quantity-btn:hover {
	background: #3364b9;
	color: white;
}

.sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	z-index: 50;
}

.sticky-cta.show {
	transform: translateY(0);
}

.tab-button {
	position: relative;
	transition: all 0.3s ease;
}

.tab-button::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #3364b9, #2BC6E3);
	transition: width 0.3s ease;
}

.tab-button.active::after {
	width: 100%;
}

.badge-float {
	animation: float 3s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}

.star-rating {
	color: #FFC107;
}

.review-card {
	transition: all 0.3s ease;
}

.review-card:hover {
	transform: translateX(5px);
	box-shadow: 0 10px 30px rgba(0, 198, 214, 0.15);
}

.thumbnail-image {
	transition: all 0.3s ease;
	cursor: pointer;
}

.thumbnail-image:hover {
	transform: scale(1.1);
	border-color: #3364b9;
}

.thumbnail-image.active {
	border-color: #3364b9;
	box-shadow: 0 0 0 2px #3364b9;
}

.swiper-button-next,
.swiper-button-prev {
	color: #3364b9 !important;
	background: white;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px !important;
}

.swiper-pagination-bullet-active {
	background: #3364b9 !important;
}

.product-image-zoom {
    transform: none !important;
    transition: none !important;
}

.product-image-zoom:hover {
    transform: none !important;
}

.hero-carousel .carousel-item {
    height: 65vh; /* Desktop height */
    min-height: 300px;
    background: #000; /* side space black/brand color */
}

.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* NO CROP, NO ZOOM */
    object-position: center;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .hero-carousel .carousel-item {
        height: 40vh;
        min-height: 220px;
    }
}
