header.style-1 .login-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 36px;
    /* background-color: var(--primary-color); */
    transition: none !important; /* <--- remove transition */
    transform: translate(-100%, -101%);
    z-index: -1;
}

/* Pagination Styles */
.paginations {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: #e83e8c;
    color: white;
}

.page-item.active .page-link {
    background: #e83e8c;
    color: white;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-link svg {
    width: 16px;
    height: 13px;
    fill: currentColor;
}

.dashboard-section .dashboard-wrapper .dashboard-sidebar-menu ul {
    margin-top: 65px;
    /* margin: 0; */
    list-style: none;
    background-color: #111A22;
    padding: 35px 15px;
    border-radius: 10px;
    position: sticky;
    /* top: 50px; */
}

.home1-banner-section {
    padding: 0 0px;
}

.logo-section {
    padding: 0 0px;
}

.logo-section {
    padding: 0 0px;
}

footer {
    padding: 0 0px;
}

header.style-1 .nav-left {
    gap: 50px;
}
.mt-100{
    margin-top: 100px;
}


/* Hide number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auction-details-content .bank-info {
    display: flex;
    align-items: center; /* Align logo and name in the same row */
    gap: 8px; /* Add spacing between logo and name */
}

.auction-details-content .bank-logo {
    height: 30px; /* Set a fixed height for consistency */
    width: auto; /* Maintain aspect ratio */
    border-radius: 4px; /* Optional: Add rounded corners */
}


.blurred-text {
    filter: blur(5px);
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.get-premium-btn {
    display: inline-block;
    background-color: #ff9800;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.logout-btn {
    border-radius: 10px;
    padding: 8px;
    background-color: #dc3545;
    color: white;
    border: none;
}

.get-premium-btn:hover {
    background-color: #e68900;
}

.mailclass a {
    color: rgb(11 12 12);
    text-decoration: underline;
}

.faq-contact-wrap .faq-nav-btn-area .nav-pills .nav-link {
    background-color: transparent;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--white-color);
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.advanced-search-form .btn-secondary {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.how-to-buy-wrap {
    position: relative;
}

.how-to-buy-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #05a6a6; /* Blue color for the line */
    width: 4px; /* Thicker line */
    height: 100%;
    z-index: 1;
}

.single-step {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
}

.single-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.single-step span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #05a6a6;
    margin-bottom: 10px;
}

.single-step h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.single-step p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.single-step ul {
    list-style: none;
    padding-left: 0;
}

.single-step ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.single-step ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #05a6a6;
}

.arrow {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background: #05a6a6;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 3;
}

.single-step.two .arrow {
    left: -25px;
    right: auto;
}
.auction-details-nav-slider .swiper-slide {
    width: 100px !important; /* Set a fixed width for the slides */
    margin-right: 15px; /* Adjust margin as needed */
}

.property-details, .auction-details, .borrower-details {
    margin-top: 20px;
}

.detail-item {
    margin-bottom: 10px;
}

.detail-item span {
    font-weight: bold;
    margin-right: 10px;
}

.detail-item strong {
    font-weight: normal;
    color: #333;
}
.category-card .category-img img {
  
    border-radius: 10px 10px 0 0; /* Keep top corners rounded, bottom normal */
}

   @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    
    .logo-area {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: 100%;
    }

    .marquee_text {
        display: flex;
    gap: 20px;
    animation: scroll 120s linear infinite; /* Adjust speed (120s = 2 mins) */
    width: max-content;
    }
    
    .logo-section .bank-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100px;
    }

    .logo-section .bank-logo img {
        width: 50px;
        height: auto;
    }

    .logo-section .bank-name {
        text-wrap: auto;
        margin-top: 5px;
        font-size: 12px;
        font-weight: bold;
    }



header.style-1 .main-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

header.style-1 .login-btn {

    overflow: visible;
  
}
.category-card .category-img {
    height: 150px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.auction-details-section .auction-details-img .auction-details-tab-img img {
    width: 500px;
    border-radius: 43px;
}

.mt-120{
    margin-top: 120px;
}
.mt-160{
    margin-top: 160px;
}

.category-card .category-content h5 a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}

.category-card .category-content {
    height: 165px;
    padding: 60px 20px 25px;
    background-color: var(--white-color);
    text-align: center;
    margin-top: -40px;
}

.company-logo .img-fluid {
    max-width: 100%;
    height: 70px!important;
}


/* Auth Buttons */
.auth-buttons {
    display: flex;
    gap: 10px; /* Space between buttons */
    align-items: center;
}

.register-btn,
.login-btn {
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.register-btn {
    background-color: #05a6a6; /* Blue color for Register */
    color: #fff;
}

.register-btn:hover {
    background-color: #05a6a6; /* Darker blue on hover */
}

.login-btn {
    background-color: transparent;
    border: 2px solid #05a6a6; /* Blue border for Login */
    color: #05a6a6;
}

.login-btn:hover {
    background-color:#05a6a6ff; /* Blue background on hover */
    color: #fff;
}

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 61px 0!important;
    border-bottom: 1px solid rgba(var(--primary-color2-opc), 0.05);
    position: relative;
}

