/* ==========================================================================
   BookMyTractors - Fluid Responsive Design System & Zero-Overflow Shield
   Created to eliminate horizontal scrolling and standardize responsive scaling
   ========================================================================== */

/* 1. Global Anti-Overflow & Reset Shield */
html {
    overflow-x: clip !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: clip !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

/* Ensure media elements never force parent boundaries */
img:not(.jarallax-img),
svg,
video,
canvas,
iframe {
    max-width: 100% !important;
    height: auto !important;
}

/* Safety against long unbreaking text / numbers / URLs */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
td,
th,
label {
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

/* Contain all decorative sections from blowing out viewport */
.hero-slider-sec,
.product-search2,
.hero-sec2,
.hero-sec3,
.banner-sec,
.about-sec,
.about-sec2,
.about-sec3,
.mission-sec,
.choose-sec,
.choose-sec2,
.review-sec,
.cta-sec,
.cta-sec2,
.footer,
.services-sec,
section {
    overflow: hidden !important;
    max-width: 100% !important;
}

/* 2. Fluid Typography & Spacing Tokens */
:root {
    --fs-hero: clamp(1.85rem, 3.8vw + 0.8rem, 3.25rem);
    --fs-h1: clamp(1.5rem, 2.5vw + 0.65rem, 2.25rem);
    --fs-h2: clamp(1.25rem, 1.8vw + 0.55rem, 1.85rem);
    --fs-h3: clamp(1.1rem, 1.2vw + 0.45rem, 1.45rem);
    --fs-h4: clamp(0.95rem, 0.8vw + 0.45rem, 1.2rem);
    --fs-body: clamp(0.875rem, 0.3vw + 0.78rem, 1.0rem);
    --fs-sm: clamp(0.75rem, 0.2vw + 0.7rem, 0.875rem);

    --sp-section: clamp(40px, 6vw, 90px);
    --sp-card: clamp(14px, 2.5vw, 26px);
    --sp-container: clamp(12px, 2.5vw, 24px);
}

/* Fluid Typography Utility Classes & Global Tag Mapping */
.fluid-hero {
    font-size: var(--fs-hero) !important;
    line-height: 1.18 !important;
}

.fluid-h1 {
    font-size: var(--fs-h1) !important;
    line-height: 1.22 !important;
}

.fluid-h2 {
    font-size: var(--fs-h2) !important;
    line-height: 1.26 !important;
}

.fluid-h3 {
    font-size: var(--fs-h3) !important;
    line-height: 1.32 !important;
}

.fluid-body {
    font-size: var(--fs-body) !important;
    line-height: 1.55 !important;
}

.fluid-sm {
    font-size: var(--fs-sm) !important;
}

.fluid-card-p {
    padding: var(--sp-card) !important;
}

/* Normalize Headings to Fluid Scale Across All Pages */
h1,
.display-1,
.promo-wrap h1,
.promo-wrap h2 {
    font-size: var(--fs-hero) !important;
    line-height: 1.18 !important;
    overflow-wrap: break-word !important;
}

h2,
.display-2,
.sec-title {
    font-size: var(--fs-h1) !important;
    line-height: 1.22 !important;
    overflow-wrap: break-word !important;
}

h3,
.display-3 {
    font-size: var(--fs-h2) !important;
    line-height: 1.28 !important;
}

h4,
.display-4 {
    font-size: var(--fs-h3) !important;
    line-height: 1.32 !important;
}

h5 {
    font-size: var(--fs-h4) !important;
}

p.lead {
    font-size: clamp(0.95rem, 0.4vw + 0.9rem, 1.15rem) !important;
    line-height: 1.5 !important;
}

/* 3. Bootstrap Grid Padding & Container Normalization */
.container,
.container-fluid {
    max-width: 100% !important;
    overflow-x: clip;
    padding-left: var(--sp-container) !important;
    padding-right: var(--sp-container) !important;
}

/* Guard rows against overflow outside containers */
.row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.row>* {
    padding-left: 8px !important;
    padding-right: 8px !important;
    max-width: 100% !important;
}

/* 4. Public Site (MasterPage) Responsive Refinements */
.header-nav-wrapper .navbar-brand img {
    max-height: 90px !important;
    width: auto !important;
}

@media (max-width: 991.98px) {
    .header-nav-wrapper .navbar-brand img {
        min-height: 70px !important;
    }

    .nav-cta {
        gap: 6px !important;
    }

    .nav-cta .call-cta {
        display: none !important;
    }

    .slide-content h1 {
        font-size: clamp(1.75rem, 5vw, 2.5rem) !important;
    }

    .slide-content p.lead {
        font-size: clamp(0.95rem, 2.5vw, 1.15rem) !important;
        margin: 15px 0 25px !important;
    }

    .hero-slider .slider-item {
        min-height: 580px !important;
        padding: 100px 0 60px !important;
    }

    section.product-search2 {
        margin-top: -50px !important;
        padding: 0 10px !important;
    }

    .search-wrapper {
        padding: 24px 18px !important;
        border-radius: 20px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-slider .slider-item {
        min-height: 520px !important;
        padding: 85px 0 45px !important;
    }

    .slide-content .btn {
        width: 100% !important;
        margin-bottom: 8px !important;
        text-align: center !important;
    }

    .search-wrapper h3 {
        font-size: 1.15rem !important;
        margin-bottom: 16px !important;
    }
}

/* 5. Portal Responsiveness: Admin & Tractor Owner Consoles */
.admin-main,
.owner-main {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.admin-sidebar,
.owner-sidebar {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Universal Desktop Sidebar Collapse Support (>= 992px) */
@media (min-width: 992px) {
    body.sidebar-collapsed .owner-sidebar,
    body.sidebar-collapsed .admin-sidebar {
        margin-left: -260px !important;
        transform: translateX(-100%);
    }

    body.sidebar-collapsed .owner-main,
    body.sidebar-collapsed .admin-main {
        margin-left: 0 !important;
    }
}

/* Responsive Table Wrapper */
.table-responsive {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Ensure table cells don't wrap into tiny vertical columns; smooth horizontal touch swipe */
.table-responsive>.table {
    min-width: 620px;
    margin-bottom: 0 !important;
}

/* Topbar Fluid Layout Across All Screens */
.admin-topbar,
.owner-topbar {
    min-height: 62px !important;
    height: auto !important;
    padding: 8px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
}

.owner-topbar-title {
    font-size: clamp(13px, 1.6vw, 17px) !important;
    white-space: nowrap !important;
    color: #0f172a !important;
    letter-spacing: -0.2px;
}

/* Neutralize theme's .btn span hover circle rule for portal buttons */
.admin-topbar .btn,
.owner-topbar .btn,
.admin-main .btn,
.owner-main .btn,
.admin-sidebar .btn,
.owner-sidebar .btn {
    overflow: visible !important;
}

.admin-topbar .btn span,
.owner-topbar .btn span,
.admin-main .btn span,
.owner-main .btn span,
.admin-sidebar .btn span,
.owner-sidebar .btn span,
.admin-topbar .btn i,
.owner-topbar .btn i,
.admin-main .btn i,
.owner-main .btn i,
.admin-sidebar .btn i,
.owner-sidebar .btn i {
    position: static !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    z-index: auto !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

/* Strict responsive visibility enforcement for button text spans */
.owner-topbar .btn span.d-none,
.admin-topbar .btn span.d-none,
.owner-main .btn span.d-none,
.admin-main .btn span.d-none {
    display: none !important;
}

@media (max-width: 575.98px) {
    .owner-topbar .btn span.d-sm-inline,
    .owner-topbar .btn span.d-md-inline,
    .owner-topbar .btn span.d-lg-inline,
    .owner-topbar .btn span.d-xl-inline,
    .owner-topbar .btn span.d-xxl-inline {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .owner-topbar .btn span.d-md-inline,
    .owner-topbar .btn span.d-lg-inline,
    .owner-topbar .btn span.d-xl-inline,
    .owner-topbar .btn span.d-xxl-inline {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .owner-topbar .btn span.d-xl-inline,
    .owner-topbar .btn span.d-xxl-inline {
        display: none !important;
    }
}

@media (max-width: 1399.98px) {
    .owner-topbar .btn span.d-xxl-inline {
        display: none !important;
    }
}

.admin-topbar .btn,
.owner-topbar .btn {
    height: 36px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

.owner-topbar,
.owner-topbar > div {
    flex-wrap: nowrap !important;
}



/* Portal Sidebar on Tablets & Mobile (< 992px) */
@media (max-width: 991.98px) {

    .admin-sidebar,
    .owner-sidebar {
        margin-left: -270px !important;
        width: 270px !important;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.35) !important;
        z-index: 1050 !important;
        transform: translateX(-100%);
    }

    .admin-sidebar.show,
    .owner-sidebar.show {
        margin-left: 0 !important;
        transform: translateX(0);
    }

    .admin-main,
    .owner-main {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .admin-topbar,
    .owner-topbar {
        padding: 6px 12px !important;
    }

    .stat-icon-box {
        width: 42px !important;
        height: 42px !important;
        font-size: 18px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 575.98px) {
    .owner-topbar {
        padding: 6px 8px !important;
        gap: 4px !important;
    }

    .owner-topbar .btn {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
    }

    .owner-topbar .btn i {
        margin: 0 !important;
    }

    .owner-topbar a.border-start {
        padding-left: 6px !important;
    }

    .owner-card {
        padding: 14px !important;
        border-radius: 12px !important;
    }

    .owner-content-area {
        padding: 10px !important;
    }
}

@media (max-width: 380px) {
    .owner-topbar {
        padding: 4px 6px !important;
        gap: 3px !important;
    }

    .owner-topbar .btn {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        padding: 0 !important;
        font-size: 10px !important;
    }

    .owner-topbar-title {
        font-size: 12px !important;
    }
}

/* Portal Backdrop Overlay for Mobile Sidebar */
.portal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.portal-backdrop.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* 6. Form Controls, Inputs & Modals Shield */
.form-control,
.form-select,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"] {
    max-width: 100% !important;
    font-size: clamp(0.85rem, 0.3vw + 0.8rem, 0.95rem) !important;
}

.modal-dialog {
    max-width: min(540px, 94vw) !important;
    margin: 1.25rem auto !important;
}

.modal-content {
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* 7. Buttons Responsive Sizing */
@media (max-width: 575.98px) {
    .btn {
        font-size: 13px !important;
        padding: 10px 18px !important;
    }

    .btn-sm {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }

    .badge {
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
}

/* ==========================================================================
   8. Custom Modern Pill Switch (ASP.NET WebForms Compatible)
   ========================================================================== */
.custom-switch-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

/* Turn the native checkbox into an iOS-style rounded pill track */
.custom-switch-toggle input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 52px !important;
    height: 30px !important;
    background-color: #cbd5e1 !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 9999px !important;
    position: relative !important;
    outline: none !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.2s ease !important;
}

/* The sliding knob */
.custom-switch-toggle input[type="checkbox"]::after {
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    width: 22px !important;
    height: 22px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: block !important;
}

/* Checked state: Emerald Green track */
.custom-switch-toggle input[type="checkbox"]:checked {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
}

/* Checked state: Knob translates right */
.custom-switch-toggle input[type="checkbox"]:checked::after {
    transform: translateX(22px) !important;
}

/* Focus outline for keyboard navigation */
.custom-switch-toggle input[type="checkbox"]:focus-visible {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.35) !important;
}

/* Card container for availability toggle */
.availability-switch-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.availability-switch-card:hover {
    border-color: #cbd5e1;
    background-color: #f1f5f9;
}

.availability-switch-card.active-online {
    background-color: #f0fdf4;
    border-color: #bbf7d0;
}

/* Universal safety fallback if an ASP.NET CheckBox ever ends up in Bootstrap form-switch */
.form-switch span.form-check-input {
    background-image: none !important;
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    vertical-align: middle !important;
}

/* ==========================================================================
   9. Admin Portal Table Actions & Search Filter Refinements
   ========================================================================== */
.admin-card .table .btn,
.owner-card .table .btn,
.admin-action-btn {
    height: 32px !important;
    min-height: 32px !important;
    padding: 4px 14px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.2s ease !important;
    width: auto !important;
    flex-shrink: 0 !important;
}

/* Icon-Only Action Buttons in Tables (e.g., Approve Checkmark / Reject Cross) */
.btn-action-icon {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: none !important;
    flex-shrink: 0 !important;
}

.btn-action-icon.btn-success,
.admin-action-btn.btn-success {
    background-color: #16a34a !important;
    border: 1px solid #16a34a !important;
    color: #ffffff !important;
}

.btn-action-icon.btn-success:hover,
.admin-action-btn.btn-success:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35) !important;
}

.btn-action-icon.btn-reject,
.btn-action-icon.btn-outline-danger {
    background-color: #fef2f2 !important;
    border: 1.5px solid #fecaca !important;
    color: #dc2626 !important;
}

.btn-action-icon.btn-reject:hover,
.btn-action-icon.btn-outline-danger:hover {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.35) !important;
}

.admin-action-btn.btn-outline-danger {
    background-color: #fff1f2 !important;
    border: 1.5px solid #fecdd3 !important;
    color: #e11d48 !important;
}

.admin-action-btn.btn-outline-danger:hover {
    background-color: #e11d48 !important;
    border-color: #e11d48 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Search & Filter Component in Admin Pages */
.search-filter-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    flex-shrink: 0 !important;
}

.search-filter-wrap .search-input-group {
    width: 280px !important;
    max-width: 100% !important;
    height: 38px !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.search-filter-wrap .search-input-group:focus-within {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18) !important;
}

.search-filter-wrap .btn-filter-submit {
    height: 38px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    width: auto !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

@media (max-width: 767.98px) {
    .search-filter-wrap {
        width: 100% !important;
    }
    .search-filter-wrap .search-input-group {
        flex: 1 1 auto !important;
        width: auto !important;
    }
    .search-filter-wrap .btn-filter-submit {
        flex: 0 0 auto !important;
        width: auto !important;
    }
}

/* 13. Canvas Menu & Button Anti-Clipping Shield */
.canvas-menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}

.canvas-menu a.btn.btn-primary,
.canvas-menu .btn {
    max-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    min-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    white-space: nowrap !important;
    margin-top: 15px !important;
    margin-bottom: 35px !important;
    border-radius: 12px !important;
}

/* Global button flex-shrink safeguard so buttons are never squashed in flex containers */
.btn {
    flex-shrink: 0;
}

/* ==========================================================================
   GLOBAL BACKGROUND COVER & NO-GAP SYSTEM
   Eliminates all scrolling gaps/shades below background images across all pages
   ========================================================================== */
.promo-sec,
.stat-sec3,
.cta-sec,
.quote-bg,
.faq-sec,
.footer {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

/* Ensure overlays stretch to 100% of the section without any gap */
.stat-sec3 .parallax-overly,
.quote-sec .quote-bg .parallax-overly,
.faq-sec .parallax-overly,
.footer .parallax-overly {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Overlay for CTA sections */
.cta-sec.overly:before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--dark) !important;
    opacity: 0.72 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Ensure containers and interactive elements stay above overlays */
.stat-sec3 > .container,
.cta-sec > .container,
.quote-sec .container,
.faq-sec > .container,
.footer > .container {
    position: relative !important;
    z-index: 2 !important;
}

/* Perfect centering for service & dashboard icon boxes */
.stat-icon-box,
.service-card .icon-xl {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}

.stat-icon-box i,
.service-card .icon-xl i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

/* Custom SVG support for fa-sickle (Font Awesome Pro icon fallback) */
.fa-sickle,
i.fa-sickle,
.fa-solid.fa-sickle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em !important;
    height: 1em !important;
    background-color: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.3 7.2C17.5 4.7 14.9 3 12 2c14.2 8.5 3.4 20.9-3.5 13.5l-2.6.5l-3.4 3.4c-.6.6-.6 1.6 0 2.1c.6.6 1.6.6 2.1 0l3.2-3.2c7.5 6 17.2-3.3 11.5-11.1'/%3E%3C/svg%3E") no-repeat center / contain !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.3 7.2C17.5 4.7 14.9 3 12 2c14.2 8.5 3.4 20.9-3.5 13.5l-2.6.5l-3.4 3.4c-.6.6-.6 1.6 0 2.1c.6.6 1.6.6 2.1 0l3.2-3.2c7.5 6 17.2-3.3 11.5-11.1'/%3E%3C/svg%3E") no-repeat center / contain !important;
    vertical-align: middle !important;
}

.fa-sickle:before,
i.fa-sickle:before,
.fa-solid.fa-sickle:before {
    content: "" !important;
    display: none !important;
}

/* Footer bottom nav cleanup */
.footer-bottom .footer-nav ul li:before {
    display: none !important;
}