/** !
Theme Name: Leisure First
Theme URI: https://www.leisurefirst.com/
Description: Bespoke Theme for Leisure First using WordPress. Gutenberg compatible. Using Bootstrap 5 and Font Awesome 6.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ========================================
   Light/Dark Variables
======================================== */

:root {
    --lf-navy: #081b36;
    --lf-orange: #ff8300;
    --lf-bg-light: #ffffff;
    --lf-bg-secondary: #f1f2f4;
    --lf-text-primary: #081b36;
    --lf-text-secondary: #6c757d;
    --lf-text-tertiary: #fff;
    --lf-border-color: #dee2e6;
}

[data-bs-theme="dark"] {
    --lf-bg-light: #0d0d0d;
    --lf-bg-secondary: #1a1a1a;
    --lf-text-primary: #f8f9fa;
    --lf-text-secondary: #adb5bd;
    --lf-text-tertiary: #fff;
    --lf-border-color: #1d2125;
}

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
    min-height: 100%;
}
html {
    background: var(--lf-bg-light);
    overflow: auto;
}
body {
    background: var(--lf-bg-light);
    color: var(--lf-text-primary);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
}
body.header-fixed {
    padding-top: var(--header-height, 100px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: var(--lf-text-primary);
    text-transform: capitalize;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
    position: relative;
}

.sub-title {
    margin-bottom: -6px;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--lf-orange);
}

p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--lf-text-primary);
}
p > strong {
    font-weight: 700;
}
ul,
ol {
    padding: 0 0 0 1.25em;
}
ul > li,
ol > li {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--lf-text-primary);
}
hr {
    border-top: var(--lf-border-color) 1px solid;
}
svg {
    color: var(--lf-orange);
}
svg:hover {
    color: var(--lf-navy);
}
span {
    color: var(--lf-orange);
}
span.required {
    color: #c70039;
}

label {
    margin-bottom: 0.25em !important;
    color: var(--lf-text-primary) !important;
    font-size: 0.9rem !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    height: auto !important;
    padding: 0.5em 0.75em !important;
    color: var(--lf-text-primary) !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 0.95rem !important;
    background-color: var(--lf-bg-secondary) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid var(--lf-border-color) !important;
}
input[type="file"] {
    color: var(--lf-text-primary) !important;
}
select {
    height: 40px !important;
    color: var(--lf-text-primary) !important;
    padding: 0.5em 0.75em !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: var(--lf-bg-secondary) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid var(--lf-border-color) !important;
}
textarea {
    min-height: 175px !important;
    max-height: 175px !important;
    padding: 0.5em 0.75em !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 0.95rem !important;
    background-color: var(--lf-bg-secondary) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid var(--lf-border-color) !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--lf-text-secondary) !important;
    font-style: normal;
}

input[type="submit"] {
    width: auto !important;
    padding: 0.75em 2.25em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: var(--lf-orange) 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background-color: var(--lf-orange) !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: var(--lf-navy) !important;
    border: var(--lf-navy) 1px solid !important;
}

.btn,
.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.75em 2.25em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: var(--lf-orange) 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background-color: var(--lf-orange) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.btn:hover,
.wp-element-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: var(--lf-navy) !important;
    border: var(--lf-navy) 1px solid !important;
}

button > svg,
.btn > svg,
.wp-element-button > svg {
    color: #fff !important;
}
button:hover > svg,
.btn:hover > svg,
.wp-element-button:hover > svg {
    color: #fff !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

/* Fixed Header Container */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 100%;
}

header.topbar {
    padding: 0.25em 0.5em;
    justify-content: center;
    background-color: var(--lf-navy);
    transition: all 0.3s ease;
}

/* Topbar scrolled state */
header.topbar.scrolled {
    padding: 0.15em 0.5em;
}

header .topbar-details {
    position: relative;
}
header .topbar-details > div {
    transition: opacity 1.5s ease-in-out;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Reduce topbar font size on scroll */
header.topbar.scrolled .topbar-details > div,
header.topbar.scrolled .theme-toggle-wrapper {
    font-size: 0.8rem;
}

header .ticker-wrapper {
    min-width: 200px;
    position: relative;
    height: 20px;
}
header .ticker-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}
header .ticker-item.active {
    opacity: 1;
}
header .theme-toggle-wrapper {
    font-size: 0.9rem;
}

header .theme-toggle-wrapper > span {
    color: #fff;
}
header .theme-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin: 0;
}
header .theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
header .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c3e50;
    transition: 0.4s;
    border-radius: 30px;
}
header .slider-circle {
    position: absolute;
    height: 18px;
    width: 18px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--lf-orange);
    border-radius: 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .slider-circle svg {
    color: #fff;
    font-size: 10px;
}
header input:checked + .slider .slider-circle {
    transform: translate(22px, -50%);
}
header .topbar-details a:active,
header .topbar-details a:visited,
header .topbar-details a:link,
header .topbar-details a[href^="tel"] {
    font-weight: 600;
    color: #fff;
}
header .topbar-details a:hover,
header .topbar-details a[href^="tel"]:hover {
    color: var(--lf-orange);
}

