html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

a, a:focus, a:hover, a:active, a:link {
    text-decoration: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    font-family: 'roboto-regular' !important;
    background-color: #f7fbfe !important;
    font-size: 14px !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

header {
    background-color: #193829 !important;
}

    header *, header a * {
        color: #fff !important;
    }

    header nav .dropdown-menu a, header nav .dropdown-menu a .fi {
        color: #333 !important;
    }

        header nav .dropdown-menu a .fi, header .logout-btn .fi {
            margin-right: 8px !important;
        }

    header nav .dropdown-menu {
        position: absolute !important;
        padding: 0 !important;
        width: 280px !important;
        z-index: 9999999999 !important;
    }

        header nav .dropdown-menu a {
            padding: 10px 18px !important;
            width: 100% !important;
        }

    header .logout-btn {
        border: none !important;
        background-color: transparent !important;
        width: 100%;
        padding: 10px 18px !important;
        color: #333 !important;
    }

button.logout-btn {
    text-align: left !important;
    padding-left: 18px !important;
}

.container-fluid {
    max-width: 1400px;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntu-regular';
    src: url('../fonts/ubuntu/ubuntu-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/open_sans/static/opensans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('../fonts/inter/static/inter-regular.ttf') format('truetype');
}

footer {
    background-color: #ede6e3 !important;
}

header .btn-primary {
    background-color: #d9742f !important;
    padding: 4px 20px !important;
    border-radius: 4px !important;
    border: none !important;
}

p {
    font-size: 14px !important;
}

h4 {
    font-family: 'inter-regular' !important;
    font-size: 18px !important;
}

.footer-section {
    background-color: #faf2f0;
}

    .footer-section ul.customer-style li::before {
        content: "• ";
        color: #F58323;
        margin-right: 4px;
    }

    .footer-section a {
        color: inherit;
    }

        .footer-section a:hover {
            color: #F58323;
        }

.home-main-section {
    background-color: #1d2e26 !important;
    color: #fff !important;
    z-index: -999999 !important;
    margin-top: 13px !important;
    position: relative !important;
}

    .home-main-section img {
        z-index: -999999 !important;
    }

main {
}

.social .bg-white {
    background-color: #ede6e3 !important;
}

.sitetool li:not(:last-child) {
    margin-bottom: 10px !important;
}





/* full-width half background */
.half-bg {
    position: relative;
    width: 100%;
}

    /* bottom-half background full width */
    .half-bg::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%; /* bottom half */
        background: #faf2f0; /* your light color */
        z-index: 0;
    }

/* container max width */
.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* SECTION styling */
.half-section {
    position: relative;
    background: #193D2A;
    color: #fff;
    overflow: hidden;
    border-radius: 16px;
}

    /* decorative circles */
    .half-section::before,
    .half-section::after {
        content: "";
        position: absolute;
        background: rgba(255,255,255,0.07);
        border-radius: 50%;
    }

    .half-section::before {
        width: 220px;
        height: 220px;
        top: -40px;
        left: -40px;
    }

    .half-section::after {
        width: 300px;
        height: 300px;
        bottom: -60px;
        right: -60px;
    }

.store-badge {
    padding: 0.6rem 0.9rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .75rem;
    background-color: #ede6e3;
    color: #111;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    min-width: 220px;
}



    .store-badge .badge-text strong {
        font-weight: 600;
        line-height: 1.1;
        color: #111;
    }

.badge-text {
    text-align: left !important;
}

.store-badge .badge-text small {
    font-size: .78rem;
}
/* Optional dark mode tweak */
@media (prefers-color-scheme: dark) {
    .store-badge {
        background-color: #1f1f1f;
        color: #eaeaea;
        border-color: rgba(255,255,255,.12);
        box-shadow: 0 2px 8px rgba(0,0,0,.4);
    }

        .store-badge .badge-text strong {
            color: #eaeaea;
        }

        .store-badge .badge-text small {
            color: #bdbdbd;
        }
}

.available-store {
    background-color: #ede6e3 !important;
    -moz-border-radius: 4px inherit !important;
    -webkit-border-radius: 4px inherit !important;
    border-radius: 4px inherit !important;
}

.store-badge .icon svg {
    display: inline; /* always visible */
    fill: #fff; /* default white */
    transition: fill 0.3s ease;
}

.store-badge:hover .icon svg {
    fill: orange; /* hover color */
}

strong {
    font-weight: normal !important;
}

.list-unstyled-contact {
    display: table;
    width: auto;
    border-collapse: separate;
    border-spacing: 0 10px; /* vertical space between rows */
}

    .list-unstyled-contact li {
        display: table-row;
    }

    .list-unstyled-contact .icon-cell {
        display: table-cell;
        width: 2.5rem;
        padding: 0.5rem;
        text-align: center;
        background-color: #ede6e3;
        vertical-align: middle;
    }

    .list-unstyled-contact .text-cell {
        display: table-cell;
        padding: 0.5rem 1rem .5rem .5rem;
        background-color: #f2edeb;
        white-space: nowrap;
        border-top: 1px solid #ede6e3;
        border-right: 1px solid #ede6e3;
        border-bottom: 1px solid #ede6e3;
    }


input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
    box-shadow: none !important;
    outline: inherit !important;
}

.fi-right-space {
    margin-right: 8px !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}


.fi {
    position: relative !important;
    top: 2px !important;
}
