/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 29-Mar-2025, 7:47:38 pm
    Author     : akhil
*/

html {
    scroll-behavior: smooth;
}

/* Style the scrollbar */
::-webkit-scrollbar {
    width: 10px; /* Slim scrollbar */
    height: 10px; /* Slim horizontal scrollbar */
}

/* Style the track (background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #f0f0f0; /* Light gray background */
}

/* Style the thumb (draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #FEF9EB; /* Blue color for the thumb */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

/* Style the thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background: #219346; /* Darker blue on hover */
    transform: scale(1.1); /* Slightly increase the size on hover */
}

/* Optional: Style the scrollbar when not in use (for a modern look) */
::-webkit-scrollbar:vertical, ::-webkit-scrollbar:horizontal {
    display: block;
    opacity: 0.7; /* Make the scrollbar a bit transparent */
}

::-webkit-scrollbar:hover {
    opacity: 1; /* Full opacity when hovered */
}

body {
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.color-primary {
    color: #219346
}

.cart-color {
    color: #54545D
}

.search-with-icon {
    position: relative;
}

.nav-link{
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.search-with-icon input {
    padding-right: 2.5rem; /* Space for the icon */
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid #E4E6ED;
    height: calc(2em + 1rem + 3px); /* Matches Bootstrap .form-control */
    color: #868690;
    margin: 0px 2px;
    background-color: #EBEBEB;
    width: 100%;
}



@media (min-width: 992px) {
    .search-with-icon input {
        width: 500px;
    }
}

.search-with-icon input::placeholder {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}

.search-with-icon i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #868690; /* Optional: tweak the icon color */
    pointer-events: none; /* Icon won't interfere with input clicks */
    font-size: 13px
}

.navbar-select {
    border-radius: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: calc(1.5em + 0.75rem + 2px); /* Matches Bootstrap .form-control */
    font-weight: 500;
    font-size: 13px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #868690;
    line-height: 1.5;
    border: 1px solid #E4E6ED;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0px 2px;
    min-width: 200px
}

/* Optional: Focus styling */
.navbar-select:focus {
    border-color: #86b7fe;
    outline: 0;
}

/* Optional: Better sizing */
.form-control,
.form-select {
    height: 38px;
    font-size: 13px;
}

/* Adjust icon in input */
.input-group i, .form-control + i {
    pointer-events: none;
    font-size: 13px;
}

.lm-menu{
    background-color: #FEF9EB;
    padding: 15px 0px;
    margin-top: 0px !important
}

.fixed-menu-anchor{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #040505;
}

.fixed-menu-anchor .material-symbols-outlined {
    font-size: inherit;
    vertical-align: middle;
    margin-right: 0.4rem; /* spacing between icon and text */
}

.fixed-menu-anchor-2{
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #040505;
}

/* Prevent wrapping of anchor elements */
.fixed-menu-anchor, .fixed-menu-anchor-2 {
    white-space: nowrap;
}

/* Optional: Hide border on small screens */
.hide-border-end {
    border-right: none;
}

.overflow-x-auto {
    overflow-x: auto;   /* Enable horizontal scrolling */
    -ms-overflow-style: none;  /* Hide scrollbar in IE */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}

/* Hide scrollbar in Webkit-based browsers */
.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

/* Align the carousel caption to the left and center vertically */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
    text-align: left;  /* Align text to the left */
    padding-left: 15px;  /* Adds space from the left edge */
    padding-right: 15px; /* Optional, if you want some padding on the right side */
    width: 100%;  /* Ensure it takes the full width of the image */
}

.carousel-caption h5 {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    max-width: 500px; /* Adjust as needed */
}

.carousel-caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3px;
    line-height: 1.5;
}

.car-btn {
    background: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #ccc;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial raised look */
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    text-align: center
}

/* Hover - Lift it slightly */
.car-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Press / Active - Push down */
.car-btn:active {
    background: #eaeaea;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(2px);
}

.cart-btn {
    background: #219346;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #ccc;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial raised look */
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    text-align: center
}