.navbar {
    position: relative;
    z-index: 1000;
    background-color: var(--lf-bg-light);
    transition: all 0.3s ease;
}
.navbar button > span,
.navbar a > span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    top: -2px;
}
.navbar button:hover > span,
.navbar a:hover > span,
.navbar button:hover > svg,
.navbar a:hover > svg {
    color: var(--lf-navy) !important;
    cursor: pointer;
}
[data-bs-theme="dark"] .navbar button:hover > span,
[data-bs-theme="dark"] .navbar a:hover > span,
[data-bs-theme="dark"] .navbar button:hover > svg,
[data-bs-theme="dark"] .navbar a:hover > svg {
    color: var(--lf-text-tertiary) !important;
    cursor: pointer;
}
.navbar.scrolled {
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.navbar.scrolled .navbar-brand img {
    width: 160px;
    transition: width 0.3s ease;
}
.navbar.scrolled button > span,
.navbar.scrolled a > span {
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.navbar .img-icon {
    max-width: 280px;
    padding: 0.75em 0;
}
.navbar svg {
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--lf-orange) !important;
}
.navbar svg:hover {
    color: var(--lf-navy) !important;
}

/* Logo Theme Switching */
.logo-light {
    display: block;
}
.logo-dark {
    display: none;
}

[data-bs-theme="dark"] .logo-light {
    display: none;
}
[data-bs-theme="dark"] .logo-dark {
    display: block;
}

#hero {
    padding: 9.25em 0;
    position: relative;
    color: #fff;
    background: linear-gradient(
            to bottom,
            rgba(8, 27, 54, 0) 0%,
            rgba(8, 27, 54, 0.7) 50%,
            rgba(8, 27, 54, 1) 100%
        ),
        url("assets/images/hero-bg.jpg") center center / cover no-repeat;
}
#hero h1 {
    margin-bottom: 0;
    font-size: 3.5rem;
    color: #fff;
}
#hero #breadcrumbs {
    position: absolute;
    bottom: 8px;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
}
#hero #breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
#hero #breadcrumbs a:hover {
    color: var(--lf-orange);
    text-decoration: none;
}
#hero #breadcrumbs .breadcrumb_last > strong {
    color: #fff;
    font-weight: 600;
}
#hero #breadcrumbs span {
    display: inline;
}
#hero.homepage {
    padding: 0;
    background: var(--lf-bg-light) !important;
}

footer {
    padding: 2.5em 0 0;
    background-color: var(--lf-navy);
}
footer .footer-branding {
    justify-content: space-between;
}
footer .footer-socials > div > a > svg {
    color: #fff;
    font-size: 1.45rem;
}
footer .footer-socials > div > a:hover > svg,
footer .footer-socials > div > a > svg:hover {
    color: var(--lf-orange);
}
footer h5,
footer h6 {
    color: #fff;
    font-weight: 700;
}
footer p,
footer address {
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
}
footer h6 {
    font-size: 0.95rem;
}
footer #details {
    padding: 2.5em 0;
    margin-top: 2.5em;
    border-top: #1f3049 1px solid;
    border-bottom: #1f3049 1px solid;
}
footer .btn-link {
    font-weight: 500;
}
footer span.break {
    color: #1f3049;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a[href^="tel"]:hover {
    text-decoration: none;
    color: var(--lf-orange);
    text-decoration: none;
}

footer#ext {
    padding: 1.5em 0;
    background-color: var(--lf-navy);
}
footer#ext .powered {
    justify-content: space-between;
}
footer#ext .powered > div,
footer#ext .powered > div > p {
    font-size: 0.85rem;
    color: #fff;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
    font-weight: 700;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
    color: var(--lf-text-primary);
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: var(--lf-orange);
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}
.btn-link:hover {
    color: var(--lf-orange);
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}
.thin-link {
    font-weight: normal;
}

#primary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li {
    margin: 0;
    padding: 0.5em 1em;
    display: inline-block;
    list-style: none;
    position: relative;
}
#primary > li > a {
    margin: 0;
    padding: 0;
    color: var(--lf-text-primary);
    font-size: 1rem;
    text-transform: capitalize;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}
#primary > li > a:hover {
    color: var(--lf-orange);
}
#primary > li.active > a,
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a {
    color: var(--lf-orange);
    font-weight: 700;
}

