/* PhotoReflect Modern - Preserving Original Visual Design */

/* Import Labtricity-style fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600');
@import url('/mktx/font/DadsRecipe.css');

/* Force 15px base font size on root element */
:root {
	font-size: 16px !important;
}

html {
	font-size: 16px !important;
}

/* Base Styles - Clean Light Theme */
html { 
	background-color: #fff; 
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 
}

body { 
	font-family: Raleway, sans-serif;  
	font-style: normal; 
	font-weight: 400; 
	color: #666; 
	font-size: 16px !important;
	background: #fff;	
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

/* Typography - Labtricity Style */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: 400;
	margin-bottom: 1rem;
}

h1,h2,.h1,.h2 {
	font-weight: 600;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.75rem; }
h3 { font-size: 2.25rem; }
h4 { font-size: 1.875rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1.25rem; }

p, li, div {
	color: #666;
	font-size: 16px !important;
	line-height: 1.5;
}

span {
	color: #666;
	line-height: 1.5;
}

/* Allow spans in headings to inherit size */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-size: inherit !important;
	color: inherit;
}

/* Additional text elements */
.lead {
	font-size: 1.25rem !important;
	font-weight: 500;
}

/* Script font for decorative text */
.script {
	font-family: "dads_reciperegular" !important;
	font-size: 15px !important;
	font-size: 200% !important;
	letter-spacing: -1px !important;
	line-height: 15px !important;
}

sup.script {
	font-size: 30px !important;
	position: relative;
	left: -15px;
}

/* Icon sizing classes for Bootstrap Icons (matching Font Awesome) */
.icon-2x {
	font-size: 1.9em;
}

/* Float and spacing for Bootstrap Icons (matching Font Awesome behavior) */
[class^="bi-"].pull-left,
[class*=" bi-"].pull-left {
	margin-right: .3em;
}

[class^="bi-"].pull-right,
[class*=" bi-"].pull-right {
	margin-left: .3em;
}

/* Content sections */
.content-section p,
.news-content p,
.demo-info p,
.description {
	font-size: 18px;
}

/* Bootstrap Color Overrides */
.text-primary {
	color: #55C5D0 !important;
}

/* Link Styles */
a {
	color: #55C5D0;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #4AB0BA;
	text-decoration: none;
}

/* Text links in content areas */
.content-section a:not(.btn),
.hero-section a:not(.btn),
p a:not(.btn),
li a:not(.btn),
.description a:not(.btn),
.jumbotron a:not(.btn),
.body-content a:not(.btn) {
	color: #55C5D0;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease;
}

.content-section a:not(.btn):hover,
.hero-section a:not(.btn):hover,
p a:not(.btn):hover,
li a:not(.btn):hover,
.description a:not(.btn):hover,
.jumbotron a:not(.btn):hover,
.body-content a:not(.btn):hover {
	color: #4AB0BA;
	border-bottom-color: #4AB0BA;
}

/* Remove border-bottom from links containing images */
a:has(img) {
	border-bottom: none !important;
}

a:has(img):hover {
	border-bottom: none !important;
}

/* Fixed Header Container with Color Bar */
.header-container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #000;
}

.navbar {
	background-color: #000 !important;
	padding: 0.75rem 0;
	transition: all 0.3s ease;
	margin: 0;
}

.navbar-brand {
	display: flex;
	align-items: center;
	padding: 0.25rem 0;
}

.navbar-brand img,
img#prlogo {
	height: 39px;
	width: 132px;
	margin: 4px 0;
	display: block;
}

