@font-face {
  font-family: 'Helvetica';
  src: url('../fontfamily/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fontfamily/Helvetica-Bold.tif') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fontfamily/Helvetica-Oblique.tif') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fontfamily/Helvetica-BoldOblique.tif') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Light';
  src: url('../fontfamily/helvetica-light-587ebe5a59211.tif') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Rounded Bold';
  src: url('../fontfamily/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit !important;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.top-border {
  height: 56px;
  width: 100%;
  background-color: #274F77;
  padding-top: 8px;
}

.logo-head {
  font-size: 30px;
  font-weight: bold;
  color: #274F77;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}

.nav-link {
  font-size: 16px !important;
  color: black !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  transition: border-bottom 0.3s ease;
}

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 8px;
  /* spacing for border */
}

/* .first-header .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px !important;
  left: 0;
  height: 3px !important;
  width: 100%;
  background-color: #274F77;
  border-radius: 10px 10px 0 0;
  font-weight: bold !important;
} */

.first-header .navbar-toggler-icon {
  background-color: white !important;
}

/* .first-header .navbar-toggler{
 background-color: black !important;
} */
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #274F77;
  /* border-radius: 10px 10px; */
  border-radius: 10px 10px 0 0;
  font-weight: bold !important;
}


.navbar-nav .nav-link.active {
  font-weight: bold !important;
}

.navbar-expand-lg .navbar-nav {
  gap: 60px;
}


.nav-head {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
  margin-top: 10px;
}

.nav-para {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #acacac;
  margin-bottom: 0px;
}



.nav-btn {
  width: 85px;
  height: 40px;
  border-radius: 4px;
  background-color: #222222;
  color: white;
  border: none;
  outline: none;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-btn2 {
  width: 105px;
  height: 40px;
  border-radius: 4px;
  background-color: #222222;
  color: white;
  border: none;
  outline: none;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  cursor: pointer;
}

.profile-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.profile-trigger {
  margin-top: 12px;
}

.profile-dropdown-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 6px;
  min-width: 200px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  z-index: 1000;
  margin-top: 5px;
  cursor: pointer;
}



