/* ─────────────────────────────────────────────────────
   MOSHARAF CORE — BASE STYLES
   Design tokens (:root variables) are defined in style.css.
   This file contains base/reset, typography, layout utilities,
   button classes, and colour utility classes — all using
   var(--bright-*) tokens defined in style.css.
   ───────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────────
   BACKGROUND UTILITY CLASSES
   Maps directly to the token palette above.
   Use these in ACF background_color select fields.
   ───────────────────────────────────────────────────── */
.bg-bright-primary   { background: var(--bright-color-primary); }
.bg-bright-secondary { background: var(--bright-color-secondary); }
.bg-bright-accent    { background: var(--bright-color-accent); }
.bg-bright-dark      { background: var(--bright-color-dark); }
.bg-bright-mid       { background: var(--bright-color-mid); }
.bg-bright-subtle    { background: var(--bright-color-subtle); }
.bg-bright-light     { background: var(--bright-color-light); }

/* ─────────────────────────────────────────────────────
   TEXT COLOR UTILITY CLASSES
   ───────────────────────────────────────────────────── */
.color-bright-primary   { color: var(--bright-color-primary); }
.color-bright-secondary { color: var(--bright-color-secondary); }
.color-bright-accent    { color: var(--bright-color-accent); }
.color-bright-dark      { color: var(--bright-color-dark); }
.color-bright-mid       { color: var(--bright-color-mid); }
.color-bright-subtle    { color: var(--bright-color-subtle); }
.color-bright-light     { color: var(--bright-color-light); }

/* Brand primary text utility */
p.text-primary,
.text-primary p {
    color: var(--bright-color-primary);
}


* {
    box-sizing: border-box;
    /* Mobile browsers flash a default semi-transparent tint across a
       tapped link/button's whole hit area (including ancestors like
       table rows) on press — most visible on the cart page's product
       row and coupon controls, where it reads as a stray gray
       "hover" box that doesn't match any state this theme defines.
       `:active`/`:focus-visible` already give touch/keyboard users
       proper feedback, so this default is just noise to mute. */
    -webkit-tap-highlight-color: transparent;
}

/* Keyboard focus ring — suppressed on mouse/touch via :focus-visible */
:focus-visible {
    outline: 0.125rem solid var(--bright-color-primary);
    outline-offset: 0.125rem;
    border-radius: 0.125rem;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 16px; /* Base font size */
}

/* @media only screen and (min-width: 1921px) {
    html {
        font-size: 0.833vw;
    }
} */