/* Hover - Lift it slightly */
.cart-btn:hover {
    background: #f5f5f5;
    color: #219346;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Press / Active - Push down */
.cart-btn:active {
    background: #eaeaea;
    color: #219346;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(2px);
}

.product-card{
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px
}

.img-wrapper {
    height: 200px;
}

.img-wrapper img {
    width: 230px;
}

.product-title{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #6E7686;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-title{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slashed-price{
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    color: #5D6975;
}

.actual-price{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    border-right: 1px solid #dee2e6; /* light gray border */
    padding-right: 10px; /* optional: space between text and border */
}

.offer-percent{
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle;
    color: #6CA609;
}

.section-title{
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #219346
}

.lm-products-main{
    padding: 50px 0px 0px 0px;
}

.lm-products-main-with-breadcrumbs{
    padding: 20px 0px 0px 0px;
}

.lm-offers-main{
    padding: 50px 0px 0px 0px;
}

.lm-services-main{
    padding: 50px 0px 0px 0px;
}

.lm-footer{
    padding: 50px 0px 20px 0px;
    background-color: #18602F
}

.chevron-btn {
    background: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 100px;
    border: 2px solid #F3F3F3;
    color: #219346;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial raised look */
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    text-align: center
}

/* Hover - Lift it slightly */
.chevron-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Press / Active - Push down */
.chevron-btn:active {
    background: #eaeaea;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(2px);
}

.offer-img{
    width: 100%;
    margin-bottom: 10px
}

.service-card{
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px
}

.service-card img{
    min-height: 220px;
    max-height: 220px
}

.service-body{
    padding: 20px
}

.service-card img{
    width: 100%
}

.service-title{
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* Limit to 1 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.service-provider{
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #18602F;
}

.service-text{
    font-weight: 400;
    font-size: 13px;
    color: #6E7686;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.request-btn {
    background: #219346;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #ccc;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial raised look */
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center
}

/* Hover - Lift it slightly */
.request-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Press / Active - Push down */
.request-btn:active {
    background: #eaeaea;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(2px);
}

.request-btn-disabled {
    background: #D9D9D9;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #ccc;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial raised look */
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center
}

/* Hover - Lift it slightly */
.request-btn-disabled:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Press / Active - Push down */
.request-btn-disabled:active {
    background: #eaeaea;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(2px);
}

.footer-info{
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF
}

.footer-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #FFFFFF
}

.footer-anchors{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF
}

.footer-rights{
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff
}

.no-decoration{
    text-decoration: none;
    color: #000000
}

.company-info {
    background-color: #18602F; /* Set the left side background color */
    color: white; /* Text color for better contrast */
    padding: 20px;
}

.login-form-container {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#cart-item-count {
    background-color: #ff0000;
    color: white;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}

#couponMessage {
    margin-top: 10px;
}

.coupon-alert {
    color: #219346;
    font-weight: 700;
    font-size: 12px;
}

.coupon-alert-success {
    color: #219346;
    font-weight: 700;
    font-size: 12px;
}

.coupon-alert-error {
    color: #E52020;
    font-weight: 700;
    font-size: 12px;
}

.coupon-section .input-group .form-control {
    border-top-left-radius: 1rem !important; /* Match the button border-radius */
    border-bottom-left-radius: 1rem !important; /* Match the button border-radius */
}

.coupon-section .input-group .btn {
    border-top-right-radius: 1rem !important; /* Ensure the button has rounded top-right corner */
    border-bottom-right-radius: 1rem !important; /* Ensure the button has rounded bottom-right corner */
}

.summary-total{
    font-weight: 600;
    font-size: 24px;
    vertical-align: middle;
}

.summary-total-small{
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
}

.order-summary {
    display: flex;
    flex-direction: column;  /* Aligns the elements vertically */
    justify-content: center; /* Centers the content vertically */
}

.cart-title {
    margin-bottom: 10px; /* Space between the title and total */
}

.summary-items-count{
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    color: #393E47;
    margin-top: -4px; /* Adjust this as needed */
}

.dashed-separator {
    border: none;
    border-top: 2px dashed #bbb;
    margin: 4px 0;       /* Tight vertical space */
    line-height: 1;       /* Just in case it's inheriting */
    height: 0;            /* Prevents any height contribution */
}

.pricing-header{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -1%;
    color: #393E47;
}

.pricing-text{
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -1%;
    color: #202328;
}

.pricing-text-primary{
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -1%;
    color: #17AF4F;
}

