/*!
Theme Name: Worksafe Traffic Control Industries
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> 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 {
    text-size-adjust: 100%;
    margin-top: 0px !important;
}

:root {
    --color-1: #18292f;
    --color-2: #e2f8f2;
    --color-3: #104147;
    --color-4: #156b6b;
    --color-5: #082e32;
    --color-6: #32B389;
    --color-7: #ddf0ea;
    --color-8: #a4ddca;
    --color-9: #f2fffb;
    --color-w: #ffffff;
    --color-b: #000000;
    --font-1: "Fraunces", serif;
    --font-2: "Poppins", sans-serif;
    --all: all 0.5s ease-in-out;
    margin-top: 0px !important;
}

body {
    margin: 0px;
    font-size: 17px;
    line-height: 1.6em;
    font-family: var(--font-2);
    background: var(--color-9);
}

* {
    box-sizing: border-box;
}

main {
    display: block;
    padding-bottom: 2em;
    /* margin-top: var(--headerHeight); */
}

h1 {
    font-size: 1.7em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

abbr[title] {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
    width: auto;
}

.no-hand a {
    cursor: inherit;
}

.logo-mobile {
    max-width: 75%;
    font-size: 40px;
    line-height: 1em;
    text-decoration: none;
}

.logo-mobile img {
    max-height: 100px;
    transition: 0.25s;
}

.fixed .logo-mobile img {
    max-height: 50px;
}

.logo-mobile p {
    margin: 0px;
}

#site-navigation-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    display: block !important;
}

#site-navigation-mobile .nav-menu-toggle {
    position: fixed;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    top: 20px;
    left: 10px;
    height: 44px;
    width: 43px;
    background: transparent;
}

#site-navigation-mobile .nav-menu-toggle .bar {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 5px;
    background: var(--color-4);
    top: 17px;
}

#site-navigation-mobile .nav-menu-toggle .bar:nth-child(1) {
    top: 5px;
}

#site-navigation-mobile .nav-menu-toggle .bar:nth-child(3) {
    top: 30px;
}

.toggled.nav-glass {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}

.large-wrapper-nav {
    position: fixed;
    width: 265px;
    top: 0px;
    left: -100vw;
    bottom: 0px;
    background: var(--color-1);
    z-index: 99;
}

.large-wrapper-nav.toggled {
    left: 0px !important;
}

.large-wrapper-nav .menu-menu-1-container {
    text-align: left;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .menu-item {
    padding: 10px;
    position: relative;
    font-family: var(--font-2);
    border-bottom: solid 2px var(--color-7);
    color: var(--color-w);
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu {
    max-height: 350px;
    overflow: auto;
    display: none;
    margin: 0px;
    padding: 0px;
    background: var(--color-1);
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu li, .large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu a {
    text-decoration: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu > li a {
    padding: 7px 10px 7px 20px;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu.active {
    display: block !important;
}

input.has-spinner + .wpcf7-spinner {
    position: relative;
}

form.wpcf7-form input[type="submit"].sending {
    background: rgb(255, 116, 23);
    color: rgb(0, 0, 0);
    pointer-events: none;
}

form.wpcf7-form input[type="submit"].sending + .ajax-loader {
    visibility: visible;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
    cursor: pointer;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0px;
    width: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
    cursor: pointer;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ti {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body, button, input, select, optgroup, textarea, select {
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    font-size: 1rem;
}

h1, h2, h3 {
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0.5em 0px 0.25em;
    font-weight: 700;
    font-family: var(--font-1);
}

h3 {
    font-size: 1.3em;
    color: var(--color-3);
}

.highlight {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-5);
    margin-top: 0.2rem;
    line-height: normal;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0px 1.5em;
}

address {
    margin: 0px 0px 1.5em;
}

pre {
    background: rgb(238, 238, 238);
    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 rgb(102, 102, 102);
    cursor: help;
}

mark, ins {
    background: rgb(255, 249, 192);
    text-decoration: none;
}

big {
    font-size: 125%;
}

hr {
    background-color: var(--color-4);
    border: 0px;
    height: 2px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 1.5em 0px 1.5em 2em;
    padding-left: 0.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0px;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0px 1.5em 1.5em;
}

embed, iframe, object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin: 0px 0px 1.5em;
    width: 100%;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
    outline: dotted thin;
}

a:hover, a:active {
    outline: 0px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
}

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: rgb(170, 170, 170) rgb(187, 187, 187) rgb(187, 187, 187); */
}

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: rgb(102, 102, 102);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 12px;
    font-weight: bold;
}

::-webkit-input-placeholder {
    color: black;
}

::placeholder {
    color: black;
}

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: rgb(17, 17, 17);
}

select {
    border: 1px solid rgb(204, 204, 204);
}

textarea {
    width: 100%;
    height: 150px;
}

.row.feedback img {
    max-height: 100px;
}

body.page-template-template-review h1, body.page-template-template-feedback h1 {
    margin: 0.5em 0px;
}

.main-navigation ul ul {
    position: inherit;
    width: auto;
    padding: 0px !important;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0px;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    text-align: left;
    display: block !important;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

nav li img, .main-navigation li img, header ul li img {
    filter: invert(1);
}

.main-navigation li {
    position: relative;
}

#header-number {
    position: absolute;
    top: 12px;
    right: 10px;
}

.menu-toggle, .main-navigation.toggled ul {
    display: block;
    padding: 0.8em;
    text-align: left;
    background: rgb(21, 21, 24);
    z-index: 99;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: none !important;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0px 0px 1.5em;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
}

/** Desktop Top Bar **/
div#desktop-top-bar {
    background: var(--color-5);
    color: var(--color-w);
    position: absolute;
    font-size: .95em;
    font-weight: 500;
    top: -60px;
    text-transform: uppercase;
}

div#desktop-top-bar a {
    text-decoration: none;
    color: var(--color-w);
    transition: 0.5s;
    font-weight: 500;
}