.home1-category-section .category-wrapper {
    background-image: url(../img/home1/home1-category-bg.png), linear-gradient(180deg, #e6f8ff 0%, #e6f8ff 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
}

.pt-30 {
    padding-top: 30px;
}


.search-wrapper {
    background: rgba(255, 255, 255, 0.2); /* Light transparent white */
    backdrop-filter: blur(10px); /* Blur effect for smooth look */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
    border-radius: 12px; /* Rounded corners */
    padding: 20px; /* Space inside */
    max-width: 650px; /* Good width */
    width: 100%;
}

/* Light bluish transparent effect */
.search-wrapper.light-blue {
    background: rgba(173, 216, 230, 0.2); /* Light blue transparency */
}

/* Light dark transparent effect */
.search-wrapper.light-dark {
    background: rgba(50, 50, 50, 0.3); /* Light black transparency */
    color: white; /* White text for contrast */
}



/* Search button */
.search-wrapper button {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    background: #05a6a6; /* Nice blue */
    color: white;
    transition: background 0.3s ease;
}

.search-wrapper button:hover {
    background: #0056b3; /* Darker blue on hover */
}

/* Ensure dropdowns inside search-wrapper have scroll when needed */
.search-wrapper .select-wrapper {
    position: relative;
    width: 200px;
}

.search-wrapper .select-wrapper select {
    width: 100%;
    height: 40px;
    border-radius: 6px;
}

/* Scrollbar for dropdown menu */
.search-wrapper .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 6px;
}

/* Last Searches Styling */
.last-searches {
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3); /* Light glass effect */
    text-align: center;
}

/* Each search term */
.last-searches ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.last-searches li {
    background: white;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.last-searches li:hover {
    transform: scale(1.05); /* Slightly grow on hover */
}

.last-searches a {
    text-decoration: none;
    color: rgb(0 187 187);
    font-weight: 600;
    transition: color 0.3s ease;
}

.last-searches a:hover {
    color: #34342e/* Darker blue on hover */
}



.advanced-search-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.advanced-search-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.advanced-search-form .form-group {
    margin-bottom: 15px;
}

.advanced-search-form .form-control {
    border-radius: 4px;
}

.advanced-search-form .btn-primary {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.custom-my {
    margin-top: 9rem!important;
    margin-bottom: 3rem!important;
}

.logo-section .logo-wrap {
    background-image: url(../img/home1/home1-category-bg.png), linear-gradient(180deg, #e4f1ff 0%, #e4f1ff 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
}

footer .footer-wrapper .footer-menu-wrap {
    padding: 30px 0;
}

.latest-auction-section img{
    width: auto;
    height: 200px;
}

.auction-card .auction-card-content .price-and-code-area .price strong {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.category-card .category-content h5 a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}

.auction-card .auction-card-content .bid-btn {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    border-radius: 5px;
    background-color: var(--primary-color2);
    padding: 8px 20px;
    transition: 0.5s;
}

.new-section {
    padding: 20px 0;
    background-color: #f8f9fa; /* Light background */
}

.icon-wrapper svg {
    fill: rgb(1 186 186); /* Updated icon color */
    transition: transform 0.3s ease;
}

.icon-wrapper:hover svg {
    transform: scale(1.1); /* Hover effect */
}

.new-section h5 {
    color: #333; /* Dark text color */
    font-weight: 600;
    transition: color 0.3s ease;
}

.new-section a:hover h5 {
    color: rgb(1 186 186); /* Hover text color */
}
/* App Section Styling */
.app-section {
    text-align: center;
    padding: 10px 0;
}

/* Google Play Store Button */
.app-download-link img {
    width: 180px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease-in-out;
}

.app-download-link img:hover {
    transform: scale(1.1);
}


@media (max-width: 1399px) {
    header.style-1 .nav-right {
        gap: 20px;
    }
    footer .footer-wrapper .footer-menu-wrap .footer-logo-area {
    padding: 0px 89px;
}

    .header-topbar-area {
        background: white;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        padding: 0 30px 7px;
    }
    .pt-40 {
        padding-top: 40px;
    }

    .breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 155px 0 40px;
    border-bottom: 1px solid rgba(var(--primary-color2-opc), 0.05);
    position: relative;
}

.forgot-password {
    float: right;
    font-weight: 500;
    font-size: 15px;
    color: black;
}
.back-login {
    float: right;
    font-weight: 500;
    font-size: 15px;
    color: black;
}
footer .footer-wrapper .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}


.related-aution-section .auction-card .auction-card-img-wrap .card-img img {
    height: 150px;
    transition: all 0.5s ease-out;
}

}


@media (max-width: 768px) { /* Adjust for tablets and mobile */
   footer .footer-wrapper .footer-menu-wrap .footer-widget .menu-container {
    display: block!important;

}
    .footer-widget{
            text-align: center;
    }
}