.cart-text{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.body-header{
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    vertical-align: middle;
    color: #219346;
    text-align: center;
    text-transform: capitalize
}

.body-text{
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.invalid {
    border: 2px solid red !important;
    background-color: #ffe5e5;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.shake {
    animation: shake 0.3s;
}

/* Credit Card Styles */
.credit-card {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, #18602F, #219346);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.credit-card .chip {
    width: 60px;
    height: 45px;
    background: linear-gradient(135deg, #FEF9EB, #219346);
    border-radius: 8px;
    box-shadow: inset 0 0 8px #4a4a4a;
}
.credit-card .card-number {
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin-top: 1.5rem;
    word-spacing: 8px;
}
.credit-card .card-holder-label,
.credit-card .expires-label {
    font-size: 0.7rem;
    opacity: 0.8;
    margin-top: 1rem;
    text-transform: uppercase;
}
.credit-card .card-holder,
.credit-card .expires {
    font-size: 1rem;
    letter-spacing: 1.5px;
    margin-top: 0.2rem;
}
.credit-card .cvv {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 0.9rem;
    letter-spacing: 2px;
    background: rgba(255 255 255 / 0.2);
    padding: 4px 10px;
    border-radius: 8px;
    user-select: none;
}

#cardHolder {
    text-transform: uppercase;
}


.customer-name{
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
}

.customer-info{
    font-weight: 400;
    font-size: 13px;
    text-transform: lowercase;
}

.customer-other{
    font-weight: 400;
    font-size: 13px;
    color: #808080
}

.timeline {
    position: relative;
    padding-left: 40px; /* Space for the line */
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px; /* Line positioned on the left */
    width: 4px;
    height: 100%;
    background: #F4F1BD;
}

.timeline-item {
    position: relative;
    padding: 20px 0 20px 50px; /* Space for dot */
}

.timeline-dot {
    position: absolute;
    top: 30px;
    left: 0px; /* Dot aligned with the line */
    width: 20px;
    height: 20px;
    background: #219346;
    border-radius: 50%;
    border: 5px solid #D8E8C9;
}

.timeline-dot-danger {
    position: absolute;
    top: 30px;
    left: 10px; /* Dot aligned with the line */
    width: 20px;
    height: 20px;
    background: #932921;
    border-radius: 50%;
    border: 5px solid #D8E8C9;
}

.search-input::placeholder {
    color: #9c9581;
    opacity: 0.7;
}

.search-form {
    display: flex;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.search-btn:hover {
    transform: scale(1.03);
}

.lm-menu .dropdown {
    position: static;
}

.lm-menu .dropdown-menu {
    z-index: 999999;
}

/* Beautify dropdown menu */
.dropdown-menu {
    border-radius: 12px;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none;
    z-index: 1000;
}

/* Style for dropdown items */
.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    color: #333;
    transition: background 0.3s ease;
}

/* Hover effect */
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #219346;
    border-radius: 6px;
}

.dropdown-menu {
    transition: none !important; /* Disable animation for smoother hover */
}

/* Remove border and outline on hover/focus for your dropdown anchors */
.lm-menu .dropdown > a.fixed-menu-anchor:hover,
.lm-menu .dropdown > a.fixed-menu-anchor:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-store-locator{
    background-color: #F3F3F3;
    font-weight: 500;
    border-radius: 5px;
    color: #868690 !Important;
    font-size: 13px;
    border: 1px solid #A7A6A6
}

#selectedStoreLink {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* space between text and icon */
}


.search-container {
    width: 100%;
    margin: 0 auto;    /* Center horizontally */
    padding: 0 1rem;  /* Small side padding */
}

.search-form {
    border: 1px solid #A7A6A6;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.search-btn {
    border: none;
    background-color: #fff !important;
    padding: 0 0.75rem;
    color: #868690;
    font-size: 16px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    flex: 0 0 auto;
}

.camera-btn {
    border: none;
    background-color: #fff;
    padding: 0 0.75rem;
    border-left: 1px solid #ccc;
    color: #28a745; /* green color similar to image */
    font-size: 16px;
    cursor: pointer;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
}

.search-input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0; /* prevent overflow in flex containers */
    border: none !important;
    border-radius: 5px;
    border-radius: 5px 0px 0px 5px;
    padding: 0.55rem 1.05rem;
    font-size: 13px;
    color: #868690;
    min-width: 0; /* prevents overflow in flexbox */
}

.modal {
    z-index: 1055 !important;
}
.modal-backdrop {
    z-index: 1050 !important;
}

