/*!
Theme Name: labweb
Theme URI: http://underscores.me/
Author: Bhagat Singh
Author URI: https://www.angelwebsludhiana.in
Description: Theme developed by Bhagat Singh
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: labweb
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.

labweb 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
	 ========================================================================== */
/* Import Sora and DM Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Sora:wght@400;600;700;800&display=swap');
/**
 * 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
--------------------------------------------- */


/* 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;
}

.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;
}
/* ==========================================================================
   Custom Lab Theme Variables & Styles
   ========================================================================== */

:root {
    --brand-green: #7EBD41;
    --brand-blue: #5595D3;
    --brand-dark: #111111;
    --text-color: #333333;
    --bg-light: #f8f9fa;
}
.site-branding{max-width: 100px;}
.split-gateway-section{max-width: 1200px; margin: 0 auto;}
/* --- Global Utilities --- */
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.brand-cta-btn {
    display: inline-block;
    background-color: var(--brand-blue);
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.brand-cta-btn:hover {
    background-color: var(--brand-dark);
    color: #fff;
}

/* --- Header Styles --- */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/* Landing Page Header */
.landing-header .right-header-elements {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Regular Inner Page Header */
.regular-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.regular-header .center-menu {
    text-align: center;
}

.regular-header .right-cta {
    text-align: right;
}

/* --- Split Gateway Landing Page --- */
.landing-main {
    background-color: var(--bg-light);
    min-height: calc(100vh - 100px); /* Adjust based on header height */
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.gateway-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
}

.gateway-box {
    flex: 1;
    max-width: 500px;
    background: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 6px solid var(--brand-dark);
}

.gateway-box.vet-box {
    border-color: var(--brand-green);
}

.gateway-box.human-box {
    border-color: var(--brand-blue);
}

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

.gateway-box h2 {
    color: var(--brand-dark);
    margin-bottom: 15px;
    font-size: 2rem;
}

.gateway-box p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: #666;
}

.gateway-box .btn-text {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.vet-box .btn-text { color: var(--brand-green); }
.human-box .btn-text { color: var(--brand-blue); }

/* Responsive */
@media (max-width: 768px) {
    .gateway-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .regular-header {
        grid-template-columns: 1fr 1fr;
    }
    .regular-header .center-menu {
        grid-column: 1 / -1;
        order: 3;
        margin-top: 20px;
    }
}
/* --- Split Gateway Landing Page --- */
.landing-main {
    background-color: var(--bg-light);
    min-height: calc(100vh - 100px); 
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.gateway-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
}

/* Updated Gateway Box for Background Images */
.gateway-box {
    flex: 1;
    max-width: 500px;
    padding: 80px 40px; /* Increased padding slightly for a bigger hero feel */
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    /* Image setup */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    
    /* Border moved to bottom so it doesn't clash with the overlay */
    border-bottom: 6px solid var(--brand-dark);
}

.gateway-box.vet-box {
    border-bottom-color: var(--brand-green);
}

.gateway-box.human-box {
    border-bottom-color: var(--brand-blue);
}

/* The Dark Overlay */
.gateway-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(17, 17, 17, 0.7); /* 70% dark overlay */
    z-index: 1;
    transition: background 0.3s ease;
}

/* Hover Effects */
.gateway-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.gateway-box:hover::before {
    background: rgba(17, 17, 17, 0.5); /* Lightens up slightly on hover */
}

/* Content Positioning & Colors */
.gateway-box .box-content {
    position: relative;
    z-index: 2; /* Keeps text above the dark overlay */
}

.gateway-box h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 2.2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.gateway-box p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: #e0e0e0; /* Off-white for description */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.gateway-box .btn-text {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.95rem;
}

.vet-box .btn-text { color: var(--brand-green); }
.human-box .btn-text { color: var(--brand-blue); }

/* --- Portal Pages (Vet & Human) --- */
.portal-hero {
    padding: 80px 20px;
    color: #ffffff;
    margin-bottom: 40px;
    background-attachment: fixed !important;
}

.portal-hero .portal-title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.portal-hero .portal-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Vet Branding */
.vet-hero {
    background-color: var(--brand-green);
    /* Optional: Add a subtle background pattern or gradient here later */
}

/* Human Branding */
.human-hero {
    background-color: var(--brand-blue);
}

.portal-content {
    padding-bottom: 60px;
}

/* ==========================================================================
   VR HealthTech Feature Cards (For Gutenberg Custom HTML or Templates)
   ========================================================================== */

.vr-features-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.vr-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
    text-align: center;
}

