/*!
Theme Name: boisolutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boisolutions
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.

boisolutions 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%;
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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;
}


.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 Dynamic Topbar Style */
.topbar {
	background-color: #0c1322 !important; /* Single solid premium dark navy */
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px; /* Smaller, modern refined font size */
	height: 42px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.3px;
}

.topbar .container {
	height: 100%;
}

.topbar-left-content {
	height: 100%;
	display: flex;
	align-items: center;
}

.topbar-left-content i {
	color: #3c9a96 !important; /* Teal accent icon */
	margin-right: 6px;
	font-size: 13px;
}

.topbar-left-content span {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

.topbar-right-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.topbar a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none;
	transition: all 0.3s ease;
}

.topbar a:hover {
	color: #3c9a96 !important; /* Teal on hover */
}

.topbar .contact-info i {
	color: #3c9a96 !important; /* Teal icon */
	font-style: normal;
	display: inline-flex;
	align-items: center;
}

/* Subtle separator pipeline divider between Email and Phone */
.topbar .contact-info .bi-envelope {
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}

.topbar .contact-info .bi-envelope::after {
	content: "";
	position: absolute;
	right: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.15);
}

.topbar .contact-info a,
.topbar .contact-info span {
	color: rgba(255, 255, 255, 0.8) !important;
	padding-left: 5px;
}

.topbar .contact-info a:hover {
	color: #3c9a96 !important;
}

/* Circular minimalist social link badges */
.topbar .social-links a {
	width: 26px !important;
	height: 26px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 11px !important;
	margin-left: 8px !important;
}

.topbar .social-links a:hover {
	background: #3c9a96 !important;
	border-color: #3c9a96 !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
	.topbar {
		background-color: #0c1322 !important;
		height: auto;
		padding: 10px 0;
		overflow: visible;
	}
	.topbar .container {
		flex-direction: column;
		align-items: center !important;
		gap: 8px;
		height: auto;
	}
	.topbar-left-content {
		background-color: transparent;
		padding: 0;
		height: auto;
	}
	.topbar-left-content::before,
	.topbar-left-content::after {
		display: none;
	}
	.topbar-right-content {
		flex-direction: column;
		gap: 8px;
		height: auto;
	}
	.topbar .social-links {
		margin-left: 0 !important;
		margin-top: 5px;
	}
}

/* Custom Image Social Icons */
.social-image-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.topbar .social-image-link img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: opacity 0.2s;
}

.footer .social-links .social-image-link {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links .social-image-link:hover {
	border-color: #3c9a96;
}

.footer .social-links .social-image-link img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: opacity 0.2s;
}

.social-image-link:hover img {
	opacity: 0.8;
}

/* Custom Icon Picker SVG Icons */
.social-icon-picker-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s;
}

.topbar .social-icon-picker-link {
	margin-left: 15px;
}

.topbar .social-icon-picker-link svg {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	fill: currentColor;
	color: #ffffff;
}

.footer .social-links .social-icon-picker-link {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: 0.3s;
	color: #ffffff;
}

.footer .social-links .social-icon-picker-link:hover {
	border-color: #3c9a96;
	background-color: #3c9a96;
	color: #ffffff;
}

.footer .social-links .social-icon-picker-link svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentColor;
}

/* ==========================================
   PREMIUM CUSTOM HEADER & NAVIGATION
   ========================================== */

/* Scrolled Frosted Glass Header */
#header {
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0 !important; /* Touch absolute top of the screen */
}

.scrolled #header {
	background-color: rgba(255, 255, 255, 0.82) !important;
	backdrop-filter: blur(12px) saturate(180%);
	-webkit-backdrop-filter: blur(12px) saturate(180%);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
	padding: 0 !important;
}

.scrolled #header .branding {
	padding: 10px 0 !important; /* Compact branding bar when scrolled */
}

/* Custom Text Logo / Sitename Styling */
#header .sitename {
	font-size: 26px !important;
	margin: 0;
	letter-spacing: -0.5px;
}

