:root {
    --color-primary: #ff5200;
    --color-secondary: #18587a;
    --color-light: #b0d8ff;
    --color-dark: #0b2c3d;
    --font-primary: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-primary);
}

h1,
h2,
h3 {
    color: var(--color-primary);
}

button {
    background-color: var(--color-primary);
    color: var(--color-light);
    border: 1px solid var(--color-secondary);
}

.header-top {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-box i {
    font-size: 13px;
}

.evs.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/* .icon-box-sq {
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} */


/* -------------------------- */


/* Mid-Nav Base */

.mid-nav {
    /* background-color: var(--color-light); */
    font-family: var(--font-primary);
    padding: 20px;
}


/* Dropdown + Search Container */

.mid-nav .col-6>div {
    height: 50px;
    background-color: white;
}


/* Dropdown button */

.mid-nav .dropdown-toggle {
    background-color: transparent;
    color: var(--color-dark);
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mid-nav .dropdown-menu a.dropdown-item:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
}


/* Search button */

.search-cat {
    border: 2px solid var(--color-light);
    width: 100%;
    border-radius: 5px;
    display: flex;
}

.search-cat .border-end {
    border-right: 2px solid var(--color-light) !important;
}

.search-cat .dropdown {
    display: flex;
    width: 100%;
}

.search-cat .form-control {
    font-size: 16px;
}

.search-cat .form-control::placeholder {
    color: #dadada;
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-contact i {
    font-size: 30px;
}

.nav-contact P {
    margin-bottom: 0;
    font-size: 15px;
}

.number-nav {
    font-weight: 600;
}

.mid-nav .btn-primary:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}

.icon-shaow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 45px;
    width: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: block;
    text-decoration: none;
}

.icon-shaow i {
    font-size: 16px;
    padding: 0;
}

.top-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.top-icons a:hover {
    color: var(--color-primary);
}


/* Responsive adjustments (mobile) */

@media (max-width: 991px) {
    .mid-nav .col-6 {
        display: none !important;
    }
    .navbar-toggler {
        font-size: 1.5rem;
        color: var(--color-dark);
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        justify-content: start;
    }
}


/* ------------------------------ */

.main-nav .nav-link {
    padding: 12px 18px;
    font-weight: 400;
    font-size: 15px;
}

.main-nav .nav-link:hover,
.main-nav .dropdown-menu a:hover {
    color: #ff5200 !important;
}

.main-nav .dropdown-menu {
    min-width: 200px;
}

.main-nav .dropdown-menu .dropdown-item {
    padding: 6px 14px;
    font-size: 14px;
}

.hover-open-menu:hover>.dropdown-menu {
    display: block;
    left: 0;
    width: 50vw;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hover-open-menu>.nav-link {
    pointer-events: none;
}

.btn-cat-top {
    background-color: var(--color-primary);
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.btn-cat-top:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.btn-cat-top strong {
    font-weight: 500;
    margin-left: 5px;
}


/* ------------------------------ */


/* Sidebar container */

.rhn-sidebar {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: Arial, sans-serif;
    border-radius: 0;
}

.main-nav .dropdown .cat-menu-drp {
    width: 100% !important;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0;
    margin-top: -7px;
}

.home-style-only .main-nav .dropdown .cat-menu-drp {
    display: block;
}


/* Main Menu */

.rhn-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rhn-item>a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 23px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.rhn-item>a:hover {
    background: #f9f9f9;
    color: #ff5a00;
}


/* Submenu trigger class */

.has-submenu>a::after {
    content: "›";
    margin-left: auto;
    color: #ff5a00;
    font-weight: bold;
}


/* Submenu (full height, right side) */

.rhn-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    display: none;
}

.has-submenu:hover>.rhn-submenu {
    display: block;
}


/* Submenu Links */

.rhn-submenu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
}

.rhn-submenu li a:hover {
    background: #f9f9f9;
    color: #ff5a00;
}


/* ------------------------------------- */

.banner001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.banner001 .text {
    color: #ff6200;
    font-size: 24px;
    margin-right: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.banner001 .countdown {
    display: flex;
    gap: 10px;
}

.banner001 .count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100px;
    text-align: center;
}

.banner001 .count-item span:first-child {
    color: #ff6200;
    font-size: 24px;
    font-weight: bold;
}