.user-type-selector {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.user-type-card {
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.25rem 1rem;
    border: 2px solid #ccc;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    background-color: #FEF9EB; /* light cream background */
    font-weight: 600;
    color: #18602F; /* dark green text */
}

.user-type-card:hover {
    border-color: #219346; /* primary green */
    background-color: #DFF3E5; /* very light green */
    color: #219346;
}

.user-type-card.selected {
    border-color: #18602F; /* dark green */
    background-color: #B5D6AD; /* soft green */
    color: #18602F;
    box-shadow: 0 0 8px rgba(24, 96, 47, 0.5);
    transform: scale(1.05);
}

.user-type-card i {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.user-type-card {
    will-change: transform, box-shadow;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.method-card {
        background-color: #FEF9EB;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        cursor: pointer;
        border-radius: 0.5rem;
    }

    .btn-check:checked + .method-card {
        border-color: #219346;
        box-shadow: 0 0 0 0.25rem rgba(33, 147, 70, 0.25);
    }

    .method-card:hover {
        border-color: #18602F;
    }

    .method-card .card-title {
        color: #18602F;
        font-weight: 600;
        text-transform: capitalize;
    }

@keyframes refined-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 123, 255, 0);
    }
    40% {
        transform: scale(1.05);
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 123, 255, 0);
    }
}

.user-type-card.pulse-animation {
    animation: refined-pulse 0.4s ease-out;
}
  