/* Nav Menu Floating Pill Hover State (Desktop Only) */
@media (min-width: 1200px) {
	/* Ensure navmenu container is flex so search sits inline */
	.navmenu {
		display: flex !important;
		align-items: center !important;
	}

	.navmenu > ul > li > a,
	.navmenu > ul > li > a:visited {
		color: #0c1322 !important;
		padding: 8px 16px !important;
		border-radius: 20px !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
		background: transparent;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}

	.navmenu > ul > li > a:hover,
	.navmenu > ul > li:hover > a,
	.navmenu > ul > li.active > a,
	.navmenu > ul > li > a.active {
		background: rgba(60, 154, 150, 0.07) !important;
		color: #3c9a96 !important;
	}

	/* Underline slide removal */
	.navmenu a::after {
		display: none !important;
	}

	/* Premium Navigation Dropdowns */
	.navmenu .dropdown ul {
		border-radius: 8px !important;
		padding: 12px 0 !important;
		border: 1px solid rgba(12, 19, 34, 0.08);
		box-shadow: 0 10px 40px rgba(12, 19, 34, 0.08) !important;
		background: rgba(255, 255, 255, 0.98) !important;
		backdrop-filter: blur(10px);
		transform: translateY(10px);
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	}

	.navmenu .dropdown:hover > ul {
		transform: translateY(0);
	}

	.navmenu .dropdown ul a {
		padding: 10px 22px !important;
		font-weight: 500 !important;
		font-size: 14px !important;
		transition: all 0.2s ease-in-out !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: rgba(12, 19, 34, 0.8) !important;
	}

	.navmenu .dropdown ul li:hover > a {
		background-color: rgba(60, 154, 150, 0.06) !important;
		color: #3c9a96 !important;
		padding-left: 26px !important;
	}
}

/* ==========================================
   DESKTOP AJAX INSTANT SEARCH WIDGET STYLE
   ========================================== */
.header-search-wrapper {
	position: relative;
	margin-left: 8px;
}

.search-toggle-btn {
	color: #0c1322 !important;
	font-size: 18px !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: transparent;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	text-decoration: none !important;
}

.search-toggle-btn:hover,
.search-toggle-btn.active {
	background: rgba(60, 154, 150, 0.08) !important;
	color: #3c9a96 !important;
}

.slide-search-container {
	position: absolute;
	right: 48px; /* Position it to the left of the button */
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	opacity: 0;
	overflow: visible; /* Let results flow */
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
	pointer-events: none;
}

.slide-search-container.active {
	width: 250px;
	opacity: 1;
	pointer-events: auto;
}

.ajax-search-input {
	width: 100%;
	height: 36px;
	border-radius: 18px !important;
	border: 1px solid rgba(12, 19, 34, 0.1) !important;
	background: #ffffff !important;
	padding: 0 15px !important;
	font-size: 13px !important;
	color: #0c1322 !important;
	outline: none !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
	transition: border-color 0.3s ease !important;
}

.ajax-search-input:focus {
	border-color: #3c9a96 !important;
	box-shadow: 0 4px 20px rgba(60, 154, 150, 0.08) !important;
}

/* AJAX instant results dropdown list styling */
.ajax-search-results {
	position: absolute;
	top: calc(100% + 12px);
	right: -48px; /* Align to the toggle button wrapper */
	width: 320px;
	max-height: 380px;
	overflow-y: auto;
	background: #ffffff !important;
	border-radius: 14px !important;
	box-shadow: 0 15px 45px rgba(12, 19, 34, 0.15) !important;
	border: 1px solid rgba(12, 19, 34, 0.06) !important;
	padding: 8px 0 !important;
	display: none; /* Toggled by JS */
	z-index: 99999 !important;
	scrollbar-width: thin;
}

.ajax-search-results::-webkit-scrollbar {
	width: 4px;
}

.ajax-search-results::-webkit-scrollbar-thumb {
	background: rgba(12, 19, 34, 0.1);
	border-radius: 2px;
}