body {
    color: var(--bright-color-text);
    background-color: var(--bright-color-background);
    font-family: var(--bright-font-body);
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
    height: 100%;
    margin: 0;
    min-height: 100%;
}
@media only screen and (max-width:1440px) {

	body{
		font-size: 1rem; /* 16px */
	}

}
body.no-scroll{ 
	overflow: hidden;
}
/* Visually hidden (screen reader only) utility */
.sr-only,
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
img, svg {
    vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.media img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: 0.4s all ease;
}
.image-hover img{
    transition: 0.4s all ease;
	transform: scale(1);
}
.image-hover:hover img{
    transform: scale(1.10);
}
.media picture {
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
}
.media iframe,
.media video {
    height: 100%;
    object-fit: cover;
}
iframe, video {
    width: 100%;
    max-width: 100%;
}
#page {
	overflow-x: clip;
}
a {
    color: var(--bright-color-accent);
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s all ease;
}
button, input, textarea, select {
    outline: none;
    box-shadow: none;
}
a[href^=tel] {
    text-decoration: inherit;
}
.underline-text{
	text-decoration: underline;
}
p{
    margin-top: 0;
    margin-bottom: 0.9375rem; /* 15px */
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p strong,
b {
    font-weight: 600;
}

ul {
    padding-left: 1.875rem;
}
h1,.h1-style,
h2,.h2-style,
h3,.h3-style,
h4,.h4-style,
h5,.h5-style,
h6,.h6-style {
	color: var(--bright-color-heading);
	font-family: var(--bright-font-heading);
	margin-top: 0;
	margin-bottom: 0.9375rem; /* 15px */
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: -0.02em;
}
h1,
.h1-style {
	font-size: 3.25rem; /* 52px */
	line-height: 1.08;
	letter-spacing: -0.035em;
}
h2,
.h2-style {
	font-size: 3rem; /* 48px */
	line-height: 1.12;
}
h3,
.h3-style {
	font-size: 2.25rem; /* 36px */
	line-height: 1.16;
}
h4,
.h4-style {
	font-size: 2rem;  /* 32px */
	line-height: 1.2;
}
h5,
.h5-style {
	font-size: 1.25rem; /* 20px */
	line-height: 1.35;
	letter-spacing: -0.01em;
}
h6,.h6-style {
	font-size: 1.125rem; /* 18px */
	line-height: 1.4;
	letter-spacing: 0;
}
@media only screen and (max-width:1440px) {
	h1,
	.h1-style {
		font-size: 3rem; /* 48px */
	}
	h2,
	.h2-style {
		font-size: 2.75rem; /* 44px */
	}
	h3,
	.h3-style {
		font-size: 2.25rem; /* 36px */
	}
	h4,
	.h4-style {
		font-size: 1.5rem; /* 24px */
	}
	h5,
	.h5-style {
		font-size: 1.25rem; /* 20px */
	}
}
@media only screen and (max-width:1399px) {
	h1,
	.h1-style {
		font-size: 2.75rem; /* 44px */
	}
	h2,
	.h2-style {
		font-size: 2.375rem; /* 38px */
	}
	h3,
	.h3-style {
		font-size: 2.125rem; /* 34px */
	}
}
@media only screen and (max-width:1199px) {
	h1,
	.h1-style {
		font-size: 2.375rem; /* 38px */
	}
	h2,
	.h2-style {
		font-size: 2.25rem; /* 36px */
	}
	h3,
	.h3-style {
		font-size: 2rem; /* 32px */
	}
}
@media only screen and (max-width:991px) {
	h1,
	.h1-style {
		font-size: 2rem; /* 32px */
	}
	h2,
	.h2-style {
		font-size: 2.125rem; /* 34px */
	}
	h3,
	.h3-style {
		font-size: 2.125rem; /* 34px */
	}
}

@media only screen and (max-width: 767px) {
	h1, 
	.h1-style{
		font-size: 2rem; /* 32px */
	}
	h2,
	.h2-style {
		font-size: 2rem; /* 32px */
	}
	h3,
	.h3-style {
		font-size: 2.125rem; /* 34px */
	}
	h4,
	.h4-style {
		font-size: 1.5625rem; /* 25px */
		line-height: 120%;
	}
	h5,
	.h5-style {
		font-size: 1.1875rem; /* 19px */
		line-height: 120%;
	}
}
.card-grid {
	display: grid;
	gap: 1.25rem; /* 20px */
	align-items: stretch;
}
.columns-2{
	grid-template-columns: repeat(2, 1fr);
}
.columns-3{
	grid-template-columns: repeat(3, 1fr);
}
.columns-4{
	grid-template-columns: repeat(4, 1fr);
}
.columns-5{
	grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
	.columns-4,
	.columns-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5 {
		grid-template-columns: 1fr;
	}
}
.mc-container {
	max-width: var(--bright-container-max);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/* When the container also carries the gutter, widen its max-width by the gutter
   so the *content* stays the full --bright-container-max instead of the padding
   eating into it (box-sizing is border-box theme-wide). */
.mc-container.layout-padding {
	max-width: calc(var(--bright-container-max) + 2 * var(--bright-layout-padding));
}
.layout-padding {
	padding-left: var(--bright-layout-padding); /* 24px base */
	padding-right: var(--bright-layout-padding);
}

.layout-margin {
	margin-left: 1.5rem; /* 24px */
	margin-right: 1.5rem; /* 24px */
}


@media only screen and (max-width: 767px) {
	
	.layout-padding.layout-padding0 {
		padding-left: 0;
		padding-right: 0;
	}
	.layout-padding-mobile {
		padding-left: 1.5rem; /* 24px */
		padding-right: 1.5rem; /* 24px */
	}
	.layout-margin-mobile {
		margin-left: 1.5rem; /* 24px */
		margin-right: 1.5rem; /* 24px */
	}
}

@media only screen and (min-width: 1200px) {

	:root {
		--bright-layout-padding: 2rem; /* 32px — also drives .mc-container.layout-padding max-width */
	}
	.layout-margin {
		margin-left: 2rem; /* 32px */
		margin-right: 2rem; /* 32px */
	}
}
@media only screen and (min-width: 1600px) {

	:root {
		--bright-layout-padding: 3.125rem; /* 50px — also drives .mc-container.layout-padding max-width */
	}
	.layout-margin{
        margin-left: 3.125rem; /* 50px */
		margin-right: 3.125rem; /* 50px */
    }

}


/* Global Slick Arrow Container */
.bright-autonomy-slick-arrow-container {
	display: flex;
	gap: 2.625rem; /* 42px */
	justify-content: center;
	align-items: center;
	margin-top: 3.125rem; /* 50px */
}

/* Responsive - Mobile */
@media only screen and (max-width: 767px) {
	.bright-autonomy-slick-arrow-container {
		flex-wrap: wrap;
		column-gap: 3.625rem; /* 58px */
		row-gap: 1.5625rem; /* 25px */
		margin-top: 1.25rem; /* 20px */
	}
	.bright-autonomy-slick-arrow-container .section-cta {
		order: 3;
		width: 100%;
		text-align: center;
	}
}

/* Pagination Style Start */

.pagination {
	margin-top: 6.25rem;
}
.pagination .page-numbers {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1.875rem; /* 30px */
}
.pagination .page-numbers .page-numbers {
	text-decoration: none;
	color: var(--bright-color-dark);
	width: 2.375rem;
	height: 2.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.063rem solid transparent;
	border-radius: 50%;
	font-weight: 400;
	transition: background-color var(--bright-transition), color var(--bright-transition);
}
.pagination .page-numbers .page-numbers:not(.current):hover {
	background-color: var(--bright-color-subtle);
	color: var(--bright-color-primary);
}
.pagination .page-numbers .page-numbers.current {
	color: var(--bright-color-light);
	background-color: var(--bright-color-primary);
	font-weight: 700;
}
.pagination .prev span, .pagination .next span {
	display: flex;
	align-items: center;
}

@media only screen and (max-width:991px) {

	.pagination{
		margin-top: 4.375rem; /* 70px */
	}

}
@media only screen and (max-width:767px) {

	.pagination{
		margin-top: 3.125rem; /* 50px */
	}
	.pagination .page-numbers {
		column-gap: .625rem; /* 10px */
	}
	.pagination .page-numbers .page-numbers {
		width: 2rem; /* 32px */
		height: 2rem; /* 32px */
		font-size: 0.875rem; /* 14px */
	}
	.pagination .prev svg,
	.pagination .next svg {
		width: 1rem; /* 16px */
	}
}

/* Pagination Style End */

/* ─────────────────────────────────────────────────────
   CONTENT TYPOGRAPHY
   .entry-content wraps the_content() output in content.php and
   content-page.php. Add the class to any content area to inherit
   these styles — they are not scoped to a single template.
   ───────────────────────────────────────────────────── */

/* ── Vertical rhythm ──────────────────────────────────────────────────────
   Use adjacent sibling selectors so the first heading in a section gets
   no extra top margin, only headings that follow other content do.
   ───────────────────────────────────────────────────────────────────────── */

/* Paragraph bottom margin — bumped from global 15px for better content rhythm */
.entry-content p {
	margin-bottom: 1.25rem;
}

/* Paragraph containing an image (classic editor default markup: <p><img></p>)
   needs extra bottom clearance before the next element */
.entry-content p:has(> img) {
	margin-bottom: 1.75rem;
}

.entry-content * + h2 { margin-top: 2.5rem; }
.entry-content * + h3 { margin-top: 2rem; }
.entry-content * + h4,
.entry-content * + h5,
.entry-content * + h6 { margin-top: 1.5rem; }

/* Tighter when a subheading directly follows its parent — they are related */
.entry-content h2 + h3,
.entry-content h3 + h4,
.entry-content h4 + h5,
.entry-content h5 + h6 {
	margin-top: 0.75rem;
}

/* Lists */
.entry-content ul,
.entry-content ol {
	padding-left: 1.5rem;
	margin-bottom: 1.25rem;
}
.entry-content li {
	margin-bottom: 0.375rem;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-top: 0.375rem;
	margin-bottom: 0;
}

/* Blockquote */
.entry-content blockquote {
	border-left: 0.25rem solid var(--bright-color-primary);
	padding: 1rem 1.5rem;
	margin: 1.75rem 0;
	background-color: var(--bright-color-subtle);
	border-radius: 0 var(--bright-border-radius-sm) var(--bright-border-radius-sm) 0;
	font-size: 1.125rem;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	color: var(--bright-color-mid);
}
.entry-content blockquote cite::before {
	content: '— ';
}

/* Inline code */
.entry-content :not(pre) > code {
	font-family: ui-monospace, 'Cascadia Code', 'SF Mono', Menlo, monospace;
	font-size: 0.875em;
	background-color: var(--bright-color-subtle);
	color: var(--bright-color-primary);
	padding: 0.15em 0.4em;
	border-radius: 0.25rem;
}

/* Code block */
.entry-content pre {
	font-family: ui-monospace, 'Cascadia Code', 'SF Mono', Menlo, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	background-color: var(--bright-color-dark);
	color: var(--bright-color-subtle);
	padding: 1.25rem 1.5rem;
	border-radius: var(--bright-border-radius);
	overflow-x: auto;
	margin: 1.75rem 0;
}
.entry-content pre code {
	font-family: inherit;
	font-size: inherit;
	background: none;
	color: inherit;
	padding: 0;
	border-radius: 0;
}

/* Table */
.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.75rem 0;
	font-size: 0.9375rem;
}
.entry-content th,
.entry-content td {
	padding: 0.75rem 1rem;
	text-align: left;
	border-bottom: 0.0625rem solid var(--bright-color-subtle);
}
.entry-content th {
	font-weight: 700;
	background-color: var(--bright-color-subtle);
	border-bottom-color: var(--bright-color-mid);
	border-bottom-width: 0.125rem;
}
.entry-content tbody tr:hover td {
	background-color: var(--bright-color-subtle);
}

/* Horizontal rule */
.entry-content hr {
	border: none;
	border-top: 0.0625rem solid var(--bright-color-mid);
	margin: 2.5rem 0;
	opacity: 0.2;
}

/* Figure + caption */
.entry-content figure {
	margin: 1.75rem 0;
}
.entry-content figcaption {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	color: var(--bright-color-mid);
	font-style: italic;
	text-align: center;
}
.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--bright-border-radius-sm);
}