div#desktop-top-bar a:hover {
    color: var(--color-1);
}

div#page {
    overflow: hidden;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0px 0px;
}

.page-links {
    clear: both;
    margin: 0px 0px 1.5em;
}

.comment-content a {
    overflow-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0px 0px 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.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 0px;
}

.wp-caption-text {
    text-align: center;
}

.gallery-caption {
    font-family: var(--font-1);
    color: var(--color-3);
    font-weight: 700;
    font-size: 1.2em;
}

.gallery-btn.active::before {
    display: none;
    background: transparent;
}

.gallery-btn.active {
    background: transparent;
}

.gallery {
    display: grid;
    gap: 0.5em 0.8em;
    grid-template-columns: repeat(2, 1fr);
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    width: 1px;
    position: absolute !important;
    overflow-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: rgb(241, 241, 241);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px;
    clip-path: none;
    color: rgb(33, 117, 155);
    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;
    clip: auto !important;
}

#primary[tabindex="-1"]:focus {
    outline: 0px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

i {
    margin: 0px;
    padding: 0px;
}

i.sprite.phone {
    display: inline-block;
    height: 35px;
    width: 30px;
    background: url("/wp-content/uploads/2022/10/phone-icon-2.png") -5px 0px / auto 100%;
}

i.sprite.down {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: url("/wp-content/uploads/2022/08/icon-spitesheet.png") -32px 0px / auto 100%;
}

i.sprite.right {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: url("/wp-content/uploads/2022/08/icon-spitesheet.png") -64px 0px / auto 100%;
}

i.sprite.pin {
    display: inline-block;
    height: 35px;
    width: 28px;
    background: url("/wp-content/uploads/2022/10/map-pin.png") -104px 0px / auto 100%;
}

.far.fa-star.star {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("/wp-content/uploads/2022/08/icon-spitesheet.png") 60px 0px / auto 100%;
}

.fas.fa-star.star {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("/wp-content/uploads/2022/08/icon-spitesheet.png") 30px 0px / auto 100%;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-wrapper .slides-container {
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0px;
    padding: 0px;
    flex-wrap: nowrap;
}

.slider-wrapper .slides-container .slide {
    width: 100%;
    height: 50vh;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    background-size: cover;
}

.slider-wrapper .slides-container .slide .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 2em 0;
    justify-content: end;
}

.slider-wrapper .slide-header {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 1rem;
    font-family: var(--font-1);
    text-transform: capitalize;
}

.slide-header, .slide-sub-header {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.71) 3px 3px 5px;
}

.slide-sub-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 10px;
    display: flex;
    font-family: var(--font-2);
    margin-bottom: 0.75em !important;
}

.slide-sub-header {
    align-items: center;
    gap: 16px;
    display: none;
    max-width: 600px;
    margin: auto;
}

.slide-sub-header::before, .slide-sub-header::after {
    content: "";
    flex: 1 1 0%;
    height: 3px;
    background: var(--color-w);
    box-shadow: rgba(0, 0, 0, 0.42) 3px 3px 5px;
}

.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn {
}

.slider-wrapper .btn {
}

.slider-wrapper .btn:hover {
    border-color: var(--color-w);
}

.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn:hover {
}

.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn:hover::after {
    opacity: 1;
    right: -18px;
}

.thumbs {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px;
}

.thumbs img {
    filter: invert(1);
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
}

#thumbs-down img {
    transform: scaleY(-1);
}

.feedbackicons img {
    margin: 0px auto;
    max-height: 175px;
}

.up-down a.link {
    display: inline-block;
    border-radius: 100%;
    padding: 5px;
    background: rgb(0, 0, 0) !important;
}

#wform label {
    display: block;
}

.text-capitalize {
    text-transform: capitalize;
}

#hp {
    opacity: 0;
    margin: 0px;
    position: fixed;
    top: -1e+08px;
}

.gallery-icon:hover {
    cursor: pointer;
}

#glass {
    position: fixed;
    top: 0px;
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 100vh;
    z-index: 11900;
}

#glass .gallery-img {
    display: none;
}

#glass .gallery-img.active {
    display: block;
    z-index: 12900;
    max-height: calc(100% - 85px);
    max-width: calc(100% - 180px);
    margin-left: -1em;
}

#glass::after {
    display: block;
    content: "X";
    position: fixed;
    top: 50px;
    right: 50px;
    font-size: 2.5em;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.gallery-next, .gallery-prev {
    font-size: 3em !important;
}

h2 {
    font-size: 1.5em;
}

.entry-content {
    margin-top: 0px;
}

.archive .page-title {
    margin-top: 0px;
}

header#masthead {
    clear: left;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    text-align: center;
    background: var(--color-w);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    transition: 0.3s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 9px;
}

header#masthead.fixed {
    position: fixed;
}

#logo p {
    margin: 0px;
}

#logo a {
    display: inline-block;
    vertical-align: middle;
}

#logo a img {
    display: block;
}

#header-number a {
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.25s;
    text-align: center;
    background: var(--color-3);
    color: var(--color-w);
    padding: 0.5em 1em;
    border-radius: 50px;
}

#header-number a img {
    height: 20px;
    filter: invert(1);
}

ul ul .current_page_item a {
    opacity: 1;
}



.no-hand a {
    cursor: inherit;
}

#masthead #primary-menu .sub-menu li a {
    padding: 5px 30px 5px 8px;
    width: 100%;
    border-bottom: solid 1px var(--color-4);
    cursor: pointer !important;
    color: var(--color-1) !important;
    font-size: 15px;
    line-height: 1.4em;
}

#masthead #primary-menu .sub-menu li {
    margin: 0px;
}

#masthead #primary-menu .sub-menu li.current_page_item a {
    color: var(--color-5) !important;
}

