﻿/*

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, a {
    font-family: "Quicksand", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --color-primary: #177e3f !important;
}

@@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .logo-search-category-wrapper .category-search-wrapper .search-header input {
        width: 600px;
    }
}

.header-top-area {
    background: var(--color-primary);
    padding: 10px 0;
}

.rts-btn.btn-primary {
    background: var(--color-primary);
}

.single-footer-wized .call-area .info .number {
    color: var(--color-primary);
}

.search-header-area-main {
    padding: 10px 0 !important;
    border-top: 1px solid #E2E2E2;
}

.logo {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: 80px !important;
}

.progress-bar-bg {
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background: #66bb2a; /* Green Color */
    transition: width 0.4s ease;
}

.language-hover:hover {
    color: white !important;
}

.header-top-area {
    background: var(--color-primary);
    padding: 0px 0 !important;
}


.account-menu {
    position: relative;
    cursor: pointer;
}

.account-dropdown {
    position: absolute;
    top: 42px;
    right: 0;
    background: #fff;
    width: 180px;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    display: none;
    z-index: 99999;
}

    .account-dropdown a {
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        color: #222;
    }

        .account-dropdown a:hover {
            background: #f5f5f5;
            color: #177e3f !important;
        }

.login-btn {
    background: #1a8c34;
    color: #fff !important;
    text-align: center;
    margin: 5px 15px;
    border-radius: 4px;
    padding: 8px 0 !important;
}



.category-scroll {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