.nav-link {
	color: #AAA !important;
	font-weight: 400;
	padding: 0.5rem 1rem !important;
	text-decoration: none;
	transition: color 0.2s ease;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.nav-link:hover {
	color: #fff !important;
}

.navbar-nav .nav-item.active .nav-link {
	color: #fff !important;
	background-color: #333;
	border-radius: 3px;
}

.navbar-toggler {
	border-color: #555;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Body Padding for Fixed Header with Color Bar */
body {
	padding-top: 86px; /* Adjusted for navbar height + 6px color bar */
}

/* Hero Section - Dynamic Photography Background */
.hero-section {
	background: #2c2c2c;
	min-height: 650px;
	padding: 100px 0 60px;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

/* Light gradient at top (show photos), dark at bottom (text readability) */
.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.7) 100%);
	z-index: 1;
}

/* Bottom gradient accent - stronger for text */
.hero-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 100%);
	z-index: 2;
}

.hero-section .container {
	position: relative;
	z-index: 3;
	width: 100%;
}

/* Hero Section - Internal Pages (Simple, Clean Like Support Page) */
.hero-section-internal {
	position: relative;
	padding: 60px 0 50px 0;
	text-align: center;
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	overflow: hidden;
	min-height: auto;
}

.hero-section-internal::before,
.hero-section-internal::after {
	display: none;
}

.hero-section-internal .container {
	position: relative;
	z-index: 1;
}

.hero-section-internal .hero-title {
	color: #333;
	text-shadow: none;
	text-align: center;
	font-size: clamp(2rem, 4vw, 3rem);
}

.hero-section-internal .hero-subtitle {
	color: #666;
	text-shadow: none;
	text-align: center;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hero-section-internal .hero-description {
	color: #666;
	text-shadow: none;
	text-align: center;
}

/* Accent color bars for each page */
.hero-section-internal.about-hero {
	border-top: 4px solid #9B73B2;
}

.hero-section-internal.features-hero {
	border-top: 4px solid #55C5D0;
}

.hero-section-internal.news-hero {
	border-top: 4px solid #E02427;
}

.hero-section-internal.signup-hero {
	border-top: 4px solid #BFD849;
}

.hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 600;
	color: #fff;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.02em;
	text-align: center;
	text-shadow: 0 3px 12px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.9);
}

.hero-subtitle {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
	color: #fff;
	margin-bottom: 1rem;
	letter-spacing: -0.01em;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.8);
}

.hero-description {
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	color: rgba(255,255,255,0.95);
	margin-bottom: 1rem;
	line-height: 1.7;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.8);
}

/* Center-aligned hero content (for pages using .text-center) */
.text-center .hero-title {
	text-align: center;
}

.text-center .hero-subtitle {
	text-align: center;
}

.text-center .hero-description {
	text-align: center;
}

/* Six-Color Bar - Correct Labtricity Corporate Colors */
.color-border {
	height: 10px;
	background: url(../img/color-bar.svg);
	background-size: 100vw;
}

/* Buttons - PhotoReflect Brand Colors */
.btn-primary {
	background: #55C5D0;
	border: none;
	color: white;
	padding: 0.875rem 2rem;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	box-shadow: 0 4px 12px rgba(85, 197, 208, 0.3);
	text-transform: none;
	font-size: 1rem;
}

.btn-primary:hover {
	background: #4AB0BA;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(85, 197, 208, 0.4);
}

/* Button sizes */
.btn-lg {
	padding: 1rem 2.5rem;
	font-size: 1.125rem;
}