#masthead #primary-menu .sub-menu li a:hover {
    color: var(--color-5) !important;
}

#masthead #site-navigation .sub-menu a:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1rem inset;
}

.menu-item-has-children a .sub-menu-icon {
    background-image: url("/wp-content/uploads/down-icon.png");
    background-position: center center;
    background-size: 9px;
    background-repeat: no-repeat;
    width: 33px;
    height: 23px;
    filter: invert(0);
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    cursor: pointer;
}

.focus-sub.menu-item-has-children a .sub-menu-icon {
    transform: rotate(180deg);
}

.sub-menu li.menu-item-has-children .sub-menu-icon {
    position: absolute;
    right: 8px;
    top: 3px;
    transform: rotate(-90deg);
}

ul.sub-menu li ul.sub-menu {
    right: 9999px;
    opacity: 0;
    background: var(--color-2);
}

ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    left: 100%;
}

.accordion {
    margin: auto;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.accordion-header {
    background-color: var(--color-w);
    color: var(--color-b);
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px var(--color-4);
    outline: none;
    cursor: pointer;
    font-size: 18px;
    transition: 0.5s;
    text-align: left;
    font-family: var(--font-1);
    font-weight: 400;
    border-radius: 0px;
}

button.accordion-header.active {
    border-color: var(--color-7);
    background-color: var(--color-7);
    color: var(--color-1);
}

button.accordion-header {
    margin: 0px;
}

.accordion-header:hover {
    border-color: var(--color-3);
    background-color: var(--color-w);
    color: var(--color-b);
}

.accordion-content {
    background-color: var(--color-7);
    max-height: 0px;
    overflow: hidden;
    padding: 0px 20px;
    margin-bottom: 18px;
    margin-top: 0px;
    transition: max-height 0.3s;
}

.accordion-content p {
    margin: 5px 0px 15px;
    color: var(--color-1);
    font-family: var(--font-1);
}

.accordion-icon {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 10px;
    transition: transform 0.3s;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-title {
    flex: 1 1 0%;
    text-align: left;
    text-transform: none;
}

.breakout {
    background-color: var(--color-9);
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.first-b {
    margin-top: calc(var(--headerHeight) - 40px);
    padding-top: 3em;
    padding-bottom: 3em;
    background: var(--color-5);
    color: var(--color-w);
    margin-bottom: 3em;
}

.home .first-b {
    margin-bottom: 0em;
    margin-top: calc(var(--headerHeight) - 140px);
}

.first-b h1 {
    color: var(--color-2);
}

body.page-id-676 #primary label {
    position: absolute;
    left: -9999px;
}

input {
    width: 100%;
    margin-bottom: 5px;
}

input[type="submit"] {
}

input[type="submit"]:hover {
}

.fancylist {
    list-style: none;
}

.fancylist li {
    position: relative;
    margin: 0em 0px 0.75em;
}

.fancylist li::before {
    position: absolute;
    left: -30px;
    top: 5px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2022/08/icon-spitesheet.png) -67px -6px / auto 170% #efbeb8;
    filter: invert(1);
    border-radius: 50%;
}

.invert .fancylist li::before {
    filter: invert(0);
    background-color: var(--color-7);
}

.btn, input[type="submit"], .wp-block-search__button, button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce ul.products li.product .button {
    border: 2px solid var(--color-3);
    background: var(--color-3);
    color: rgb(255, 255, 255);
    padding: 1rem 1.25rem;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.05em;
    font-weight: bold;
    transition: 0.25s;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1em;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: var(--color-3);
}

.wp-block-search__button, .woocommerce ul.products li.product .button {
    padding: 0.75em 1em !important;
}

.btn:hover, input[type="submit"]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--color-5);
    border-color: var(--color-5);
    color: rgb(255, 255, 255);
}

.btn.alt {
    border: 2px solid var(--color-1);
    background: transparent;
    color: var(--color-b);
}

.btn.alt:hover {
    background: var(--color-1);
    color: var(--color-w);
}

.invert .btn {
    border: 2px solid var(--color-w);
    background: var(--color-w);
    color: var(--color-b);
}

.invert .btn:hover {
    background: var(--color-7);
    color: var(--color-b);
}

.invert .btn.alt {
    border: 2px solid var(--color-w);
    background: transparent;
    color: var(--color-w);
}

.invert .btn.alt:hover {
    background: var(--color-w);
    color: var(--color-b);
}

footer .btn {
    margin-bottom: 20px;
    margin-right: 1em;
    display: block;
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

footer .btn:hover {
    background-color: var(--color-7);
    border-color: var(--color-7);
    color: var(--color-b);
}

.byline {
    font-weight: 700;
}

.blog, .blog a, .entry-title, .entry-title a {
    text-decoration: none;
}

.site-main-blog .nav-previous, .site-main-blog .nav-next {
    border: 1px solid rgb(214, 214, 214);
    background-color: rgba(255, 255, 255, 0.933);
    padding: 10px;
}

.site-main-blog .nav-previous::before, .site-main-blog .nav-next::after {
    content: "\2192";
    display: inline-block;
    padding: 0px;
    margin: 0px 4px;
}

.site-main-blog .nav-previous::before {
    transform: rotate(180deg);
}

.widget-w {
    padding: 1em;
    background: rgb(237, 237, 237);
    margin-top: 1em;
}

.widget-w h2 {
    margin-top: 0.5em;
}

.entry-meta, .entry-meta a {
    color: var(--color-3);
}

footer.entry-footer {
    margin: 0px;
    display: none;
}

footer.site-footer {
    background: var(--color-1);
    color: rgb(255, 255, 255);
}

footer .large-wrapper {
    max-width: 1700px;
}

footer h2 {
    margin: 1.3em 0px 0.75em;
    font-size: 1.5em;
    color: var(--color-7);
}

.cta-area * {
    vertical-align: top;
    text-indent: -47px;
    margin-left: 21px;
}

.cta-area p {
    margin-bottom: 0.2em;
}

.cta-area img {
    margin-right: 5px;
    max-height: 22px;
    vertical-align: middle;
}

footer .cta-area a {
    display: block;
    color: var(--color-w);
    text-decoration: none;
    padding-bottom: 15px;
    position: relative;
    transition: 0.4s;
    transform: translateX(0px);
    font-weight: 400 !important;
    scale: .95;
}

footer .cta-area a:hover {
    scale: 1.05;
}

footer .fancylist a {
    font-weight: 400;
}

footer .cta-area a i {
    position: absolute;
    left: -32px;
    bottom: 2px;
    border: 1px solid rgba(0, 0, 0, 0);
    top: -5px;
}

footer .footer-column {
    margin-bottom: 2em;
}

.site-header .social-links {
    margin-top: 8px;
    transition: 0.3s;
    & img {
        margin-right: 5px;
        max-height: 25px;
        filter: invert(1);
    }
}

.site-header.fixed .social-links {
    display: none;
}

.footer-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 30px;
    width: 100%;
}