.ajax-search-results .search-result-item {
	display: flex !important;
	align-items: center !important;
	padding: 10px 16px !important;
	text-decoration: none !important;
	transition: background 0.2s ease !important;
	border-bottom: 1px solid rgba(12, 19, 34, 0.03) !important;
}

.ajax-search-results .search-result-item:last-child {
	border-bottom: none !important;
}

.ajax-search-results .search-result-item:hover {
	background: rgba(60, 154, 150, 0.05) !important;
}

.ajax-search-results .search-result-item i {
	font-size: 15px !important;
	color: #3c9a96 !important;
	margin-right: 12px !important;
	flex-shrink: 0 !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	background: rgba(60, 154, 150, 0.06) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ajax-search-results .search-result-item .item-details {
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	text-align: left !important;
}

.ajax-search-results .search-result-item .item-title {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #0c1322 !important;
	margin: 0 !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	line-height: 1.3 !important;
}

.ajax-search-results .search-result-item .item-type {
	font-size: 10px !important;
	color: rgba(12, 19, 34, 0.45) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-top: 2px !important;
}

.ajax-search-results .search-loading,
.ajax-search-results .search-no-results {
	padding: 20px !important;
	text-align: center !important;
	font-size: 12px !important;
	color: rgba(12, 19, 34, 0.5) !important;
}

.ajax-search-results .search-loading i {
	display: inline-block !important;
	animation: search-spin 1s linear infinite !important;
	font-size: 16px !important;
	color: #3c9a96 !important;
	margin-bottom: 8px !important;
}

@keyframes search-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* ==========================================
   PREMIUM MODERN PITCH-BLACK FOOTER DESIGN
   ========================================== */

#footer {
	background-color: #0b0c10 !important; /* Pitch Black / Dark Charcoal */
	color: #c5d2dc !important; /* Soft white/gray */
	padding: 60px 0 0px 0 !important;
	font-family: "Poppins", sans-serif;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#footer h4 {
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	text-transform: none !important;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: none !important;
	position: relative;
}

#footer h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #3c9a96; /* Teal accent line under titles */
}

#footer .footer-about .logo span {
	color: #ffffff !important;
	font-size: 26px !important;
	font-weight: 700;
	letter-spacing: 0.5px;
}

#footer .footer-contact p {
	color: #c5d2dc !important;
	line-height: 1.6;
	margin-bottom: 8px;
	font-size: 14px;
}

#footer .footer-contact strong {
	color: #ffffff !important;
}

#footer .footer-contact a {
	color: #c5d2dc !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

#footer .footer-contact a:hover {
	color: #3c9a96 !important;
}

/* Footer Links List & Teal Chevrons */
#footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-links ul li {
	padding: 10px 0 !important;
	border-bottom: none !important;
}

#footer .footer-links ul a {
	color: #c5d2dc !important;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
}

#footer .footer-links ul a::before {
	content: "\F285"; /* Bootstrap Icons chevron-right */
	font-family: "bootstrap-icons" !important;
	font-size: 10px;
	color: #3c9a96 !important; /* Teal chevron */
	font-weight: 900;
	margin-right: 8px;
	transition: transform 0.3s ease;
}

#footer .footer-links ul a:hover {
	color: #3c9a96 !important;
}

#footer .footer-links ul a:hover::before {
	transform: translateX(4px); /* Shift chevron slightly right on hover */
}

/* Social Links styling from the screenshot */
#footer .social-links a,
#footer .social-links .social-image-link,
#footer .social-links .social-icon-picker-link {
	width: 36px !important;
	height: 36px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-right: 8px !important;
	transition: 0.3s !important;
	background: transparent !important;
	color: #ffffff !important;
}

#footer .social-links a:hover,
#footer .social-links .social-image-link:hover,
#footer .social-links .social-icon-picker-link:hover {
	border-color: #3c9a96 !important;
	background-color: #3c9a96 !important;
	color: #ffffff !important;
}

#footer .social-links svg {
	width: 16px !important;
	height: 16px !important;
	fill: currentColor !important;
}

#footer .social-links i {
	font-size: 16px !important;
	line-height: 0 !important;
}