/* WordPress image alignment classes */
.entry-content .alignleft {
	float: left;
	margin: 0.25rem 1.5rem 1rem 0;
}
.entry-content .alignright {
	float: right;
	margin: 0.25rem 0 1rem 1.5rem;
}
.entry-content .aligncenter,
.entry-content .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Links inside content */
.entry-content a:not(.site-btn) {
	color: var(--bright-color-primary);
}
.entry-content a:not(.site-btn):hover {
	color: var(--bright-color-secondary);
}

/* Keyboard shortcut */
.entry-content kbd {
	font-family: ui-monospace, 'Cascadia Code', 'SF Mono', Menlo, monospace;
	font-size: 0.8125rem;
	padding: 0.1em 0.45em;
	background-color: var(--bright-color-dark);
	color: var(--bright-color-light);
	border-radius: 0.25rem;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Highlighted text */
.entry-content mark {
	background-color: var(--bright-color-accent);
	color: var(--bright-color-dark);
	padding: 0.1em 0.25em;
	border-radius: 0.125rem;
}

/* Abbreviation */
.entry-content abbr[title] {
	text-decoration: underline dotted;
	cursor: help;
}

@media only screen and (max-width: 767px) {
	.entry-content .alignleft,
	.entry-content .alignright {
		float: none;
		margin: 1.75rem 0;
	}
	.entry-content table {
		font-size: 0.875rem;
	}
	.entry-content th,
	.entry-content td {
		padding: 0.5rem 0.75rem;
	}
	.entry-content blockquote {
		font-size: 1rem;
		padding: 0.875rem 1.25rem;
	}
}

/* =============================================================================
   BREADCRUMB
   ============================================================================= */

.bright-autonomy-breadcrumb {
	font-size: 0.8125rem;
	align-items: center;
	gap: 0.375rem;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--bright-color-mid);
}

