/*header*/
.aucbtn{
    display:none;
}
@media only screen and (max-width: 600px) {
.aucbtn{
        width: 90%;
    margin: 5px auto;
    display: block;
    }
    }
header#mainheader {
    z-index: 1050;
}
header .main-header {
    margin-bottom: -85px;
}

header#mainheader .social-icons a:hover{
    background-color: #dfdfdf !important;
}
header#mainheader img.logo-img {
    max-width: 130px;
    /* .search-box */
    height: auto;
}
@media (max-width: 991px) {
    header#mainheader .navbar-collapse{
        position: absolute;
        top: 100%;
        background-color: #222;
        width: 100%;
        left: 0;
        padding: 0px 25px;
    }
    header#mainheader .navbar-collapse a.nav-link {
        color: #fff;
        border-bottom: 1px dotted;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header#mainheader img.logo-img {
        max-width: 70px;
        height: auto;
    }
    header#mainheader ul.custom-nav-dropdown {
        background-color: transparent;
    }
    header#mainheader ul.custom-nav-dropdown a.dropdown-item {
        color: #fff;
    }
}

@media (max-width: 576px) {
    
    header#mainheader .main-header {
        margin-bottom: -50px;
    }
    header#mainheader #headerContainer{
        padding-right: 0px;
        padding-left: 0px;
    }
    header#mainheader #topHeader{
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    header#mainheader ul.custom-nav-dropdown {
        background-color: rgb(227, 116, 14, 1);
    }
    header#mainheader ul.custom-nav-dropdown a.dropdown-item {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    header#mainheader ul.custom-nav-dropdown a.dropdown-item:hover {
        background-color: transparent;
        text-decoration: underline;
    }
    header#mainheader ul.custom-nav-dropdown::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        transform: translateX(52px);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgb(227, 116, 14, 1);
    }
}

/*Slider*/
.carousel-arrow{
    width: 32px;
    height: 32px;
}

/*Home Page*/
.head-office-section a:hover{
    background-color: #e3740e;
    color: #fff !important;
}
.head-office-section a:hover .grayscale{
    filter: grayscale(0%);
}
.search-box{
    background-image: url('../media/content/search/find_car.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flags-image{
    object-fit: cover;
    object-position: center;
}
.zoom-hover {
    transition: transform 0.3s ease;
}
.stock .card:hover .zoom-hover {
    transform: scale(1.2); /* Stronger zoom effect */
}
.stock h4.card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
    display: box;
    box-orient: vertical;
    line-clamp: 1;  
}
.stock .card:hover h4.card-title{
    color: #000 !important;
}
.stock .card:hover .card-body p{
    color: rgba(227, 116, 14, 1) !important;
}
.stock .card:hover .first-hr {
    transform: translateY(5px);
    transition: transform 0.3s, color 0.3s;
    color: rgba(227, 116, 14, 1);
}

.stock .card:hover .second-hr {
    transform: translateY(-5px);
    transition: transform 0.3s, color 0.3s;
    color: rgba(227, 116, 14, 1);
}
.welcome{
    background-image: url(../images/welcome_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
}
.welcome .icon-hover:hover{
    border-color: #e3740e !important;
}
.welcome .icon-hover i:hover{
    background-color: #e3740e !important;
    color: #fff !important;
}
@media (max-width: 767px) {
    .mb-background-1{
        background-image: url('assets/media/content/b-bnr/auction-bg-new.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mb-background-2{
        background-color: #e3740e;
    }
    .welcome {
        background-color: rgb(248, 249, 250, 1);
        margin: 25px 0px;
    }
}
@media (min-width: 768px) {
    .btn-responsive {
        width: auto !important;
    }
}
@media (max-width: 344px) {
    .stock .col-345 {
        width: 100% !important;
    }
}

/*Breadcrumb*/
.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 0;
    padding: 5px 10px;
}

.breadcrumbs ul li a {
    color: #333;
}

.breadcrumbs ul li:after {
    content: "|";
    padding: 0 10px;
    color: #999;
}

.breadcrumbs ul li:last-child:after {
    content: "";
    padding: 0;
}

/*underline heading*/
.sub-heading-list strong:after {
    content: "";
    width: 80%;
    height: 3px;
    background: #e3740e;
    -webkit-transform: skewX(-24deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-31deg);
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0px;
}

/*Glowing Button*/
.big_blink_btn {
    display: block;
    padding: 0.375rem 0.75rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 3000ms infinite;
    -moz-animation: glowing 3000ms infinite;
    -o-animation: glowing 3000ms infinite;
    animation: glowing 3000ms infinite;
}

@keyframes glowing{
    0% {
        background-color: #000;
        box-shadow: 0 0 3px #000;
    } 50% {
        background-color: #e3740e;
        box-shadow: 0 0 10px #e3740e;
    } 100% {
        background-color: #000;
        box-shadow: 0 0 3px #000;
    }
}

/*About Us*/
.details-icon {
    margin-right: -20px;
    z-index: 1;
}

/*Services*/
.service-page-card {
    border-radius: 35px 0px !important;
    cursor: pointer;
}
/* Define the rotation animation */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Apply the animation on hover */
.service-page-card:hover i {
    animation: rotate360 0.5s linear;
}
.service-page-card:hover {
    background-color: #f8f9fa !important;
    border-radius: 0px 35px !important;
}
.service-page-card:hover .card-hover-color {
    color: #e3740e;
}
.card-top-icon {
    margin-top: -35px;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.15);
}
.service-page-card:hover .card-top-icon {
    background-color: #f8f9fa !important;
}

