@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
    margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
    text-decoration:none;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;    
}
.header {
    background: white;
    box-shadow: 0 4px 12px rgba(149, 157, 165, 0.2);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 2px 0;
}

.logo img {
      width: 200px;
}

.categories-dropdown .btn {
    background: #fe8a1f;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.categories-dropdown .btn:hover {
    background: black;
    transform: translateY(-2px);
}

.categories-dropdown .dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 10px;
    width: 250px;
    inset: auto !important;
    transform: none !important;
    right: 0px !important;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    color: #1d3557;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.dropdown-item:hover {
    background: #fff;
    color: #fe8a1f;
    transform: translateX(5px);
}

.dropdown-item i {
    width: 24px;
    margin-right: 12px;
    color: #8d99ae;
}

.search-container {
    position: relative;
    flex-grow: 1;
    max-width: 555px;
}

.search-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    font-size: 16px;
    transition: all 0.3s;
    background: #f8fafc;
    padding-right: 50px;
}

.search-input:focus {
    outline: none;
    border-color: #fe8a1f;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
    background: white;
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fe8a1f;
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.search-btn:hover {
    background: black;
    transform: translateY(-50%) scale(1.05);
}

.auth-links a {
    text-decoration: none;
    color: #1d3557;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    padding: 8px 16px;
    border-radius: 8px;
}

.auth-links a:hover {
    color: #fe8a1f;
    background: #f0f5ff;
}

.auth-links a i {
    margin-right: 8px;
    font-size: 18px;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.logo_category,
.search_login {
    display: flex;
    align-items: center;
        gap: 10px;
}
.pagination {
    justify-content: center;
    gap: 5px;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: block;
  padding: 8px 14px;
  background: white;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}
.pagination a:hover {
  background: #fe8a1f;
  color: white;
  border-color: #fe8a1f;
}
.pagination .active a {
  background: #fe8a1f;
  color: white;
  font-weight: bold;
  border-color: #fe8a1f;
}
.pagination .disabled a {
  color: #aaa;
  pointer-events: none;
  background: #eee;
}
/* Mobile responsive adjustments */
@media (max-width: 992px) {
    .header-content {
        flex-wrap: wrap;
    }
    
    .search-container {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
    
    .auth-links {
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    .logo {
        font-size: 24px;
    }
    
    .logo i {
        font-size: 28px;
    }
    
    .categories-dropdown .btn {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .auth-links a span {
        display: none;
    }
    
    .auth-links a i {
        margin-right: 0;
        font-size: 22px;
    }
    
    .demo-content {
        padding: 20px;
    }
}

/* Animation for dropdown */
.dropdown-menu {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*----------------footer_area-----------*/
.footer_area {
    background: linear-gradient(to bottom right, #ffffff, #f7f9fc);
    border-radius: 15px 15px 0 0;
    padding: 30px 0px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
}
.page_link,
.socail_link {
        margin: 0px;
    padding: 0px;
    list-style: none;
}
.socail_link li {
    display: inline-block;
}
.socail_link li a {
    background: #fe8a1f;
    height: 40px;
    display: inline-block;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 20px;
    margin-right: 5px;
}
.socail_link li a:hover {
    background: black;
}
.footer_link h4 {
    font-size: 18px;
}
.page_link li a {
    color: black;
    margin-bottom: 7px;
    display: block;
    font-size: 16px;
}
.copy_right {
    margin: 0px;
    text-align: center;
    background: #dde2ea;
    padding: 10px 0px;
    margin-top: 25px;
    border-radius: 10px;
}
.banner_hero_section {
    position: relative;
}
.slider_main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slide-arrow.prev-arrow{
  left: 5px;
    width: 35px;
    height: 55px;
    font-size: 25px;
    border: none;
    background-color: #fe8a1f;
    z-index: 1;
    color: white;
    border-radius: 5px;
}
.slide-arrow.next-arrow{
  right: 5px;
    width: 35px;
    height: 55px;
    font-size: 25px;
    border: none;
    background-color: #fe8a1f;
    z-index: 1;
    color: white;
    border-radius: 5px;
}
.product_section {
    padding:20px 0;
}
.title_heading h4 {
        font-size: 28px;
    position: relative;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.title_heading h4:before {
    content:'';
    position: absolute;
    height: 3px;
    width: 80px;
    background: #fe8a1f;
    bottom: -10px;
    left: 0px;
    border-radius: 100px;
    right: 0px;
    margin: auto;
}
.title_heading h4:after {
    content:'';
    position: absolute;
    height: 3px;
    width: 20px;
    background: #ececec;
    bottom: -10px;
    left: 8px;
    border-radius: 100px;
    right: 0px;
    margin: auto;
}
.product_item {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    position: relative;
    margin-bottom: 30px;
}
.product_item .img_pro_tag {
    position:relative;
    display: block;
}
.product_item .img_pro_tag svg {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.product_item .img_pro_tag img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}
.product_item .price {
    color: #fe8a1f;
    font-size: 22px;
    font-weight: 700;
}
.product_item .bid_during_btn {
        text-align: center;
    font-size: 12px;
    display: block;
    line-height: 20px;
    color: black;
}
.product_item h4 {
    font-size: 15px;
    text-align: center;
}
.product_item h5 {
    background: #fe8a1f;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    text-shadow: 2px 1px #4c4646;
} 
.btn_sold {
    background: black;
    color:white;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    text-shadow: 2px 1px #4c4646;
}
.btn_bid_now {
    background: #1d3557;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    display: block;
    text-shadow: 2px 1px #4c4646;
}
.product_item .buy_it_btn {
    text-align: center;
    display: block;
    font-size: 12px;
    color: black;
}
.product_item p {
        margin: 0px;
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
}
.product-card p {
        margin: 0px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.offer-box .time {
  font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.bidders_new {
        top: 80px;
    left: 0px;
    transform: rotate(-15deg);
    width: 100%;
    height: 28px;
    position: absolute;
    background: linear-gradient(45deg, #fe8a1f, #1d3557);
    text-align: center;
    color: white;
}
.item_how_working {
 text-align: center;
    background: #ffffff;
    border-radius: 15px 15px 65px 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    position: relative;
    min-height: 235px;
    margin-bottom: 20px;   
}
.item_how_working span {
    font-size: 20px;
    margin-bottom: 8px;
    background: #fe8a1f;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 900;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}
.item_how_working h4 {
    font-size: 16px;
    margin: 0px;
    padding: 8px 0px;
}
.item_how_working p {
    font-size: 14px;
    margin: 0px;
}
.cta_big {
    background: linear-gradient(180deg, rgb(254 138 31) 0%, rgb(25 29 62) 100%);
    box-shadow: 0 8px 30px rgba(8, 9, 20, 0.6), 0 0 40px rgba(130, 90, 255, 0.04);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 50px;
    backdrop-filter: blur(6px);
    text-align: center;
}
.cta-visual {
    position: absolute;
    right: -8%;
    top: -18%;
    width: 360px;
    height: 360px;
    pointer-events: none;
    filter: blur(36px) saturate(120%);
    opacity: .12;
    background: conic-gradient(from 200deg at 50% 50%, rgba(50, 200, 255, 1), rgba(130, 90, 255, 1));
    transform: rotate(18deg);
    border-radius: 50%;
    mix-blend-mode: screen;
}


.cta_section {
    padding:25px 0 50px;
}
.cta_section h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 12px 0 6px;
    letter-spacing: -0.02em;
    color: white;
}
.cta-sub {
    color: #b7c0d6;
        font-size: 16px;
    margin-bottom: 18px;
}
.cta-bullet {
    color:white;
}
.cta-buttons {
    margin-bottom: 35px;
}
.cta-buttons a {
    font-weight: 700;
    border-radius: 12px;
    padding: .7rem .95rem;
    background: transparent;
    color: #dbe9ff;
    border: 1px solid rgb(255 255 255 / 18%);
    display: inline-block;
}
.accordion-item {
    border: none;
    margin-bottom: 15px;
}
.accordion-button {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: #fe8a1f;
    box-shadow: none;
}
.accordion-button::after {
        filter: invert(1);
}
.title_box_heading {
    
}
.img_all_box img {
    width: 100%;
}
.readmore_btn {
    background: #fe8a1f;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}
/*-------------------details----------------*/
.product-title {
      font-size: 1.4rem;
      font-weight: 600;
      color: #1d3557;
    }
    .buy-now {
      color: #848484;
      font-weight: 600;
     font-size: 20px;
      margin-bottom: 1rem;
    }
    .buy-now span {
        color: #fe8a1f;
        
    }
    .big-image img {
        width: 100%;
         height: 100%;
         border-radius: 5px;
    }
    .thumb-slider img {
        cursor: pointer;
        border-radius: 5px;
        padding: 3px;
        width: 100px;
        height: 100px;
        object-fit: scale-down;
        border: 1px solid #c6bebe;
        margin-bottom: 15px;
    }
    .thumb-slider .slick-current img {
      border: 2px solid #fe8a1f;
    }
    .auction-box {
         background: #1d3557 !important;
         border-color: #fe8a1f !important;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
    }
    .auction-box h5 {
        color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    }
    .auction-box h5 span {
        display: flex;
    align-items: center;
    color: white;
        gap: 5px;
    }
    .auction-box h5 span b {
        font-size: 13px;
        line-height: 12px;
        color: #f64141;
        animation: off_offer 1s step-start infinite;
    }
    @keyframes off_offer {
      50% {
        color:yellow;
      }
    }
    .no_bid_yet {
        position: relative;
        margin: 0px;
    }
    .no_bid_yet:before {
        content:'';
        position: absolute;
        border-top: 1px dashed yellow;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 12px;
    }
    .no_bid_yet span {
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        color: yellow;
        background: #1d3557;
    }
   
    .btn-auction {
      background: #fe8a1f !important;
      border-color:#fe8a1f !important;
      color: #fff !important;
      border-radius: 8px;
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-auction:hover {
      background: black;
      color:white;
    }
    .big-slider .big-image {
        border: 1px solid #aba7a7;
        border-radius: 5px;
        height: 400px;
    }
    .thumb-slider .slick-slide {
        margin-right: 5px;
    }
    
/* Custom Arrows with Remix Icons */
.thumb-slider .slick-prev, .thumb-slider .slick-next {
  width: 44px;
  height: 44px;
  background: #fe8a1f;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  z-index: 1;
}
.thumb-slider .slick-next:before, .thumb-slider .slick-prev:before {
    font-size: 0px;
}
.thumb-slider .slick-prev:hover, .thumb-slider .slick-next:hover {
  background: #1d3557;
}

.thumb-slider .slick-prev i, .thumb-slider .slick-next i {
  font-size: 22px;
  color: #fff;
}

.thumb-slider .slick-prev {
  left: -25px;
}

.thumb-slider .slick-next {
  right: -25px;
}
.bidder_detail_timer {
        padding: 15px 0px;
}
.bidder_detail_timer span {
    color:white;
}
.bidder_detail_timer .offer-box .time {
    font-size: 30px;
    color: white;
}
.Register_auctions p {
    color:white;
}
.user_data_live {
     display: flex;
    align-items: center;
    padding: 5px;
    margin: 20px 0px;
    border-radius: 5px;
    border: 1px dashed white;
    gap: 10px;
    color: white;
}
.user_data_live img {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    object-fit: cover;
}
.user_data_live .user_data_details_live span {
        font-size: 10px;
}
.user_data_live .user_data_details_live h4 {
    font-size: 16px;
    margin: 2px 0px;
}
.user_data_live .user_data_details_live p {
    margin: 0px;
    font-size: 10px;
    color:white;
}
.user_data_live .user_data_details_live {
    text-align: left;
}
.user_data_live .user_data_details_live .dob_location span {
    background: #fe8a1f;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
}
.user_table_data {
    padding: 8px;
    border-radius: 5px;
    height: 200px;
    overflow: hidden;
        position: relative;
}
.user_table_data:before {
    content:'';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: linear-gradient(358deg, #1d3557ed, transparent);
}
/* width */
.user_table_data::-webkit-scrollbar {
  width: 5px;
    border-radius: 5px;
}

/* Track */
.user_table_data::-webkit-scrollbar-track {
  background: #f1f1f1; 
    border-radius: 5px;
}
 
/* Handle */
.user_table_data::-webkit-scrollbar-thumb {
  background: #888; 
    border-radius: 5px;
}

/* Handle on hover */
.user_table_data::-webkit-scrollbar-thumb:hover {
  background: #555; 
    border-radius: 5px;
}
.user_table_data .thead_item {
    
}
.user_table_data .thead_item p {
    background: #000000;
    padding: 5px;
    border-radius: 100px;
    color: white;
    box-shadow: 0 0 5px #e8e2e2;
}
.user_table_data span {
    
}
.user_table_data img {
    width: 18px;
    height: 18px;
    border-radius: 18px;
}
.user_table_data p {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    font-size: 12px;
}
.user_table_data .table_data_item {
    
}
.user_table_data .table_data_item p {
        background: #ffffff;
    padding: 5px;
    border-radius: 100px;
    color: #000000;
    margin-top: 8px;
    box-shadow: 0 0 5px #e8e2e2;
}
.user_table_data .table_data_item span.width_set {
    display: inline-block;
    width: 45%;
}
.user_table_data .table_data_item span.bid_amount_width {
    display: inline-block;
    width: 15%;
}
.other_bid_auction_user {
        margin-top: 20px;
}
.other_bid_auction_user h6 {
        font-weight: 600;
    font-size: 16px;
}
.avatar-list {
  display: flex;
  gap: 10px;
      margin-bottom: 20px;
}
.avatar-list .avatar {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s;
  z-index: 9;
}
.avatar-list .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px
}
.avatar-list .avatar:hover {
  transform: scale(1.1);
}

/* Tooltip */
.avatar-list .tooltip-box {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 14px;
  line-height: 1.3;
  z-index: 10;
}
.avatar-list .tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.avatar-list .avatar:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
}

.table-card .modern-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.table-card .modern-table thead th{
  background:#f0f3ff;
  color:var(--ink);
  font-weight:700;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.08em;
  padding:10px 15px;
  position:sticky; top:0; z-index:1;
}
.table-card .modern-table tbody td{
  padding:2px 6px;
  vertical-align:middle;
  border-top:1px solid #eef0f6;
  font-weight:600;
}
.table-card .modern-table tbody tr{
  transition:transform .15s ease, background .2s ease, box-shadow .2s ease;
}
.table-card .modern-table tbody tr:hover{
  background:#f9fbff;
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(67,97,238,.08) inset;
}
.table-card .avatar{
  width:36px; height:36px; border-radius:50%; object-fit:cover; margin-right:10px; border:2px solid #fff; box-shadow:0 2px 8px rgba(0,0,0,.15);
}
.table-card .user-cell{display:flex; align-items:center; gap:10px;}
.table-card .badge-diff{
  padding:.25rem .55rem; border-radius:999px; font-size:.75rem; font-weight:700;
  background:#eaf0ff; color:var(--primary);
}
/* responsive wrap */
.table-card .table-wrap{
    overflow: auto;
    border: 1px solid #f0f3ff;
    margin-bottom: 25px;
}
.product_full_discription {
        margin-top: 35px;
}
/*-------------------------account------------------*/
.account_page {
        padding: 50px 0px;
}
.form-container{
    background-color: #1d3557;
    font-size: 0;
        position: relative;
    box-shadow: 0 0 25px -15px rgba(0,0,0,0.3);
}
.form-container .left-content{
    width: 45%;
    padding: 50px 40px;
    display: inline-block;
    vertical-align: top;
}
.form-container .left-content .sub-title{
        color: #fff;
    font-size: 45px;
    margin: 0;
}
.form-container .right-content{
    text-align: center;
    background: white;
    width: 55%;
    padding: 20px 35px;
    display: inline-block;
}
.form-container .right-content .form-title{
    color: #1d3557;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 5px;
    border-bottom: 1px solid #1d3557;
}
.form-container .right-content .form-horizontal {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
}
.form-container .form-horizontal .form-group{ margin: 0 0 10px; }
.form-container .form-horizontal .form-group label{ font-weight: 500; }
.form-container .form-horizontal .form-control{
    color: #888;
    background: #f9f9f9;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #ded5d6; }
.form-container .form-horizontal .signin{
        margin: 0 0 20px;
    background: #fe8a1f;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    box-shadow: 0 0 10px #ded5d6;
    outline: none;
}
.form-container .form-horizontal .remember-me{
    width: calc(100% - 105px);
    display: inline-block;
}
.form-container .form-horizontal .remember-me .check-label{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}
.form-container .form-horizontal .remember-me .checkbox{
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid #FF97A8;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .remember-me .checkbox:before{
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}
.form-container .form-horizontal .remember-me .checkbox:checked{ background-color: #FF97A8; }
.form-container .form-horizontal .remember-me .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .remember-me .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .remember-me .checkbox:focus{ outline: none; }

.form-container .right-content .social-links{
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    display: flex;
    gap: 10px;
}
.form-container .right-content .social-links li{
    width:100%;
}
.form-container .right-content .social-links li a{
    color: #fff;
    background-color: #F16262;
    font-size: 15px;
    padding: 10px 5px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .social-links li:nth-child(2) a{ background-color: #3B5897; }
.form-container .right-content .social-links li a:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.5); text-decoration: none; }
.form-container .right-content .signup-link{
    color: #999;
    font-size: 13px;
}
.form-container .right-content .signup-link a{
    color: #fe8a1f;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .signup-link a:hover{ text-decoration: underline; }

.login_img {
        width: 195px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.forgot{
    color: #443f3f;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    display: block;
}
/*--------------------*/
.modal-content {
        z-index: 1;
}
.modal-content:before {
    content:'';
    background-image: url(../../img/line-password-icons.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 45%;
    z-index: -1;
    border-radius: 5px;
    opacity: .05;
    top: 0px;
    left: 0px;
}
.btn_all {
        background: #fe8a1f;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}
   .dashboard_page .sidebar {
      background: #1d3557;
      color: #fff;
          height: 100%;
      padding: 0px 0px 20px 0;
    }
  
    .dashboard_page .sidebar a {
      display: block;
      color: #fff;
      padding: 12px 20px;
      text-decoration: none;
      transition: 0.3s;
    }
    .dashboard_page .sidebar a:hover, .sidebar a.active {
        background: #fe8a1f;
        border-left: 4px solid #ffffff;
    }
    .dashboard_page .dashboard {
      padding: 20px;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .dashboard_page .sidebar {
        position: absolute;
        left: -250px;
        transition: 0.3s;
        z-index: 55555;
        top: 0px;
        
      }
      .history-table th, .history-table td {
        padding: 6px 8px !important;
        font-size: 10px !important;
      }
      .dashboard_page .sidebar.active {
        left: 0;
        width: 100%;
      }
      .dashboard_page .dashboard {
        margin-left: 0;
        padding: 20px 0px;
      }
      .btn-pay {
          font-size: 10px;
      }
      .dashboard_page .menu-toggle {
        display: block;
        background: #1d3557;
        color: #fff;
        padding: 10px;
        cursor: pointer;
      }
    }
    .dashboard_page .menu-toggle {
      display: none;
    }
    .pl-0 {
        padding-left:0;
    }
    .profile-item {
    display: flex;
    align-items: center;
    padding: 10px 4px;
    gap: 8px;
    border-bottom: 1px solid #404244;
    cursor: pointer;
    transition: background-color 0.2s;
}
.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe5e7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #505b67;
    font-weight: bold;
    font-size: 14px;
}
.profile-name {
    font-weight: 600;
    color: white;
    font-size: 14px;
}
.profile-avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}
.profile-preview {
    font-size: 16px;
    color: #fffe37;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
}
.breadcrumb_page {
        background: linear-gradient(to bottom right, #ffffff, #f7f9fc);
    border-radius: 0 0 15px 15px;
    padding: 40px 0px;
    border: 1px solid #e2e8f0;
}
.breadcrumb_page span {
    
}
.breadcrumb_page h4 {
        color: #fe8a1f;
    text-transform: uppercase;
}
.box_item_vision {
        padding: 15px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
    position: relative;
        margin-bottom: 35px;
}
.box_item_vision img {
    width: 100%;
    height: 300px;
    object-fit: scale-down;
}
.buy_money {
    position:relative;
    padding-top: 50px;
}
.buy_money:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../img/bg_animate.png');
    top: 0px;
    z-index: -1;
    background-repeat: repeat;
    background-size: 35%;
    left: 0px;
    opacity: 0.04;
}
.item_different {
    text-align: center;
    margin-bottom: 35px;
    padding: 25px;
}
.item_different h4 {
    color: #fe8a1f;
    margin: 0px;
    padding: 18px 0px 12px;
}
.contact_page {
    padding: 50px 0px;
    position: relative;
}
.contact_page .contact-info {
  background: #fff;
}
.contact_page .contact-info h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}
.contact_page .contact-info p {
  margin-bottom: 10px;
  font-size: 16px;
}
.contact_page .contact-info i {
  margin-right: 8px;
  color: #fe8a1f;
}
.contact_page .contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.contact_page .contact-form h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}
.contact_page .form-group {
  margin-bottom: 20px;
}
.contact_page .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: bold;
}
.contact_page .form-group input,
.contact_page .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
}
.contact_page .form-group textarea {
  height: 120px;
  resize: none;
}
.contact_page .btn {
  background: #fe8a1f;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.contact_page .btn:hover {
  background: #0047b3;
}
.contact_page .map {
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.policy_page {
    padding:55px 0px;
}
.policy_page h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.policy_page .last-update {
  margin: 0 0 20px;
  color: #666;
}

.policy_page h2 {
  margin-top: 24px;
  font-size: 22px;
}

.policy_page ul {
  padding-left: 18px;
  margin: 10px 0;
}

.policy_page li {
  margin-bottom: 8px;
}

.policy_page address {
  font-style: normal;
  margin-top: 12px;
}

.policy_page hr {
  margin: 28px 0;
  border: none;
  border-top: 1px solid #eee;
}

.policy_page .note {
  font-size: 13px;
  color: #666;
}
.bookmark_page .border {
    margin-bottom:30px;
}
.btn_starting_soon {
        background: #fe8a1f;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    text-shadow: 2px 1px #4c4646;
    display: block;
}
.btn_closed_bid {
    background: #ec2d1f;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    text-shadow: 2px 1px #4c4646;
    display: block;
}
.btn_sold_bid {
        background: #9E9E9E;
    padding: 8px 0px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    text-shadow: 2px 1px #4c4646;
    display: block;
}
    /* Preloader */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader{
    color: #f35626;
    background: #f35626;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    box-shadow: 15px 15px 0 0, -15px -15px 0 0, 15px -15px 0 0, -15px 15px 0 0, 0 15px 0 0, 15px 0 0 0, -15px 0 0 0, 0 -15px 0 0;
    animation: animate 2s linear infinite;
}
@keyframes animate{
    0%{ -webkit-filter: hue-rotate(0deg); }
    50%{  box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0; }
    75%{  box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0; }
    100%{
        transform: rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}
#preloader span {
    position: fixed;
    top: 55%;
}
.search_bar_category .categories-dropdown {
        width: fit-content;
    margin-left: auto;
}
.search_bar_category .title_heading h4:after {
        right: auto;
}
.search_bar_category .title_heading h4:before {
    right: auto;
}
.search_bar_category .title_heading h4 {
    text-align: left;
}
.account_btn_login a {
        border-radius: 100px;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid;
    color:#fe8a1f;
}
.btn-primary {
        border-radius: 100px;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid;
    background: #fe8a1f;
    color: white;
    border-color: #fe8a1f;
}
.text-primary {
    color:#fe8a1f !important;
}
.account_btn_login .login_btn {
    margin-right: 10px;
    border-color: black;
    color: black;
}
.account_btn_login .signup_btn {
    background: #fe8a1f;
    color: white;
    border-color: #fe8a1f;
}
.top_header_auction {
    background: linear-gradient(45deg, black, #fe8a1f);
    position: relative;
}
.item_auction {
        display: flex;
    justify-content: space-between;
}
.item_auction span {
        color: white;
    padding: 10px 0px;
    display: inline-block;
}
.auction-btn {
    padding: 6px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(270deg, #ff6a00, #ee0979, #00c6ff, #0072ff);
  background-size: 600% 600%;
   animation: gradientShift 5s ease infinite;
  transition: transform 0.3s ease;
  position: fixed;
  right: -76px;
  top: 70%;
  z-index: 1111;
  transform: rotate(90deg);
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* Suggestion items hover */
#suggestion-box div {
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 0.25rem; /* slightly rounded each item */
}

#suggestion-box div:hover {
    background-color: #fe8a1f;
    color: #fff;
}
@media only screen and (max-width:767px){
.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    width: 25px !important;
    height: 35px !important;
}
.cta_big {
        padding: 20px;
}
.cta_section h1 {
    font-size: 18px;
    font-weight: 500;
}
.cta-sub {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 18px;
}
.cta-buttons {
    margin-bottom: 5px;
}
.title_heading h4 {
    font-size: 18px;
}
.sidebar .close-btn {
    display: block !important;
}
.product_full_discription {
    margin-top: 0px;
}
.other_bid_auction_user {
    margin-top: 0px;
}
.big-slider .big-image {
    height: 300px;
}
.thumb-slider img {
    width: 80px;
    height: 80px;
}
.user_table_data {
    padding: 0px;
}
.auction-box {
    padding: 10px;
}
.logo img {
    width: 140px;
}
.slider_main img {
    height: 200px;
}
.auction-btn {
    display: none;
}
.header-content {
    gap: 0 !important;
}
.search-container {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.search-input {
    padding: 8px 15px !important;
    font-size: 12px !important;
}
.search-btn {
    right: 6px !important;
    width: 30px !important;
    height: 30px !important;
}
.logo_category, .search_login {
    justify-content: space-between;   
}
.product-card {
    padding: 5px !important;
}
.btn_starting_soon,
.btn_sold_bid,
.btn_bid_now,
.btn_closed_bid {
    font-size: 12px !important;
}
.product-item:nth-child(odd) {
    padding-right: 5px;
}
.product-item:nth-child(even) {
    padding-left: 5px;
}
.price {
    font-size: 14px !important;
}
.start-time {
    font-size: 12px !important;
}
.product-card small {
    font-size: 8px !important;
}
.product-card {
    min-height: 330px !important;
}
.product-title {
    font-size: 14px !important;
 }
.countdown {
    font-size: 16px !important;
 }
.image-box img.img_pro_tag {
    height: 120px !important;
}
 {
     height: 150px !important;   
}

.form-container .left-content,
.form-container .right-content{
    width: 100%;
    padding: 30px;
}
.left-content {
    display:none !important;
}
.form-container .left-content .title{ margin: 0 0 20px; }
.form-container .left-content .sub-title{ font-size: 40px; }
.item_auction span {
        font-size: 8px;
}
.account_btn_login a {
    padding: 7px 10px;
        font-size: 12px;
}
.footer_link {
    margin-bottom: 30px;
}
.page_link li a {
        font-size: 14px;
}
.cta-buttons a {
    font-weight: 500;
    padding: 7px 8px;
    font-size: 12px;
    margin-bottom: 7px;
}


}