.bright-autonomy-breadcrumb a {
	color: var(--bright-color-mid);
	text-decoration: none;
	transition: color var(--bright-transition);
}

.bright-autonomy-breadcrumb a:hover {
	color: var(--bright-color-primary);
}

.bright-autonomy-breadcrumb .breadcrumb-separator {
	color: var(--bright-color-mid);
	opacity: 0.4;
}

.bright-autonomy-breadcrumb .current {
	color: var(--bright-color-text);
	font-weight: 500;
}

/*
=============================================================================
   Search Results
=============================================================================
*/

.search-results-header {
	background: var(--bright-color-subtle);
	padding-bottom: 2.5rem;
	border-bottom: 0.0625rem solid var(--bright-color-subtle);
}

.search-results-header-inner {
	max-width: 50rem; /* 800px */
	margin: 0 auto;
	text-align: center;
}

.search-results-title {
	font-size: 2.5rem; /* 40px */
	font-weight: 700;
	color: var(--bright-color-primary);
	margin: 0 0 1rem 0; /* 16px */
	line-height: 1.2;
}

.search-results-title .search-query {
	color: var(--bright-color-accent);
}

.search-results-count {
	font-size: 1.125rem; /* 18px */
	color: var(--bright-color-mid);
	margin: 0;
}

