.c-border-radius-15 {
    border-radius: 15px !important;
}

.c-bg-light-green {
    background-color: rgb(241, 254, 241) !important;
}

.c-h2 {
    font-size: 14px !important;
    margin: 0 !important;
}

.c-margin-top-0 {
    margin-top: 0 !important;
}

/* Front-end footer */
.c-footer-subscribe-email-container {
    background-color: #fff !important;
    padding: 5px 5px 5px 20px;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.subscribe_ls_email_address {
    font-weight: normal;
    padding: 8px 10px;
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-family: Nunito, sans-serif;
    margin-right: 0;
}

.c-footer-section-links p a:link, .c-footer-section-links p a:visited {
    font-family: Nunito, ui-sans-serif;
    color: #555;
    display: inline-flex;
    align-items: center;
}

.c-footer-section-links p a i {
    width: 18px;
    text-align: center;
    font-size: 13px;
}

.c-footer-section-links p a:hover {
    color: #ff5a5f;
}

.c-backend-breadcrumb-styles {
    border-bottom: 1px solid #dadada;
}

a.c-dark-a {
    color: #1b1a1a !important;
    text-decoration: none;
}

a.c-dark-a:hover {
    color: #1b1a1a;
    text-decoration: underline;
}

.bg-secondary-subtle {
    background-color: #e3e3e3; /* Adjust to match your theme */
}

.home-top-bg-image {
    background-image: url('/images/placeholder.svg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.custom-thick-button {
    height: 60px !important;
    font-size: 1.1rem !important;
    padding: 0.75rem 1.5rem;
    text-transform: none !important;
}

#search_auto_complete {
    position: absolute;
    z-index: 9999;
    width: 99%;
    background: #f4f7f8;
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.95rem;
    padding-left: 10px;
    margin-top: 10px;
    border: none !important;
    border-radius: 5px;
}

.c-nowrap {
    white-space: nowrap !important;
}

.c-grey-bg-1 {
    background-color: #dadada;
}

/* Supplier web pages - start */
.supplier-web-link-container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.supplier-web-link-container::-webkit-scrollbar {
    display: none;
}

.supplier-web-link-container li {
    flex: 0 0 auto;
    margin: 0;
}

.supplier-web-link-container li > a {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 13px;
    color: #000;
    background-color: #f1f1f1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.supplier-web-link-container li > a:hover {
    background-color: #f1f1f1;
}

.supplier-web-link-container li > a.selected {
    background: var(--supplier-bg, #f0f3fc);
    font-weight: bold;
}


.c-nav-link {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    padding: 6px 14px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    white-space: normal;
    transition: background-color 0.2s ease;
}

.c-nav-link:hover {
    background-color: #f1f1f1;
    color: #000;
}

.c-nav-link.selected {
    background-color: #f0f3fc;
    font-weight: bold;
}

.c-bg-light-blue {
    background-color: #f0f3fc !important;
}

.one {
    /* border: 1px solid #e7e3e3; */
    /* border: 1px solid #beb5b5; */
    /* border-radius: 12px; */
    /* background-color: #f1eeee; */
    /* padding: 25px; */
}

.one .row col a:link {
    color: red;
}

.two {
    border-radius: 12px;
    background-color: #f1eeee;
    padding: 25px;
}

.custom-border-rounded-12 {
    border-radius: 12px !important;
}

.custom-border-rounded-25 {
    border-radius: 25px !important;
}

.c-bg-light-blue {
    background-color: #f0f3fc !important;
    --bs-table-bg: #f0f3fc !important;
}

/* Listing card styles */
.col-12.col-lg-10.col-md-9 a {
    text-decoration: none;
    color: inherit;
}

.col-12.col-lg-10.col-md-9 a.inline-link {
    color: inherit;
    transition: color 0.2s ease;
}

.col-12.col-lg-10.col-md-9 a.inline-link:hover {
    color: #007bff;
}

/* Card links */
.col-12.col-lg-10.col-md-9 a > .card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    color: inherit; /* ensures titles/text inside don't change */
}

.col-12.col-lg-10.col-md-9 a > .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background-color: #f9f9f9;
}