#sitemap {
    width: 100%;
    margin: 0;
    padding: 0;
}
#sitemap > li {
    display: inline-block;
    list-style: none;
}
#sitemap > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.9rem;
    text-transform: capitalize;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    text-decoration: none;
}
#sitemap > li > a:hover {
    color: var(--lf-orange);
}
#sitemap > li.active > a {
    color: var(--lf-orange);
}
#sitemap > li.current-menu-item > a,
#sitemap > li.current-page-ancestor > a {
    color: var(--lf-orange);
}
#sitemap > li > a {
    transition: font-size 0.3s ease;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 35px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: var(--lf-navy);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    position: relative;
    top: 2px;
    color: #fff;
}
#back-to-top:hover {
    color: var(--lf-orange);
    background-color: var(--lf-navy);
}
#back-to-top:hover > svg {
    color: var(--lf-orange) !important;
}

body.mobile-nav-open {
    overflow: hidden;
}
.navbar-toggler {
    padding: 0.25em 0.5em;
    margin: 0;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler > svg {
    color: var(--lf-orange);
}
.navbar-toggler > svg:hover {
    color: var(--lf-navy);
}
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--lf-navy);
    z-index: 99999 !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}
.mobile-nav-overlay.active {
    transform: translateX(0) !important;
    display: block !important;
    visibility: visible !important;
}
.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-logo img {
    max-width: 200px;
}
.mobile-nav-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}
.mobile-nav-close > svg {
    color: #fff;
}
.mobile-nav-close > svg:hover {
    color: var(--lf-orange);
}
.mobile-nav-content {
    padding: 1em 1.25em;
    color: #fff;
}
.mobile-nav-content > h4 {
    color: inherit;
    font-size: 1.25rem;
}
.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-item {
    margin-bottom: 0;
}
.mobile-nav-item > a {
    color: #fff;
}
.mobile-nav-item > a:hover {
    color: var(--lf-orange);
}
.mobile-nav-item > a > svg {
    color: #fff;
}
.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 0;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.3s ease;
}
.mobile-nav-link:hover {
    color: var(--lf-orange);
    text-decoration: none;
}
.mobile-nav-link.has-dropdown svg {
    transition: transform 0.3s ease;
}
.mobile-nav-link.has-dropdown.active svg {
    transform: rotate(90deg);
}
.mobile-nav-submenu {
    max-height: 0;
    margin: 0 -1.5em;
    padding: 0 1.5em;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: var(--lf-navy);
}
.mobile-nav-submenu.active {
    max-height: 800px;
}
.mobile-nav-submenu-section {
    padding: 1.5em 0;
}
.mobile-nav-submenu-title {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}
.mobile-nav-submenu-item {
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.3s ease;
}
.mobile-nav-submenu-item > svg {
    font-size: 0.85rem;
}
.mobile-nav-submenu-item:hover {
    color: var(--lf-orange) !important;
    text-decoration: none;
}
.mobile-nav-cta {
    margin-top: 0;
    padding-top: 0;
}
.mobile-nav-cta .btn {
    width: 100% !important;
    background: var(--lf-navy);
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s ease;
}
.mobile-nav-socials {
    margin-top: 2rem;
    justify-content: center;
    display: flex;
    gap: 1rem;
}
.mobile-nav-socials > a > svg {
    color: var(--lf-orange);
    font-size: 1.35rem;
    transition: color 0.3s ease;
}
.mobile-nav-socials > a > svg:hover {
    color: #fff;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
    padding: 5em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 2.5em 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 1em 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

.light-background {
    background-color: var(--lf-bg-secondary);
}

.img-rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

ul {
    list-style: none;
}

[data-bs-theme="dark"] .ti-rating-text,
[data-bs-theme="dark"] .ti-rating-text,
[data-bs-theme="dark"] .ti-rating-text > span,
[data-bs-theme="dark"] .ti-rating-text > span > strong {
    color: #fff !important;
}

/* ============================================
   STICKY FOOTER MENU - MOBILE TAB BAR
   ============================================ */

#sticky-footer-menu {
    z-index: 1030;
}

/* Mobile Tab Bar Styles */
.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: var(--lf-navy);
    border-top: #1f3049 1px solid;
    z-index: 1030;
}

/* Light mode specific */
[data-bs-theme="light"] .tab-bar {
    background-color: var(--lf-navy);
}

/* Dark mode specific */
[data-bs-theme="dark"] .tab-bar {
    background-color: var(--lf-navy);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.tab-bar__listitem {
    flex: 1;
    display: flex;
}
.tab-bar__listitem span {
    color: #fff;
}

.tab-bar__link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    color: var(--bs-body-color);
    font-size: 0.75rem;
    transition: all 0.3s ease;
    position: relative;
}

.tab-bar__link svg {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    transition: transform 0.3s ease;
}