.search-result-count {
	margin: 0.5rem 0 0;
	font-size: 0.9375rem;
	color: var(--bright-color-mid);
}

.search-section-header {
	margin-bottom: 2.5rem; /* 40px */
}

.search-section-title {
	font-size: 1.875rem; /* 30px */
	font-weight: 700;
	color: var(--bright-color-primary);
	margin: 0;
	padding-bottom: 1rem; /* 16px */
	border-bottom: 0.1875rem solid var(--bright-color-accent); /* 3px */
	display: inline-block;
}

.search-results-group + .search-results-group {
	border-top: 0.0625rem solid var(--bright-color-subtle);
}

.search-results-group__title {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 1.375rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 1.75rem;
	color: var(--bright-color-text);
}

.search-results-group__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.625rem;
	height: 1.625rem;
	padding: 0 0.4375rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--bright-color-primary);
	background-color: color-mix(in srgb, var(--bright-color-primary) 10%, transparent);
	border-radius: var(--bright-border-radius-sm);
}

.search-no-results {
	text-align: center;
	padding: 4rem 0;
}

.search-no-results__text {
	font-size: 1.0625rem;
	color: var(--bright-color-mid);
	margin-bottom: 2rem;
}

.search-no-results .search-form {
	max-width: 30rem;
	margin: 0 auto;
}

/*
=============================================================================
   404 PAGE
=============================================================================
*/

.error-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	text-align: center;
}

.error-404-wrapper {
	position: relative;
	max-width: 40rem;
	margin: 0 auto;
}

.error-404-wrapper::before {
	content: '';
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 40rem;
	height: 26rem;
	background: radial-gradient(ellipse at center, color-mix(in srgb, var(--bright-color-primary) 10%, transparent) 0%, transparent 70%);
	pointer-events: none;
	z-index: -1;
}

.error-404-number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	line-height: 1;
	margin-bottom: 2rem;
}