.vr-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

/* Alternate colors based on the portal */
.vet-portal .vr-card:hover {
    border-bottom-color: var(--brand-green);
}

.human-portal .vr-card:hover {
    border-bottom-color: var(--brand-blue);
}

.vr-card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease;
}

.vet-portal .vr-card-icon {
    color: var(--brand-green);
}

.human-portal .vr-card-icon {
    color: var(--brand-blue);
}

.vr-card:hover .vr-card-icon {
    transform: scale(1.1);
}

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

.vr-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.vr-read-more {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.vet-portal .vr-read-more { color: var(--brand-green); }
.human-portal .vr-read-more { color: var(--brand-blue); }

/* ==========================================================================
   VR Products Archive Grid
   ========================================================================== */
.vr-products-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.vr-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}

.vr-product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-bottom: 4px solid var(--brand-blue); /* Default accent */
}

.vr-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Image Container */
.product-image-wrapper {
    background: #ffffff;
    /*padding: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px; /* Fixed height so all cards align perfectly */
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.vr-product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* Subtle zoom on the image when hovering the card */
.vr-product-card:hover .vr-product-image {
    transform: scale(1.08); 
}

/* Content Area */
.product-info {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between; /* Pushes the button to the bottom */
}

.product-title {
    font-size: 1.4rem;
    color: var(--brand-dark);
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.view-more-btn {
    align-self: center;
    padding: 12px 35px;
    border-radius: 50px; /* Pill shape for a modern look */
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Pagination Spacing */
.vr-pagination {
    margin-top: 60px;
    text-align: center;
}

.no-image-placeholder {
    color: #999;
    font-style: italic;
}

/* ==========================================================================
   Single Product Details Page
   ========================================================================== */
.vr-single-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* --- Interactive Hover Lens Zoom --- */
.vr-image-zoom-container {
    position: relative;
    overflow: hidden; 
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eee;
    cursor: crosshair; /* Gives a precise 'targeting' cursor */
    /* Removed the heavy padding so the zoom covers the whole box */
}

.vr-zoom-image {
    width: 100%;
    height: auto;
    display: block;
    /* Faster transition so the zoom keeps up with your mouse */
    transition: transform 0.1s ease-out; 
    transform-origin: center center;
    /* Crucial: prevents the image from interfering with the container's mouse tracking */
    pointer-events: none; 
}

.vr-image-zoom-container:hover .vr-zoom-image {
    transform: scale(2.2); /* Zooms in to 220% for a highly detailed look */
}

/* --- Product Details Section --- */
.vr-product-details {
    padding-top: 20px;
}

.vr-product-details .product-title {
    font-size: 2.5rem;
    color: var(--brand-dark);
    margin-bottom: 25px;
    border-bottom: 3px solid var(--brand-blue); /* Underline accent */
    padding-bottom: 15px;
    display: inline-block;
}

.vr-product-details .product-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* --- PDF Download Button --- */
.pdf-btn {
    background-color: var(--brand-green);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    padding: 15px 35px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(126, 189, 65, 0.3);
}

.pdf-btn:hover {
    background-color: var(--brand-dark);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* --- Responsive Adjustments --- */
@media (max-width: 900px) {
    .vr-single-product-layout {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 40px;
    }
}

/* ==========================================================================
   Labtox-Style Contact Page
   ========================================================================== */

/* --- Top Info Boxes --- */
.vr-info-boxes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -80px; /* Pulls the boxes up to overlap the hero section */
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}

.vr-info-box {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f5f5f5;
}

.vr-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    border-color: var(--brand-blue);
}

.vr-info-box .icon-circle {
    width: 80px;
    height: 80px;
    background-color: var(--bg-light);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    color: var(--brand-blue);
    transition: all 0.3s ease;
}

.vr-info-box:hover .icon-circle {
    background-color: var(--brand-blue);
    color: #ffffff;
}

.vr-info-box h3 {
    font-size: 1.4rem;
    color: var(--brand-dark);
    margin-bottom: 15px;
}

.vr-info-box p, .vr-info-box a {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s;
}

.vr-info-box a:hover {
    color: var(--brand-green);
}

/* --- Bottom Form & Map Area --- */
.vr-form-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.vr-form-container {
    background: #ffffff;
    /* Optional: add a subtle border or shadow to the form container if desired */
}

/* Form Inputs Styling */
.vr-form-container input[type="text"],
.vr-form-container input[type="email"],
.vr-form-container input[type="tel"],
.vr-form-container textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fcfcfc;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.vr-form-container input:focus,
.vr-form-container textarea:focus {
    outline: none;
    border-color: var(--brand-blue);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(85, 149, 211, 0.1);
}

.vr-form-container input[type="submit"],
.vr-form-container button[type="submit"] {
    background-color: var(--brand-blue);
    color: #ffffff;
    padding: 16px 45px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.vr-form-container input[type="submit"]:hover,
.vr-form-container button[type="submit"]:hover {
    background-color: var(--brand-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.vr-map-side iframe {
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .vr-info-boxes-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-top: -40px;
    }
    
    .vr-form-map-grid {
        grid-template-columns: 1fr;
    }
    
    .vr-map-side iframe {
        min-height: 400px;
        margin-top: 40px;
    }
}

/* ==========================================================================
   Labtox-Style About Page
   ========================================================================== */

.vr-about-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* --- Left Side: Images & Badge --- */
.vr-about-images-side {
    position: relative;
    padding-bottom: 50px; /* Room for the overlapping sub-image */
    padding-right: 50px;
}

.image-wrapper img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.main-image {
    width: 85%;
    position: relative;
    z-index: 1;
}

.sub-image {
    width: 55%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 10px solid #ffffff; /* Creates the white border cutout effect */
    border-radius: 20px;
}

.vr-experience-badge {
    position: absolute;
    top: 40px;
    right: 10px;
    background-color: var(--brand-green);
    color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(126, 189, 65, 0.4);
    animation: floatBadge 4s ease-in-out infinite;
}

.vr-experience-badge .years {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.vr-experience-badge .text {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Subtle floating animation for the badge */
@keyframes floatBadge {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* --- Right Side: Text & Features --- */
.vr-about-checklist {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.vr-about-checklist li {
    display: ;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #555;
    background: var(--bg-light);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.vr-about-checklist li:hover {
    transform: translateX(10px); /* Slides right slightly on hover */
    background: #f0f5fa;
}
.vr-about-checklist p{
	margin-bottom: 0;
}
.vr-about-checklist .check-icon {
    background-color: var(--brand-blue);
    color: #ffffff;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 0.8rem;
    margin-top: 2px;
}

.vr-vision-highlight {
    margin-top: 40px;
    padding: 30px;
    border-left: 5px solid var(--brand-green);
    background-color: #fcfcfc;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border-radius: 0 8px 8px 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .vr-about-split-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .vr-about-images-side {
        padding-right: 0;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* ==========================================================================
   Custom Lab Theme Variables & Global Styles
   ========================================================================== */

:root {
    /* Colors */
    --brand-green: #7EBD41;
    --brand-blue: #5595D3;
    --brand-dark: #111111;
    --text-color: #444444; /* Softened slightly for DM Sans */
    --bg-light: #f8f9fa;
    
    /* Typography */
    --font-heading: 'Sora', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

/* --- Base Typography Application --- */
body {
    font-family: var(--font-body);
    color: var(--text-color);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased; /* Makes the fonts look sharper */
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--brand-dark);
    font-weight: 700; /* Sora looks best bolded for headings */
    margin-top: 0;
}

/* Make sure buttons use the clean heading font too */
.brand-cta-btn, button, input[type="submit"] {
    font-family: var(--font-heading);
}
/* ==========================================================================
   Portal Pages (Vet & Human Detailed Layouts)
   ========================================================================== */

/* --- Split Sections (About / Services) --- */
.vr-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 900px) {
    .vr-split-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .vr-split-grid .vr-text-side ul {
        text-align: left;
        display: inline-block;
    }
}

/* --- Image Cards Grid (Products) --- */
.vr-image-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.vr-image-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.vr-image-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-bottom: 4px solid #eee;
    transition: transform 0.5s ease;
}

.vr-image-card:hover img {
    transform: scale(1.05);
}

.vr-image-card .card-content {
    padding: 30px;
    position: relative;
    background: #ffffff;
    z-index: 2; /* Keeps text above the zoomed image */
}

.vr-image-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--brand-dark);
}

.vr-image-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Button Hover Effects */
.brand-cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* ==========================================================================
   Portal Page Reusable Utilities (No Inline CSS)
   ========================================================================== */

/* Structure & Backgrounds */
.vr-padded-section { padding: 100px 0; }
.bg-white { background-color: #ffffff; }
.bg-light { background-color: var(--bg-light); }
.text-center { text-align: center; }
.w-100 { width: 100%; }
.mt-10 { margin-top: 10px; }
.mt-50 { margin-top: 50px; }

/* Colors */
.text-blue { color: var(--brand-blue); }
.text-green { color: var(--brand-green); }
.text-white { color: #ffffff; }
.text-muted { color: #666; }

/* Typography */
.portal-hero-expanded {
    padding: 140px 20px 160px;
}
.portal-hero-expanded .portal-title {
    font-size: 3.8rem;
    margin-bottom: 15px;
}
.portal-hero-expanded .portal-subtitle {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.vr-section-subheading {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}
.vr-section-heading {
    font-size: 2.8rem;
    color: var(--brand-dark);
    margin: 15px 0 25px;
}
.vr-section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Image Grids */
.vr-image-side img {
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    width: 100%;
    display: block;
}
.vr-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Buttons & Links */
.btn-solid-blue {
    background-color: var(--brand-blue);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--brand-blue);
    transition: .3s all;
    letter-spacing: 1px;
    min-width: 200px;
    text-align: center;
}
.btn-outline-blue {
    background-color: transparent;
    color: var(--brand-blue);
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--brand-blue);
    transition: .3s all;
    letter-spacing: 1px;
    min-width: 200px;
    text-align: center;
}
.btn-solid-blue:hover,
.btn-outline-blue:hover {
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #ffffff;
}
.btn-large-uppercase {
    padding: 18px 45px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
}
.vr-card-link {
    font-weight: bold;
    text-decoration: none;
}
.vr-card-link:hover {
    text-decoration: underline;
}

/* Feature Checklists */
.vr-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.vr-feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.5;
}
.vr-feature-list .check-icon {
    margin-right: 15px;
    font-weight: bold;
}

/* CTA Banner Alignment */
.vr-cta-banner {
    padding: 120px 20px;
    text-align: center;
}
.vr-cta-banner h2 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 20px;
}
.vr-cta-banner p {
    color: #dddddd;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Buttons - Green Variants for Vet Portal */
.btn-solid-green {
    background-color: var(--brand-green);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--brand-green);
    transition: .3s all;
}
.btn-outline-green {
    background-color: transparent;
    color: var(--brand-green);
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid var(--brand-green);
    transition: .3s all;
}
.btn-solid-green:hover,
.btn-outline-green:hover {
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #ffffff;
}

/* ==========================================================================
   Global Footer Styles
   ========================================================================== */

.site-footer {
    background-color: var(--brand-dark);
    color: #e0e0e0;
    padding-top: 80px;
    font-size: 0.95rem;
}

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

.footer-heading {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* Adds a small blue accent line under the footer headings */
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: var(--brand-blue);
}

.footer-text {
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Social Icons */
.footer-socials {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--brand-blue);
    transform: translateY(-3px);
}

/* Footer Menus */
.footer-menu, 
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu a {
    color: #bbbbbb;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.footer-menu a:hover {
    color: var(--brand-green);
    padding-left: 5px; /* Creates a slick slide-right effect on hover */
}

/* Contact List specific */
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-contact-list .icon {
    margin-right: 10px;
    font-size: 1.1rem;
}

.footer-contact-list a {
    color: #bbbbbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list a:hover {
    color: var(--brand-blue);
}

/* Copyright Bar */
.footer-bottom {
    background-color: #0a0a0a; /* Slightly darker than brand-dark */
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
    margin: 0;
    color: #888888;
    font-size: 0.9rem;
}
/* ==========================================================================
   Premium Responsive Header
   ========================================================================== */

/* Sticky Header Base */
.site-header {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

/* Flexbox Layouts */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.landing-header .right-header-elements {
    display: flex;
    align-items: center;
    gap: 30px;
}

.left-logo img {
    max-height: 70px;
    width: auto;
}

.site-title {
    margin: 0;
    font-size: 1.8rem;
    font-family: var(--font-heading);
}

.site-title a {
    color: var(--brand-dark);
    text-decoration: none;
}

/* --- Desktop Navigation Styling --- */
.center-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 35px;
    align-items: center;
}

.main-navigation a {
    color: var(--brand-dark);
    text-decoration: none;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    text-transform: uppercase;
}

/* Labtox-style hover underline */
.main-navigation a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--brand-blue);
    transition: width 0.3s ease;
}

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

.main-navigation a:hover::after {
    width: 100%;
}

/* Hide Hamburger on Desktop */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--brand-dark);
    padding: 10px;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        margin-left: auto; /* Pushes it to the right if CTA is hidden */
    }

    /* Hide the CTA button on mobile to save space */
    .header-cta {
        display: none; 
    }

    /* Mobile Menu Dropdown Setup */
    .main-navigation ul {
        display: none; /* Hidden by default */
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        padding: 20px;
        gap: 20px;
        border-top: 1px solid #eee;
    }

    /* When toggled active by JavaScript */
    .main-navigation.vr-active ul {
    display: flex !important;
    z-index: 9999;
}

    .main-navigation a::after {
        display: none; /* Disable hover lines on mobile */
    }
}

/* ==========================================================================
   About Page Specific Layouts
   ========================================================================== */

/* Spacing Utilities */
.mb-60 { margin-bottom: 60px; }

/* Divisions Container (Side-by-Side Flexbox) */
.vr-divisions-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap; /* Allows stacking on smaller screens */
}