/* Newsletter Input Group (Maxim Theme Style) */
#footer .footer-newsletter p {
	font-size: 14px;
	line-height: 1.6;
	color: #c5d2dc;
	margin-bottom: 20px;
}

#footer .newsletter-form-wrapper {
	margin-top: 15px !important;
}

/* Neutralize the form background so the child div.newsletter-form becomes the pill container */
.newsletter-cf7-wrapper form {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	display: block !important;
	width: 100% !important;
}

#footer .newsletter-input-group,
.newsletter-cf7-wrapper .newsletter-form {
	display: flex !important;
	position: relative !important;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 30px !important; /* Rounded pill style! */
	padding: 4px !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
	width: 100% !important;
	align-items: center !important;
}

#footer .newsletter-input-group:focus-within,
.newsletter-cf7-wrapper .newsletter-form:focus-within {
	border-color: rgba(60, 154, 150, 0.6) !important;
	box-shadow: 0 4px 25px rgba(60, 154, 150, 0.15) !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

/* Strip CF7 auto paragraphs layout wrappers but keep their contents */
.newsletter-cf7-wrapper form p,
.newsletter-cf7-wrapper .newsletter-form p {
	display: contents !important;
}

.newsletter-cf7-wrapper form br,
.newsletter-cf7-wrapper .newsletter-form br {
	display: none !important;
}

.newsletter-cf7-wrapper .wpcf7-form-control-wrap {
	flex-grow: 1 !important;
	display: flex !important;
}

/* Hide text inside labels but keep inputs visible */
.newsletter-cf7-wrapper label {
	font-size: 0 !important;
	color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-grow: 1 !important;
	width: 100% !important;
	align-items: center !important;
}

#footer .newsletter-input-group input[type="email"],
.newsletter-cf7-wrapper input[type="email"] {
	background: transparent !important;
	border: none !important;
	padding: 10px 20px !important;
	color: #ffffff !important;
	font-size: 14px !important;
	outline: none !important;
	flex-grow: 1 !important;
	width: 100% !important;
	border-radius: 30px 0 0 30px !important;
}

#footer .newsletter-input-group input[type="email"]::placeholder,
.newsletter-cf7-wrapper input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.4) !important;
}

#footer .newsletter-input-group input[type="submit"],
.newsletter-cf7-wrapper input[type="submit"] {
	background: #3c9a96 !important;
	border: none !important;
	color: #ffffff !important;
	padding: 10px 25px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	border-radius: 25px !important; /* Perfect circle pill inner button */
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	box-shadow: 0 4px 15px rgba(60, 154, 150, 0.3) !important;
	letter-spacing: 0.5px !important;
}

#footer .newsletter-input-group input[type="submit"]:hover,
.newsletter-cf7-wrapper input[type="submit"]:hover {
	background: #4ab4af !important; /* Bright glow teal */
	box-shadow: 0 6px 20px rgba(74, 180, 175, 0.45) !important;
	transform: translateY(-1px) !important;
}

#footer .newsletter-input-group input[type="submit"]:active,
.newsletter-cf7-wrapper input[type="submit"]:active {
	transform: translateY(0) !important;
}

.newsletter-cf7-wrapper .wpcf7-spinner {
	position: absolute !important;
	bottom: -25px !important;
}

.newsletter-cf7-wrapper .wpcf7-response-output {
	margin: 15px 0 0 0 !important;
	padding: 8px 15px !important;
	font-size: 13px !important;
	border-radius: 4px !important;
	width: 100% !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

/* Bottom Divider & Copyright */
#footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding-top: 30px !important;
	margin-top: 40px !important;
	font-size: 14px !important;
}

#footer .credits {
	font-size: 13px !important;
	color: rgba(255, 255, 255, 0.4) !important;
}

#footer .credits a {
	color: #3c9a96 !important;
	text-decoration: none;
}

/* Global Reset to eliminate WordPress Admin Bar spacing gaps */
html {
	margin-top: 0 !important;
}
* html body {
	margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
	html {
		margin-top: 0 !important;
	}
}