/*Auction Verification*/
.card-top-icon {
    margin-top: -20px;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.15);
}
.list-square {
    list-style-type: square;
    padding-left: 20px; /* Ensure proper indentation */
}

/*Stock List*/
.square-diagonal::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: linear-gradient(120deg, white 50%, transparent 50%);
}
@media (min-width: 576px) {
    /* Add right border to all columns */
    .stock-four-feature .col-sm-6.col-lg {
        border-right: 1px solid #ccc;
    }

    /* Remove right border from every second column */
    .stock-four-feature .col-sm-6.col-lg:nth-child(even) {
        border-right: none;
    }
}
@media (min-width: 992px) {
    .stock-four-feature .col-sm-6.col-lg:not(:last-child) {
        border-right: 1px solid #ccc;
    }
}

@media (max-width: 575px) {
    /* Add right border to all columns */
    .stock-four-feature .col-sm-6.col-lg {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
}

@media (min-width: 767px) {
    .title-width {
        padding-right: 200px;
    }
}

/*Product Details*/
.gallery-grid:hover .zoom-overlay-hover::after {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='m15.504 13.616l-3.79-3.223c-.392-.353-.811-.514-1.149-.499a6 6 0 1 0-.672.672c-.016.338.146.757.499 1.149l3.223 3.79c.552.613 1.453.665 2.003.115s.498-1.452-.115-2.003zM6 10a4 4 0 1 1 0-8a4 4 0 0 1 0 8m1-7H5v2H3v2h2v2h2V7h2V5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50px; /* Adjust size as needed */
    background-position: center center;
    background-color: rgb(0, 0, 0, 0.3);
}
.top-left-triangle{
    width: 125px;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.top-left-triangle span{
    transform: rotate(-45deg);
    padding-bottom: 40px;
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

/*footer*/
footer .nav-link{
    color: rgb(0, 0, 0);
}
footer .nav-link:hover{
    color: var(--bs-primary);
}

footer .top-footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .top-footer:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e4e4e4;
    opacity: 0.8;
}
footer .top-footer .container{
    z-index: 1;
}
footer .top-footer a:hover, .bottom-footer a:hover{
    color: #e3740e !important;
}

.nav-link{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

/*Process Steps*/
.procedure-steps {
    margin-right: -40px;
    z-index: 1;
}

.shadow-equally{
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.15);
}
/*Image Grayscale*/
.grayscale {
    filter: grayscale(100%);
}

.auction-sheet-font-size-small {
    font-size: 12px;
}

.auction-sheet-font-size-medium {
    font-size: 14px;
}

.auction-sheet-font-size-large {
    font-size: 16px;
}

.get-original-auction-sheet {
    color: #00000099;
    font-weight: 400;
    margin-bottom: 8px;
}

.chassis-input-label {
    font-size: 14px;
    font-weight: 500;
    color: #0A0D14;
}

.chassis-info-style {
    border: 14px solid #F1F5F9;
    border-radius: 5px;
}

/* Responsive flexbox for auction sheet details */
.auction-sheet-flexbox {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
}
.auction-sheet-image {
    flex: 7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction-sheet-details {
    flex: 3;
    display: flex;
    align-items: center;
}
.gray_border_box {
    border: 1px solid #C4CEDC;
}

.select2-container .select2-selection--single {
    height: 37.33px !important;
    border: 1px solid #dee2e6 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   padding-top: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   top: 5px !important;
}
.disabled-auction-sheet-input {
    background-color: #F1F5F980 !important;
    pointer-events: none;
}
.disabled-yes-button {
    background-color: #E0E0E0 !important;
    pointer-events: none;
    color: #6C757D !important;
    cursor: not-allowed !important;
    border: 1px solid #C4CEDC !important;
    border-radius: 4px !important;
}
.cursor-pointer{
    cursor: pointer;
}
.auction-sheet-price-style {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .auction-sheet-flexbox {
        flex-direction: column;
    }
    .auction-sheet-image, .auction-sheet-details {
        flex: unset;
        width: 100%;
        /* justify-content: center;
        align-items: center; */
    }
    .auction-sheet-details p {
        text-align: center;
    }
}


