header.style-1 .header-logo{
    background: transparent;
}
.cat-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product-details-right h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  color: var(--main-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-details-right p {
  margin-bottom: 15px;
}

.product-details-right h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color);
  margin-top: 20px;
}

.product-details-right h4 span {
  font-weight: 700;
  color: var(--secondary-color);
}

.product-details-right .specs-row {
  margin-bottom: 20px;
}

.product-details-right .specs-row .col-6 span {
  font-size: 15px;
  color: #333;
  font-family: "Inter", sans-serif;
}

.product-details-right .specs-row .col-6:nth-child(odd) span {
  font-weight: 600;
  color: var(--main-color);
}

.product-details-right .bid-form {
  margin-top: 35px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 25px;
  transition: 0.3s ease;
}

.product-details-right .bid-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.product-details-right .bid-form .form-title {
  margin-bottom: 18px;
}

.product-details-right .bid-form .form-title h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}

.product-details-right .bid-form .form-title p {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.product-details-right .bid-form .form-title p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 40px;
  height: 2px;
  background-color: var(--secondary-color);
  border-radius: 4px;
}

.product-details-right .bid-form .form-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.product-details-right .bid-form .form-inner input[type=text] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.product-details-right .bid-form .form-inner input[type=text]:focus {
  border-color: var(--secondary-color);
  outline: none;
}

.product-details-right .bid-form .form-inner button {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 11px 28px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.product-details-right .bid-form .form-inner button:hover {
  background: var(--main-color);
}

/* ==== Main Swiper (Big Image) ==== */
.sticky-gallery {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.mainSwiper {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.mainSwiper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ==== Thumbnail Swiper (Small Images) ==== */
.thumbSwiper {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0;
  padding: 5px 0;
}

.thumbSwiper .swiper-slide {
  width: auto;
  opacity: 0.6;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid var(--secondary-color);
}

.thumbSwiper img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.thumbSwiper img:hover {
  opacity: 1;
}
.swiper {
  width: 100%;
}
/* ==== Timer Overlay ==== */
.auction-gallery-timer {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
}
.product-details-right .bid-timer {
  margin: 25px 0 20px;
  background: #f7f9fc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 25px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

.product-details-right .bid-timer:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.product-details-right .bid-timer h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-details-right .bid-timer .timer-count {
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Saira", sans-serif;
  margin-bottom: 4px;
}

.product-details-right .bid-timer .end-time {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.highlight-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: linear-gradient(90deg, #1d3557, #457b9d); */
  border: 2px solid var(--main-color);
  color: var(--secondary-color);
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-size: 1.5rem;
  font-weight: bold;
}

.highlight-bar .bid-btn {
  background: #f1faee;
  color: #1d3557;
  font-weight: 700;
  border: none;
  padding: 6px 16px;
  border-radius: 5px;
  transition: 0.3s;
}
.highlight-bar .bid-btn:hover {
  background: #a8dadc;
}

.inner-banner {
  min-height: auto;            
  background: rgba(12, 3, 33, 0.9);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 40px 0;
}

/* faint background pattern */
.inner-banner::before {
  content: "";
  opacity: 0.25;                /* soften the image */
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
}
.product-bg::before{
  background: url("../images/banner_f.png") center/cover no-repeat;
}
.product-detail-bg::before{
  background: url("../images/product_detail.png") center/cover no-repeat;
}
.how-to-use-bg::before{
  background: url("../images/how-to-use.png") center/cover no-repeat;
}
/* title */
.inner-banner-title {
  font-size: 36px;              /* smaller, balanced */
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb .breadcrumb-item {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item.active {
  color: #ddd;
}

/* spacing inside container */
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '/';
}
.filter-sidebar {
  border: 1px solid var(--light-border);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 12px;
}
.filter-sidebar:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* ===== Accordion ===== */
.accordion-button {
  font-weight: 600;
  font-size: 15px;
  color: var(--text-dark);
  background-color: #fff;
  /* border: none; */
  box-shadow: none !important;
  transition: 0.3s ease;
  border-radius: 8px;
}

.accordion-button.collapsed {
  background-color: var(--light-bg);
  color: var(--text-dark);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
  color: #fff;
}

.accordion-button::after {
  filter: brightness(0) invert(1); /* Makes arrow white when open */
}

.accordion-item {
  border: none;
  border-bottom: 1px solid var(--light-border);
}
.accordion-body {
  padding-left: 1rem;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
/* ===== Custom Checkbox ===== */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 15px;
  color: var(--text-muted);
  transition: 0.2s ease;
}
.custom-checkbox:hover {
  color: var(--main-color);
}
.custom-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--secondary-color);
  cursor: pointer;
  transition: 0.3s;
}
.custom-checkbox input[type="checkbox"]:checked + span {
  color: var(--main-color);
  font-weight: 500;
}

/* ===== Price Range ===== */
.form-range {
  accent-color: var(--secondary-color);
}
#priceValue {
  font-weight: 600;
  color: var(--main-color);
}

/* ===== Apply Button ===== */
.apply-btn {
  background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
  color: #fff;
  border: none;
  transition: 0.3s;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.apply-btn:hover {
  background: linear-gradient(135deg, var(--secondary-color), var(--main-color));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(4, 56, 107, 0.25);
}
.auction-card1 .auction-content h4{
  font-size: 18px;
}
.signup-section .section-bg-bottom{
  z-index: -1;
}
.hero-style-one .banner1-content h1, .hero-style-one .banner1-content h2{
  font-size: 3rem;
}
.category-card-modern {
    background: #eef6ff;
    border-radius: 22px;
    border: 1px solid #d9e9ff;
    box-shadow:
        6px 6px 18px rgba(0,0,0,0.08),
        -2px -2px 8px rgba(255,255,255,0.7);
    transition: .35s ease-in-out;
    cursor: pointer;
    padding: 20px; 
    min-height: 230px;
}

.category-title {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #d0dff7; 
}

.category-card-modern-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 150px;
    padding-top: 15px; 
}

.category-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 
        10px 10px 25px rgba(0, 0, 0, 0.12),
        -3px -3px 10px rgba(255, 255, 255, 0.9);
    background: #e1efff;
}
.category-modern-img {
  display: block;
    /* width: 100px;
    height: 100px; */
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}
.category-next1 i,
.category-prev1 i{
  font-size: 2rem;
}
.toast-box {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    min-width: 280px;
}
.toast-message {
    padding: 14px 18px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: fadeInUp .4s ease;
}
.toast-success { background: #28a745; }
.toast-error { background: #dc3545; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.form-wrapper label{
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
}
/* how to use */
.howto-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--main-color);
    font-weight: 600;
}
.howto-box h4 {
    font-size: 20px;
    font-weight: 600;
}
.howto-wrapper p,
.howto-wrapper ul li {
    color: #555;
    font-size: 1.2rem;
    line-height: 1.7;
}
.howto-wrapper {
    background: #fff;
}

.closed-img {
    position: absolute;
    inset: 0;                     
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);  
    z-index: 10;
}