/* Hide screen-reader-text / skip-link from view to prevent blank white spacing */
.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;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text.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;
	position: absolute;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

/* ==========================================
   PREMIUM MOBILE NAVIGATION DRAWER REDESIGN
   ========================================== */
@media (max-width: 1199px) {
	/* Hide topbar completely on mobile screens to keep header uncluttered */
	.topbar {
		display: none !important;
	}

	/* Overlay blur backdrop */
	.mobile-nav-active .navmenu {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(12, 19, 34, 0.42) !important; /* Soft dark tint overlay */
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
		z-index: 9997 !important;
	}

	/* Slide-out Sidebar Drawer from the right - Dark Premium Glassmorphism */
	.navmenu > ul {
		display: block !important;
		position: fixed !important;
		top: 0 !important;
		bottom: 0 !important;
		right: -320px !important; /* Start off-screen */
		left: auto !important;
		width: 300px !important;
		height: 100vh !important;
		margin: 0 !important;
		padding: 60px 20px 20px 20px !important; /* Reduced padding to fit screen height */
		border-radius: 0 !important;
		background: rgba(12, 19, 34, 0.96) !important; /* Translucent deep navy */
		backdrop-filter: blur(20px) !important;
		-webkit-backdrop-filter: blur(20px) !important;
		border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
		box-shadow: -8px 0 35px rgba(0, 0, 0, 0.3) !important;
		overflow-y: auto !important;
		z-index: 9998 !important;
		transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s !important;
		visibility: hidden !important; /* Hide physically when closed */
	}

	/* Slide in sidebar when active */
	.mobile-nav-active .navmenu > ul {
		right: 0 !important; /* Slide in to the edge */
		visibility: visible !important; /* Show physically when active */
	}

	/* Hamburger Close Icon spacing */
	.mobile-nav-active .mobile-nav-toggle {
		color: #ffffff !important; /* White Close Button to match dark drawer */
		position: fixed !important;
		font-size: 28px !important;
		top: 15px !important;
		right: 15px !important;
		margin-right: 0 !important;
		z-index: 9999 !important;
	}

	/* Navigation Drawer Links styled as premium floating capsules */
	.navmenu > ul > li {
		border-bottom: none !important;
		padding: 0 !important;
		margin-bottom: 5px !important;
	}

	.navmenu a,
	.navmenu a:focus,
	.navmenu a:visited {
		color: rgba(255, 255, 255, 0.85) !important; /* Soft white links text */
		padding: 10px 16px !important; /* Compact capsule padding */
		font-size: 14px !important; /* Compact font size */
		font-weight: 500 !important;
		border-radius: 12px !important; /* Premium rounded capsule border */
		background: transparent !important;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		text-decoration: none !important;
	}

	.navmenu a:hover,
	.navmenu .active,
	.navmenu .active:focus {
		color: #3c9a96 !important; /* Hover teal text color */
		padding-left: 20px !important; /* Modern indent shift on hover */
		background: rgba(60, 154, 150, 0.1) !important; /* Glowing translucent teal capsule */
	}

	/* Dropdown item indicator alignments */
	.navmenu a i,
	.navmenu a:focus i {
		background-color: rgba(255, 255, 255, 0.08) !important;
		color: #3c9a96 !important;
		width: 22px !important;
		height: 22px !important;
	}

	.navmenu .active i,
	.navmenu .active:focus i {
		background-color: #3c9a96 !important;
		color: #ffffff !important;
	}

	/* Style submenus (dropdowns) inside the mobile drawer */
	.navmenu .dropdown ul {
		position: static !important;
		display: none !important;
		width: 100% !important;
		height: auto !important;
		background: rgba(255, 255, 255, 0.02) !important;
		padding: 4px 0 4px 12px !important;
		margin: 4px 0 !important;
		border: none !important;
		box-shadow: none !important;
		border-left: 2px solid rgba(60, 154, 150, 0.3) !important; /* Elegant vertical indicator line */
	}

	.navmenu .dropdown > .dropdown-active {
		display: block !important;
	}

	.navmenu .dropdown ul li {
		border-bottom: none !important;
		margin-bottom: 2px !important;
	}

	.navmenu .dropdown ul a {
		padding: 8px 12px !important;
		font-size: 13px !important;
		color: rgba(255, 255, 255, 0.75) !important;
		border-radius: 8px !important;
	}

	.navmenu .dropdown ul a:hover {
		background: rgba(60, 154, 150, 0.08) !important;
		padding-left: 16px !important;
	}

	/* Style for mobile logo inside the drawer */
	.navmenu > ul > .mobile-logo-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
		padding: 0 4px 15px 4px !important;
		margin-bottom: 15px !important;
		display: flex !important;
		align-items: center !important;
	}

	.navmenu > ul > .mobile-logo-item .mobile-logo {
		font-size: 22px !important;
		font-weight: 700 !important;
		padding: 0 !important;
		text-decoration: none !important;
		display: flex !important;
		align-items: center !important;
	}

	/* Force second part text color to white inside dark drawer logo */
	.navmenu > ul > .mobile-logo-item .mobile-logo span:last-child {
		color: #ffffff !important;
	}

	.navmenu > ul > .mobile-logo-item .mobile-logo img {
		max-height: 32px !important;
		width: auto !important;
	}

	/* Dynamic Mobile Menu Contact Details Wrapper (Premium Glass Card) */
	.navmenu > ul > .mobile-contact-info {
		margin-top: 25px !important;
		padding: 15px !important;
		border-radius: 16px !important;
		background: rgba(255, 255, 255, 0.03) !important; /* Frosted glass card */
		border: 1px solid rgba(255, 255, 255, 0.05) !important;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
		border-bottom: none !important;
	}

	.navmenu > ul > .mobile-contact-info p {
		display: flex !important;
		align-items: center !important;
		margin-bottom: 10px !important;
		color: rgba(255, 255, 255, 0.5) !important;
		font-size: 12px !important;
		font-weight: 400 !important;
	}

	.navmenu > ul > .mobile-contact-info p i {
		color: #3c9a96 !important;
		font-size: 13px !important;
		margin-right: 8px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 22px !important;
		height: 22px !important;
		border-radius: 50% !important;
		background: rgba(255, 255, 255, 0.06) !important;
	}

	.navmenu > ul > .mobile-contact-info p a {
		color: rgba(255, 255, 255, 0.8) !important;
		padding: 0 !important;
		font-size: 12px !important;
		font-weight: 500 !important;
		text-decoration: none !important;
	}

	.navmenu > ul > .mobile-contact-info p a:hover {
		color: #3c9a96 !important;
	}

	/* Circular social links horizontal row inside drawer card */
	.mobile-drawer-socials {
		display: flex !important;
		align-items: center !important;
		margin-top: 15px !important;
		padding-top: 15px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
		justify-content: flex-start !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
	}

	/* Override navmenu capsule link styles for social icons */
	.navmenu .mobile-drawer-socials a,
	.navmenu .mobile-drawer-socials a:focus,
	.navmenu .mobile-drawer-socials a:visited,
	.navmenu .mobile-drawer-socials a:hover {
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		border-radius: 50% !important;
		border: 1px solid rgba(255, 255, 255, 0.12) !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		color: rgba(255, 255, 255, 0.7) !important;
		font-size: 13px !important;
		background: transparent !important;
		padding: 0 !important;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
		text-decoration: none !important;
		line-height: 1 !important;
	}

	.navmenu .mobile-drawer-socials a:hover {
		background: #3c9a96 !important;
		border-color: #3c9a96 !important;
		color: #ffffff !important;
		transform: translateY(-2px) scale(1.05) !important;
	}

	.navmenu .mobile-drawer-socials a i {
		font-size: 13px !important;
		color: inherit !important;
		width: auto !important;
		height: auto !important;
		background: none !important;
		border-radius: 0 !important;
		margin: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.mobile-drawer-socials svg {
		width: 13px !important;
		height: 13px !important;
		fill: currentColor !important;
	}
}