.dropdown-menu a {
  display: block;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.dropdown-menu a:hover {
  background-color: #f2f2f2;
}

.arrow-img {
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.profile-dropdown-wrapper .dropdown-menu {
  display: none;
  /* ... rest remains the same */
}


.sec1-bg {
  background: url(../img/secbanner.svg);
  background-size: cover;
  background-position: center;
  height: 470px;
  padding-top: 80px;
}

.navbar-nav {
  gap: 15px;
}

.sec1-head {
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

.sec1-para {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}

.sec1-div {
  width: 520px;
  height: 71px;
  background-color: #274F77;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: -181px;

}

.sec1head2 {
  font-size: 49px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 9999999999999999999;
  margin-top: 14px;
  padding-top: 8px;
  display: flex;
  align-items: center;
}

form select,
form button {
  border-radius: 6px;
}

form label {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.shadow-rounded {
  padding: 20px 40px;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  margin-top: 110px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.form-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding: 15px;
}

.form-scroll-wrapper form {
  flex-wrap: nowrap !important;
  min-width: 650px;
  /* Adjust based on form size */
}

@media (max-width: 768px) {
  .form-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
  }

  .form-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
}

.sec2head-div {
  padding: 0px 14px;
  /* width: 264px; */
  height: 66px;
  border-radius: 10px;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}


.sec2 {
  margin-top: 100px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sec2-div {
  background-color: #274F77;
  height: 68px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 40px 0px 10px;
  margin-top: 40px;
}

.sec2-img-div {
  display: flex;
  align-items: center;
  gap: 60px;
}

.accept-btn {
  width: 155px;
  height: 40px;
  border-radius: 5px;
  background-color: #274F77;
  color: white;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  border: none;
  outline: none;


}

.sec2-head2 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
}

.sec2-div2 {
  display: flex;
  align-items: center;
  gap: 40px;
}


.table-scroll-wrapper {
  overflow-x: auto;
}

.table-container {
  margin-top: 30px;
}

.custom-table {
  min-width: 1000px;
  width: 100%;
  border-collapse: collapse;
}



.custom-table thead {
  background-color: #274F77;
  color: white;
  padding: 30px;
  border-radius: 10px;
  height: 63px;
  border-radius: 10px !important;
}

.custom-table th {
  font-size: 18px;
  text-wrap: nowrap;
  /* padding: 0px 8px; */
  font-family: 'Poppins', sans-serif;

}

.custom-table tr th {

  padding: 0px 30px;
}

.dots-img {
  height: 20px;
}


.custom-table td {
  padding: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: black;
  font-family: 'Poppins', sans-serif;

}

.car-image {
  width: 116px;
}

.car-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 2px;
  color: #274F77;
  font-weight: bold;
  text-wrap: nowrap;
  text-align: start;
}

.custom-table2 {
  min-width: 1000px;
  width: 100%;
  border-collapse: collapse;
}



.custom-table2 thead {
  background-color: #274F77;
  color: white;
  padding: 30px;
  border-radius: 10px;
  height: 63px;
  border-radius: 10px !important;
}

.number-bids-head {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}

.custom-table2 th {
  font-size: 20px;
  text-wrap: nowrap;
  padding: 0px 61px;
}

.dots-img {
  height: 20px;
  cursor: pointer;
}


.custom-table2 td {
  padding: 0px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: black;
}

tbody {
  width: 100%;
  border: 1px solid #A9A9A9 !important;
}

.car-details {
  font-size: 14px;
  color: #555;
  text-align: start;
}

.car-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

.table-div {
  display: flex;
  align-items: center;
  gap: 40px;
}






.footer-para {
  font-size: 14px;
  color: white;
  font-family: 'Inter', sans-serif;
  line-height: 23px;
  margin-top: 25px;
  font-weight: 400;
  width: 80%;
}

.footer-head {
  font-size: 25px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-paradiv {
  margin-top: 20px;
}

.footer-para2 {
  font-size: 14px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.icon-para {
  font-size: 14px;
  color: white !important;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer-div {
  padding-top: 10px;
}



.border2 {
  border: 0.1px solid #787878;
  width: 100%;
  margin-top: 30px !important;
}

.footer-para3 {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  color: white;
  text-align: center;
  margin-top: 25px !important;
  margin-bottom: 0px;
}

.footer-icons {
  height: 40px;
}


/* DETAILS-PAGE// */
.details-bg {
  width: 100%;
  height: 86px;
  background-color: #D9D9D9;
  padding-top: 35px;
}

.details-head {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  color: black;
  font-weight: bold;
  /* text-align: center; */
}

.details-head span {
  font-weight: 400;
}

body {
  background-color: #eef2f5 !important;
}

.detail-sec1 {
  width: 100%;
  background-color: white;
  border-radius: 18px;
  height: 655px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.car-img {
  width: 540px;
}

/* .img-box {
  background-color: white;
  width: 100%;
  height: 300px;
  padding: 30px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.img-box {
  width: 100%;
  height: 250px;
  /* adjust as needed */
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f9f9f9;
  /* optional, to avoid empty space looking odd */
}

.car-row {
  padding-top: 20px;
}

.car-sec {
  padding-top: 50px;
}

.img-p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.car-img2 {
  width: 90%;
}




.detail-sec1 {
  text-align: center;
  margin-bottom: 15px;
}

.car-img {
  width: 100%;
  max-width: 560px;
  border-radius: 10px;
  margin-top: 50px;
}

.img-p {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  display: flex;
  gap: 10px;
  scrollbar-width: none;
  /* Firefox */
}

.img-p::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

.img-box {
  display: inline-block;
  flex: 0 0 auto;
}

/* .car-img2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
  padding-top: 12px;
} */

.car-img2 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}



.details-col2 {
  width: 100%;
  background-color: white;
  border-radius: 18px;
  height: fit-content;
  padding: 20px 20px 30px;
}

.details-head2 {
  font-size: 21px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  color: black;
}

.details-para {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  color: black;
  margin-top: 10px;
}

.line {
  display: flex;
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
}

.details-para2 {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  color: white;
  background-color: #274F77;
  border-radius: 10px;
  height: 30px;
  padding: 0px 22px;
  /* width: fit-content; */
  display: flex;
  align-items: center;
}

.head-div {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  height: 81px;
  overflow-y: scroll;
}

.head-div::-webkit-scrollbar {
  display: none;
}

.head-div2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}



.details-box1 {
  width: 100%;
  border-radius: 15px;
  background-color: white;
  padding: 20px 20px 40px;
  margin-top: 20px;
  height: fit-content;
}

.icons-div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}

.details-box2 {
  background-color: #F8F8F8;
  border: 1px solid #9D9696;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.details-para3 {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.details-head3 {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.details-head4 {
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

.details-head5 {
  font-size: 35px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-bottom: 27px;
}

.details-para4 {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-wrap: nowrap;
  text-align: center;
}

.detail-sec2 {
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: center;
}

.details-box3 {
  width: 48%;
  background-color: #F8F8F8;
  border: 1px solid #9D9696;
  padding: 12px 0px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}





.details-img-box {
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background-color: #274F77;
  display: flex;
  align-items: center;
  justify-content: center;
}


.details-box4 {
  width: 100%;
  border-radius: 15px;
  background-color: white;
  padding: 25px;
  margin-top: 40px;
}

.details-head5 {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-wrap: nowrap;
}

.details-para5 {
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 10px;
}

.tabs-btn-div {
  width: 80%;
  height: 70px;
  border-radius: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;

}

.tab-btn,
.tab-btn2 {
  height: 70px;
  border-radius: 60px;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  border: none;
  outline: none;
  padding: 0px 50px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}

.tab-btn2 {
  background-color: white;
  color: black;
}

.active-tab {
  background-color: #274F77;
  color: white;
}

.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.active-tab-pane {
  display: block;
}

.tabs-div {
  width: 100%;
  border-radius: 15px;
  padding: 30px 20px;
  background-color: white;
  /* margin-top: 10px; */
}

.flex-row2 {
  display: flex;
}

.tabs-head {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.line2 {
  margin-top: 10px;
  width: 100%;
}

.tabs-para {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: rgba(0, 0, 0, 50%);
  text-transform: capitalize;
  margin-bottom: 0px;
}

.tabs-para2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: rgba(0, 0, 0, 60%);
  text-transform: capitalize;
  margin-bottom: 0px;
}

.details-box7 {
  width: 100%;
  border-radius: 15px;
  background-color: white;
  padding: 15px 20px 30px;
  margin-top: 110px;
}

.tabs-head2 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 40px;
}

.tabs-head3 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 20px;
}

.tabs-para3 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #aaaaaa;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: end;
  margin-top: 40px;
}