.closed-img img {
    width: 220px !important;  
    height: 100%;
    object-fit: contain;
}
.auction-card1 .auction-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.mainSwiper .auction-img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}
.mainSwiper .auction-img img,
.auction-card1 .auction-img .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: all 0.65s ease;
}
.whatsapp-btn {
    background: linear-gradient(135deg, var(--whatsapp-green), #22c55e);
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;             
    align-items: center;
    gap: 0.45rem;
    height: 42px;
    padding: 0 1.1rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.whatsapp-btn i {
    font-size: 22px;
    line-height: 1;
}
.whatsapp-btn i {
    font-size: 22px;
    line-height: 1;
}

.whatsapp-btn .text-block {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.whatsapp-btn .label {
    font-size: 11px;
    margin: 0;
}

.whatsapp-btn .number {
    font-size: 13px;
    color: #fff;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    background: linear-gradient(135deg, #22c55e, var(--whatsapp-green));
}
header.style-1 .header-btn {
    background: linear-gradient(121deg, #03386C, #0a76e0);
    border: none !important;
    color: #fff !important;
    padding: 0.5rem 1.6rem;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 88, 255, 0.3);
}

.btn--primary1,
header.style-1 .header-btn:hover {
   background: linear-gradient(272deg, #03386C, #0b71d6);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(3, 56, 108, 0.4);
}
.btn--primary1,
header.style-1 .header-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 88, 255, 0.3);
}
.section-title1 h2{
  font-size: 2rem;
}
.section-title1 h2::after{
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: var(--secondary-color);
  margin: 0.5rem auto 0 auto;
}
.auth-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 35px;
  margin: auto;
}

.auth-form .form-title {
  text-align: center;
  margin-bottom: 40px;
}

.auth-form .form-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 10px;
}

.auth-form .form-title p {
  font-size: 15px;
  color: #666;
}

.auth-form .form-title p a {
  font-weight: 600;
  color: var(--secondary-color);
}

.auth-form label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.auth-form .form-control {
  border: 1px solid #e5e7eb;
  height: 48px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.25s ease;
  font-size: 14px;
}