/* Core Values Premium Grid */
.core-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .core-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .core-values-grid {
        grid-template-columns: 1fr;
    }
}

.core-value-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 50px;
    border: 1px solid rgba(0, 98, 104, 0.1);
    box-shadow: 0 4px 12px rgba(0, 30, 35, 0.03);
    transition: all 0.35s ease;
    animation: pillFadeIn 0.6s ease-out both;
    opacity: 0;
    transform: translateY(15px);
}

/* Staggered entrance animations */
.core-values-grid .core-value-item:nth-child(1) { animation-delay: 0.05s; }
.core-values-grid .core-value-item:nth-child(2) { animation-delay: 0.1s; }
.core-values-grid .core-value-item:nth-child(3) { animation-delay: 0.15s; }
.core-values-grid .core-value-item:nth-child(4) { animation-delay: 0.2s; }
.core-values-grid .core-value-item:nth-child(5) { animation-delay: 0.25s; }
.core-values-grid .core-value-item:nth-child(6) { animation-delay: 0.3s; }

.core-value-item:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 98, 104, 0.25);
    box-shadow: 0 8px 22px rgba(0, 98, 104, 0.08);
}

.core-value-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #006268;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 98, 104, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.core-value-item:hover .icon {
    background: #005055;
    box-shadow: 0 4px 14px rgba(0, 98, 104, 0.3);
}