.error-404-number span {
	font-size: clamp(7rem, 22vw, 13rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	background: linear-gradient(145deg, var(--bright-color-primary) 0%, var(--bright-color-secondary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.error-404-number span:nth-child(2) {
	opacity: 0.25;
}

.error-404-title {
	font-size: clamp(1.375rem, 3.5vw, 2rem);
	font-weight: 800;
	color: var(--bright-color-heading);
	margin: 0 0 0.875rem;
	line-height: 1.2;
}

.error-404-text {
	font-size: 1.0625rem;
	color: var(--bright-color-mid);
	line-height: 1.7;
	margin: 0 auto 2.5rem;
	max-width: 34rem; /* 544px */
}

.error-404-actions {
	justify-content: center;
}

@media (max-width: 767px) {
	.error-404-number {
		gap: 0.5rem;
	}

	.error-404-text {
		font-size: 1rem;
		margin-bottom: 2rem;
	}

	.error-404-actions {
		margin-bottom: 2rem;
	}

	.error-404-actions .site-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.error-404-text {
		font-size: 0.9375rem;
	}
}

/* ─────────────────────────────────────────────────────
   BUTTON SYSTEM
   Base: .site-btn
   Variants: .btn-primary  .btn-secondary  .btn-outline  .btn-text-link
   Modifier: .btn-has-border (adds visible border, reduces padding by 2px)

   Update color values per project by changing the token values
   in :root — the button classes reference only tokens.
   ───────────────────────────────────────────────────── */
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-icon img,
.btn-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-text {
  display: flex;
  align-items: center;
  transition: margin-left 0.3s ease;
}
.site-btn.has-icon .btn-text {
  margin-left: -2.125rem; /* -34px */
}
.site-btn.has-icon:hover .btn-icon {
	opacity: 1;
	transition: all 0.3s ease;
}
.site-btn.has-icon:hover .btn-text {
  margin-left: 0;
  transition: margin-left 0.3s ease;

}
.site-btn.btn-primary .btn-icon svg path {
	fill: var(--bright-color-dark);
}

.btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5625rem; /* 25px */
    row-gap: 1.5625rem;    /* 25px */
}

/* Base button styles — shared across all variants */
.site-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: var(--bright-btn-padding-y) var(--bright-btn-padding-x);
    font-size: var(--bright-btn-font-size);
    line-height: normal;
    font-family: var(--bright-font-body);
    font-weight: var(--bright-btn-font-weight);
    text-decoration: none;
    border-radius: .25rem;
    border: .125rem solid transparent;
    transition: all var(--bright-transition);
    cursor: pointer;
    text-align: center;
}

/* ── Primary: brand fill, white text → darker brand on hover */
.btn-primary {
    background: var(--bright-color-primary);
    color: var(--bright-color-light);
    border-color: var(--bright-color-primary);
}
.btn-primary:hover {
    background: #fff;
    color: var(--bright-color-dark);
    border-color: #fff;
}

.btn-light {
   border-radius: .25rem;
   border: .125rem solid var(--bright-color-primary);
   background-color: var(--bright-color-light);
   font-size: 1rem;
}
.btn-light:hover {
    background-color: var(--bright-color-primary);
    color: var(--bright-color-light);
    border-color: var(--bright-color-light);
}

/* ── Secondary: accent fill, dark text → primary fill on hover */
.btn-secondary {
    background: var(--bright-color-accent);
    color: var(--bright-color-dark);
    border-color: var(--bright-color-accent);
}
.btn-secondary:hover {
    background: var(--bright-color-primary);
    color: var(--bright-color-light);
    border-color: var(--bright-color-primary);
}

/* ── Outline: transparent, primary border/text → primary fill on hover */
.btn-outline {
    background: transparent;
    color: var(--bright-color-primary);
    border-color: var(--bright-color-primary);
}
.btn-outline:hover {
    background: var(--bright-color-primary);
    color: var(--bright-color-light);
    border-color: var(--bright-color-primary);
}

/* ── Text link: no background or border, just styled text */
.btn-text-link {
    background: transparent;
    color: var(--bright-color-primary);
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.btn-text-link:hover {
    color: var(--bright-color-accent);
    text-decoration: underline;
}

/* ── Border modifier: reduces padding to account for 2px border */
.site-btn.btn-has-border {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

/* Global Submit Field Wrapper with Icon */

.action-field {
	display: flex;
	margin-bottom: 0;
	column-gap: 1.25rem; /* 20px */
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5625rem; /* 25px */
}
@media only screen and (max-width:767px) {

	.action-field {
		flex-direction: column;
		margin-bottom: 0;
		row-gap: 1.25rem; /* 20px */
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}
}