/* Responsive adjustments */
@media (max-width: 576px) {
    .search-form {
        flex-direction: column;
        border-radius: 30px;
        margin-bottom: 10px;
        box-shadow: 0 4px 12px rgba(33, 147, 70, 0.15), 0 0 6px rgba(24, 96, 47, 0.1);
    }

    .search-form-pro {
        flex-direction: column;
        border-radius: 30px;
        margin-bottom: 10px;
        box-shadow: 0 4px 12px rgba(33, 147, 70, 0.15), 0 0 6px rgba(24, 96, 47, 0.1);
    }

    .navbar-pro{
    box-shadow: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .lm-provider{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .search-input {
        border-radius: 5px;
        padding: 0.6rem 1rem;
        border: 0px solid #000000 !important;
        font-size: 13px;
    }

    .search-btn {
        border-radius: 0 0 5px 5px;
        padding: 0.6rem 1rem;
        width: 100%;
        margin-top: 0.25rem;
    }
}

/* Hide border-end on small screens (max-width: 991px) */
@media (max-width: 991px) {
    .hide-border-end {
        border-right: none !important;
    }

    .carousel-caption h5 {
        font-weight: 500;
        font-size: 17px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .carousel-caption p {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0%;
    }
}

@keyframes fade-countdown {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.fade-countdown {
  animation: fade-countdown 2s infinite;
}

 .translate-wrapper {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 13px;
        border: 1px solid #219346;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #FEF9EB;
        box-shadow: 0 0 8px rgba(33, 147, 70, 0.4);
        transition: all 0.3s ease-in-out;
    }

    .translate-wrapper:hover {
        box-shadow: 0 0 12px rgba(33, 147, 70, 0.6);
        transform: scale(1.02);
    }

    .translate-label {
        color: #FEF9EB;
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .goog-te-gadget {
        color: #FEF9EB !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

    .goog-te-combo {
        border: none;
        background: transparent !important;
        color: #FEF9EB !important;
        font-weight: 500;
        font-size: 13px;
        outline: none;
        cursor: pointer;
        appearance: none;
        padding: 2px 4px;
        border-radius: 4px;
    }

    .goog-logo-link,
    .goog-te-gadget span {
        display: none !important;
    }

    .notranslate {
        translate: no;
    }

    .scroll-container {
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-x: auto;
}

.scroll-wrapper {
  position: relative;
}

.scroll-menu {
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-x: auto;
  padding: 10px 40px; /* space for scroll buttons */
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(128, 128, 128, 0.1); /* transparent gray */
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

.scroll-btn i {
  color: #333;
}

.spec-value {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-height: 4.5em; /* approx. 3 lines */
}

.spec-value.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more {
  color: #18602F;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

.bg-soft {
    background-color: #FEF9EB;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}

.bid-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.bid-card:hover {
    transform: translateY(-4px);
}

.bid-card-image {
    position: relative;
}

.bid-card-image img {
    height: 200px;
    object-fit: cover;
}

.status-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 0.75rem;
    border-radius: 20px;
}

.countdown-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 20px;
    opacity: 0.9;
}

.bid-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #198754; /* Primary Green */
}

.text-primary-green {
    color: #198754;
}

.text-secondary-green {
    color: #219346;
}

.bid-info-row label {
    margin-bottom: 2px;
}

.custom-dropdown-wrapper {
    margin-top: 7px !important
}

.custom-dropdown-wrapper {
      position: relative;
      max-width: 500px;
    }

    .custom-dropdown-menu {
      top: 100%;
      position: absolute;
      left: 0;
      display: none;
      width: 500px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      z-index: 100;
      flex-direction: row;
      overflow: hidden;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .custom-menu-column {
      width: 50%;
      border-right: 1px solid #eee;
      max-height: 500px;
      overflow-y: auto;
      transition: all 0.3s ease;
    }

    .custom-menu-column:last-child {
      border-right: none;
    }

    .custom-menu-header {
      font-weight: 600;
      padding: 8px 10px;
      font-size: 13px;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
    }

    .custom-category-item,
    .custom-submenu-item {
      padding: 7px 10px;
      border-bottom: 1px solid #f4f4f4;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      color: #222;
      transition: background 0.3s ease;
      text-decoration: none;
      font-size: 12px;
    }

    .custom-category-item:hover,
    .custom-submenu-item:hover {
      background-color: #f7f7f7;
    }

    .custom-category-item.active {
      background-color: #e6f4e8;
      color: #20743f;
      font-weight: 500;
    }

    .custom-category-item.active .custom-arrow {
      color: #20743f;
    }

    .custom-arrow {
      font-size: 13px;
      color: #666;
    }

   .custom-submenu {
  display: flex;           /* ensure container takes space */
  flex-direction: column;  /* vertical stack */
  padding: 0;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-submenu.show {
  opacity: 1;
  transform: translateX(0);
}


    @media (min-width: 768px) {
      .custom-dropdown-wrapper:hover .custom-dropdown-menu {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767px) {
      .custom-dropdown-menu {
        flex-direction: column;
        width: 100%;
      }

      .custom-menu-column {
        width: 100%;
        border-right: none;
      }

      .custom-category-item {
        cursor: pointer;
      }

      .custom-category-item .custom-arrow {
        transition: transform 0.3s ease;
      }

      .custom-category-item.open .custom-arrow {
        transform: rotate(90deg);
      }

      .custom-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
      }

      .custom-submenu.show {
        max-height: 1000px;
      }
    }

    .btn-check:checked + .btn {
        color: #fff !important; /* Make text white when active */
        border-color: #e0d6b8 !important;
    }

    .btn-outline-success:hover,
    .btn-outline-primary:hover {
        border-color: #e0d6b8 !important;
        color: #FEF9EB !important;
    }

    .btn-outline-success:focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(254, 249, 235, 0.5) !important;
    }
.order-table td,
.order-table th {
    vertical-align: middle !important;
}

.order-table .img-thumbnail {
    border-radius: 0.5rem;
}

.order-table .btn-outline-success {
    font-size: 0.8rem;
}


.star-rating {
    direction: rtl;
    display: inline-flex;
    justify-content: center;
    gap: 0.3rem;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s, transform 0.1s ease;
}

/* Highlight stars on hover */
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffc107;
}

/* Highlight stars on selection */
.star-rating input[type="radio"]:checked ~ label {
    color: #ffc107;
}

.bg-bronze {
    background: linear-gradient(135deg, #cd7f32, #a97142);
}
.bg-silver {
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
}
.bg-gold {
    background: linear-gradient(135deg, #ffd700, #e6c200);
}
.bg-platinum {
    background: linear-gradient(135deg, #e5e4e2, #c0c0c0);
}

/* Space for buttons outside swiper */
.swiper-container-wrapper {
  position: relative;
  padding: 0 60px;
}

.article-card {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.article-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 128, 0, 0.4); /* Green tint */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.article-card h3 {
  font-size: 24px;
  font-weight: 700;
}

.article-card p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* Navigation Buttons - Smaller */
.swiper-button-prev,
.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  background-color: #28a745 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1000 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  overflow: hidden !important;
}

/* Arrow Icons - Smaller */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '' !important;
  display: inline-block !important;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 2px;
}

/* Right Arrow */
.swiper-button-next::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Left Arrow */
.swiper-button-prev::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
  transition-duration: 0.6s !important;
}

.dis-footer{
    background-image: url('http://localhost:8888/Lawnmart/assets/buyer/images/distributor_back.png'); /* Replace with your image path */
    background-size: cover;         /* Makes image cover entire footer */
    background-position: center;    /* Centers the image */
    background-repeat: no-repeat;   /* Prevents tiling */
    height: 200px;                  /* Optional: set height if needed */
    color: white;                   /* Optional: for better contrast */
    margin-bottom: 10px;
}

.lm-provider{
    min-height: 100vh;
    max-height: 100vh;
}

.pro-type-card {
    flex: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 1.25rem 1rem;
    border: none; 
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background: none;          /* No background color */
    font-weight: 600;
    color: #18602F;            /* Dark green text */
    will-change: transform, box-shadow;
}

.pro-type-card:hover {
    /* No border, no background */
    color: #219346;              /* Hover color (primary green) */
    box-shadow: 0 2px 12px rgba(24, 96, 47, 0.13); /* Optional hover shadow */
    transform: scale(1.02);      /* Subtle lift on hover */
}

.pro-type-card.selected {
    /* No border, no background */
    color: #18602F;              /* Keep dark green on selection */
    box-shadow: 0 0 8px rgba(24, 96, 47, 0.25);
    transform: scale(1.05);
}

.pro-type-card i {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.pro-options{
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;
}

.pro-desc{
font-weight: 400;
font-style: Regular;
font-size: 15px;
letter-spacing: 1px;
text-align: center;
vertical-align: middle;
color: #000000;
}

.navbar-pro{
    box-shadow: none !important;
    padding-top: 20px;
}

.search-form-pro {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #A7A6A6;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    display: flex;
}

/* ==== Page Background ==== */
.lm-products-chat {
    margin: 0;
    height: 100vh;
    border-radius: 1rem;    /* smooth rounded corners */
    overflow: hidden;       /* so inner content respects rounding */
}

.lm-products-chat {
    display: flex;
    flex-direction: column;
}

/* ==== Sidebar ==== */
.sidebar-header {
    background-color: #18602F !important;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0.75rem; /* reduced padding */
}
.scrollable-chat-list {
    height: calc(100% - 44px); /* reduced header height */
    overflow-y: auto;
    background: #efefef;
}
.scrollable-chat-list::-webkit-scrollbar { width: 6px; }
.scrollable-chat-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* ==== Chat List Items ==== */
.chat-list-item,
.scrollable-chat-list a {
    transition: background .18s, color .18s;
    padding: 0.5rem 0.75rem; /* tighter list row */
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #F0EBE1;
    color: #333;
    text-decoration: none;
}
.chat-list-item.active,
.scrollable-chat-list a.active {
    background-color: #DFF5D2 !important;
}
.scrollable-chat-list a:hover {
    background-color: #F5F9F4 !important;
}

/* Avatar in lists */
.avatar-circle {
    width: 36px; height: 36px; /* smaller avatar */
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    color: #fff;
    flex-shrink: 0;
}

/* ==== Chat Header ==== */
.chat-header {
    background: #18602F !important;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0.75rem; /* reduced header padding */
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ==== Message Area ==== */
#chatMessages {
    flex-grow: 1;
    background: #ECE5DD;
    padding: 0.5rem 1rem; /* reduced padding */
    overflow-y: auto;
}
#chatMessages::-webkit-scrollbar { width: 8px; }
#chatMessages::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* ==== Message Bubbles ==== */
.msg-outgoing,
.msg-incoming {
    padding: 0.4rem 0.6rem; /* tighter bubbles */
    font-size: 0.9rem;       /* slightly smaller text */
    max-width: 75%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.msg-outgoing {
    background: #DCF8C6 !important;
    color: #000 !important;
    border-radius: 7px 7px 0 7px;
}
.msg-incoming {
    background: #fff !important;
    color: #000 !important;
    border-radius: 7px 7px 7px 0;
}

/* Meta info in bubble */
.msg-meta {
    font-size: 0.7rem; /* smaller meta font */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
    opacity: 0.6;
}
.seen-icon { color: #34B7F1; font-size: 0.85rem; }
.sent-icon { color: #999; font-size: 0.85rem; }

/* ==== Unread Badge ==== */
.badge-unread {
    background: #219346 !important;
    color: #fff !important;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
}

/* ==== Message Input ==== */
.msg-input-bar {
    background: #F0F0F0;
    padding: 0.4rem 0.75rem; /* tighter padding */
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.msg-input {
    flex-grow: 1;
    border-radius: 1.25rem;
    border: none;
    padding: 0.4rem 0.9rem; /* reduced input height */
    outline: none;
    font-size: 0.9rem;
}
.btn-send {
    background-color: #219346 !important;
    border: none;
    border-radius: 50%;
    width: 36px; height: 36px; /* smaller button */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 1rem;
}
.btn-send:hover {
    background-color: #18602F !important;
}

