@media (max-width: 768px) {
  .home .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    margin-top: 65px;
  }
  .mt150 {
    margin-top: 300px !important;
  }
  .res-d-block {
    display: block !important;
  }
  .res-d-none {
    display: none;
  }
  .res-text-center {
    text-align: center;
  }
  .hamburger {
    display: block;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    position: absolute; /* 👈 makes it float inside header */
    top: 20px; /* adjust based on your header height */
    right: 20px;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 8px;
    font-size: 40px;
    line-height: 22px;
    transition: all 0.3s ease;
  }
  .res-hide {
    display: none;
  }
  .res-show {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .galaxy {
    padding: 10px;
  }
  .banner_bg {
    margin-top: 180px !important;
  }
  /* Hamburger button */

  /* Overlay */
  .mobile-menu-modal {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* dark background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  /* Popup content */
  .mobile-menu-content {
    background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    animation: fadeInUp 0.3s ease;
  }

  /* Close button */
  .menu-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
  }

  /* Menu links */
  .mobile-menu-content nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-content nav ul li {
    border-bottom: 1px solid #eee;
  }
  .mobile-menu-content nav ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
  }

  /* Small animation */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .accordion-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .accordion-item {
    border-bottom: 1px solid #ddd;
  }

  .accordion-btn {
    width: 100%;
    display: block;
    padding: 14px 16px;
    font-size: 16px;
    text-align: left;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
  }

  .accordion-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg); /* Right arrow */
    transition: transform 0.3s ease;
  }

  .accordion-btn.active::after {
    transform: rotate(225deg); /* Down arrow */
  }

  .accordion-content {
    display: none;
    padding: 0 16px;
    background: #f9f9f9;
  }

  .accordion-content a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
  }

  .banner-slider .splide__arrow--prev {
    left: 1rem !important;
  }
  .banner-slider .splide__arrow--next {
    right: 1rem !important;
  }
  .banner_bg h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.5px;
  }
  .banner_bg p {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.25px;
  }
  .banner_bg_button {
    font-size: 12px;
    padding: 12px;
  }
  .header_text h2 {
    font-size: 20px;
    line-height: normal;
  }
  .explore-more button {
    width: 36px;
    height: 36px;
  }
  .extensive-car-type-select {
    padding-left: 12px;
  }
  .set_alert_btn {
    padding: 10px;
    font-size: 15px !important;
  }
  .search_result_img {
    width: 60px;
    height: 60px;
  }
  .auction_live {
    min-width: 400px;
    overflow-x: auto;
    padding: 5px;
  }
  .table-responsive {
    min-width: 400px;
    overflow-x: auto;
    display: block !important;
  }
  .header_text h2 {
    margin-top: 0 !important;
  }
}
/* Large desktops ≥ 992px */
@media (min-width: 992px) {
}

/* Extra large ≥ 1200px */
@media (min-width: 1200px) {
}

@media (max-width: 2100px) {
  .container {
    max-width: 95vw !important;
  }

  .footer .container {
    max-width: 87vw important;
  }
}

@media (max-width: 1800px) {
  .container {
    max-width: 95vw !important;
  }

  .footer .container {
    max-width: 87vw important;
  }
}

@media (max-width: 1500px) {
  .container {
    max-width: 95vw !important;
  }

  .footer .container {
    max-width: 87vw important;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 95vw !important;
  }

  .footer .container {
    max-width: 87vw important;
  }
}

@media (max-width: 991.98px) {
  .footer .colown-flex {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .colown-flex > .col-own {
    width: calc(100% / 3);
  }
}

@media (max-width: 767.98px) {
  .colown-flex > .col-own {
    width: calc(100% / 2) !important;
  }

  .other-links ul {
    flex-wrap: wrap;
    gap: 24px;
  }

  .service-1 ul {
    margin-bottom: 0;
  }

  .service-1 ul > li:last-child > a {
    margin-bottom: 0;
  }

  .service-2 {
    display: none;
  }
  .all-images {
    height: 205px;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .colown-flex > .col-own {
    width: calc(100% / 1) !important;
  }

  .footer .colown-flex {
    row-gap: 12px;
  }

  .banner_bg h1{
    margin-top: 0;
  }

      .banner_bg {
        margin-top: 246px !important;
    }

  #global-search-form input[type="text"]::placeholder {
    font-size: 14px !important;
  }

  header .site_header1{
    height: auto;
    padding: 10px 15px;
  }
}

@media(max-width:567px){
  .notification-panel {
   
    min-width: 393px;
    right: -360px;
    z-index: 99;
}

 #global-search-form input[type="text"]::placeholder {
    font-size: 14px !important;
  }
}