.banner001 .count-item .label {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.banner001 .see-more {
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #ff6200;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    flex-shrink: 0;
}

.banner001 .see-more:hover {
    background-color: #e65c00;
}


/* ------------------------------------- */

.subscribe-section {
    background-color: #2c3e50;
    color: #fff;
    padding: 60px 0;
}

.subscribe-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.subscribe-content h2 {
    font-size: 24px;
    margin: 0 20px 0 0;
}

.subscribe-content p {
    font-size: 14px;
    margin: 0 20px 0 0;
}

.subscribe-content .input-group {
    display: flex;
    flex-grow: 1;
    max-width: 500px;
}

.subscribe-content .form-control {
    border: none;
    border-radius: 0;
    padding: 10px;
    background-color: #fff;
}

.subscribe-content .btn-subscribe {
    background-color: #ff6200;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
}


/* -------------------------------- */

.footer-section {
    background-color: #f5f5f5;
    padding: 0;
    color: #333;
}

.footer-content {
    margin: 0 auto;
    padding: 40px 0;
}

.footer-item {
    flex: 1;
}

.footer-item h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.footer-item ul li {
    padding: 10px 0;
}

.footer-item ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-item ul li a:hover {
    color: #ff6200;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-item p {
    font-size: 14px;
    margin: 5px 0;
}

.social-icons i {
    font-size: 18px;
    margin-right: 10px;
    color: #666;
}


/* ------------------------------------- */

.footer-bottom {
    background-color: #ff6200;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.footer-bottom p {
    margin: 0;
}

.payment-icons img {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .subscribe-content {
        flex-direction: column;
        text-align: center;
    }
    .subscribe-content h2,
    .subscribe-content p {
        margin: 10px 0;
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-item {
        margin-bottom: 20px;
        text-align: start !important;
        padding-left: 0px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
    .banner001 {
        display: block;
    }
    .banner001 .see-more {
        margin-top: 10px;
        margin-left: 0;
    }
    .mid-nav {
        padding: 20px 10px;
        background-color: #eee;
    }
}


/* ------------------------- */

.small-banner-container {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 50px;
}

.small-banner-container img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}

.small-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 40px;
    width: 100%;
    height: 100%;
}

.small-banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.small-banner-content h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.samll-banner-btn {
    border: 2px solid #fff;
    color: #fff
}


/* ------------------------- */

.breadcrumb-custom {
    padding: 60px 60px;
    border-radius: 0;
    position: relative;
    background: url('../img/seller/1.jpg');
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.breadcrumb-custom .breadcrumb-item {
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bread-list {
    display: flex;
}

.breadcrumb-custom .breadcrumb-item a {
    color: #ff9800;
    text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #ff9800;
    padding: 0 8px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bred-page-name {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.bread-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


/* ------------------------- */

.about-container .about-content p {
    line-height: 1.8rem;
    font-size: 18px;
}

.v-row {
    display: flex;
    gap: 20px;
}

.inf0-card {
    display: flex;
    gap: 20px;
    padding: 10px;
}

.vertical-cards .custom-card {
    width: 100% !important;
}

.vertical-cards .custom-card {
    border: 1px solid var(--color-light);
}

.vertical-cards .custom-card .card-content {
    margin: 10px;
}

.vertical-cards .custom-card .card-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    margin-bottom: 0;
}

.vertical-cards .custom-card .card-content .rating {
    padding: 5px 0;
    color: #818181;
}

.vertical-cards .custom-card .card-content .rating span {
    font-size: 20px;
    color: #ff9800;
}

.tab-slider-slick {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ff9800;
    margin-bottom: 10px;
    padding: 10px 0;
}

.tab-slider-slick h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.tab-slider-slick .btn {
    background: #ff9800;
    color: #fff;
    font-size: 12px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
}

@media screen and (max-width:767px) {
    .v-row {
        display: block;
    }
    .tab-slider-slick {
        margin-top: 20px;
    }
    .footer-content {
        padding: 36px 15px;
    }
    .top-icons {
        justify-content: end;
        gap: 16px;
    }
    .services-type .col-md-3 {
        margin-bottom: 10px;
    }
}


/* ---------------------- */


/* Scope for shopping cart only */

#offcanvasCart {
    --bs-offcanvas-width: 350px;
    /* optional width */
}

#offcanvasCart .offcanvas-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

#offcanvasCart .offcanvas-title {
    color: #333;
    font-weight: bold;
}

#offcanvasCart .btn-close {
    color: #dc3545;
    opacity: 1;
}

#offcanvasCart .cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#offcanvasCart .cart-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#offcanvasCart .cart-item .remove-btn {
    color: #dc3545;
    cursor: pointer;
    font-size: 1.2rem;
    margin-right: 10px;
}

#offcanvasCart .cart-item .price {
    color: #ff6200;
    font-weight: bold;
}

#offcanvasCart .subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#offcanvasCart .subtotal .value {
    color: #ff6200;
    font-weight: bold;
}

#offcanvasCart .cart-buttons {
    margin-top: 20px;
}

#offcanvasCart .cart-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
    background-color: #ff6200;
    color: #fff;
    border: none;
}

#offcanvasCart .cart-buttons .btn:hover {
    background-color: #e65c00;
}


/* ---------------------- */


/* Currency Dropdown Theme Styling */
.currency-selector {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.currency-selector:hover {
    background-color: #ff6200 !important;
    color: white !important;
}

.currency-selector.active {
    background-color: #18587a !important;
    color: white !important;
}

.currency-selector.active:hover {
    background-color: #0f3a4f !important;
}

/* Badge styling in currency dropdown */
.currency-selector .badge {
    background-color: #18587a !important;
    color: white !important;
}