/* Explicitly lock card text color */
.col-12.col-lg-10.col-md-9 a > .card .card-title, .col-12.col-lg-10.col-md-9 a > .card .card-text {
    color: inherit !important; /* titles + text NEVER turn blue */
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.supplier-site-footer a {
    font-size: 13px;
    color: #000;
    display: inline-flex;
    align-items: center;
}

.supplier-site-footer a:hover {
    color: inherit;
}

.supplier-site-footer .list-unstyled a:hover {
    color: #b54a4a !important;
}

.supplier-site-footer a .fas {
    text-decoration: none;
}

.supplier-site-footer .selected {
    color: #dc3545;
    font-weight: bold;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

.supplier-site-footer-back-to-top {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.supplier-site-footer-back-to-top svg {
    display: block;
}

.supplier-site-footer-back-to-top:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ===== Supplier gradient themes (12 palettes, randomly chosen per request) ===== */
.supplier-gradient-1  { --supplier-bg: linear-gradient(125deg, #d4e6f5 0%, #e0d9ee 35%, #f5d8de 65%, #f7e0c8 100%); } /* Sunset Sky */
.supplier-gradient-2  { --supplier-bg: linear-gradient(125deg, #c8e7e1 0%, #d4ecdf 35%, #e8eed0 65%, #f5e8d0 100%); } /* Tropical Lagoon */
.supplier-gradient-3  { --supplier-bg: linear-gradient(125deg, #c8dbf0 0%, #c8e5e8 35%, #f0e4cd 65%, #f5d8b8 100%); } /* Mediterranean */
.supplier-gradient-4  { --supplier-bg: linear-gradient(125deg, #ddd3e8 0%, #d0d8e5 35%, #d5e0d8 65%, #d6e8db 100%); } /* Misty Mountains */
.supplier-gradient-5  { --supplier-bg: linear-gradient(125deg, #f7e0c8 0%, #f5cdc0 35%, #f0c5cf 65%, #f0d8a8 100%); } /* Desert Dawn */
.supplier-gradient-6  { --supplier-bg: linear-gradient(125deg, #d4e6f5 0%, #c8e8e0 35%, #b8e0e8 65%, #d4ecf0 100%); } /* Ocean Breeze */
.supplier-gradient-7  { --supplier-bg: linear-gradient(125deg, #f5d8de 0%, #f0c8d4 35%, #e8d0e0 65%, #f5e5d8 100%); } /* Cherry Blossom */
.supplier-gradient-8  { --supplier-bg: linear-gradient(125deg, #e5dbb8 0%, #ecd8b8 35%, #ecc8b0 65%, #f0e0c8 100%); } /* Tuscan Hills */
.supplier-gradient-9  { --supplier-bg: linear-gradient(125deg, #d8c8e8 0%, #c8d8ec 35%, #c8e0e0 65%, #d4e8d8 100%); } /* Northern Lights */
.supplier-gradient-10 { --supplier-bg: linear-gradient(125deg, #c8e0e8 0%, #f0c8c0 35%, #f5d4d4 65%, #f5e8d0 100%); } /* Coral Reef */
.supplier-gradient-11 { --supplier-bg: linear-gradient(125deg, #ddd3e8 0%, #e5cce4 35%, #ecd5e8 65%, #f5e5e0 100%); } /* Lavender Fields */
.supplier-gradient-12 { --supplier-bg: linear-gradient(125deg, #d4ecdf 0%, #ecead8 35%, #f5d8d0 65%, #f7e0c8 100%); } /* Spring Garden */

/* ===== Supplier site header (inner pages) ===== */
.supplier-site-header-card {
    background: var(--supplier-bg, linear-gradient(125deg, #d4e6f5 0%, #e0d9ee 35%, #f5d8de 65%, #f7e0c8 100%));
    border: 0 !important;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(140, 110, 130, 0.08);
}

.supplier-site-header-card .card-body {
    padding: 1.1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.supplier-site-header-logo {
    background: #fff;
    border: 1px solid #ead8da;
    border-radius: 14px;
    padding: 0.45rem;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(140, 110, 130, 0.06);
}

.supplier-site-header-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
}

.supplier-site-header-main {
    flex-grow: 1;
    min-width: 0;
}

.supplier-site-header-main h4 {
    font-weight: 700;
    color: #1d2438;
    margin-bottom: 0.4rem;
}

.supplier-site-header-views {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(85, 110, 230, 0.1);
    color: #556ee6;
    padding: 0.25rem 0.7rem;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
}

.supplier-site-header-stats {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid #ead8da;
    border-radius: 12px;
    padding: 0.55rem 0.25rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(140, 110, 130, 0.06);
}

.supplier-site-header-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    padding: 0.25rem 0.95rem;
    border-right: 1px solid #f0e4e6;
    min-width: 90px;
}

.supplier-site-header-stat:last-child {
    border-right: none;
}

.supplier-site-header-stat-label {
    font-size: 0.68rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.supplier-site-header-stat-value {
    font-weight: 700;
    color: #1d2438;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

@media (max-width: 767px) {
    .supplier-site-header-card .card-body {
        padding: 1rem;
        gap: 1rem;
    }
    .supplier-site-header-stats {
        width: 100%;
        justify-content: space-around;
    }
    .supplier-site-header-stat {
        min-width: 0;
        padding: 0.25rem 0.5rem;
        flex: 1;
    }
}

/* ===== Supplier site footer ===== */
.supplier-site-footer {
    background: var(--supplier-bg, linear-gradient(125deg, #d4e6f5 0%, #e0d9ee 35%, #f5d8de 65%, #f7e0c8 100%)) !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(140, 110, 130, 0.08);
    padding: 2rem 2rem 1rem 2rem !important;
}

.supplier-site-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.supplier-site-footer-brand-logo {
    background: #fff;
    border: 1px solid #ead8da;
    border-radius: 12px;
    padding: 0.4rem;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(140, 110, 130, 0.06);
}

.supplier-site-footer-brand-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
}

.supplier-site-footer-brand-name {
    font-weight: 700;
    color: #1d2438;
    font-size: 1.1rem;
    margin: 0;
}

.supplier-site-footer-blurb {
    color: #4a5568;
    font-size: 0.85rem;
    margin-bottom: 1.1rem;
    line-height: 1.6;
}

.supplier-site-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
    color: #4a5568 !important;
    font-size: 0.85rem;
    text-decoration: none;
}

.supplier-site-footer-contact-item .fas {
    color: #556ee6;
    width: 16px;
    text-align: center;
}

.supplier-site-footer-section-title {
    font-weight: 700;
    color: #1d2438;
    font-size: 0.95rem;
    margin-bottom: 1.1rem;
    position: relative;
    padding-bottom: 0.55rem;
}

.supplier-site-footer-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: #556ee6;
    border-radius: 2px;
}

.supplier-site-footer .list-unstyled li {
    margin-bottom: 0.6rem;
}

.supplier-site-footer .list-unstyled a {
    color: #4a5568 !important;
    transition: color 0.15s ease;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.supplier-site-footer .list-unstyled a:hover {
    color: #556ee6 !important;
}

.supplier-site-footer .list-unstyled a .fas,
.supplier-site-footer .selected .fas {
    color: #556ee6;
    margin-right: 0.55rem !important;
    width: 16px;
    text-align: center;
}

.supplier-site-footer .selected {
    color: #556ee6 !important;
    font-weight: 700;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
}

.supplier-site-footer hr {
    border: 0;
    border-top: 1px solid #ddc8cc;
    opacity: 1;
    margin: 1.5rem 0 1rem 0 !important;
}

.supplier-site-footer-bottom {
    color: #6b7280;
    font-size: 0.8rem;
}

.supplier-site-footer-powered-by {
    opacity: 0.7;
    font-size: 0.75rem;
}

/* Swiper carousel component */
.swiper-carousel-wrapper {
    position: relative;
}

.swiper-carousel-clip {
    overflow: hidden;
    padding: 12px 12px 30px;
    margin: -12px -12px -30px;
}

.swiper-carousel-clip .swiper {
    overflow: visible;
}

.swiper-carousel-wrapper .swiper-slide {
    height: auto;
}

.swiper-carousel-wrapper .swiper-slide > a {
    display: flex;
    height: 100%;
    width: 100%;
}

.swiper-carousel-wrapper .swiper-slide > a > .card {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-carousel-wrapper .swiper-slide > a > .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.swiper-carousel-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.swiper-carousel-btn:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.swiper-carousel-btn:active {
    transform: scale(0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.swiper-carousel-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.swiper-carousel-wrapper .swiper-pagination {
    position: relative;
    margin-top: 0;
}

.swiper-carousel-wrapper .swiper-pagination-bullet-active {
    background: #0d6efd;
}

.see-more-link:hover {
    background: #e8e8e8;
    color: #333;
}

@media (max-width: 767.98px) {
    .swiper-carousel-btn {
        display: none;
    }
}
/* Supplier web pages - end */

/* Breakpoints - Greater than */

/* Extra small (xs) - default, no media query needed */

/* Small (sm) - screens equal to or greater than 576px */
/* Styles for small screens and larger */
@media (min-width: 576px) {

}

/* Medium (md) - screens equal to or greater than 768px */
/* Styles for medium screens and larger */
@media (min-width: 768px) {
    /* Grey bg on > md screen size */
    .supplier-web-link-container {
        flex-direction: column;
        overflow-x: visible;
        gap: 6px;
    }

    .supplier-web-link-container li > a {
        display: flex;
        align-items: baseline;
        width: 100%;
        padding: 8px 25px;
        border-radius: 25px;
        background-color: transparent;
        white-space: normal;
    }
}

/* Large (lg) - screens equal to or greater than 992px */
/* Styles for large screens and larger */
@media (min-width: 992px) {

}

/* Extra large (xl) - screens equal to or greater than 1200px */
/* Styles for extra-large screens and larger */
@media (min-width: 1200px) {

}

/* Breakpoints - Less than */

/* Extra small (xs) - styles for screens smaller than 576px */
/* Styles for extra small screens */
@media (max-width: 575.98px) {

}

/* Small (sm) - styles for screens smaller than 768px */
/* Styles for small screens */
@media (max-width: 767.98px) {
    /* .c-footer-subscribe-email-container {
        background-color: #2a3f6a !important;
    } */

    .subscribe_ls_email_address {
        font-weight: bold;
        padding: 8px 10px;
        width: 95%;
        border: none;
        outline: none;
        background-color: #fefeff;
        border-radius: 5px;
        color: #1b1a1a;
        margin-right: 0px;
    }

    .subscribe-user {
        width: 95%;
    }
}

/* Medium (md) - styles for screens smaller than 992px */
/* Styles for medium screens */
@media (max-width: 991.98px) {

}

/* Large (lg) - styles for screens smaller than 1200px */
/* Styles for large screens */
@media (max-width: 1199.98px) {

}

/* Extra large (xl) - styles for screens smaller than 1400px */
/* Styles for extra large screens */
@media (max-width: 1399.98px) {

}

/* XXL - There’s no need for a `max-width` limit above 1400px */