.top-border {
    border-top: solid 1px var(--color-b);
    padding-top: 0.05em;
    padding-bottom: 0.05em;
}

#copyright a {
    padding-bottom: 5px;
    transform: translateY(0px);
    transition: 0.25s ease-out;
    font-weight: 400;
}

#copyright a:hover {
    box-shadow: 0px 2px 0px var(--color-w);
    padding-bottom: 5px;
    transform: translateY(10px);
    transition: 0.25s ease-out;
}

.social-icons {
    padding: 3px;
    max-height: 35px;
    margin-left: 2px;
    margin-right: 2px;
    scale: 0.9;
    transition: 0.5s ease-out;
    background: var(--color-b);
    border-radius: 50px;
    filter: invert(1);
}

.social-icons:hover {
    scale: 1.05;
}

#desktop-top-bar .social-icons {
    margin-top: 5px;
}

.hours-wrap .today {
    font-weight: 700;
    color: var(--color-3);
}

.hours-wrap {
    max-width: 320px;
}

.hours-wrap table th {
    padding-bottom: 5px;
}

.b-feed .feedback {
    width: 950px;
    max-width: 100%;
}

#back-to-top.btn {
    width: initial;
    position: fixed;
    bottom: -20em;
    left: 2em;
    display: none;
    z-index: 111;
    border: 0.15em solid white;
}

.active-btn #back-to-top.btn {
    bottom: 2em;
    display: inline-block;
}

.review-nav-container {
    margin-top: 2em;
}

.review-page .human-button-w input#client-is-human, .review-page .human-button-w .client-is-human-q {
    margin: 0px;
    padding: 0px;
    max-width: 50px;
}

.review-page .human-button-w .client-is-human-q {
    max-width: 500px;
}

#leaveAreview-form {
    display: none;
    transition: 0.4s;
}

.page-template-template-review .rev-wrap {
    padding: 2.5em 1.5em 0.5em;
    position: relative;
    margin: 0px 0em;
    border-radius: 0rem;
    background-color: var(--color-2);
}

#back-to-top.btn {
    width: initial;
    position: fixed;
    bottom: -20em;
    left: 2em;
    display: none;
    z-index: 111;
    border: 0.15em solid white;
}

.active-btn #back-to-top.btn {
    bottom: 2em;
    display: inline-block;
}

.panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    width: 95%;
}

.gallery-btn::after {
        content: "";
}

.gallery-btn.active::after {
    content: "";
}

.gallery-btn.active {
    display: block;
    background: none;
}

.rev-cont {
    margin: 2em 0px;
}

.rev-wrap {
    background-color: rgb(243, 243, 243);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.3em 0.2em;
    position: relative;
    border-radius: var(--borderRadius);
    display: flex;
    flex-direction: column;
    transition: 0.1s ease-out;
    transform: translate(0px, 0px);
    text-align: center;
    gap: 1.15em;
    justify-content: start;
    padding: 3em 2em !important;
    overflow: visible !important;
    align-items: center !important;
}

.rev-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.6em 0.2em;
    transform: translate(0px, -0.3em);
}

.rev-wrap h2, .rev-wrap .date {
    color: rgba(0, 0, 0, 0.565);
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.2em;
}

.rev-wrap h2 {
    margin: 0px;
}

.rev-wrap .review-body {
    text-wrap: pretty;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.rev-wrap .date {
    font-size: 0.77em;
}

.rev-wrap .review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: auto;
    width: 100%;
}

.rev-wrap .review-rating svg {
    max-width: 1.3em;
}

.rev-wrap .profile-image {
    display: none;
}

.rev-wrap .profile-image::after {
}

.rev-wrap::before, .rev-wrap::after {
    content: "\201C";
    font-family: "Times New Roman", Georgia;
    font-weight: bold;
    border-radius: 100%;
    color: rgba(0, 0, 0, 0.38);
    position: absolute;
    text-align: center;
    line-height: 67px;
    font-size: 3em;
    width: min-content;
    height: min-content;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.1em;
    left: 0.4em;
}

.rev-wrap::after {
    content: "\201D";
    top: unset;
    left: unset;
    right: 0.4em;
    bottom: 0px;
    height: 0.75em;
}

.large-wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
    padding: 0px 30px;
}

.medium-wrapper {
    max-width: 900px;
    margin: 0px auto;
}

.small-wrapper {
    max-width: 800px;
    margin: 0px auto;
}

.small-wrapper, .medium-wrapper {
}

.breakout .small-wrapper, .breakout .medium-wrapper {
    padding: 0px 30px;
}

