  @media (max-width: 768px) {
      .hero-video-section {
          height: auto !important;
          min-height: auto !important;
      }
  }

  .search-cars {
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      transform: translateY(-80px);
  }

  .search-cars__title {
      font-size: 28px;
      line-height: 1.25;
      margin-bottom: 12px;
  }

  .search-cars p {
      font-size: 14px;
      margin-bottom: 20px;
  }


  .hero-video-section {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
  }

  /* Video wrapper */
  .tp-showcase-slider-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .tp-showcase-slider-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .hero-video-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 2;
  }

  .search-cars {
      position: absolute;
      inset: 0;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* Swiper wrapper fix */
  .sw-single-thumb {
      width: 780px;
  }

  /* Ensure text stays centered */
  .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
  }

  .text-center {
      text-align: center !important;
  }

  /* TITLE */
  .search-cars__title {
      color: #fff;
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 15px;
      font-weight: 800;
      text-transform: uppercase;
      font-style: italic;

  }

  /* SUBTITLE */
  .search-cars p {
      color: #fff;
      font-size: 20px;
  }



  @media (max-width: 768px) {
      .search-cars__title {
          font-size: 20px;
          font-weight: 800;
          margin-top: 150px;
          margin-bottom: 5px;
      }

      .search-cars p {
          font-size: 14px;
          padding: 0 15px;
          font-weight: 400;
      }

      .search-cars__select,
      .search-cars__filter,
      .btn.btn-large-2,
      .search-cars__search {
          height: 36px;
          font-size: 12px;
      }

  }


  /* video wrapper */
  .tp-showcase-slider-bg {
      position: relative;
      width: 100%;
      height: 100vh;
      /* desktop full screen */
  }

  /* video fit */
  .tp-showcase-slider-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  @media (max-width: 768px) {
      .tp-showcase-slider-bg {
          height: auto;
      }
  }

  .padding-bottom-20 {
      padding-bottom: 20px;
  }

  @media (max-width: 768px) {
      .car-adds-section {
          margin-top: 25px !important;
          padding-bottom: 70px;
      }
  }





  .car-adds-section {
      margin-top: -70px;
      padding-bottom: 100px;
  }

  .home-2-car-adds-items .items-head .border-one {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 150px;
      line-height: 150px;
      margin: auto;
      border-radius: 50%;
      position: relative;
  }

  .home-2-car-adds-items .items-head .border-one::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      border-top: 1px solid #CAD1DC;
      border-right: 1px solid #CAD1DC;
      border-bottom: 1px solid #CAD1DC;
      -webkit-animation: round 3s linear infinite;
      animation: round 3s linear infinite;
  }

  .home-2-car-adds-items .items-head .border-one .border-two-wrap {
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      border: 1px dashed #CAD1DC;
      margin: auto;
  }

  .home-2-car-adds-items .items-head .border-one .border-two {
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      margin: auto;
      position: relative;
      -webkit-animation: round-reverse 3s linear infinite;
      animation: round-reverse 3s linear infinite;
  }

  .home-2-car-adds-items .items-head .border-one .border-two::before {
      content: '';
      position: absolute;
      top: 8px;
      right: 8px;
      width: 12px;
      height: 12px;
      line-height: 12px;
      border-radius: 50%;
      border: 1px solid #F7B440;
  }

  .home-2-car-adds-items .items-head .border-one .border-two::after {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 8px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      border-radius: 50%;
      border: 1px solid #2FA1F9;
  }

  .home-2-car-adds-items .items-head .border-one .icon {
      font-size: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #F5F5F5;
      width: 70px;
      height: 70px;
      line-height: 70px;
      border-radius: 50%;
  }

  .home-2-car-adds-items .items-head.one .border-one::after {
      border-left: 1px solid #FB0937;
  }

  .home-2-car-adds-items .items-head.one .border-one .icon {
      color: var(--main-color-one);
  }

  .home-2-car-adds-items .items-head.two .border-one::after {
      border-left: 1px solid #4CABFF;
  }

  .home-2-car-adds-items .items-head.two .border-one .icon {
      color: #4CABFF;
  }

  .home-2-car-adds-items .items-head.three .border-one::after {
      border-left: 1px solid #35CE9F;
  }

  .home-2-car-adds-items .items-head.three .border-one .icon {
      color: #35CE9F;
  }

  .home-2-car-adds-items .items-body .title {
      color: #ffffff;
      font-size: 22px;
      line-height: 32px;
      font-family: var(--body-font);
      font-weight: 600;
      margin-bottom: 0;
  }

  .home-2-car-adds-items .items-body .padding-around {
      padding: 10px 40px;
  }

  .home-2-car-adds-items .items-body p {
      color: #ffffff;
      font-size: 14px;
      line-height: 30px;
      font-weight: 400;
      margin-bottom: 0;
  }

  .home-2-car-adds-items .items-body .main-btn-wrap .main-btn {
      color: #ffffff;
      text-transform: uppercase;
  }

  .home-2-car-adds-items .items-body .main-btn-wrap .main-btn:hover {
      color: #fff;
      background-color: var(--main-color-one);
  }

  @-webkit-keyframes round {
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }

  @keyframes round {
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }

  @-webkit-keyframes round-reverse {
      100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
      }
  }

  @keyframes round-reverse {
      100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
      }
  }






  .mb-20 {
      margin-bottom: 20px;
  }

  .m-auto {
      margin-left: auto;
      margin-right: auto;
      display: block;
  }

  .bg-dark {
      background-color: black;
  }

  .performance-btn {
      display: inline-block;
      background: #e9e9e9d9;
      padding: 15px 40px;
      text-decoration: none;
      transform: skewX(-12deg);
      position: relative;
      overflow: hidden;
  }

  .performance-btn span {
      display: block;
      transform: skewX(12deg);
      color: #222;
      font-size: 15px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .performance-btn:hover {
      background: #e9e9e9d9;
  }

  @media (max-width: 768px) {
      .performance-btn {
          padding: 5px 10px;
      }

      .sw-single-thumb {
          width: 280px;
      }

      .performance-btn span {
          font-size: 14px;
      }
  }

  /* Mobile */
  @media (max-width: 480px) {
      .performance-btn {
          padding: 5px 10px;
      }

      .performance-btn span {
          font-size: 12px;
      }
  }

  .waasc-title {
      font-size: 35px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 25px;
      color: #1a1a1a;
  }

  .slider-container {
      position: relative;
      margin-bottom: 70px;
  }

  .swiper.popularModelsSwiper {
      overflow: visible !important;
      padding-bottom: 20px !important;
  }

  .waasc-card-link {
      text-decoration: none !important;
      display: block;
      outline: none;
  }

  .waasc-card {
      position: relative;
      width: 100%;
      max-width: 400px;
      aspect-ratio: 4 / 4;
      overflow: hidden;
      border-radius: 2px;
      background: #111;
      margin: 0 auto;
  }

  .waasc-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.88;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  }

  .waasc-card-link:hover .waasc-card img {
      transform: scale(1.04);
      opacity: 0.95;
  }

  .waasc-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 100%);
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
  }

  .waasc-card-subtitle {
      font-size: 16px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 500;
      margin-bottom: 4px;
      letter-spacing: 1px;
      font-style: italic;
  }

  .waasc-title-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
  }

  .waasc-card-title {
      font-size: 40px;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      margin: 0;
      font-style: italic;
  }

  .waasc-card-arrow {
      display: inline-flex;
      align-items: center;
      color: #fff;
      font-size: 35px;
      line-height: 1;
      opacity: 0;
      transform: translateX(-15px);
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  }

  .waasc-card-link:hover .waasc-card-arrow {
      opacity: 1;
      transform: translateX(0);
  }

  /* স্লাইডার কন্ট্রোলস (Scrollbar + Navigation) */
  .waasc-slider-bottom-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      margin-top: 25px;
      width: 100%;
  }

  .waasc-scrollbar-wrapper {
      flex-grow: 1;
      position: relative;
      height: 3px;
  }

  .swiper-scrollbar {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background: #ededed !important;
      border-radius: 0 !important;
  }

  .swiper-scrollbar-drag {
      background: #222 !important;
      border-radius: 0 !important;
      cursor: grab;
  }

  .swiper-scrollbar-drag:active {
      cursor: grabbing;
  }

  .waasc-slider-nav {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
  }

  .waasc-nav-btn {
      width: 35px;
      height: 35px;
      border: 1px solid #e2e2e2;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      user-select: none;
  }

  .waasc-nav-btn i {
      font-size: 20px;
      color: #777;
      transition: color 0.25s ease;
      line-height: 1;
      font-style: normal;
      font-weight: bold;
  }

  .waasc-nav-btn:hover {
      background: #111;
      border-color: #111;
  }

  .waasc-nav-btn:hover i {
      color: #fff;
  }