.btn-outline-primary {
	background-color: transparent;
	border: 2px solid #9B73B2;
	color: #9B73B2;
	padding: 0.875rem 2rem;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

.btn-outline-primary:hover {
	background-color: #9B73B2;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(155, 115, 178, 0.3);
}

.btn-outline-light {
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.9);
	color: #fff;
	padding: 0.875rem 2rem;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

.btn-outline-light:hover {
	background-color: rgba(255,255,255,0.15);
	border-color: #fff;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
}

/* Content Sections - Alternating Dark/Light Corporate Style */
.content-section {
	background: #fff;
	padding: 60px 0;
	color: #333;
}

.content-section.bg-light {
	background: #f5f5f5;
	color: #444;
}

/* Dark corporate sections for visual rhythm */
.content-section.bg-dark {
	background: #3a3a3a;
	color: #ddd;
}

.content-section.bg-dark h2,
.content-section.bg-dark h3,
.content-section.bg-dark h4,
.content-section.bg-dark h5 {
	color: #fff;
}

.content-section.bg-dark p {
	color: #ddd !important;
}

.content-section.bg-dark .lead {
	color: #e5e5e5 !important;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-family: 'Raleway', sans-serif;
	color: #1a1a1a;
	line-height: 1.2;
}

.section-subtitle {
	font-size: 1.25rem;
	margin-bottom: 2rem;
	color: #666;
	font-weight: 400;
}

/* Section Headers - Strong Dark Headers */
.section-header {
	color: #222;
	margin-bottom: 2rem;
	font-size: 2.25rem;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.content-section.bg-dark .section-header {
	color: #fff;
}

/* Brand Color Accents - Strategic Use of PhotoReflect Palette */
.accent-purple { color: #9B73B2; }
.accent-red { color: #E02427; }
.accent-cyan { color: #55C5D0; }
.accent-lime { color: #BFD849; }
.accent-gold { color: #EEB936; }
.accent-orange { color: #F4773B; }

/* Section Header Color Variants */
.section-header.purple { color: #9B73B2; }
.section-header.red { color: #E02427; }
.section-header.cyan { color: #55C5D0; }
.section-header.lime { color: #BFD849; }
.section-header.gold { color: #EEB936; }
.section-header.orange { color: #F4773B; }

/* Feature Icons with Brand Colors */
.feature-icon {
	color: #55C5D0;
	font-size: 3rem;
	margin-bottom: 1rem;
}

/* Step Numbers */
.step-number {
	margin-right: 0.5rem;
}

.content-section p {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #666;
}

.content-section .lead {
	font-size: 1.375rem;
	font-weight: 400;
	color: #666;
	margin-bottom: 2rem;
}

/* Image-Text Section Layouts */
.image-text-section {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin-bottom: 3rem;
}

.image-text-section img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.image-text-section .image-container {
	flex: 0 0 40%;
}

.image-text-section .text-container {
	flex: 1;
}

.image-text-section.image-right {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.image-text-section {
		flex-direction: column !important;
		gap: 2rem;
	}

	.image-text-section .image-container {
		flex: 0 0 100%;
	}
}

/* Section Dividers */
.content-section hr,
hr {
	border: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(0,0,0,0.4), transparent);
	margin: 1.5rem 0;
}

.content-section.bg-light hr {
	background: linear-gradient(to right, transparent, rgba(0,0,0,0.5), transparent);
}

.content-section.bg-dark hr {
	background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
}

/* iMac Frame using actual product image */
.monitor-frame {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* The iMac background image container */
.monitor-frame-bg {
	position: relative;
	width: 385px;
	height: 356px;
	margin: 0 auto;
	max-width: 100%;
}

.monitor-frame-bg img {
	width: 100%;
	height: auto;
	display: block;
}

.monitor-screen {
	position: absolute;
	top: 4.2%;
	left: 4.4%;
	width: 91.2%;
	height: 61.8%;
	overflow: hidden;
	background: #fff;
	border-radius: 0;
}

.monitor-screen .carousel {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.monitor-screen .carousel-inner {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.monitor-screen .carousel-item {
	width: 100%;
	height: 100%;
	background: #fff;
}

.monitor-screen .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

/* Hide the stand and base elements since they're in the image */
.monitor-stand,
.monitor-base {
	display: none;
}

/* Legacy gallery styles for other pages */
.gallery-container {
	background: #fff;
	border: 8px solid #2c2c2c;
	border-radius: 16px;
	padding: 2rem;
	margin-top: 2rem;
	box-shadow: 0 12px 40px rgba(0,0,0,0.15);
	position: relative;
}

.gallery-container::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: linear-gradient(to right, #9B73B2, #E02427, #55C5D0, #BFD849, #EEB936, #F4773B);
	border-radius: 18px;
	z-index: -1;
	opacity: 0.15;
}

.gallery-container h4 {
	color: #1a1a1a;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.gallery-monitor {
	text-align: center;
	position: relative;
}

.slider-container {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
	max-width: 500px;
	margin: 0 auto;
	background: #f5f5f5;
	border: 2px solid #e0e0e0;
}

.slider-image {
	width: 100%;
	height: auto;
	display: block;
}

/* Info Blocks - Inline Icon + Content Layout */
.info-block {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1.5rem;
	background: #f8f9fa;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.info-block:hover {
	background: #f0f2f5;
	transform: translateX(5px);
}

.info-icon-inline {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.info-icon-inline i {
	font-size: 1.5rem;
}

.info-content-inline {
	flex: 1;
	padding-top: 0.25rem;
}

/* Modern Feature Cards with Gradient Icons */
.feature-card-modern {
	background: white;
	border-radius: 12px;
	padding: 1.5rem 1rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.05);
}

.feature-card-modern:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	transform: translateY(-4px);
}

.feature-icon-bg {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-bg {
	transform: scale(1.05);
}

.feature-icon-bg i {
	font-size: 1.75rem;
	color: white;
}

.feature-card-modern h5 {
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 0.5rem;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

.feature-card-modern p {
	color: #666;
	font-size: 0.875rem !important;
	margin: 0;
	line-height: 1.5;
}

/* Legacy Feature Cards - Keep for other pages */
.feature-card {
	background: #fff;
	border: none;
	border-left: 4px solid transparent;
	border-radius: 8px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.feature-card:nth-child(6n+1) { border-left-color: #9B73B2; }
.feature-card:nth-child(6n+2) { border-left-color: #E02427; }
.feature-card:nth-child(6n+3) { border-left-color: #55C5D0; }
.feature-card:nth-child(6n+4) { border-left-color: #BFD849; }
.feature-card:nth-child(6n+5) { border-left-color: #EEB936; }
.feature-card:nth-child(6n+6) { border-left-color: #F4773B; }

.feature-card:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	transform: translateY(-3px);
}

.feature-icon {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	transition: transform 0.3s ease;
}

.feature-card:nth-child(6n+1) .feature-icon { color: #9B73B2; }
.feature-card:nth-child(6n+2) .feature-icon { color: #E02427; }
.feature-card:nth-child(6n+3) .feature-icon { color: #55C5D0; }
.feature-card:nth-child(6n+4) .feature-icon { color: #BFD849; }
.feature-card:nth-child(6n+5) .feature-icon { color: #EEB936; }
.feature-card:nth-child(6n+6) .feature-icon { color: #F4773B; }

.feature-card:hover .feature-icon {
	transform: scale(1.1);
}

.feature-card h5 {
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 0.75rem;
	font-family: 'Raleway', sans-serif;
	font-size: 1.125rem;
}

.feature-card p {
	color: #666;
	font-size: 0.95rem;
	margin: 0;
	line-height: 1.5;
}

/* Video Container - Legacy iframe videos */
.video-container.legacy-video,
.responsive-video.legacy-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	margin: 1rem 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Video Container - Default behavior for iframe videos */
.video-container,
.responsive-video {
	position: relative;
	width: 100%;
	margin: 1rem 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

/* Remove padding for thumbnail videos (padding comes from .video-thumbnail) */
.video-container[data-video-id],
.responsive-video[data-video-id] {
	padding-bottom: 0;
}

/* Restore padding when video is loaded from thumbnail */
.video-container.video-loaded,
.responsive-video.video-loaded {
	padding-bottom: 56.25%;
}

.video-container iframe,
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Video Thumbnail with Play Button */
.video-thumbnail {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	cursor: pointer;
	transition: all 0.3s ease;
	background: #000;
}

.video-thumbnail:hover {
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}

.video-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s ease;
}

.video-thumbnail:hover img {
	opacity: 0.8;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(255, 0, 0, 0.9);
	border: none;
	border-radius: 50%;
	color: white;
	font-size: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button:hover {
	background: rgba(255, 0, 0, 1);
	transform: translate(-50%, -50%) scale(1.1);
}

.play-button::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 4px;
}

/* When video is loaded */
.video-loaded .video-thumbnail {
	display: none;
}

/* Override YouTube player background to match page section */
.bg-light .html5-video-player:not(.ytp-transparent),
.bg-light .html5-video-player.unstarted-mode,
.bg-light .html5-video-player.ad-showing,
.bg-light .html5-video-player.ended-mode {
	background-color: #f8f9fa !important;
}

.bg-white .html5-video-player:not(.ytp-transparent),
.bg-white .html5-video-player.unstarted-mode,
.bg-white .html5-video-player.ad-showing,
.bg-white .html5-video-player.ended-mode,
.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
	background-color: #fff !important;
}

/* Storefront Gallery Cards */
.storefront-card {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	height: 100%;
	overflow: hidden;
}

.storefront-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(108, 92, 231, 0.15);
}

.storefront-preview {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.storefront-preview img {
	transition: transform 0.3s ease;
	width: 100%;
	height: auto;
}

.storefront-card:hover .storefront-preview img {
	transform: scale(1.05);
}

.storefront-logo {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0;
}

.storefront-overlay {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.storefront-card:hover .storefront-overlay {
	opacity: 1;
	pointer-events: all;
}

.storefront-overlay span {
	/* background: rgba(255, 255, 255, 0.95); */
	color: #6c5ce7;
	/* font-weight: 500; */
	/* padding: 0.25rem 0.5rem; */
	/* border-radius: 4px; */
	/* font-size: 0.75rem; */
	backdrop-filter: blur(10px);
	display: inline-block;
}

.storefront-card:hover .storefront-overlay span {
	background: white;
	color: #5a4fcf;
}

/* Service Cards - For Lab Services and Product Galleries */
.service-card {
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	height: 100%;
	text-align: center;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(108, 92, 231, 0.15);
}

.service-card h3 {
	color: #000;
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-card img {
	transition: transform 0.3s ease;
	max-width: 100%;
	height: auto;
}

.service-card:hover img {
	transform: scale(1.05);
}

.service-card p {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

/* Support Sections */
.support-section {
	background: #fff;
	border-radius: 8px;
	padding: 1.5rem 1.25rem;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06);
	height: 100%;
}

.support-section h4 {
	color: #000;
	font-weight: 700;
	margin-bottom: 0.75rem;
	padding-bottom: 0.4rem;
	border-bottom: 3px solid #55C5D0;
	font-family: 'Raleway', sans-serif;
}

.support-section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
}

.support-section li {
	margin-bottom: 0.4rem;
}

.support-section a {
	color: #666;
	text-decoration: none;
	transition: color 0.2s ease;
	display: block;
	padding: 0.25rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.support-section a:hover {
	color: #55C5D0;
	text-decoration: none;
	padding-left: 0.5rem;
	transform: translateX(5px);
}

/* Demo Link Cards - For News Page */
.demo-link-card {
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 1.5rem;
	transition: all 0.3s ease;
	height: 100%;
}

.demo-link-card:hover {
	border-color: #55C5D0;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(85, 197, 208, 0.15);
}

.demo-link-card a {
	color: #000;
	text-decoration: none;
}

.demo-link-card a:hover {
	color: #55C5D0;
}

.demo-link-card strong {
	font-size: 1.1rem;
	display: block;
	margin-bottom: 0.5rem;
}

/* Footer - White with Dark Text for Readability */
.footer,
footer.footer {
	background: #fff !important;
	color: #333 !important;
	padding: 60px 0 30px;
	border-top: 1px solid #e9ecef;
}

.footer h5,
.footer .mb-3 strong {
	color: #2c3e50 !important;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 1rem;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-link {
	color: #55C5D0 !important;
	text-decoration: none;
	padding: 0.1rem 0;
	display: block;
	transition: color 0.2s ease;
	font-weight: 500;
}

.footer-link:hover {
	color: #4AB0BA !important;
	text-decoration: none;
}

.footer-bottom {
	border-top: 1px solid #e9ecef;
	margin-top: 2rem;
	padding-top: 1rem;
	text-align: center;
	color: #333 !important;
	font-size: 0.9rem;
}

/* Footer contact info and all text */
.footer div,
.footer .small,
.footer .mb-3,
.footer .mt-3 {
	color: #333 !important;
}

.footer .text-center,
.footer .text-lg-end {
	color: #333 !important;
}

/* Back to Top Button - Brand Color Style */
#backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #55C5D0;
	border: none;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(85, 197, 208, 0.3);
	font-size: 0;
}

#backToTop .bi {
	font-size: 2rem;
	line-height: 1;
}

#backToTop.show {
	opacity: 0.9;
	visibility: visible;
}

#backToTop:hover {
	opacity: 1;
	background: #4AB0BA;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(85, 197, 208, 0.4);
}

/* Thumbnail Frame - Original Style */
.thumbnail-frame {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 15px;
	box-shadow: 0px 3px 3px 0px #aaa;
	border: 1px solid #ddd;
}

/* Responsive Design */
@media (max-width: 992px) {
	.hero-title {
		font-size: 2rem;
	}

	.hero-subtitle {
		font-size: 1.25rem;
	}

	.content-section {
		padding: 40px 0;
	}

	.feature-card {
		padding: 1.5rem 1rem;
		margin-bottom: 1rem;
	}

	body {
		padding-top: 70px;
	}

	/* Ensure all images fit within mobile viewport */
	img {
		max-width: 100%;
		height: auto;
	}

	/* Adjust pull-right images on mobile */
	.pull-right {
		float: none !important;
		display: block;
		margin: 0 auto 1rem auto;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.hero-section {
		padding: 40px 0 30px;
	}
	
	.hero-title {
		font-size: 1.75rem;
	}
	
	.hero-subtitle {
		font-size: 1.125rem;
	}
	
	.gallery-container {
		margin-top: 1rem;
		padding: 1.5rem;
	}
	
	.navbar {
		padding: 0.5rem 0;
	}
	
	body {
		padding-top: 60px;
	}
}

@media (max-width: 576px) {
	.hero-title {
		font-size: 1.5rem;
	}
	
	.btn-lg {
		padding: 0.75rem 1.25rem;
		font-size: 1rem;
	}
	
	.feature-card {
		padding: 1rem;
	}
	
	.content-section {
		padding: 30px 0;
	}
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* Animation for page load */
.fade-in-up {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
}

.fade-in-up.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Bootstrap 5 Compatibility Overrides */
.bg-light {
	background: #f1f1f1 !important;
	color: #555 !important;
}

.lead {
	font-size: 1.125rem;
	color: inherit;
}

/* Form Styles for Modal */
.form-control {
	border-radius: 4px;
	border: 1px solid #ccc;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	border-color: #0066cc;
	box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

/* Custom Backstretch Opacity */
.backstretch { 
	opacity: .95; 
}

/* No Gradient Option */
.no-gradient {
	background-image: none !important;
}

/* News Page Styles - Use Default Hero Section */
.news-page .hero-section {
	/* Inherits from main .hero-section styles with dynamic background */
}

.news-article {
	background: white;
	padding: 2rem 0;
	border-radius: 8px;
	margin-bottom: 2rem;
}

.news-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.news-badge {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.news-badge.new {
	background: #55C5D0;
	color: white;
}

.news-badge.update {
	background: #EEB936;
	color: white;
}

.news-date {
	color: #666;
	font-size: 0.875rem;
	font-weight: 500;
}

.news-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #000;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.news-subtitle {
	font-size: 1.25rem;
	color: #666;
	font-weight: 400;
	margin-bottom: 2rem;
	line-height: 1.4;
}

.news-content {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 2rem;
}

.news-content .lead {
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 1.5rem;
}

.news-cta {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 8px;
	text-align: center;
	border-left: 4px solid #55C5D0;
	margin-top: 2rem;
}

/* News Page Date Headers - Make less prominent (only date headers followed by hr) */
.news-page h4 + hr {
	margin-top: 0.5rem;
}

.news-page h4:has(+ hr) {
	font-size: 0.875rem;
	font-weight: 400;
	color: #aaa;
	margin-bottom: 0.25rem;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


/* Carousel Enhancements - No Dark Overlay */
.carousel .carousel-caption {
	background: none;
	border-radius: 6px;
	padding: 1rem;
	bottom: 2rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.carousel .carousel-caption h5 {
	color: white;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.carousel .carousel-caption p {
	color: white;
	margin-bottom: 0;
}

/* Carousel Styles for News */
.carousel {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 2rem;
}

#store_carousel .carousel-indicators {
	position: absolute !important;
	bottom: 10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	display: flex !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 10 !important;
}

#store_carousel .carousel-indicators button {
	background-color: #ccc !important;
	border: none !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	margin: 0 3px !important;
	opacity: 0.7 !important;
	text-indent: 0 !important;
	display: block !important;
}

#store_carousel .carousel-indicators button.active {
	background-color: #55C5D0 !important;
	opacity: 1 !important;
}

/* Jumbotron - Labtricity Style */
.jumbotron {
	background-color: transparent;
	padding: 2rem 0;
}

.jumbotron-fluid {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.body-content {
		padding: 0;
	}
}

.muted {
	color: #999;
}

/* Navbar Sign-up Button - Reduced Padding */
.navbar .btn {
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	border-radius: 0.375rem;
}

/* About Page Hero Unit - Match Hero Section Style */
.hero-unit {
	background: #2c2c2c;
	color: #fff;
	padding: 80px 0;
	margin-bottom: 0;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

/* Strong gradient overlay for text readability */
.hero-unit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.75) 100%);
	z-index: 1;
}

/* Bottom gradient accent */
.hero-unit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 100%);
	z-index: 2;
}

.hero-unit .container {
	position: relative;
	z-index: 3;
}

.hero-unit h1 {
	color: #fff;
	margin-bottom: 1.5rem;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.02em;
	text-align: center;
	text-shadow: 0 3px 12px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.9);
}

.hero-unit h2 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	letter-spacing: -0.01em;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.8);
}

.hero-unit p {
	color: rgba(255,255,255,0.95);
	font-size: clamp(1.125rem, 2vw, 1.25rem) !important;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 1.5rem;
	text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.8);
}

/* Banner and hero section paragraphs */
.hero-section p,
.jumbotron p,
.hero-description {
	font-size: 18px !important;
}

/* Page and Page-Light - Universal Page Spacing */
div.page, div.page-light {
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fff;
}

/* Contact Form - Right-aligned labels */
#ContactForm .col-form-label {
    text-align: right;
}

/* Footer contact labels - lighter than values */
.footer .text-muted {
    color: #999 !important;
    font-weight: 300;
}

/* Footer section headers - make them more prominent */
.footer h5 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 1rem !important;
}

/* Email and phone links styling */
a[data-modal-contact],
a[href^="mailto:"],
a[href^="tel:"] {
    color: #55C5D0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

a[data-modal-contact]:hover,
a[href^="mailto:"]:hover,
a[href^="tel:"]:hover {
    color: #4AB0BA !important;
    text-decoration: none !important;
    border-bottom-color: #4AB0BA !important;
}

/* Modern Pricing Card - Signup Page */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 3px solid #f8f6f4;
    border-top: 6px solid #55C5D0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-top-color: #4AB0BA;
}

.pricing-header {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(102, 126, 234, 0.1);
}

.pricing-header h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.pricing-header p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.price-display {
    text-align: center;
    margin: 1rem 0 1.5rem 0;
    position: relative;
}

.pricing-card .price-display .currency {
    font-size: 2.5rem !important;
    color: #55C5D0 !important;
    vertical-align: top !important;
    font-weight: 600 !important;
}

.pricing-card .price-display .amount {
    font-size: 6rem !important;
    font-weight: 900 !important;
    color: #55C5D0 !important;
    line-height: 0.8 !important;
    text-shadow: 0 2px 4px rgba(85, 197, 208, 0.2) !important;
    display: inline-block !important;
}

.pricing-card .price-display .period {
    display: block !important;
    font-size: 1.2rem !important;
    color: #666 !important;
    margin-top: 1rem !important;
}

.plan-badge {
    text-align: center;
    margin-bottom: 1rem;
}

.plan-badge .badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.plan-features li {
    padding: 0.2rem 0;
    position: relative;
    padding-left: 2rem;
    color: #555;
}

.plan-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #55C5D0;
    font-weight: bold;
}

/* Separator lines in plan features */
.plan-features li.separator {
    padding: 0.3rem 0;
    padding-left: 0;
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
    height: 1px;
    margin: 0.2rem 0;
}

.plan-features li.separator:before {
    content: '';
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-badges {
    text-align: center;
    margin-top: 0.8rem;
}

.plan-badges .badge {
    margin: 0.25rem;
    font-size: 0.75rem;
}

/* Original Padding Classes */
.triple-padded-bottom { 
	padding-bottom: 60px; 
}

.double-padded-bottom { 
	padding-bottom: 40px; 
}

/* Signup page specific bottom padding */
.pricing-page .content-section {
	padding-bottom: 80px !important; 
}

@media (max-width: 768px) {
	.pricing-page .content-section {
		padding-bottom: 60px !important;
	}
}


/* Features Page - Color Bar Themed Buttons */
.featured-page .btn[href="#overview"] {
	background: #9B73B2 !important;
	border-color: #9B73B2 !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(155, 115, 178, 0.3) !important;
}

.featured-page .btn[href="#website"] {
	background: #E02427 !important;
	border-color: #E02427 !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(224, 36, 39, 0.3) !important;
}

.featured-page .btn[href="#selling"] {
	background: #55C5D0 !important;
	border-color: #55C5D0 !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(85, 197, 208, 0.3) !important;
}

.featured-page .btn[href="#fulfillment"] {
	background: #BFD849 !important;
	border-color: #BFD849 !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(191, 216, 73, 0.3) !important;
}

.featured-page .btn[href="#workflow"] {
	background: #EEB936 !important;
	border-color: #EEB936 !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(238, 185, 54, 0.3) !important;
}

.featured-page .btn[href="#examples"] {
	background: #F4773B !important;
	border-color: #F4773B !important;
	color: white !important;
	box-shadow: 0 4px 15px rgba(244, 119, 59, 0.3) !important;
}

/* Features page button hover effects */
.featured-page .btn[href="#overview"]:hover { 
	background: #8A64A3 !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(155, 115, 178, 0.4) !important;
}
.featured-page .btn[href="#website"]:hover { 
	background: #C51F22 !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(224, 36, 39, 0.4) !important;
}
.featured-page .btn[href="#selling"]:hover { 
	background: #4AB0BA !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(85, 197, 208, 0.4) !important;
}
.featured-page .btn[href="#fulfillment"]:hover { 
	background: #A8C63A !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(191, 216, 73, 0.4) !important;
}
.featured-page .btn[href="#workflow"]:hover { 
	background: #D9A429 !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(238, 185, 54, 0.4) !important;
}
.featured-page .btn[href="#examples"]:hover { 
	background: #E6652A !important; 
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(244, 119, 59, 0.4) !important;
}

