/*====CARS-LIST ====*/
.page-cars-list {
  background-color: #F8FAFC;
  //padding-bottom: 125px;
  margin-top: 111px;


  .cars-higlight {
    padding: 60px 0 125px 0;
    background-color: white;

    .fuel-icon-brand {
      position: absolute;
      top: 15px;
      right: 10px;
      z-index: 10;


      .fuel-img-icon {
        width: 30px;
        height: auto;
      }

      .tooltip-text {
        font-family: "Roboto";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 2px solid #2563EB;
        color: #2563EB;
        font-weight: 700;
        letter-spacing: 1px;

        background-color: #fff;
        text-align: center;
        padding: 5px 15px;
        font-size: 13px;
        border-radius: 8px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 10;
        left: -50px;
        bottom: 5px;
      }




    }
    .fuel-icon-brand:hover .tooltip-text {
      opacity: 1;
      visibility: visible;
    }

    // CAR card link
    .card-link {
      border: 1px solid #CBD5E1;
      border-radius: 13px;
      //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
      //padding: 10px;
      transition: all 0.3s ease-in-out;
      background-color: #F1F5F9;

      &.card-link-highlight {
        background-color: #475569;
        border-color: #475569;
        color: #fff;

        &:hover {
          background-color: #334155;
        }

        p, span, a, .go-simple-button, .go-simple-link-2 {
          color: #fff !important;
        }
        .tooltip-text {
          color: #2563EB !important;
        }
        .go-simple-button {
          border-color: #fff !important;
        }
        .value-price, .value-price span {
          color: #000 !important;
        }
        .right-arrow {
          filter: brightness(0) invert(1);
        }
      }

      .vehicle-info {
        display: inline-flex;
        li {
          margin-right: 15px;
        }
      }

      .vehicle-info {
        display: inline-flex;
      }

      .card-specs {
        padding: 10px;
      }

      .card-image {
        aspect-ratio: 4 / 3;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
      }

      .card-car-image {
        border-radius: 13px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .card-car-no-image {
        border-radius: 13px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      //.card-image {
      //  height: 300px;
      //  display: flex;
      //  justify-content: center; /* Centers horizontally */
      //  align-items: center; /* Optional: centers vertically */
      //}
      //
      //.card-car-image {
      //  border-radius: 13px;
      //  width: 100%;
      //}
      //.card-car-no-image {
      //  border-radius: 13px;
      //  max-width: 94%;
      //  //width: 100%;
      //}

      .car-text {
        padding: 10px;
      }
      .car-value {
        padding: 10px;
      }

      .value-box-left {
        background-color: #BFDBFE;
        border-radius: 8px;
        height: 35px;
        line-height: 35px;
        text-align: center;
      }
      .value-box-right {
        background-color: #E2E8F0;
        border-radius: 8px;
        height: 35px;
        text-align: center;
      }

      .car-specs {
        padding: 10px;
        ul {
          display: flex;
          justify-content: space-between;
          list-style-type: none;
          padding-inline-start: 0;

          li {

          }

        }
        p.spec-text {
          font-family: "Roboto";
          color: #475569;
          font-size: 10px;
          font-weight: 400;
          line-height: 14px;
        }
      }

      .car-card-link {

        .go-simple-button {
          display: flex;
          align-items: center;
          height: 40px;
          width: 100%;
          border: 2px solid #2563EB;
          color: #2563EB;
          text-align: center;
          font-family: "Roboto";
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 3.25rem;
          letter-spacing: .004rem;
          text-decoration: none;
          border-radius: 8px;
          transition: background-color .6s, color .6s;
          padding: 0 20px;
          justify-content: center;

          .right-arrow {
            margin-left: 10px;
          }
        }

      }

      p.value-price {
        font-family: "Roboto";
        color: #000000;
        font-size: 10px;
        font-weight: 400;
        line-height: 35px;
        span {
          font-size: 20px;
          font-weight: 600;
        }
      }

      p.car-brand {
        font-family: "Roboto";
        color: #1E40AF;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 0;
        text-align: left;
      }

      p.car-version {
        font-family: "Roboto";
        color: #475569;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        text-align: left;
      }


    }
    a.card-link-button:hover {
      .card-link:not(.card-link-highlight) {
        border: 1px solid #60A5FA;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-radius: 13px;
        background: #F1F5F9;
        transition: all 0.3s ease-in-out;
      }

    }

    // DESTAK card link
    .card-link-destak {
      border: 1px solid #CBD5E1;
      border-radius: 13px;
      //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
      transition: all 0.3s ease-in-out;

      .card-car-image {
        border-radius: 13px;
        width: 100%;
      }

      .destak-box {
        padding: 15px;
      }


      p.destak-title {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 10px;
        text-align: left;
      }

      p.destak-text {
        font-family: "Roboto";
        color: #475569;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        text-align: left;
      }


      .car-value {
        padding: 10px;
      }





      .destak-card-link {

        .go-simple-button-2 {
          display: flex;
          align-items: center;
          height: 40px;
          width: 100%;
          color: #1E3A8A;
          text-align: center;
          font-family: "Roboto";
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 3.25rem;
          letter-spacing: .004rem;
          text-decoration: none;
          border-radius: 8px;
          transition: background-color .6s, color .6s;
          padding: 15px 20px 30px 20px;

          .right-arrow {
            margin-left: 10px;
          }
        }

      }

      p.value-price {
        font-family: "Roboto";
        color: #000000;
        font-size: 10px;
        font-weight: 400;
        line-height: 35px;
        span {
          font-size: 20px;
          font-weight: 500;
        }
      }




    }
    a.card-link-destak-button:hover {
      .card-link-destak {
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-radius: 13px;
        background: #F1F5F9;
        transition: all 0.3s ease-in-out;
      }

    }

    p.section-title {
      font-family: "Roboto";
      color: #334155;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 35px;
      text-align: left;
    }
    p.section-category-title {
      font-family: "Roboto";
      color: #60A5FA;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0px;
      letter-spacing: 2px;
      text-align: left;
    }

    .section-button {
      float: right;
    }

    .swiper-button-prev:after {
      content: none;
    }
    .swiper-button-next:after {
      content: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .swiper-button-prev {
      left: 3%;
      background-image: url('assets/images/arrow-gallery-left.png');
      background-color: #2563EB;
      border-radius: 8px;
    }

    .swiper-button-next {
      right: 3%;
      background-image: url('assets/images/arrow-gallery-right.png');
      background-color: #2563EB;
      border-radius: 8px;
    }

  }


  .show-more-btn-section {

    margin-top: 20px;

    .banner-search-button {
      display: flex;
      float: right;
      align-items: center;
      height: 50px;
      width: 185px;
      background-color: #2563EB;
      border: 1px solid #2563EB;
      color: #fff;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 15px;
      justify-content: center;
    }
  }

  .border-filters {
    border: 1px solid #2463eb !important;
  }

  .cars-list-banner-section {
    margin-bottom: 5%;
  }

  .fuel-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;


    .fuel-img-icon {
      width: 30px;
      height: auto;
    }

    .tooltip-text {
      font-family: "Roboto";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #2563EB;
      color: #2563EB;
      font-weight: 700;
      letter-spacing: 1px;

      background-color: #fff;
      text-align: center;
      padding: 5px 15px;
      font-size: 13px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 10;
      left: -50px;
      bottom: 5px;
    }




  }
  .fuel-icon:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }


  // CAR card link
  .card-link {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    //padding: 10px;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    background-color: #F1F5F9;

    &.card-link-highlight {
      background-color: #475569;
      border-color: #475569;
      color: #fff;

      &:hover {
        background-color: #334155;
      }

      p, span, a, .go-simple-button, .go-simple-link-2 {
        color: #fff !important;
      }
      .tooltip-text {
        color: #2563EB !important;
      }
      .go-simple-button {
        border-color: #fff !important;
      }
      .value-price, .value-price span {
        color: #000 !important;
      }
      .right-arrow {
        filter: brightness(0) invert(1);
      }
    }

    .vehicle-info {
      display: inline-flex;

      li {
        margin-right: 15px;
      }
    }

    .card-specs {
      padding: 10px;
    }

    .card-image {
      aspect-ratio: 4 / 3;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .card-car-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .card-car-no-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    //.card-image {
    //  height: 265px;
    //  display: flex;
    //  justify-content: center; /* Centers horizontally */
    //  align-items: center; /* Optional: centers vertically */
    //}
    //
    //.card-car-image {
    //  border-radius: 13px;
    //  width: 100%;
    //  //height: 100%;
    //}

    .car-text {
      padding: 10px;
    }
    .car-value {
      padding: 10px;
    }

    .value-box-left {
      background-color: #BFDBFE;
      border-radius: 8px;
      height: 35px;
      line-height: 35px;
      text-align: center;
    }
    .value-box-right {
      background-color: #E2E8F0;
      border-radius: 8px;
      height: 35px;
      text-align: center;
    }

    .car-specs {
      padding: 10px;
      ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        padding-inline-start: 0;

        li {
          text-align: center;
        }

      }
      p.spec-text {
        font-family: "Roboto";
        color: #475569;
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
      }
    }

    .car-card-link {

      .go-simple-button {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 2px solid #2563EB;
        color: #2563EB;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 10px;
        }
      }

    }

    p.value-price {
      font-family: "Roboto";
      color: #000000;
      font-size: 10px;
      font-weight: 400;
      line-height: 35px;
      span {
        font-size: 20px;
        font-weight: 600;
      }
    }

    p.car-brand {
      font-family: "Roboto";
      color: #1E40AF;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 0;
      text-align: left;
    }

    p.car-version {
      font-family: "Roboto";
      color: #475569;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      text-align: left;
    }


  }
  a.card-link-button:hover {
    .card-link:not(.card-link-highlight) {
      border: 1px solid #60A5FA;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 13px;
      background: #F1F5F9;
      transition: all 0.3s ease-in-out;
    }

  }

  .card-link-opportunities {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    margin: 15px 0;


    .card-car-image {
      border-radius: 13px;
      width: 100%;
    }

    .destak-box {
      padding: 15px;
    }


    p.destak-title {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 10px;
      text-align: left;
    }

    p.destak-text {
      font-family: "Roboto";
      color: #475569;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      text-align: left;
    }


    .car-value {
      padding: 10px;
    }





    .destak-card-link {

      .go-simple-button-2 {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        color: #1E3A8A;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 15px 20px 30px 20px;

        .right-arrow {
          margin-left: 10px;
        }
      }

    }

    p.value-price {
      font-family: "Roboto";
      color: #000000;
      font-size: 10px;
      font-weight: 400;
      line-height: 35px;
      span {
        font-size: 20px;
        font-weight: 500;
      }
    }




  }
  a.card-link-opportunities-button:hover {
    .card-link-opportunities {
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 13px;
      background: #F1F5F9;
      transition: all 0.3s ease-in-out;
    }

  }


  .cars-list-banner-section {
    padding-top: 25px;
    height: 0;
    //background-color: #1E293B;
    background-color: #F8FAFC;
  }

  .cars-section-filter {
    padding: 25px 0 50px 0;





    //.sub-filter {
    //  background-color: #F1F5F9;
    //
    //  border-radius: 8px;
    //  //opacity: 0.8;
    //  border: 1px solid #CBD5E1;
    //  padding: 30px;
    //
    //  ul.sub-filter-buttons {
    //    list-style-type: none;
    //    display: flex;
    //    padding-inline-start: 0;
    //
    //    li {
    //      margin: 0 0!important;
    //    }
    //  }
    //
    //  ul.select-list-drop {
    //    margin-bottom: 20px;
    //  }
    //
    //  ul.select-list {
    //
    //    list-style-type: none;
    //    display: flex;
    //    padding-inline-start: 0;
    //    justify-content: space-between;
    //  }
    //  li {
    //    margin: 0 10px;
    //  }
    //
    //}

    .sub-filter {
      background-color: #F1F5F9;
      border-radius: 8px;
      border: 1px solid #CBD5E1;
      padding: 30px;
    }

    ul.select-list-drop, ul.select-list {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap; /* Allow wrapping */
      padding-inline-start: 0;
    }

    ul.select-list-drop {
      margin-bottom: 20px;
    }

    ul.select-list {
      justify-content: space-between;
    }

    li {
      margin: 0 10px 15px 10px;
      flex: 1 1 150px; /* Allow items to grow and shrink */
    }

    li.select-list-button {
      margin: 0 10px 0 10px;
    }


    @media (max-width: 768px) {
      li {
        flex: 1 1 100%; /* Full width on small screens */
      }
    }

    .banner-search-button {
      display: flex;
      align-items: center;
      height: 50px;
      width: 185px;
      background-color: #2563EB;
      border: 1px solid #2563EB;
      color: #fff;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 15px;
      justify-content: center;

      .right-arrow {
        margin-left: 25px;
      }
    }

    .banner-search-select {
      display: flex;
      align-items: center;
      height: 50px;
      min-width: auto;
      width: 100%;
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      text-align: left;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      margin-bottom: 10px;

      /* Style for select */
      background-image: url("/../assets/images/chev-down.png");
      background-repeat: no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .banner-search-select option {
      color: black;     }

    .car-simple-button {
      display: flex;
      align-items: center;
      height: 50px;
      width: 100%;
      border: 2px solid #2563EB;
      color: #2563EB;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: .004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 10px;
      }
    }

  }



  .cars-section-1 {
    //padding-top: 65px;
    //padding-bottom: 65px;

    p.car-brand-title {
      font-family: "Roboto";
      color: #1E3A8A;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }
    .tab-filter {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 35px;
      text-align: left;
      padding-bottom: 10px;

    }

    .tab-filter-active {
      border-bottom: 2px solid #0F172A;
    }

    a.active {

    }

      ul.filter-tabs {
        display: flex;
        padding-top: 25px;
        li {
          margin-right: 15px;
        }
      }

    p.order-select-label {
      text-align: right;
      margin-right: 155px;
      margin-bottom: 10px;
      margin-top: 25px;
      color: #0F172A;
      font-family: "Roboto";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.6px;
    }

    .filter-search-select {
      display: flex;
      align-items: center;
      height: 50px;
      width: 230px;
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      text-align: left;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      margin-bottom: 25px;

      /* Style for select */
      background-image: url("/../assets/images/chev-down.png");
      background-repeat: no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .filter-search-select option {
      color: black;     }





  }

  .cars-section-2 {
    margin: 35px 0;

    .cars-separator {
      background-image:url("/../assets/images/separator-temp-2.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      //margin: 25px 0;
      height: 400px;
      border-radius: 25px;
      padding: 60px;
      justify-content: center;
    }


    p.separator-title {
      font-family: "Roboto";
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: 1.3;
      text-align: left;
    }
    p.separator-subtitle {
      font-family: "Roboto";
      color: #ffffff;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }


    .banner-search-button {

      display: flex;
      align-items: center;
      height: 50px;
      width: 185px;
      background-color: #2563EB;
      border: 1px solid #2563EB;
      color: #fff;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 25px;
      }
    }

  }
  .no-image-car {
    //max-height: 256px;
  }
}

.go-simple-link-2 {
  margin-top: 10px;
  background-color: #2563EB;
  color: #ffffff!important;
}

.form-car-button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #2563EB;
  border: 1px solid #2563EB;
  color: #fff!important;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 3.25rem;
  letter-spacing: 0.004rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.6s, color 0.6s;
  padding: 0 20px;
  justify-content: center;

  .right-arrow {
    margin-left: 25px;
  }
}

.cars-separator {
  //background-image:url("/../assets/images/separator-temp-2.jpg");
  //background-image: url("/../assets/images/separator-temp-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; /* Ocupará 100% da altura do pai */
  border-radius: 25px;
  padding: 60px;
  display: flex; /* Flexbox para centralizar */
  flex-direction: column; /* Elementos em coluna */
  justify-content: center; /* Centralizar verticalmente */
  overflow: hidden; /* Prevenir ultrapassagem de conteúdo */

  .banner-search-button {

    display: flex;
    align-items: center;
    height: 50px;
    width: 185px;
    background-color: #2563EB;
    border: 1px solid #2563EB;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 20px;
    justify-content: center;

    .right-arrow {
      margin-left: 25px;
    }
  }

  p.separator-title {
    font-family: "Roboto";
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
  }
  p.separator-subtitle {
    font-family: "Roboto";
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
  }
}



.car-separator-1 {
  margin: 10px 0 10px 0;
  height: 97%;
}
.car-separator-2 {
  margin: 10px 0 10px 0;
  height: 97%;
}
.car-separator-4 {
  margin: 10px 0 10px 0;
  height: 400px;
}

/*====CARS-DETAIL ====*/
.page-cars-detail {
  background-color: #F8FAFC;
  padding-bottom: 125px;
  padding-top: 135px;

  .fuel-icon-brand {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;


    .fuel-img-icon {
      width: 30px;
      height: auto;
    }

    .tooltip-text {
      font-family: "Roboto";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #2563EB;
      color: #2563EB;
      font-weight: 700;
      letter-spacing: 1px;

      background-color: #fff;
      text-align: center;
      padding: 5px 15px;
      font-size: 13px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 10;
      left: -50px;
      bottom: 5px;
    }




  }
  .fuel-icon-brand:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }


  .car-detail-gallery {
    position: relative;
  }

  .fuel-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;


    .fuel-img-icon {
      width: 50px;
      height: auto;
    }

    .tooltip-text {
      font-family: "Roboto";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #2563EB;
      color: #2563EB;
      font-weight: 700;
      letter-spacing: 1px;

      background-color: #fff;
      text-align: center;
      padding: 5px 15px;
      font-size: 16px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 10;
      left: -60px;
      bottom: 25px;
    }




  }
  .fuel-icon:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }


  .form-checkout {
    display: inline-flex;

    li {
      margin-right: 15px;
    }
  }

  .center-text {
    text-align: center!important;
  }

  .card-car-image {
    border-radius: 16px;
    max-height: 1015px;
    width: 100%;
  }

  .no-image-car {
    max-height: 256px;
  }

    .card-car-image-preview {
      width: 100px;
      padding: 0 5px;
      border-radius: 8px;
    }

  .car-gallery-top {
    padding-bottom: 25px!important;

    .swiper-button-prev {
      content: url("../assets/images/arrow-gallery-left.png");
      width: 40px; /* Adjust width as needed */
      height: 40px; /* Adjust height as needed */
      top: 50%;
      left: 3%;
    }
    .swiper-button-next {
      content: url("../assets/images/arrow-gallery-right.png");
      width: 40px; /* Adjust width as needed */
      height: 40px; /* Adjust height as needed */
      top: 50%;
      left: 93%;
    }

    .swiper {
      padding-bottom: 15px;
    }
  }

  .car-gallery-bottom {
      padding-bottom: 40px !important;
      margin-bottom: -15px;

    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 103%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      z-index: 10;
    }

    .swiper-button-prev {
      //content: url("../assets/images/arrow-gallery-left.png");
      //left: 3%;
    }
    .swiper-button-next {
      //content: url("../assets/images/arrow-gallery-right.png");
      //left: 93%;
    }

    .swiper {
      padding-bottom: 15px;
    }
  }

  .swiper-button-prev,
  .swiper-button-next {
    color: #2563EB;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    top: 90%;
    width: 20px;
    height: 20px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    left: 65px;
  }
  .swiper {
    padding-bottom: 100px;
  }



