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: #fafafa !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 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #303938 !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;
}

header .navbar-brand {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.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: #fff !important;
}

header .btn-primary {
    background-color: #ffd35d !important;
    padding: 6px 15px !important;
    border-radius: 4px !important;
    border: none !important;
    color: #000 !important;
}

    header .btn-primary .fi {
        color: #000 !important;
    }

p {
    font-size: 14px !important;
}

h4 {
    font-family: 'inter-regular' !important;
    font-size: 18px !important;
}

.footer-section {
    background-color: #f7f7f7;
}

    /* .footer-section ul.customer-style li::before {
        content: "• ";
        color: #000;
        margin-right: 4px;
    }*/

    .footer-section a {
        color: inherit;
    }

        .footer-section a:hover {
            color: #000;
        }

.home-main-section {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    z-index: -999999 !important;
    margin-top: 13px !important;
    position: relative !important;
}

    .home-main-section img {
        z-index: -999999 !important;
    }

    .home-main-section .btn-warning {
        background-color: #ffd557 !important;
    }

main {
}

.social .bg-white {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    height: 40px;
    width: 40px;
    padding-top: 8px;
}

.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: #f7f7f7; /* 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: #303938;
    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: #f7f7f7;
    color: #111;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    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);
    }

        .store-badge .badge-text strong {
            color: #eaeaea;
        }

        .store-badge .badge-text small {
            color: #bdbdbd;
        }
}

.available-store {
    background-color: #fff !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: #e1e1e1;
        vertical-align: middle;
    }

    .list-unstyled-contact .text-cell {
        display: table-cell;
        padding: 0.5rem 1rem .5rem .5rem;
        background-color: #fff;
        white-space: nowrap;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }


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;
}

.choose-us-bg1 {
    background-color: #d6ecd7;
    border: 1px solid #a9caa0 !important; /* darker green */
}

.choose-us-bg2 {
    background-color: #d7eff3;
    border: 1px solid #9fc7cc !important; /* darker cyan/blue */
}

.choose-us-bg3 {
    background-color: #f7edd2;
    border: 1px solid #dccf9d !important; /* darker yellow/beige */
}

.choose-us-bg4 {
    background-color: #dfd6f4;
    border: 1px solid #bfb0e0 !important; /* darker purple/lavender */
}

.choose-us-bg5 {
    background-color: #d0dafc;
    border: 1px solid #a9b3e0 !important; /* darker blue */
}

.choose-us-bg6 {
    background-color: #fad7d2;
    border: 1px solid #e8b6a8 !important; /* darker peach/pink */
}

.card {
    border-color: #e1e1e1 !important;
}

.section-services .card-body{
    padding:30px 20px !important;
}
/* Octagon Background */
.octagon-wrapper {
    width: 120px; /* size of the octagon */
    height: 120px;
    background-color: #f7f7f7; /* octagon color */
    clip-path: polygon( 30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30% );
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 16px;
}

    /* Image inside octagon */
    .octagon-wrapper img {
        max-width: 70%; /* adjust image size relative to octagon */
        height: auto;
    }