.medium-wrapper.fb-page {
    padding-bottom: 1em;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.fb-page .row {
    margin-right: 0px;
    margin-left: 0px;
}

.row > div {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
}

.bg-img, .breakout, .d-flex, .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.col-12, .w-100 {
    width: 100%;
}

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.h-100 {
    height: 100%;
}

.p-0 {
    padding: 0px;
}

.pt-0, .py-0 {
    padding-top: 0px !important;
}

.pb-0, .py-0 {
    padding-bottom: 0px !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.m-0 {
    margin: 0px;
}

.mt-0, .my-0 {
    margin-top: 0px !important;
}

.mb-0, .my-0 {
    margin-bottom: 0px !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.w-max {
    width: max-content !important;
}

.mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.align-items-start {
    align-items: start;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.align-items-center {
    align-items: center;
}

.d-none {
    display: none;
}

.dk {
    background-color: var(--color-6);
}

.invert, .invert h1, .invert h2, .invert h3, .invert h4 {
    color: rgb(255, 255, 255);
}

.last-b {
    margin-bottom: -2em;
}

.bg-img {
    position: relative;
    background-size: cover;
    min-height: 250px;
    flex-direction: column;
}

.bg-c {
    background-position: center center;
}

header #site-navigation {
    padding: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;
}

header .row > div {
    padding: 0px 0.5em;
}

.menu-toggle {
    background: transparent;
    padding: 3px 10px;
}

#site-navigation .menu-toggle .bar {
    display: block;
    margin-top: 5px;
    margin-bottom: 6px;
    height: 5px;
    width: 40px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
}

.main-navigation ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 100vh;
    display: none;
    list-style: none;
    padding-left: 0px;
    margin: 0px !important;
}

#masthead #primary-menu .sub-menu li a:hover {
    box-shadow: none;
}

@media only screen and (min-width: 576px) {
    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .gallery-columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    header .row > div {
        padding: initial;
    }

    footer .btn {
        max-width: 240px;
    }
}

@media only screen and (min-width: 768px) {
    body {
        padding-top: var(--headerHeight);
    }

    :root {
        --headerHeight: 100px;
    }

    .breakout .large-wrapper {
        padding: 0px 2em;
    }

    #primary-menu > .menu-item-has-children a {
        display: flex;
    }

    .menu-item-has-children a .sub-menu-icon {
        position: inherit;
        width: 23px;
        filter: invert(1);
    }

    #site-navigation-mobile, .large-wrapper-nav {
        display: none;
        z-index: 999999;
    }

    #header-number a img {
        margin-right: 3px;
    }

    header#masthead {
        text-align: inherit;
        margin-top: 0px;
        padding: 5px 0px;
        background: var(--color-w);
        height: var(--headerHeight);
        transition: 0.3s;
        position: fixed;
        top: 60px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 9px;
    }

    header#masthead.fixed {
        height: calc(var(--headerHeight) - 25px);
    }

    header#masthead.fixed {
        height: calc(var(--headerHeight) - 20px);
        top: -4px;
    }

    #logo a img {
        position: relative;
        max-width: 125px;
        top: 0px;
        left: 20px;
        transition: 0.5s ease-in-out;
        padding: 10px;
    }

    .fixed #logo a img {
        max-width: 110px;
    }

    #header-number {
        position: initial;
    }

    .feedbackicons img {
    }

    .slider-wrapper .slides-container .slide .slider-content {
        padding: 2em;
        margin: 0px auto;
        justify-content: end;
    }

    .slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn {
        font-size: 1.1em;
    }

    .main-navigation ul {
        display: block;
        position: inherit;
        width: auto;
        text-align: center;
    }

    header #site-navigation {
        position: inherit;
        display: flex;
        height: auto;
        width: 100%;
        top: auto;
        text-align: inherit;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    .main-navigation.toggled ul {
        display: flex;
        background: transparent;
    }

    .main-navigation ul {
        justify-content: center;
        height: auto;
    }

    .main-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        min-width: 200px;
        background: var(--color-7);
        display: block;
        text-align: left;
        box-shadow: rgba(42, 42, 42, 0.23) 0px 0px 2px;
    }

    #masthead ul li a {
        font-size: 1em;
        padding: 6px 4px;
        transform: translateY(0px);
        transition: 0.5s ease-in-out;
        font-family: var(--font-2);
        font-weight: 400;
        text-transform: capitalize;
        color: var(--color-b);
    }

    #masthead ul li a:hover {
    }

    #masthead ul li a:hover::before {
        background: var(--color-3);
    }

    #masthead #site-navigation .current_page_item a::before, li.current-page-ancestor > a:before {
        background: var(--color-3);
    }

    .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);
    }

    .attachment-thumbnail.size-thumbnail {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .justify-content-md-center {
        justify-content: center;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .main-navigation #primary-menu > li {
        margin: 0px 4px;
        text-align: center;
        display: inline-block;
    }

    .large-wrapper {
        padding: 0px 2em;
    }

    header .large-wrapper {
        max-width: inherit;
        height: 100%;
        position: relative;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0px 1.5em;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .m-md-5 {
        margin-top: 3rem;
    }

    .slider-wrapper .slides-container .slide {
        height: 83vh;
    }

    .slider-wrapper .slide-header {
        font-size: 3.75em;
    }

    .slider-wrapper .slide-subheader {
        font-size: 1.5em;
    }

    .bg-img {
        min-height: 250px;
    }

    .parallax {
        background-attachment: fixed;
    }

    .alignleft {
        float: left;
        margin-right: 1.5em;
        max-width: 50%;
    }

    .alignright {
        float: right;
        margin-left: 1.5em;
        max-width: 50%;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .menu-menu-1-container {
        width: 100%;
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        flex: 1 0 50%;
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    .highlight {
        font-size: 1.5rem;
    }

    ul.col-count-2, ul.col-count-3, ul.col-count-4 {
        column-count: 2;
        column-gap: 30px;
    }

    .slide-sub-header {
        display: flex;
    }

    .border-lr {
        border-left: solid 1px var(--color-w);
    }

    .left-line {
        margin-top: 0em;
        margin-bottom: 0em;
    }

    .footer-search .woocommerce-product-search, #desktop-top-bar .woocommerce-product-search {
        display: flex;
        align-items: center;
        gap: 10px;
        /* Space between input and button */
        width: 100%;
    }

    .footer-search .woocommerce-product-search .search-field, #desktop-top-bar .woocommerce-product-search .search-field {
        flex: 1;
        min-width: 0;
        margin: 0;
    }

    .footer-search .woocommerce-product-search button, #desktop-top-bar .woocommerce-product-search button {
        white-space: nowrap;
        margin: 0;
    }

    .left-line {
        border-left: solid 2px var(--color-4);
        padding: 1em 0em 1em 2em;
    }

    #masthead #site-navigation .current_page_item > a, #masthead li.current-page-ancestor > a, #masthead ul > li > a:hover {
    color: var(--color-5);
}
}