.car-detail-specs {

  .spec-row {
    display: flex;
    margin: 10px 0;
  }

}

  .car-detail-specs-row {
    margin-top: 50px;

    .spec-row {
      display: flex;
      margin: 10px 0;
    }

  }

  .car-detail-section-1 {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 15px;

    &.car-detail-highlight {
      //background-color: #DBEAFE;
      background-color: #475569;

      p.section-title {
        color: #ffffff;
      }
      p.car-info-spec-name {
        color: #ffffff;
      }
      p.outlet-detail-prod-name {
        color: #ffffff;
      }
      p.car-detail-model {
        color: #ffffff;
      }
      p.car-detail-model {
        color: #ffffff;
      }
      p.car-detail-price {
        color: #ffffff;
      }
      p.car-info-name {
        color: #ffffff;
      }
      .header-spec-row-name {
        color: #ffffff;
      }
      .header-spec-row-value {
        color: #ffffff;
      }
      .form-simple-button {
        background-color: #ffffff;
      }

    }
  }

  .car-detail-section-2 {
    padding-top: 50px;
  }

  p.outlet-detail-title {
    font-family: "Roboto";
    color: #475569;
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0;
    text-align: left;
  }
  p.outlet-detail-description {
    font-family: "Roboto";
    color: #475569;
    font-size:16px;
    font-weight: 400;
    margin: 15px 0;
    text-align: left;
  }
  .outlet-contact {
    margin: 0 15px 15px 15px;


  }
  .contact-form {
    padding: 10px;

    background-color: #F1F5F9;
    //border: 1px solid #CBD5E1;
    border-radius: 8px;

    p.contact-form-title {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 700;
    }
    p.contact-form-label {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 14px;
      font-weight: 400;
      margin: 15px 0 5px 0;
    }

    .form-input {
      height: 48px;
      width: 100%;
      border-radius: 8px;
      padding: 8px 12px 8px 12px;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      font-size: 16px;
      font-weight: 400;
      //color: #F1F5F9;
    }
    .form-input::placeholder {
      color: #94A3B8;
      font-size: 16px;
      font-weight: 400;
      font-family: "Roboto";
    }

    .form-textarea {
      width: 100%;
      border-radius: 8px;
      padding: 15px 12px 8px 12px;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      font-size: 16px;
      font-weight: 400;
      //color: #F1F5F9;
    }
    .form-textarea::placeholder {
      color: #94A3B8;
      font-size: 16px;
      font-weight: 400;
      font-family: "Roboto";
    }



  }
  .return-bread-button {
    margin-top: 25px;
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    height: 10px;
    width: 90px;
    color: #2563EB;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    justify-content: center;

    .left-arrow {
      margin-right: 25px;
    }
  }
  .form-finance-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: #2563EB;
    border: 1px solid #2563EB;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 10px;
    justify-content: center;

    .right-arrow {
      margin-left: 25px;
    }
  }
  .form-finance-button-alt {
    background-color: #16A34A;
    border-color: #16A34A;

    &:hover {
      background-color: #15803D;
      border-color: #15803D;
    }
  }
  .form-send-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 200px;
    background-color: #2563EB;
    border: 1px solid #2563EB;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 10px;
    justify-content: center;

    .right-arrow {
      margin-left: 25px;
    }
  }
  .form-simple-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 200px;
    border: 2px solid #2563EB;
    color: #2563EB;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 20px;
    justify-content: center;

    .right-arrow {
      margin-left: 15px;
    }

  }
  .go-simple-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    border: 2px solid #2563EB;
    color: #2563EB;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 20px;
    justify-content: center;

    .right-arrow {
      margin-left: 15px;
    }

  }

  .car-info {
    margin: 5px 0 25px 0;
  }

  .category-car-btn {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 3px 10px;
    width: fit-content;
    text-align: center;
  }
  .header-spec-box {
     margin-top: 15px;

    .header-spec-row {
      border-top: 1px solid #E2E8F0;
      padding: 10px 20px;
    }
    .header-spec-row-name {
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 2px;
    }
    .header-spec-row-value {
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 2px;
    }
  }


  .car-btn-new {
    color: #1E40AF;
    border: 1px solid #DBEAFE;
    background-color: #DBEAFE;
  }
  .car-btn-used {
    color: #166534;
    border: 1px solid #DCFCE7;
    background-color: #DCFCE7;
  }
  .car-btn-service {
    color: #fff;
    border: 1px solid #475569;
    background-color: #475569;
  }
  .car-btn-service-vehicle {
    color: #7c2d12;
    border: 1px solid #fed7aa;
    background-color: #fed7aa;
  }
  .car-btn-reserved {
    color: #854D0E;
    border: 1px solid #FEF9C3;
    background-color: #FEF9C3;
  }

  .car-spec-ico {
    margin-right: 10px;
  }

  p.car-info-name {
    font-family: "Roboto";
    color: #475569;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
  }
  p.car-info-spec-name {
    font-family: "Roboto";
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    margin-top: 5px;
  }
  p.car-info-spec {
    font-family: "Roboto";
    color: #1E293B;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right;
    float: right;
    margin-top: 5px;
  }
  p.car-detail-label {
    font-family: "Roboto";
    color: #64748B;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
  }
  p.car-detail-info {
    font-family: "Roboto";
    color: #334155;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
  }
  p.outlet-detail-prod-name {
    font-family: "Roboto";
    color: #0F172A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
  }
  p.car-detail-model {
    font-family: "Roboto";
    color: #0F172A;
    font-size:  18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
  }
  p.car-detail-price {
    font-family: "Roboto";
    color: #1E40AF;
    font-size:  32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;

    span {
      font-size: 14px;
    }
  }

  p.car-brand-title {
    font-family: "Roboto";
    color: #1E3A8A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
  }

  .cars-section-1 {
    p.financing-category-title {
      font-family: "Roboto";
      color: #60A5FA;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px;
      letter-spacing: 2px;
      text-align: center;
    }
  }

  .car-detail-section-3 {
    padding: 50px 0 0 0;
  }

  .home-section-6 {
    padding: 50px 0 50px 0;


    .section-financing {
      position: relative;
      z-index: 1;
    }

    p.financing-category-title {
      font-family: "Roboto";
      color: #60A5FA;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0px;
      letter-spacing: 2px;
      text-align: left;
    }
    p.financing-title {
      font-family: "Roboto";
      color: #334155;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: left;
    }
    p.financing-text-sub-title {
      font-family: "Roboto";
      color: #475569;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      text-align: left;
    }


    .financing-link {
      margin-top: 25px;

      .go-simple-button {
        display: flex;
        align-items: center;
        height: 50px;
        width: 100%;
        border: 2px solid #2563EB;
        color: #2563EB;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 10px;
        }
      }


    }





    .financing-box {
      padding: 30px;
      background-color: #FFFFFF;
      border: 1px solid #E2E8F0;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

      .range-box {
        margin-bottom: 20px;
        padding: 16px;
        border: 1px solid #E2E8F0;
        border-radius: 8px;

        .financing-range-top {
          margin-bottom: 20px;
        }

        .financing-range {
          width: 100%;
        }
        .financing-range::-webkit-slider-runnable-track {
        }



        p.range-label {
          font-family: "Roboto";
          color: #334155;
          font-size: 10px;
          font-weight: 400;
          margin-bottom: 5px;
        }
        p.range-value {
          font-family: "Roboto";
          color: #334155;
          font-size: 10px;
          font-weight: 400;
          margin-bottom: 5px;
          float: right;
        }

      }


      .values-box-top {
        margin-top: 20px;
        padding: 16px;

        background-color: #3B82F6;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;


        p.value-top-title {
          font-family: "Roboto";
          color: #ffffff;
          font-size: 14px;
          font-weight: 400;
          margin-bottom: 5px;
          text-align: left;
        }
        p.value-top-value {
          font-family: "Roboto";
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 5px;
          text-align: left;
        }

      }
      .values-box-bottom {
        margin-bottom: 20px;
        padding: 16px;

        background-color: #CBD5E1;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;


        p.value-bottom-title {
          font-family: "Roboto";
          color: #1E293B;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 5px;
          text-align: left;
        }
        p.value-bottom-value {
          font-family: "Roboto";
          color: #1E293B;
          font-size: 12px;
          font-weight: 400;
          margin-bottom: 5px;
          text-align: left;
        }

      }

      p.financing-disclaimer {
        font-family: "Roboto";
        color: #949494;
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 5px;
        text-align: left;
      }

    }

  }

  .section-accordion {
    margin: 15px 0 25px;

    .accordion-header {
      border-top: 1px solid #E2E8F0;
      padding: 10px 5px 10px 15px;
    }
    .accordion-content {
      padding: 0 15px;
    }

    .accordion-title {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      text-align: left;
    }

    .accordion-subtitle {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }
    .accordion-text {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      text-align: left;
    }

    .open {
      background-color: #E2E8F0;
      transition: 0.4s;

      .png-chev-down {
        transform: rotate(180deg);
        transition: 0.3s;
      }

    }

    .accordion-content {

    }




  }
  p.section-title {
    font-family: "Roboto";
    color: #21272A;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
  }

  // CAR card link
  .card-link {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    //padding: 10px;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    background-color: #F1F5F9;

    &.card-link-highlight {
      background-color: #475569;
      border-color: #475569;
      color: #fff;

      &:hover {
        background-color: #334155;
      }

      p, span, a, .go-simple-button, .go-simple-link-2 {
        color: #fff !important;
      }
      .tooltip-text {
        color: #2563EB !important;
      }
      .go-simple-button {
        border-color: #fff !important;
      }
      .value-price, .value-price span {
        color: #000 !important;
      }
      .right-arrow {
        filter: brightness(0) invert(1);
      }
    }

    .vehicle-info {
      display: inline-flex;
      li {
        margin-right: 15px;
      }
    }

    .card-specs {
      padding: 10px;
    }

    .card-image {
      aspect-ratio: 4 / 3;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .card-car-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .card-car-no-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    //.card-image {
    //  min-height: 290px;
    //  height: 100%;
    //  display: flex;
    //  justify-content: center; /* Centers horizontally */
    //  align-items: center; /* Optional: centers vertically */
    //}
    //
    //.card-car-image {
    //  border-radius: 13px;
    //  width: 100%;
    //}

    .car-text {
      padding: 10px;
    }
    .car-value {
      padding: 10px;
    }

    .value-box-left {
      background-color: #BFDBFE;
      border-radius: 8px;
      height: 40px;
      line-height: 40px;
      text-align: center;
    }
    .value-box-right {
      background-color: #E2E8F0;
      border-radius: 8px;
      height: 35px;
      text-align: center;
    }

    .car-specs {
      padding: 10px;
      ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        padding-inline-start: 0;

        li {

        }

      }
      p.spec-text {
        font-family: "Roboto";
        color: #475569;
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
      }
    }

    .car-card-link {

      .go-simple-button {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 2px solid #2563EB;
        color: #2563EB;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;
        margin-top: 10px;
        .right-arrow {
          margin-left: 10px;
        }
      }

    }

    p.value-price {
      font-family: "Roboto";
      color: #000000;
      font-size: 10px;
      font-weight: 400;
      line-height: 40px;
      span {
        font-size: 20px;
        font-weight: 600;
      }
    }

    p.car-brand {
      font-family: "Roboto";
      color: #1E40AF;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 0;
      text-align: left;
    }

    p.car-version {
      font-family: "Roboto";
      color: #475569;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      text-align: left;
    }


  }

  .card-link-button {
    display: contents;
  }

  .card-link {
    //padding: 15px;
  }

  .brand-list-car {
   //padding-left: 15px;
  }

  .car-brand-link-text {
    padding: 0 15px;
  }

  a.card-link-button:hover {
    .card-link:not(.card-link-highlight) {
      border: 1px solid #60A5FA;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 13px;
      background: #F1F5F9;
      transition: all 0.3s ease-in-out;
    }

  }


  .cars-list-banner-section {
    padding-top: 25px;
    height: 285px;
    background-color: #1E293B;
  }

  .cars-section-filter {
    padding: 25px 0 50px 0;





    .sub-filter {
      background-color: #F1F5F9;

      border-radius: 8px;
      //opacity: 0.8;
      border: 1px solid #CBD5E1;
      padding: 30px;

      ul.sub-filter-buttons {
        list-style-type: none;
        display: flex;
        padding-inline-start: 0;

        li {
          margin: 0 0!important;
        }
      }

      ul.select-list-drop {
        margin-bottom: 20px;
      }

      ul.select-list {

        list-style-type: none;
        display: flex;
        padding-inline-start: 0;
        justify-content: space-between;
      }
      li {
        margin: 0 10px;
      }

    }

    .banner-search-button {
      display: flex;
      align-items: center;
      height: 50px;
      width: 165px;
      background-color: #2563EB;
      border: 1px solid #2563EB;
      color: #fff;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 25px;
      }
    }

    .banner-search-select {
      display: flex;
      align-items: center;
      height: 50px;
      width: 230px;
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      text-align: left;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;

      /* Style for select */
      background-image: url("/../assets/images/chev-down.png");
      background-repeat: no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .banner-search-select option {
      color: black;     }

    .car-simple-button {
      display: flex;
      align-items: center;
      height: 50px;
      width: 100%;
      border: 2px solid #2563EB;
      color: #2563EB;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: .004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 10px;
      }
    }

  }

  .cars-section-1 {
    padding-top: 85px;

    p.car-brand-title {
      font-family: "Roboto";
      color: #1E3A8A;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }
    .tab-filter {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 35px;
      text-align: left;
    }

    a.active {

    }

    ul.filter-tabs {
      display: flex;
      padding-top: 25px;
      li {
        margin-right: 15px;
      }
    }

    .filter-search-select {
      display: flex;
      align-items: center;
      height: 50px;
      width: 230px;
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      text-align: left;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      margin-bottom: 25px;

      /* Style for select */
      background-image: url("/../assets/images/chev-down.png");
      background-repeat: no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .filter-search-select option {
      color: black;     }





  }

  .cars-section-2 {


    .cars-separator {
      background-image:url("/../assets/images/separator-temp-2.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      margin: 25px 0;
      height: 300px;
      border-radius: 25px;
      padding: 60px;
      justify-content: center;
    }


    p.separator-title {
      font-family: "Roboto";
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: 1.3;
      text-align: left;
    }
    p.separator-subtitle {
      font-family: "Roboto";
      color: #ffffff;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }


    .banner-search-button {

      display: flex;
      align-items: center;
      height: 50px;
      width: 185px;
      background-color: #2563EB;
      border: 1px solid #2563EB;
      color: #fff;
      text-align: center;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 3.25rem;
      letter-spacing: 0.004rem;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color 0.6s, color 0.6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 25px;
      }
    }

  }



}
@media (max-width: 1000px) {
  .page-cars-list .cars-list-banner-section {
    margin-bottom: 15px;
  }

  .homepage .card-link .card-image {
    min-height: 295px;
  }

  .page-cars-detail .car-gallery-top .swiper-button-next {
    left: 86%;
  }
  .page-cars-detail .swiper-button-next {
    left: 88%;
  }

}
@media (min-width: 1000px) and (max-width: 1300px) {
  .cars-list-banner-section {
    margin-bottom: 16%!important;
  }
  .card-link .card-image {
    //min-height: 195px;
  }
  .page-cars-list .car-card-link .form-car-button,
  .page-cars-list .car-card-link .go-simple-link-2,
  .page-cars-list .car-card-link .go-simple-button {
    font-size: 11px;
    padding: 0 8px;
  }
  .page-cars-list .card-link p.value-price span {
    font-size: 16px;
  }
  .page-cars-detail .form-finance-button,
  .page-cars-detail .form-send-button {
    font-size: 13px;
    padding: 0 8px;
  }
  .page-cars-detail p.car-detail-price {
    font-size: 26px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .cars-list-banner-section {
    margin-bottom: 10%!important;
  }
  .card-link .card-image {
    //min-height: 240px;
  }
  .modal-checkout .checkout-popup-body {
    min-height: 500px;
  }
  .page-cars-list .car-card-link .form-car-button,
  .page-cars-list .car-card-link .go-simple-link-2,
  .page-cars-list .car-card-link .go-simple-button {
    font-size: 12px;
    padding: 0 10px;
  }
  .page-cars-list .card-link p.value-price span {
    font-size: 17px;
  }
  .page-cars-detail .form-finance-button,
  .page-cars-detail .form-send-button {
    font-size: 14px;
    padding: 0 8px;
  }
  .page-cars-detail p.car-detail-price {
    font-size: 28px;
  }
}
@media (min-width: 1950px) {
  .card-link .card-image {
    //min-height: 425px;
  }
  .page-brand-detail .card-link .card-image {
    //min-height: 425px;
  }
  .page-cars-detail .card-link .card-image {
    //min-height: 425px;
  }
  .page-cars-list .card-link .card-image {
    //min-height: 355px;
  }
}

.page-cars-list .card-link:not(.card-link-highlight) .car-card-link .go-simple-button:hover {
  background-color: #bfdbfe !important;
  border-color: #bfdbfe !important;
}