.tab-bar__link span {
    display: block;
    font-weight: 500;
}

/* Hover/Active States for Tab Bar */
.tab-bar__link:hover,
.tab-bar__link:focus {
    color: var(--bs-primary);
}

.tab-bar__link:hover svg {
    transform: scale(1.1);
}

[data-bs-theme="light"] .tab-bar__link:hover,
[data-bs-theme="light"] .tab-bar__link:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .tab-bar__link:hover,
[data-bs-theme="dark"] .tab-bar__link:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

/* ============================================
   FLOATING ACTION BUTTON - TABLET/DESKTOP
   ============================================ */

.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1030;
}

.fab-toggle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    background: #22e25b;
    color: white;
    font-size: 1.85rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    animation: fab-gentle-pulse 2.5s ease-in-out infinite;
}

/* Subtle pulse */
@keyframes fab-gentle-pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

/* Ripple effect */
.fab-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #22e25b;
    animation: fab-ripple-ring 2.5s ease-out infinite;
    z-index: -1;
}

@keyframes fab-ripple-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.fab-toggle:hover,
.fab-toggle[aria-expanded="true"] {
    animation: none;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-toggle:hover::after,
.fab-toggle[aria-expanded="true"]::after {
    animation: none;
    opacity: 0;
}

.fab-toggle:active {
    transform: scale(0.95);
}

.fab-icon {
    color: #fff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fab-icon:hover {
    color: #fff;
}

.fa-whatsapp {
    color: #22e25b;
}

/* FAB Menu */
.fab-menu {
    position: absolute;
    bottom: 80px;
    right: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    pointer-events: none;
}

.fab-menu__item {
    opacity: 0;
    transform: scale(0) translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Staggered animation for menu items */
.fab-toggle[aria-expanded="true"] ~ .fab-menu .fab-menu__item {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

.fab-toggle[aria-expanded="true"] ~ .fab-menu .fab-menu__item:nth-child(1) {
    transition-delay: 0.05s;
}

.fab-toggle[aria-expanded="true"] ~ .fab-menu .fab-menu__item:nth-child(2) {
    transition-delay: 0.1s;
}

.fab-toggle[aria-expanded="true"] ~ .fab-menu .fab-menu__item:nth-child(3) {
    transition-delay: 0.15s;
}

.fab-toggle[aria-expanded="true"] ~ .fab-menu .fab-menu__item:nth-child(4) {
    transition-delay: 0.2s;
}

.fab-menu__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--lf-navy);
    color: var(--bs-body-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 1.25rem;
    border: 1px solid var(--lf-border-color);
    position: relative;
}

[data-bs-theme="light"] .fab-menu__link {
    background: var(--lf-navy);
}

[data-bs-theme="dark"] .fab-menu__link {
    background: var(--lf-navy);
}

.fab-menu__link:hover {
    transform: scale(1.1);
    background: var(--lf-navy);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.fab-menu__link:hover > svg {
    color: #fff;
}

/* Tooltip on hover */
.fab-menu__link::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 0.75rem);
    background: var(--bs-dark);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

[data-bs-theme="dark"] .fab-menu__link::before {
    background: var(--lf-navy);
}

.fab-menu__link:hover::before {
    opacity: 1;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 61px;
    }
}

@media (max-width: 991.98px) {
    .fab-container {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .tab-bar__link {
        font-size: 0.7rem;
        padding: 0.625rem 0.25rem;
    }

    .tab-bar__link i {
        font-size: 1.125rem;
    }
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
    header {
        padding: 0.25em 0;
    }
    header .topbar-details > div {
        font-size: 0.8rem;
    }
    header .theme-toggle-wrapper {
        font-size: 0.8rem;
    }
    .navbar .img-icon {
        max-width: 210px;
    }
    #back-to-top {
        display: none !important;
    }
    #hero {
        padding: 5.5em 0;
    }
    #hero h1 {
        font-size: 2.25rem;
    }
    #hero #breadcrumbs {
        font-size: 0.6rem;
    }
    footer .footer-branding {
        justify-content: center;
    }
    footer .footer-branding > div:last-child {
        margin-top: 1em;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    header {
        padding: 0.25em 0;
    }
    header .topbar-details > div {
        font-size: 0.8rem;
    }
    header .theme-toggle-wrapper {
        font-size: 0.8rem;
    }
    .navbar .img-icon {
        max-width: 210px;
    }
    #back-to-top {
        display: none !important;
    }
    #hero {
        padding: 5.5em 0;
    }
    #hero h1 {
        font-size: 2.25rem;
    }
    #hero #breadcrumbs {
        font-size: 0.6rem;
    }
    footer .footer-branding {
        justify-content: center;
    }
    footer .footer-branding > div:last-child {
        margin-top: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #151515 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