.auth-form .form-control::placeholder {
  color: #999;
}

.auth-form .form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
  outline: none;
}

.auth-form .form-inner {
  margin-bottom: 22px;
  position: relative;
}

.auth-form .form-inner i {
  position: absolute;
  right: 16px;
  top: 45px;
  cursor: pointer;
  color: #999;
}

/* Checkbox */
.auth-form .form-group label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

/* Button */
.auth-form .account-btn {
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, var(--secondary-color), var(--main-color));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  transition: all 0.3s ease;
}

.auth-form .account-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ===== DASHBOARD COMMON ===== */
.dashboard-wrapper {
    background: #f8fafc;
}

.dashboard-area {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
}

/* ===== CARDS ===== */
.dashboard-card-custom {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    border: 1px solid #eef1f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dashboard-card-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0056e0, #007bff);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.dashboard-card-custom:hover::before {
    opacity: 0.06;
}

.dashboard-card-custom:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.dashboard-card-custom .custom-header h5 {
    /* font-size: 15px; */
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 10px;
}

.dashboard-card-custom .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-card-custom .counter-item h2 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.dashboard-card-custom .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0056e0, #007bff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

/* ===== SIDEBAR ===== */
.customer-sidebar {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.customer-sidebar .nav-link {
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 500;
    color: #374151;
    transition: all 0.25s ease;
}

.customer-sidebar .nav-link:hover {
    background: #f1f5f9;
    color: #0056e0;
}

.customer-sidebar .nav-link.active {
    background: linear-gradient(135deg, #0056e0, #007bff);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 88, 255, 0.3);
}

.customer-sidebar button.nav-link {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}
.table-dashboard thead {
    background: #f8fafc;
}

.table-dashboard th {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7eb;
}

.table-dashboard td {
    vertical-align: middle;
    font-size: 14px;
    color: #111827;
    border-bottom: 1px solid #f1f5f9;
}

/* Hover */
.table-dashboard tbody tr:hover {
    background: #f9fafb;
}

/* ===== STATUS BADGES ===== */
.badge-win {
    background: rgba(34,197,94,.12);
    color: #16a34a;
    font-weight: 600;
}

.badge-lost {
    background: rgba(239,68,68,.12);
    color: #dc2626;
    font-weight: 600;
}

/* ===== ACTION BUTTON ===== */
.btn-view {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef2ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.btn-view:hover {
    background: #0056e0;
    color: #fff;
}
.notification-simple-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.notification-simple-card:hover {
    background: #f9fafb;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.chat-body {
    max-height: 480px;
    overflow-y: auto;
    padding: 20px;
}

/* Chat Rows */
.chat-row {
    display: flex;
    margin-bottom: 16px;
}

.chat-left {
    flex-direction: row;
}

.chat-right {
    flex-direction: row-reverse;
}

/* Avatar */
.chat-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef2ff;
    color: #0056e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

/* Bubble */
.chat-bubble {
    max-width: 70%;
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px 16px;
}

.chat-right .chat-bubble {
    background: #0056e0;
    color: #fff;
}

.chat-right .chat-bubble a {
    color: #fff;
    text-decoration: underline;
}

/* Header */
.chat-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 6px;
}

/* Attachment */
.chat-attachment {
    margin-top: 6px;
    font-size: 13px;
}
.customer-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 14px;
    font-size: 0.9rem;
    border-radius: 8px;
}

.customer-dropdown .dropdown-menu .dropdown-item:hover {
    background: #f1f5f9;
}
/* Tom Select input background */
.ts-control {
    background-color: #fff !important;
    border: 1px solid #ced4da;
    padding: 0.67rem;
    font-size: 0.85rem;
}
/* Dropdown background */
.ts-dropdown {
    background-color: #fff !important;
    border: 1px solid #ced4da;
    z-index: 1055;
}
/* Hover item */
.ts-dropdown .option:hover,
.ts-dropdown .active {
    background-color: #f8f9fa;
    color: #000;
}
.phone-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.phone-wrapper .form-select{
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-color: #e5e7eb;
}
.phone-wrapper .form-control{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
@media (max-width: 768px) {
  .highlight-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 10px;
  }
   .table-dashboard thead {
        display: none;
    }
    .table-dashboard tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 10px;
    }
    .table-dashboard td {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 8px 10px;
    }
    .table-dashboard td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6b7280;
    }
}
@media (max-width:768px){
  .auction-card1 .auction-img {
    width: 100%;
    height: auto;
  }
}