.core-value-item .icon svg { 
    width: 18px; 
    height: 18px; 
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.core-value-item .title {
    font-size: 1rem;
    font-weight: 600;
    color: #0c183b;
    margin: 0;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.01em;
}

@keyframes pillFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Modern Premium Buttons */
.btn-primary-ink, .btn-outline-ink, .btn-sm-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    line-height: 1;
    height: auto;
}

.btn-primary-ink {
    background-color: #006268;
    color: #ffffff !important;
    border: 2px solid #006268;
    box-shadow: 0 6px 20px rgba(0, 98, 104, 0.25);
}

.btn-primary-ink:hover {
    background-color: #005055;
    border-color: #005055;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 98, 104, 0.35);
}

.btn-outline-ink, .btn-sm-outline {
    background-color: #ffffff;
    color: #1f2937 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.btn-outline-ink:hover, .btn-sm-outline:hover {
    border-color: #006268;
    color: #006268 !important;
    background-color: #f6fafb;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 98, 104, 0.08);
}

/* Specific styling for SVG arrows inside buttons */
.btn-primary-ink svg, .btn-outline-ink svg {
    transition: transform 0.3s ease;
}

.btn-primary-ink:hover svg, .btn-outline-ink:hover svg {
    transform: translateX(4px);
}


/* About Section Premium Styling */
.about-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 98, 104, 0.04) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    pointer-events: none;
}

/* Image Wrap */
.about-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: visible;
    box-shadow: 0 20px 50px rgba(0, 30, 35, 0.10);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 30, 35, 0.14);
}

.about-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

/* Ring is hidden for cleaner modern presentation */
.about-ring {
    display: none !important;
}