@media only screen and (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 1.5em;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    ul.col-count-3 {
        column-count: 3 !important;
    }

    ul.col-count-4 {
        column-count: 4 !important;
    }

    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    #logo a img {
        max-width: 150px;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .border-lr {
        border-right: solid 1px var(--color-w);
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        width: calc(100% - 14px);
    }

    .large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu li a {
        padding: 0px 8px;
    }

    #header-number a {
        padding: 0.7em !important;
    }

    .site-header .social-links {
        display: none;
    }

  /* Remove the large "dead" clickable space around menu items */
    .large-wrapper-nav
    .menu-menu-1-container
    #primary-menu-nav
    .menu-item {
        padding: 0;
    }

    /* Make the actual link the full-width touch target */
    .large-wrapper-nav
    .menu-menu-1-container
    #primary-menu-nav
    .menu-item > a {
        display: block;
        width: 100%;
        padding: 10px;
        position: relative;
    }

    /* First-level submenu links */
    .large-wrapper-nav
    .menu-menu-1-container
    #primary-menu-nav
    .sub-menu > li > a {
        padding: 8px 10px 8px 20px;
        font-weight: 700;
        border-bottom: solid 1px;
        color: var(--color-7);
    }

    /*
     * IMPORTANT:
     * Undo the desktop flyout positioning for nested mobile menus.
     */
    .large-wrapper-nav
    #primary-menu-nav
    .sub-menu .sub-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background: var(--color-1);
        margin: 0;
    }

    /* Nested menus remain closed until JS adds .active */
    .large-wrapper-nav
    #primary-menu-nav
    .sub-menu .sub-menu:not(.active) {
        display: none;
    }

    .large-wrapper-nav
    #primary-menu-nav
    .sub-menu .sub-menu.active {
        display: block !important;
        opacity: 1;
    }

    /* Indent third-level links so hierarchy is obvious */
    .large-wrapper-nav
    #primary-menu-nav
    .sub-menu .sub-menu > li > a {
        padding-left: 30px;
        font-weight: 400;
        color: var(--color-w);
    }

    /* Don't rotate nested arrow sideways like desktop */
    .large-wrapper-nav
    .sub-menu li.menu-item-has-children .sub-menu-icon {
        top: calc(50% - 10px);
        transform: none;
        visibility: hidden;
    }

    .large-wrapper-nav
    .sub-menu li.menu-item-has-children.focus-sub .sub-menu-icon {
        transform: rotate(180deg);
    }
    
}

.review-rating svg {
    max-width: 20px;
}

.container-fluid {
    width: 100%;
}

hr.line {
    background-color: var(--color-3);
    border: 0px;
    height: 3px;
    width: 70px;
    margin: 1.5em auto 1.5em 0px;
}

.text-center hr.line {
    margin-left: auto;
    margin-right: auto;
}

.foot-box {
    background: var(--color-7);
    border-radius: 30px;
    padding: 2em;
    color: var(--color-5);
}

.foot-box h2 {
    color: var(--color-1);
    margin-top: 0;
}

.bg-color-1 {
    background: var(--color-1);
}

.bg-color-2 {
    background: var(--color-6);
}

.bg-color-3 {
    background: var(--color-2);
}

.bg-color-4 {
    background: #cdf7d5;
    background: linear-gradient(132deg,rgb(242 255 245) 0%, rgb(225 255 245) 100%);
}

.bg-color-5 {
    background: var(--color-4);
}

/*-- Blog sidebar section --*/
#secondary.widget-area {
    background: var(--color-7);
    padding: 1em;
    margin-top: 2em;
    color: var(--color-b);
}

#secondary.widget-area ul {
    margin-left: 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    /* Firefox */
    scrollbar-width: thick;
    scrollbar-color: #104147b0 transparent;
}

/* Chrome, Edge, Safari */
#secondary.widget-area ul::-webkit-scrollbar {
    width: 10px;
}

#secondary.widget-area ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

#secondary.widget-area ul::-webkit-scrollbar-thumb {
    background: var(--color-1);
    border-radius: 10px;
}

#secondary.widget-area ul::-webkit-scrollbar-thumb:hover {
    background: var(--color-3);
}

#secondary.widget-area li {
    border-left: solid 5px var(--color-1);
    margin-bottom: 15px;
    padding-left: 10px;
    list-style: none;
}

#secondary.widget-area h2 {
    font-size: 1.5em;
}

.eyebrow {
    font-family: var(--font-2);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--color-4);
    font-weight: 700;
    font-size: 1rem;
}

.bg-color-5 .eyebrow {
    color: var(--color-2);
}


.credbox-card {
    background: var(--color-w);
    border-radius: 4px;
    padding: 1.75rem;
    height: 100%;
    border-top: 4px solid var(--color-6);
}

.credbox-card.wb {
    background: var(--color-7);
}