.vr-division-block {
    flex: 1;
    min-width: 300px; /* Ensures columns don't get too squished */
}

.vr-division-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 2px solid;
}

/* Vertical Grid for Cards */
.vr-mv-grid-vertical {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Border Color Utilities */
.border-blue { border-color: var(--brand-blue); }
.border-green { border-color: var(--brand-green); }

.border-bottom-blue { border-bottom-color: var(--brand-blue) !important; }
.border-bottom-green { border-bottom-color: var(--brand-green) !important; }

/* Ensure the feature list aligns correctly */
.vr-about-text-side .vr-feature-list li {
    align-items: flex-start;
}

/* ==========================================================================
   About Page Floated Wrap Layout
   ========================================================================== */

/* Clears floats so the parent container doesn't collapse */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.vr-about-content-wrap {
    display: block; 
}

.vr-about-images-floated {
    float: left;
    width: 48%; /* Takes up roughly half the screen on desktop */
    max-width: 600px;
    margin-right: 50px;
    margin-bottom: 30px;
    position: relative; 
    padding-bottom: 50px; /* Room for the overlapping sub-image */
    padding-right: 50px; /* Room for the overlapping badge */
}

/* Ensure headings inside the text area don't aggressively clear the float */
.vr-about-content-wrap h2, 
.vr-about-content-wrap span.vr-section-subheading {
    clear: none;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .vr-about-images-floated {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        padding-right: 0; /* Let the badge hang off normally on mobile */
    }
}

/* ==========================================================================
   Mission & Vision Cards Styling
   ========================================================================== */

/* The Card Container */
.vr-mv-card {
    background-color: var(--bg-light); /* Soft grey background so it pops off the white page */
    padding: 40px 40px 50px; /* Generous breathing room */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Premium soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid transparent; /* Sets up the colored border at the bottom */
}

/* Hover Effect */
.vr-mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Make the icons massive and beautiful */
.mv-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}