/* Floating Badge */
.about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    padding: 1.15rem 1.6rem;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 30, 35, 0.12);
    border: 1px solid rgba(0, 98, 104, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    z-index: 10;
    text-align: center;
    animation: floatBadge 5s ease-in-out infinite;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.about-badge .n {
    font-size: 2.1rem;
    font-weight: 800;
    color: #006268;
    line-height: 1;
    margin-bottom: 0.2rem;
    font-family: 'Poppins', sans-serif;
}

.about-badge .t {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .about-badge {
        right: 10px;
        bottom: 10px;
        min-width: 125px;
        padding: 0.8rem 1.25rem;
    }
    .about-badge .n {
        font-size: 1.85rem;
    }
}

/* Right Content */
.eyebrow {
    color: #298c92;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.eyebrow .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #38b29f;
    border-radius: 50%;
}

.h-title {
    font-size: 2.85rem;
    font-weight: 800;
    color: #0c183b;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.02em;
}

.lede {
    font-size: 16px;
    color: #26282e;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ==========================================
   ULTRA-PREMIUM TRUSTED LOGO SWIPER (TICKER)
   ========================================== */
.trusted-swiper-section {
    background: #ffffff !important;
    padding: 12px 0 !important;
    position: relative;
    overflow: hidden;
    border-top: 1.5px solid transparent !important;
    border-bottom: 1.5px solid transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-image: linear-gradient(to right, transparent, rgba(0, 98, 104, 0.15) 20%, rgba(0, 98, 104, 0.3) 50%, rgba(0, 98, 104, 0.15) 80%, transparent) 1 !important;
}

.trusted-swiper-section .swiper {
    /* Create a beautiful horizontal fade-out mask on both edges */
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    padding: 8px 0 !important;
}

.trusted-swiper-section .swiper-wrapper {
    /* Crucial for continuous, linear scrolling marquee */
    transition-timing-function: linear !important;
}

.trusted-swiper-section .section-title-sm {
    color: #94a3b8 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    font-family: "Poppins", sans-serif;
}

/* Redesigned Card Container for each Logo */
.trusted-logo-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 60px !important;
    background: #f8fafc !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 12px !important;
    padding: 8px 20px !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
}

.trusted-logo-slide img {
    max-height: 60px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    filter: grayscale(0%) opacity(1) !important;
    transition: all 0.3s ease !important;
}

.trusted-logo-slide .logo-text {
    font-size: 1.05rem !important;
    color: #4b5563 !important;
    opacity: 0.5 !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.trusted-logo-slide .logo-text b {
    color: #1f2937 !important;
    font-weight: 800 !important;
}

/* Hover State - Flat container pops to white active card with shadow */
.trusted-logo-slide:hover {
    transform: translateY(-3px) !important;
    background: #ffffff !important;
    border-color: #006268 !important;
    box-shadow: 0 8px 20px rgba(0, 98, 104, 0.06) !important;
}

.trusted-logo-slide:hover img {
    filter: grayscale(0%) opacity(0.9) !important;
}

.trusted-logo-slide:hover .logo-text {
    color: #006268 !important;
    opacity: 0.95 !important;
}


/* ==========================================
   CTA STRIP SECTION — ULTRA-PREMIUM LIGHT REDESIGN
   ========================================== */
.cta-strip-section {
    background: #ffffff !important;
    padding: 60px 0 20px 0 !important;
}

/* Pulse Icon Glow Animation */
.cta-icon-pulse {
    position: relative;
    width: 60px;
    height: 60px;
    background: #006268;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 98, 104, 0.3);
}

.cta-icon-pulse .pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 98, 104, 0.2);
    animation: ctaPulse 3s infinite ease-out;
}

.cta-icon-pulse .ring-1 {
    animation-delay: 0s;
}
.cta-icon-pulse .ring-2 {
    animation-delay: 1s;
}

@keyframes ctaPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Bottom details row styling */
.cta-details-row {
    position: relative;
    z-index: 2;
}

.cta-details-row .row {
    margin-top: 1.5rem !important;
}

/* Divider effect between col-md-4 cards using CSS */


.cta-details-row .col-md-4:last-child {
    border-right: none !important;
}

@media (max-width: 767px) {
    .cta-details-row .col-md-4 {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding-bottom: 1.5rem !important;
    }
    .cta-details-row .col-md-4:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}

.cta-detail-card {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0.5rem 1.5rem !important;
}

.cta-detail-card .detail-icon {
    width: 46px !important;
    height: 46px !important;
    background: rgba(0, 98, 104, 0.06) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #006268 !important;
    font-size: 1.15rem !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

.cta-detail-card:hover .detail-icon {
    background: #006268 !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
}

.cta-detail-card .detail-content {
    display: flex !important;
    flex-direction: column !important;
}

.cta-detail-card .detail-lbl {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.cta-detail-card .detail-val {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #0c183b !important;
    margin-top: 0.15rem !important;
}