.testimonial-card {
    background: var(--color-2);
    border-radius: 4px;
    padding: 1.75rem;
    height: 100%;
    border-left: 4px solid var(--color-8);
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.testimonial-card.alt {
    background: var(--color-w);
}

.testimonial-name {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-1);
    letter-spacing: .02em;
}

.hero-wrap {
    background: var(--color-4);
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.left-line {
    margin-top: 2em;
}

#desktop-top-bar h2.widgettitle, .footer-search h2.rounded {
    display: none;
}

footer .medium-wrapper {
    max-width: 1100px;
}

.footer-search h3 {
    color: var(--color-b);
}

.footer-search button, #desktop-top-bar button {
    padding-top: .75em;
    padding-bottom: .75em
}

/* Company History Table */
.table.table-dark {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    border-collapse: separate;
    border-spacing: 0 14px;
    background: transparent;
    color: var(--color-b);
}

.table.table-dark tbody {
    display: table-row-group;
}

.table.table-dark tr {
    position: relative;
    background: var(--color-2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.table.table-dark tr:nth-child(even) {
    background: var(--color-7);
}

.table.table-dark tr:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.table.table-dark td {
    padding: 1.25rem;
    border: 0;
    vertical-align: middle;
    line-height: 1.7;
}

/* Year column */
.table.table-dark td:first-child {
    width: 130px;
    min-width: 130px;
    position: relative;
    padding-left: 2rem;
    padding-right: 1.25rem;
    border-radius: 12px 0 0 12px;
    text-align: center;
}

/* Content column */
.table.table-dark td:last-child {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0 12px 12px 0;
}

/* Year badge */
.table.table-dark td:first-child strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    padding: 0.6rem 1rem;
    border-radius: 50px;
    background: var(--color-3);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.03em;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

/* Links */
.table.table-dark a, .table.table-dark a:visited {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: var(--color-3);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.table.table-dark a:hover, .table.table-dark a:focus {
    color: var(--color-3) !important;
    text-decoration-color: var(--color-6);
}

/* Mobile layout */
@media (max-width: 767px) {
    .table.table-dark, .table.table-dark tbody, .table.table-dark tr, .table.table-dark td {
        display: block;
        width: 100%;
    }

    .table.table-dark {
        border-spacing: 0;
    }

    .table.table-dark tr {
        margin-bottom: 1.25rem;
        border-radius: 12px;
        overflow: hidden;
    }

    .table.table-dark td:first-child {
        width: 100%;
        min-width: 0;
        padding: 1.25rem 1.25rem 0.75rem;
        border-radius: 0;
        text-align: left;
    }

    .table.table-dark td:first-child::after {
        display: none;
    }

    .table.table-dark td:last-child {
        padding: 0.75rem 1.25rem 1.5rem;
        border-left: 0;
        border-radius: 0;
    }

    .table.table-dark td:first-child strong {
        min-width: 0;
    }
}

.table-h {
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
    padding-right: .25em;
    padding-left: .25em;
}

.table-h::-webkit-scrollbar, .scroll-box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-h::-webkit-scrollbar-track, .scroll-box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.table-h::-webkit-scrollbar-thumb {
    background: #ddf0eacf;
    border-radius: 10px;
    transition: var(--all);
}

.scroll-box::-webkit-scrollbar-thumb {
    background: #104147c2;
    border-radius: 10px;
    transition: var(--all);
}

.table-h::-webkit-scrollbar-thumb:hover {
    background: var(--color-7);
}

.scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--color-3);
}

.contained-img {
    max-width: 750px;
}

.aot {
    max-width: 250px;
    filter: drop-shadow(2px 2px 10px #101010);
}

/* Base Modal Container Setup */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    /* Controlled by JS below */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* The Backdrop Overlay */
.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

/* The Dialog Wrapper (Width and Margins) */
.custom-modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .custom-modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}

/* Actual Modal Content Box */
.custom-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--color-2);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

/* --- BOOTSTRAP 4.6 CORE ALIGNMENT MECHANICS --- */
/* 1. Vertical Centering Logic */
.custom-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .custom-modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

/* 2. Inner Scrollable Body Logic */
.custom-modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.custom-modal-dialog-scrollable .custom-modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

@media (min-width: 576px) {
    .custom-modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .custom-modal-dialog-scrollable .custom-modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

/* Combined Centered + Scrollable structural behavior */
.custom-modal-dialog-centered.custom-modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-modal-dialog-centered.custom-modal-dialog-scrollable .custom-modal-content {
    max-height: none;
}

/* The actual scrollable element */
.custom-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
    overflow-y: auto;
    /* Enables vertical scrolling inside the body */
}

/* --- INNER COMPONENTS (Header, Footer, Buttons) --- */
.custom-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.custom-modal-footer {
    display: flex;
    wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.hs-section, .hs-section * {
    box-sizing: border-box;
}

.hs-section {
    --hs-gap: 16px;
    --hs-card-width: 280px;
    --hs-border-radius: 12px;
    --hs-button-size: 44px;
    width: 100%;
    max-width: 1200px;
    margin: 32px auto;
    padding: 0 16px;
}

.hs-section .btn {
    padding: .5em 1em;
    min-width: 115px;
}

.hs-heading {
    margin: 0 0 16px;
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.2;
}

.hs-wrapper {
    position: relative;
    padding-top: .75em;
}

.hs-row {
    display: flex;
    gap: var(--hs-gap);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 4px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: var(--color-4) #ffffff00;
}

.hs-row::-webkit-scrollbar {
    height: 12px;
}

.hs-row::-webkit-scrollbar-track, .hs-row::-webkit-scrollbar-thumb {
    border-radius: 999px;
}

.hs-card {
    flex: 0 0 min(var(--hs-card-width), 82vw);
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--color-8);
    border-radius: var(--hs-border-radius);
    background: var(--color-w);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    text-align: center;
    white-space: normal;
}