/* Card Typography */
.vr-mv-card h3 {
    font-size: 1.8rem;
    color: var(--brand-dark);
    margin-bottom: 15px;
}

.vr-mv-card p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Ensure the colored borders override the transparent one */
.border-bottom-blue { border-bottom-color: var(--brand-blue) !important; }
.border-bottom-green { border-bottom-color: var(--brand-green) !important; }

.vr-about-page-content{padding-top: 50px;}

/* ==========================================================================
   Custom Native Contact Form & Page Styling
   ========================================================================== */

/* Contact Page Box Utilities */
.vr-rounded-box {
    border-radius: 12px;
    padding: 50px;
}
.vr-box-shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Contact Details Formatting */
.vr-contact-list-item {
    margin-bottom: 30px;
    align-items: center;
}
.vr-large-icon {
    font-size: 1.8rem;
    margin-right: 20px;
}
.vr-contact-label {
    display: block;
    color: var(--brand-dark);
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.vr-contact-detail {
    color: #666;
    line-height: 1.6;
}
.vr-contact-link {
    font-size: 1.1rem;
}

/* Form Layout */
.vr-custom-form {
    width: 100%;
}
.vr-form-row {
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .vr-form-row {
        flex-direction: column;
        gap: 0;
    }
}
.vr-form-group {
    margin-bottom: 25px;
    flex: 1;
}
.vr-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--brand-dark);
    font-size: 0.95rem;
}

/* Form Inputs */
.vr-form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: var(--font-body);
    color: #333;
    background-color: #fafafa;
    transition: all 0.3s ease;
}
.vr-form-control:focus {
    outline: none;
    border-color: var(--brand-blue);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.1); /* Soft blue glow on focus */
}
.vr-form-control::placeholder {
    color: #bbb;
}

/* Form Alerts (Success & Error Messages) */
.vr-form-alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-weight: bold;
}
.vr-alert-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}
.vr-alert-error {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #f44336;
}