.tabs-para4 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #aaaaaa;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: end;
  line-height: 20px;
}


.tabs-div {
  margin-bottom: 30px;
}

.flex-row2,
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flex-box {
  flex: 1 1 48%;
}

.line2 {
  width: 100%;
  height: 2px;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .flex-box {
    flex: 1 1 100%;
  }


}

/* MY-PAGE// */
.my-page-header {
  width: 100%;
  background-color: #D9D9D9;
  height: 58PX;
  display: flex;
  align-items: center;
}

.my-page-head {
  font-size: 28px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: black;
  font-weight: 600;
  margin-bottom: 0px;
}

.my-page-head span {
  font-weight: 400;
}

.my-page-head2 {
  font-size: 28px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: black;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 4PX;
}

.my-page-input {
  width: 264px;
  height: 50px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #707070;
  outline: none;
  padding-left: 15px;
  font-size: 20px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;

}

/* Chrome, Safari, Edge, Opera */
.my-page-input::-webkit-outer-spin-button,
.my-page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.my-page-input[type=number] {
  -moz-appearance: textfield;
}

.my-page-input::placeholder {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: black;
  font-weight: 400;
}

.my-page {
  width: 264px;
  height: 50px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #707070;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  appearance: none;
  /* Arrow ko hata dega */
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 40px;
}

.input-div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.my-page-btn {
  width: 100%;
  height: 60px;
  background-color: white;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: #274F77;
  font-weight: 700;
  font-size: 17px;
  outline: none;
  border: 1px solid #A9A9A9;
}