.hs-card h3 {
    margin: 0 0 10px;
    line-height: 1.25;
}

.hs-card p {
    margin: 0 0 18px;
    line-height: 1.55;
}

.hs-controls {
    margin-bottom: 16px;
}

.hs-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Hide arrow controls when JavaScript is unavailable. */
.no-js .hs-controls {
    display: none;
}

.hs-card img {
    max-height: 130px;
}

@media (max-width: 600px) {
    .hs-section {
        --hs-card-width: 84vw;
        padding: 0 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hs-row {
        scroll-behavior: auto;
    }
}

/* Learn More Text */
.learn-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border: solid 2px var(--color-3);
    border-radius: 50px;
    padding: 5px 15px;
}

.learn-more-btn:hover {
    background: var(--color-3);
    color: var(--color-w);
}

.page-gallery .gallery-item {
    padding: 10px;
    border: 1px solid var(--color-8);
    border-radius: 15px;
    background: var(--color-w);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-gallery .gallery {
    gap: 1.5em;
}

.scroll-box {
    overflow: hidden;
    max-height: 275px;
    overflow-y: auto;
    padding-right: 1em;
    padding-left: .25em;
    padding-top: 15px;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--color-5);
    font-weight: 700;
}

.woocommerce div.product p.stock {
    color: var(--color-4);
    font-weight: 700;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 0px 10px 0;
}

.wp-block-search__button {
    font-size: 1.75em !important;
    padding: 7px 14px !important;

}

.woocommerce div.product p.price {
    display: none;
}



.dual-hero .row {
    margin: 0;
}

.dual-hero .row > div {
    padding: 2px;
}

.dual-hero-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29vh;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
}

.dual-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 63%);
    transition: var(--all);
}

.dual-hero-panel:hover .dual-hero-overlay {
    background: rgba(8, 46, 50, 0.7);
}

.dual-hero-panel .dual-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: var(--all);
}

.dual-hero-panel:hover .dual-hero-bg {
    transform: scale(1.08);
}

.dual-hero-logo {
    position: relative;
    z-index: 2;
    max-width: 400px;
    width: 200px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
    transition: var(--all);
}

.dual-hero-panel:hover .dual-hero-logo {

}

@media only screen and (min-width: 768px) {
    .dual-hero-panel {
        height: 55vh;
        min-height: 420px;
    }
    .dual-hero-panel.left {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .dual-hero-logo {
        width: 350px;
    }

        .dual-hero-content span {
        font-size: 1.6em;
        max-width: 320px;
    }
}

.dual-hero-content {
    position: relative;
    z-index: 2;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    gap: 0.75em;
    padding: 0 1.5em;
    text-align: center;
}

.dual-hero-content span {
    color: var(--color-w);
    font-family: var(--font-1);
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.25em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.dual-hero-cta {
    position: absolute;
    z-index: 2;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--color-w);
    font-family: var(--font-1);
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: 0.03em;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.dual-hero-panel:hover .dual-hero-cta {
    opacity: 1;
}







/*-- Clickable Cards --*/

.fw-bold     { font-weight: 700; }
.text-muted  { color: var(--color-1); }
.position-relative { position: relative; }



.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.g-4 { margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); row-gap: var(--bs-gutter-y); }
.g-4 > * { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }


/* Bootstrap's stretched-link technique â€” makes the whole card clickable
   via one small <a>, without the outer element being an <a>. */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* CARD COMPONENT â€” namespaced with .opt- prefix so it can't
   collide with existing card styles on the site */
.opt-cards {
  padding-bottom: 3rem;
}

.opt-card {
  height: 100%;
  color: var(--color-1);
  background: var(--color-w);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(16, 24, 32, 0.08);
  border: 1px solid rgba(16, 24, 32, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  cursor: pointer;
}

.opt-card:hover,
.opt-card:has(.stretched-link:focus-visible) {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(16, 24, 32, 0.18);
  color: var(--color-1);
}

.opt-card .stretched-link:focus-visible::after {
  outline: 3px solid var(--color-3);
  outline-offset: -3px;
}

.opt-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.opt-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.opt-card:hover .opt-card__media img {
  transform: scale(1.08);
}

.opt-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.55), rgba(16, 24, 32, 0) 55%);
  opacity: 0.55;
  transition: opacity 0.28s ease;
}

.opt-card:hover .opt-card__media::after {
  opacity: 0.75;
}

.opt-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 50rem;
  color: var(--color-w);
  background: var(--color-5);
}

.opt-card--buy .opt-card__badge { background: var(--color-3); }
.opt-card--rent .opt-card__badge { background: var(--color-4); }

.opt-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.opt-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.opt-card__arrow {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(16, 24, 32, 0.06);
  transition: background 0.28s ease, transform 0.28s ease;
  flex-shrink: 0;
}

.opt-card:hover .opt-card__arrow {
  transform: translateX(4px);
}

.opt-card--buy:hover .opt-card__arrow { background: var(--color-3); color: var(--color-w); }
.opt-card--rent:hover .opt-card__arrow { background: var(--color-4); color: var(--color-w); }

.opt-card__text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-5);
  line-height: 1.5;
}

.opt-card p {
    margin:0;
}

/* 1. Allow transitions to 'auto' keywords (like height/block-size) */
html {
  interpolate-size: allow-keywords;
}

/* 2. Style the closed state of the details content */
details::details-content {
  block-size: 0;
  opacity: 0;
  overflow: hidden;
  
  /* Transition both height (block-size) and discrete visibility properties */
  transition: 
    block-size 0.4s ease, 
    opacity 0.4s ease, 
    content-visibility 0.4s ease allow-discrete;
}

/* 3. Style the open state of the details content */
details[open]::details-content {
  block-size: auto;
  opacity: 1;
}

summary {

    padding-top: 10px;
}

summary::marker {
    color: var(--color-3);
}