.my-page-btn2 {
  width: 400px;
  height: 60px;
  background-color: white;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: #274F77;
  font-weight: 700;
  font-size: 20px;
  outline: none;
  border: 1px solid #A9A9A9;

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.my-page-btn span {
  margin-left: 15px;

}

.my-page-btn2 span {
  margin-left: 15px;
  color: black;
  font-weight: 400;

}

.my-page-btn3 {
  width: 382px;
  height: 60px;
  background-color: white;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: #274F77;
  font-weight: 700;
  font-size: 20px;
  outline: none;
  border: 1px solid #A9A9A9;

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.my-page-btn3 span {
  margin-left: 15px;
  color: black;
  font-weight: 400;

}

.btn-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-page-btn-div {
  align-items: center;
  margin-top: 30px !important;
}

/* Active tab style */
.active-tab {
  background-color: #274F77 !important;
  color: white !important;
  border: none !important;
}

/* Optional: style tab content area */
#my-page-tab-contents {
  margin-top: 20px;

}

.my-page-table-div {
  width: 100%;
  background-color: #274F77;
  border-radius: 10px;
  height: 70px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.table-head {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

.my-page-box3 {
  width: 100%;
  background-color: #274F77;
  border-radius: 10px;
  height: 70px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  margin-top: 36px;
  justify-content: space-between;
  padding: 0px 90px 0px 30px;
}

.my-page-head3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

.paid-box {
  width: 78%;
  height: fit-content;
  border-radius: 20px;
  background-color: white;
  padding: 50px 50px 70px;
  margin: 0 auto;
  margin-top: 10px;
}

.paid-head {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.paid-para {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 0px;
}

.paid-img-box {
  display: flex;
  align-items: center;
  gap: 30px !important;

}

.pencle-img {
  position: absolute;
  right: 7px;
  top: 77px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.profile-container {
  cursor: pointer;
}

.paid-input {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  border: 1px solid #BFBFBF;
  outline: none;
  border-radius: 11px;
  padding-left: 15px;
  margin-top: 20px;
}

.paid-input::placeholder {
  color: black;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

/* Remove arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.paid-page {
  padding-top: 20px;
}

.paid-btn {
  width: 100%;
  background-color: #274F77;
  height: 60px;
  border-radius: 11px;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;

}




.contact-uspage .faq-contact-wrapper {
  padding: 60px 0px 0px;
  font-family: 'Poppins', sans-serif;
}

.contact-uspage .faq-contact-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  gap: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-uspage .faq-section,
.contact-uspage .form-section {
  flex: 1;
}

.contact-uspage .faq-section h4 {
  font-size: 21px;
  color: #888;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.contact-uspage .faq-section h2,
.contact-uspage .form-section h2 {
  font-size: 30px;
  margin-bottom: 25px;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;

}

.contact-uspage .faq-question {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  border-bottom: 1px solid #D9D9D9;
}

.contact-uspage .faq-item .arrow {
  font-size: 30px;
  transition: transform 0.3s;
  transform: rotate(0deg);
  /* initially right */
}

.contact-uspage .faq-item.active .arrow {
  transform: rotate(90deg);
  /* points down when open */
}



.contact-uspage .faq-question:hover {
  color: #1f3f77;
}

.contact-uspage .faq-question:last-child {
  border-bottom: 1px solid #eee;
}

.contact-uspage .faq-answer {
  display: none;
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  line-height: 1.6;
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.contact-uspage .faq-answer.active {
  max-height: 500px;
  /* large enough for your answer content */
}

.form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-group.full {
  flex-direction: column;
}

.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

a {
  text-decoration: none !important;
  color: inherit;
}


input,
textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #C2C0C0;
  border-radius: 6px;
  background-color: #F5F5F5;
  outline: none;
}

textarea {
  height: 120px;
  resize: vertical;
}

.submit-btn {
  background-color: #274F77;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 17px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}


@media (max-width: 900px) {
  .faq-contact-container {
    flex-direction: column;
  }

  .form-group {
    flex-direction: column;
  }
}

.privicy-box {
  width: 100%;
  border-radius: 20px;
  height: fit-content;
  background-color: white;
  padding: 40px 40px 50px;
  margin-top: 60px;
  text-transform: capitalize;
}

.privicy-head {
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-transform: capitalize;
}

.privicy-para {
  color: #808080;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}


/* LOGIN-PAGE// */
.login-bg-img {
  background: url(../img/loginbg.svg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 100vh;
}

.login-box {
  border-radius: 10px;
  background-color: white;
  padding: 55px 30px 18px;
  height: fit-content;
  width: 453px;
}

.foget-box {
  border-radius: 10px;
  background-color: white;
  padding: 35px 30px 45px;
  height: fit-content;
  width: 413px;
}

.login-head {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
}

.login-input {
  width: 100%;
  height: 58px;
  border: 1px solid #CDCDCD;
  background-color: white;
  border-radius: 10px;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}

.login-input::placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: black;
  font-weight: 400;
}

.eye-icon {
  position: absolute;
  right: 20px;
  bottom: 90px;
}

.login-para {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 15px;
}

.eye-off {
  width: 23px;
  height: 23px;
}

.eye-icon {
  position: absolute;
  top: 64%;
  right: 10px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}

.login-btn {
  background-color: #274F77;
  border-radius: 10px;
  border: none;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  height: 58px;
}

.login-para2 {
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.verify-head {
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}

.veryify-box {

  border-radius: 10px;
  background-color: white;
  padding: 50px 30px;
  height: fit-content;
  width: 486px;
}

.veryfy-para {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-wrap: nowrap;
  color: black;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.verify-input {
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  width: 63px !important;
  height: 58px;
  border-radius: 10px;
  outline: none;
  font-size: 25px;
  text-align: center;
}

.verify-inputdiv {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.verify-input::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.sign-up-box {
  border-radius: 10px;
  background-color: white;
  padding: 40px 25px;
  height: fit-content;
  width: 532px;
}



/* AUCTION-PAGE// */

.carauction-page .sec1-bgimg {
  background: url(../img/newbannerimg.jpeg);
  /* background: url(../img/bg-img2.svg); */
  background-size: cover;
  background-position: center;
  height: fit-content;
  position: relative;
}

.carauction-page .nav-link {
  color: white !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.carauction-page .sec1-head-div {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carauction-page .icon-div {
  width: 623px;
  height: 50px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  margin-left: 100px;
  padding: 0px 30px;

  /* 👇 Light yellow inset shadow */
  box-shadow: inset 0 4px 15px rgba(204, 136, 10, 20%);
}

.carauction-page .logo-icon {}

.carauction-page .navicon-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 30px;
}

.carauction-page .nav-btn {
  width: 204px;
  height: 50px;
  border-radius: 5px;
  background-color: white;
  outline: none;
  border: none;
  font-size: 16px;
  color: black;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin-left: 30px;
}

.carauction-page .navbar-nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.carauction-page .sec1-head {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 55px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
  width: 76%;
}

.carauction-page .sec1-para {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  width: 55%;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 15px;
}

.carauction-page .sec-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}





/* Section-3 */
.carauction-page .sec3bg-img {
  background: url(../img/auction-bg2.svg);
  background-size: cover;
  background-position: center;
  height: fit-content;
  border-radius: 20px;
  padding: 40px 0px 30px 40px;
}

.carauction-page .sec3bg-img2 {
  background: url(../img/auction-bg.svg);
  background-size: cover;
  background-position: center;
  height: fit-content;
  border-radius: 20px;
  padding: 40px 0px 30px 40px;
}

.carauction-page .sec3-head {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
}

.carauction-page .sec3-para {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  width: 48%;
  text-transform: capitalize;
  margin-top: 25px;
}

.carauction-page .sec-3para2 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: underline;
  text-transform: capitalize;
  margin-top: 35px;
}

.carauction-page .sec-3 {
  padding-top: 50px;
}

.carauction-page .sec2-head {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  color: black;
  text-transform: capitalize;
  font-weight: bold;

}




.carauction-page .sec5-bg {
  background: url(../img/sec5banner.svg);
  background-size: cover;
  background-position: inherit;
  height: 393px;
  padding: 45px 0px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carauction-page .sec5-head {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  width: 40%;
  text-align: center;
}

.carauction-page .sec5-head span {
  color: #274F77;
}

.carauction-page .sec5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carauction-page .sc5-para {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: 41%;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
}

.carauction-page .sec5-btn {
  background-color: #274F77;
  color: white;
  height: 50px;
  width: 204px;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

/* Section-6 Banner */
.carauction-page .sec4-banner {
  background: url(../img/banner-img.svg);
  background-size: cover;
  height: 330px;
  padding: 18px 0px;
  margin-top: 60px;
}

.carauction-page .banner-head {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  width: 67%;
  margin-top: 30px;
}

.carauction-page .banner-head span {
  color: #274F77;
  -webkit-text-stroke: 1px white !important;

}

.carauction-page .baner-para {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 50%);
  width: 56%;
  text-transform: capitalize;
  margin-top: 10px;
}

.carauction-page .banner-btn {
  background-color: #274F77;
  color: white;
  height: 50px;
  width: 204px;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-radius: 5px;
}

.carauction-page .car-img {
  width: 100%;
}

.carauction-page .sec6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.carauction-page .sec6div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
}


.owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
  padding-top: 25px;
}

.auction-card {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 40px 20px 0px;
  opacity: 0.3;
  transform: scale(0.9);
  margin-top: 80px;
}

.card1-head {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  font-weight: bold;
  text-align: center;
  width: 87%;
  margin: 0 auto;
  text-transform: capitalize;
}

.card1-para {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: black;
  text-align: center;
  font-weight: 400;
  width: 100%;
  line-height: 25px;
  margin: 0 auto;
  margin-top: 40px;
  text-transform: capitalize;

}

.card1-para2 {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: black;
  text-align: center;
  font-weight: 400;
  width: 100%;
  line-height: 25px;
  margin: 0 auto;
  margin-top: 40px;
  text-transform: capitalize;

}

/* Highlight center 3 items */
.owl-item.active.highlight .auction-card {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Arrows */
.custom-nav-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
}

.left-btn {
  left: 30px;
}

.right-btn {
  right: 30px;
}

.custom-nav-btn img {
  width: 100%;
  height: auto;
}



/* FAQ Section */
.carauction-page .faq-wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 30px;
}

.carauction-page .faq-item {
  padding: 15px 25px;
  background: white;
  border-radius: 15px;
  margin-bottom: 15px;
}

.carauction-page .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.carauction-page .faq-question h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}


.carauction-page .faq-icon {
  /* width: 30px;
  height: 30px; */
  padding: 0px 7px;
  border: 2px solid #274F77;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  color: #274F77;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.carauction-page .faq-item.active .faq-question .faq-icon {
  background-color: #274F77;
  color: white;
}

.carauction-page .faq-answer {
  display: none;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #333;
}

.carauction-page .faq-head {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  margin-top: 40px;
}

/* Section-7 */
.carauction-page .sec-7 {
  background: url(../img/banner3.svg);
  background-size: cover;
  background-position: center;
  height: 216px;
  position: relative;
  top: 85px;
  padding: 55px 40px;
  border-radius: 10px;
}

.carauction-page .sec7-head {
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  width: 52%;
}

.carauction-page .sec7-input {
  width: 266px;
  height: 54px;
  background-color: white;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: black;
  padding-left: 15px;
}

.carauction-page .sec7-btn {
  width: 150px;
  height: 56px;
  border: none;
  outline: none;
  background-color: #191825;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: white;
  border-radius: 5px;
}

.carauction-page .sec7-inputdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* Footer */
.footer {
  background: url(../img/footer-bg-img.svg);
  background-size: cover;
  background-position: center;
  height: fit-content;
  padding: 100px 0px 0px;
  margin-top: 90px;
}

.carauction-page .footer-para {
  font-size: 14px;
  color: white;
  font-family: 'Inter', sans-serif;
  line-height: 23px;
  margin-top: 25px;
  font-weight: 400;
  width: 80%;
}

.carauction-page .footer-head {
  font-size: 25px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.carauction-page .footer-paradiv {
  margin-top: 30px;
}

.carauction-page .footer-para2 {
  font-size: 14px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.carauction-page .icon-para {
  font-size: 14px;
  color: white !important;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.carauction-page .footer-div {
  padding-top: 20px;
}

.carauction-page .footer-logo {
  margin-top: 30px;
}

.carauction-page .border {
  width: 100%;
  height: 1px;
  background-color: white;
  border-radius: 60px;
  margin-top: 40px !important;
}

.carauction-page .footer-para3 {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  color: white;
  text-align: center;
  margin: 25px 0px;
  /* margin-bottom: 0px; */
}

.sec2-head {
  font-size: 18px;
  color: black;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;

}

.sec2-row {
  padding-top: 10px;
}

.sec2-para {
  font-size: 16px;
  color: #274F77;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  margin-top: 100px;
  letter-spacing: 3px;
}

.sec2-para2 {
  font-size: 16px;
  color: #787878;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.sec2-head3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.para3 {
  font-family: 'Nunito', sans-serif;
  color: black;
  font-weight: 400;
  width: 93%;
  text-transform: capitalize;
}

.read-btn {
  border: none;
  outline: none;
  width: 141px;
  height: 45px;
  background-color: #274F77;
  border-radius: 7px;
  font-family: 'Helvetica', Arial, sans-serif;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;

}

.sec6-head {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.sec6-card {
  width: 360px;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  padding: 30px 25px;
}

.sec6-card-para {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #74757B;
  line-height: 30px;
  margin-top: 15px;
}

.sec6-card-head {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  color: #191825;
  font-weight: 500;
}

.sec6-card-para2 {
  color: #AA2369;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

/* slider// */

.custom-owl-carousel .item {
  transition: transform 1.5s ease-in-out;
}

.owl-carousel .owl-item.center .sec6-card {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: white;
}

.custom-dots {
  text-align: center;
}

.custom-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid gray;
}

.sec6-card-img {
  width: 30px !important;
}

.custom-dot.active {
  background-color: #AA2369;
}

.star-img {
  width: 120px !important;
}

.slider-img {
  width: 60px !important;
}


/* slider// */


/* BID-HISTOTY// */
.bid-head {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: bold;
  margin-top: 40px;
}

.bid-imgbox {
  width: 100%;
  background-color: #F5F5F5;
  border: 1px dashed #274F77;
  height: 230px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  cursor: pointer;
}

.bid-para {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: black;
  text-transform: capitalize;
  font-size: 26px;
}

.bid-para2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0px;

}

.bid-para1 {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
  font-size: 57px;
  margin-bottom: 0px;
}

.file-input {
  visibility: hidden;
}

.bids-box {
  width: 100%;
  border-radius: 23px;
  height: fit-content;
  background-color: white;
  padding: 40px 70px 50px;
  margin-top: 40px;
}

/* tags/// */
.tags-input {
  display: inline-block;
  position: relative;
  border: 2px solid #BFBFBF;
  border-radius: 13px;
  height: 130px;
  background-color: #F5F5F5;
  width: 100%;
  padding: 20px 10px;

  color: black;
}


.tags-input ::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: black;
}

.tags-input ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  /* scroll bar only if needed */
  white-space: nowrap;
}


/* tags// */
.tags-input li {
  display: inline-block;
  background-color: #274F77;
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-input input[type="text"] {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 14px;
}

.tags-input input[type="text"]:focus {
  outline: none;
}

.tags-input .delete-button {
  background-color: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  margin-left: 5px;
}

.tag-head {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tag-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* tags-input// */
.tag-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 5px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.tag {
  display: inline-block;
  background-color: #274F77;
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag .remove-tag {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.remove-input {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.bids-page-btn {
  width: 210px;
  height: 60px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #A9A9A9;
  border-radius: 10px;
  outline: none;
  background-color: #fff;
  margin-top: 15px;
}

.creat-btn {
  width: 210px;
  height: 66px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #A9A9A9;
  border-radius: 10px;
  outline: none;
  color: white;
  background-color: #274F77;
  text-transform: capitalize;
  margin-top: 15px;
}

.auction-btndiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.auction-btndiv2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.auction-btn {
  width: 266px;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: black;
  text-transform: capitalize;
  border: none;
  outline: none;
  margin-top: 15px;
}

.add-more-img {
  cursor: pointer;
  width: 50px;
  height: 54px;
  margin-top: 15px;
}

.tag-box::-webkit-scrollbar {
  height: 6px;
}

.tag-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.bid-btn {
  width: 100%;
  background-color: #274F77;
  color: white;
  border: none;
  outline: none;
  height: 70px;
  border-radius: 13px;
  margin-top: 30px;
  font-size: 23px;
}

.table-container {
  padding: 0px !important;
}

.header-bg {
  height: 82px;
  background-color: #F0F0F0;
  padding: 12px 0px;
}

.navbar {
  background: transparent !important;
}

.offcanvas-toggel {
  padding: 0px;
}


.car-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  /* overflow: hidden; */
}

.car-slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.car-slider-slide {
  min-width: 100%;
  box-sizing: border-box;
  display: none;
}

.car-slider-slide.active-slide {
  display: block;
}

.car-car-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.car-slider-next {
  position: absolute;
  top: 37%;
  right: -78px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.car-slider-next img {
  width: 40px;
  height: auto;
}




.errorbox {
  background-color: #FFBEBE;
  border-radius: 10px;
  border: 2px solid #FF0707;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.errorbox p {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 13px;
  margin-bottom: 0;
}



.preview-images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.preview-images .img-preview {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.preview-images2 .img-preview2 {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.preview-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-images2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-preview .remove-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  cursor: pointer;
}

.img-preview2 .remove-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  cursor: pointer;
}


.bidbox {
  width: 100%;
  border-radius: 15px;
  background-color: #274F77;
  padding: 20px 20px 25px;
  margin-top: 20px;
}


.details-btn {
  height: 45px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
}


.details-input {
  width: 100%;
  height: 45px;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  background-color: #F8F8F8;
  border: 1px solid #9D9696;
  outline: none;
  padding-left: 10px;
  color: rgba(0, 0, 0, 50%);
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
}

.bidbox h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}























/* Normal pagination dots color */
.swiper-pagination-bullet {
  background-color: #AA2369;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px !important;
  position: relative;
}

/* Active dot color */
.swiper-pagination-bullet-active {
  background-color: #AA2369 !important;
}

/* Outer ring around active dot */

.owl-carousel {
  display: flex !important;
}


/* Common transition for all slides */
.swiper-slide {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.swiper-slide.swiper-slide-active .card {
  transform: translateY(-35px) scale(1.05);
  transform-origin: top;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}



.test-sec .owl-nav {
  display: none;
}

.card.swiper-slide.swiper-slide-next {
  display: block !important;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: unset !important;
}

/* Position the dots container */
.test-sec .owl-dots {
  bottom: 10px !important;
  overflow: unset !important;
  position: absolute !important;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #AA2369;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

/* Style individual dots */
.owl-dot {
  width: 10px;
  height: 10px;
  background: #AA2369;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  position: relative;
  transition: all 0.3s ease;
}

/* Active dot with border circle */
.owl-dot.active::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 22px;
  height: 22px;
  border: 2px solid #AA2369;
  border-radius: 50%;
  box-sizing: border-box;
}


.test-sec .owl-stage {
  padding-top: 25px;
  padding-bottom: 40px;
}

.test-sec .owl-item .item {
  border-radius: 11.03px;

}

.test-sec .owl-item .item .card {
  padding: 20px;
  border-radius: 11.03px;
}

.test-sec .owl-item {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  display: flex;
  justify-content: center;
  transform: translateY(40px) scale(0.92);
  /* side cards lowered and smaller */
  opacity: 1;
  z-index: 1;
}

.card.swiper-slide-active {
  transform: translateY(0px) scale(1.05) !important;

  z-index: 5;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  height: auto;


  transition: transform 0.5s ease, box-shadow 0.5s ease;
}


.test-sec .owl-item.active.center {
  transform: translateY(0px) scale(1.05) !important;
  border-radius: 11.09px;
  z-index: 5;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  height: auto;

  transition: transform 0.5s ease, box-shadow 0.5s ease;
}




.dropdown-container {
  display: inline-block;
}

.custom-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 4px;
  padding: 10px;
}

.custom-dropdown button {
  width: 100%;
  padding: 8px 10px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.custom-dropdown button:hover {
  background-color: #f0f0f0;
}




.auctionnavtabs .nav-link.active {
  border-radius: 12.87px;
  background-color: #D9D9D9 !important;
  border: none !important;
}




.goog-te-gadget img {
  display: none !important;
}

.goog-te-gadget-simple {
  padding: 10px 22px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  background-color: #274F77 !important;
  border: none !important;
  color: #fff !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .text {
  font-size: 20px !important;
}

body>div>.skiptranslate {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb {
  display: none !important;
}


.goog-te-combo span {
  display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  display: none !important;
}


body {
  top: 0px !important;
}



.dateiconimg {
  position: absolute;
  top: 20%;
  right: 10px;
}



.reg-btn {
  background-color: #274F77 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 7px 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.nav-img {
  width: 40px;
}



#previewContainer {
  display: flex;
  gap: 20px;
}


.details-input:disabled {
  background-color: #f0f0f0;
  color: #888;
  cursor: not-allowed;
}

/* Disabled button style */
.details-btn:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  border: 1px solid #999;
}

.globeicon {
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f3f77;
  background-color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.fa-globeiocn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-white {
  background-color: #ffffff;
  color: #333333;
  font-weight: 600;
  padding: 8px 20px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn-white:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}