/* DM Sans for body */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/* Public Sans for buttons */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;600;700&display=swap');

/* Apply fonts */
body {
  font-family: 'DM Sans', sans-serif;
}

button,
.btn {
  font-family: 'Public Sans', sans-serif;
}

.grid {
  display: grid;
}

/* ----------fontsize---------- */
.font-46 {
  font-size: 46px;
}

.font-32 {
  font-size: 32px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px !important;
}

.font-24 {
  font-size: 24px;
}

.fw-500 {
  font-weight: 500;
}

/* --------card height--------- */
/* .height-30{height: 30px;}
  .height-65{height: 65px;} */
.modal-width {
  max-width: 420px;
}

.text-black {
  color: #000000;
}

.nav-bar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 9;
}

.menu-list {
  transition: all 0.3s ease;
}


/* ------------ SEARCH BOX ------------ */
.card .input-group {
  min-width: 260px;
}

.form-select,
.form-control {
  box-shadow: none;
}

.input-group-text {
  cursor: pointer;
}

#accountDropdown::after {
  display: none !important;
}

/* ------------ MENU ICONS ------------ */
.menu-item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
}

.menu-item i {
  font-size: 18px;
}

/* ------------ DROPDOWN FIX ------------ */
.dropdown {
  position: relative !important;
  /* z-index: 1060 !important; */
}

.dropdown-menu {
  z-index: 9999 !important;
}

/* ------------ SELL BUTTON ------------ */
.sell-btn {
  position: relative;
  background: #fff;
  color: #000;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  z-index: 1;
  min-width: 130px;
  height: 50px;
}

/* Gradient Border */
.sell-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  /* border thickness */
  border-radius: 10px;
  background: linear-gradient(100.1deg,
      #D5911E -23.18%,
      #D5911E 51.05%,
      #5B7F7D 51.06%,
      #5B7F7D 126.74%);

  /* Mask for inner white cut-out */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.currency-selection {
  max-width: 130px;
}

.search-drop.show {
  width: 100% !important;
  min-width: 350px;
  position: absolute;
  inset: 13px auto auto 0px !important;
  margin: 0px;
  transform: translate(0px, 38px);
  border-width: 0px, 0px, 0px, 0px;

  border-style: solid;

  border-color: #E9E9E9 !important;


}

/* shadow none */
input,
select,
textarea,
button {
  box-shadow: none !important;
  outline: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}




/* ----------Index.html---------- */

/* section-1 */
.section-1 h2 {
  max-width: 640px;
}

.section-1 {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../images/yard_section1.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ----------Browse by category-------------- */
.section-2 {
  margin-top: 50px;
}

/* owl crousel */

.Categories_sec .box {
  background: #fff;
  border: 1px solid #E4E7E9;
  padding: 20px 10px;
  border-radius: 4px;
  transition: .3s;
  /* max-height: 230px; */
  height: 100%;
}

/* Owl Nav Styling */
/* Move arrows to center vertically */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* Buttons style */
.owl-nav button {
  background: #d79b1a !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  margin: -20px;
}

/* Arrow font size */
.owl-nav button span {
  font-size: 22px;
  font-weight: bold;
  margin: -50px;
}

/* arrow top-right */
.view-link .arrow {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* perfect mid-baseline alignment */
  transform: translateY(0.5px);
  /* tiny push for perfect balance */
  transition: 0.3s ease;
  margin-bottom: 8px;
}

.view-all-link {
  background: none !important;
  box-shadow: none !important;
}

/* heart-color */

.image-wrapper {
  position: relative;
}

.favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 0;
}


.favorite-btn i {
  color: red;
  /* default red */
  transition: .2s ease;
}

.favorite-btn i.far {
  color: #000000 !important;
  /* grey when un-favorited */
}

/* -------wishlist-------- */
/* ============login-user============== */
.btn-green {
  background-color: #5B7F7D !important;
}

.btn-green:hover {
  background: #5B7F7D;
}

.outline-green {
  border: 1px solid #5B7F7D;
}

.outline-green:hover {
  border: 1px solid #5B7F7D;
}

.product-image {
  max-height: 450px;
}

.btn-follow,
.btn-message {
  height: 48px;
}

/* ----------product listing------------- */
/* .category-btn {
  max-width: 350px;
  margin: auto;
  text-align: left;
  border: 1px solid #eee;
  padding: 10px 15px;
  background: #fff;
}

.category-btn.active {
  background: #d49019;
  color: #fff;
  font-weight: 600;
} */

/* REMOVE TAB BORDER */
.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  border: none !important;
}

/* ------------sell stuff------------- */
.main-content {

  padding-bottom: 50px;

}

.listing-card {
  max-width: 1000px;
  margin: 0 auto;
}

.category-change-link {
  color: #4CAF50;
  /* Green link color */
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
}

/* --- Photo Upload Section --- */
.photo-upload-container {
  border: 1px dashed #ced4da;
  border-radius: 8px;
  width: 140px;
  height: 140px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.photo-upload-container:hover {
  border-color: #4CAF50;
}

.photo-upload-icon {
  color: #D5911E;
  font-size: 1.5rem;
}

.upgrade-button {
  background-color: #D5911E1F;
  color: #D5911E;
  border: 1px solid #D5911E;
  font-size: 15px;
  padding: 7px 12px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.upgrade-button:hover {
  background-color: #D5911E;
  color: white;
}

.upgrade-button:hover svg path {
  fill: #fff;
  stroke: #fff;
}


/* --- Form Elements --- */
.form-control,
.form-select {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 10px 15px;
  font-size: 1rem;
}

.price-input-group .form-control {
  border-left: none;
}

/* --- Action Buttons --- */
.btn-cancel {
  background-color: 5B7F7D;
  color: #5B7F7D;
  border: 1px solid #5B7F7D;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 6px;
  width: 450px;
}

.btn-post {
  background-color: #5B7F7D;
  /* Primary green color */
  color: white;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 6px;
  width: 450px;
}

.btn-post:hover {
  background-color: #5B7F7D;
  color: #fff;
}

.btn-cancel:hover {
  color: #5B7F7D;
  border: 1px solid #5B7F7D;
}

/* -----sell stuff Modal css----- */

.modal-content {
  border-radius: 0px;
  border: none;
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 2rem 0.5rem;
}

.modal-body {
  padding: 0.5rem 2rem 2rem;
}

.pricing-card {
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  padding: 1.25rem;
  position: relative;
  transition: all 0.3s;
  height: 180px;
  width: 310px;
}


.save-badge {
  position: absolute;
  top: -14px;
  right: 10px;
  background-color: #D5911E;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.btn-select {
  background-color: #5B7F7D;
  color: white;
  border: none;
  padding: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
}

.btn-select:hover {
  background-color: #5B7F7D;
  color: white;
}

.features-section {
  border-radius: 8px;
  padding: 1.25rem;
}

.text_yellow {
  color: #F59E0B;
}

/* --------Membership popup------------- */

.crown-icon {
  width: 60px;
  height: 60px;
  background-color: #FFF3E0;
  border-radius: 50%;
  margin: 0 auto 1rem;
  font-size: 28px;
}

/* -------------About seller------------ */

.profile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background: white;
  z-index: 999;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.profile-sidebar.active {
  left: 0;
}

.profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.profile-overlay.active {
  display: block;
}

.profile-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #52796f;
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1030;
  display: none;
}

.close-profile-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  z-index: 9;
}

.content-area {
  min-height: 100vh;
}

.btn-message {
  border: 1px solid #5B7F7D !important;
  border-radius: 10px;
  color: #5B7F7D;
  background-color: #5B7F7D1F;
}

/* follower or following popup */
.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

/* ---------edit profile----------- */
/* Profile Image */
.profile-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
}

/* Edit Camera Button */
.edit-photo-btn {
  position: absolute;
  bottom: 6px;
  right: 2px;
  background-color: #1f7a67;
  color: white;
  border: none;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Buttons */
.cancel-btn {
  background-color: #f1f5f2;
  border-radius: 8px;
  padding: 10px 30px;
  border: 1px solid #cfd8d2;
}

.save-btn {
  background-color: #1f7a67;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
}

.save-btn:hover {
  background-color: #176a59;
}

/* 25-11-2025 newly added */
.top-header {
  background: #130C0C;
  z-index: 9999;
}

.top-content-field {
  background: #F3DEBC;
}

.top-45 {
  top: 47px;
}

.list-none {
  list-style: none;
}

.support-field .border-right {
  border-right: 1px solid #E9E9E9;
}

.height-80vh {
  height: 80vh;
  overflow: auto;
}

.height-80vh::-webkit-scrollbar {
  display: none;
}

.object-cover {
  object-fit: cover;
}

.object-cover-position {
  object-position: top;
}

.mission-card {
  border: 1px solid #E9E9E9;
}


.what_makes_sec .dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5911E;
  margin-top: 6px;
  display: block;
}

.coumunity {
  padding: 90px 0px;
  margin-bottom: 30px;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.coumunity {
  background: linear-gradient(to right, #E2AD53, #CE8200);
}

.coumunity button {
  height: 48px;
  width: 160px;
}

.coumunity button.browse-btn {
  border: 1.9px solid #fff;
}

.advertise {
  border: 1.2px solid #E9E9E9;
  width: fit-content;
}

/* new code  */
.clr-050B20-70 {
  color: #050B20B2 !important;
}

.clr-050B20 {
  color: #050B20 !important;
}

.clr-050B20-80 {
  color: #050B20CC !important;
  opacity: .8;
}

.clr-050B20-90 {
  color: #050B20E5 !important;
  opacity: .9;
}

.clr-050B20-40 {
  color: #050B2066 !important;

}

.clr-404040-60 {
  color: #40404099 !important;
  /* opacity: .6; */
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.border-right-E9E9E9 {
  border-right: 1px solid #E9E9E9;
}

.border-050B201F-12 {
  border: 1px solid #050B201F;
}

.h-44 {
  height: 44px;
}

.h-50 {
  height: 50px;
}

.h-42 {
  height: 42px;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.wh-24 {
  width: 24px;
  height: 24px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-38 {
  width: 38px;
  height: 38px;
}

.wh-85 {
  width: 85px;
  height: 85px;
}

.search-img {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  /* perfect center */
}

.background-clr-FBFAFA {
  background: #FBFAFA;
}

.wh-57 {
  width: 57px;
  height: 57px;
}

.wh-52 {
  width: 52px;
  height: 52px;
}

.wh-19 {
  width: 19px;
  height: 19px;
}

.wh-148 {
  width: 148px;
  height: 148px;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.wh-26 {
  width: 26px;
  height: 26px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-15 {
  font-size: 15px;
}

.background-clr-D5911E14 {
  background: #D5911E14;

}

.clr-green {
  color: #22AC00;
}

.drop-menu {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 24px);
  box-shadow: 0px 4px 12px 0px #00000026;
}

.me-text {
  background: #627B7F;
  color: #fff;
  width: fit-content;
  padding: 0px 12px;
  border-radius: 8px;
  font-size: 14px;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.u-text {
  background: #E2E2E2;
  color: #050B20;
  width: fit-content;
  padding: 0px 12px;
  border-radius: 8px;
  font-size: 14px;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.me-chat-arrow {
  right: -12px;
}

.u-chat-arrow {
  left: -12px;
}

.chat-right-me-u {
  /* height: calc(100vh - 320px); */
  /* height: calc(100vh - 285px); */
  overflow: auto;
  /* scrollbar-width: none; */
  padding-bottom: 20px;
  overflow: auto !important;
  height: 100%;
}


.chat-right-me-u::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-right-me-u::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c1c1c1, #9e9e9e);
  border-radius: 10px;
}

.chat-right-me-u::-webkit-scrollbar {
  width: 4px;
}

.user-cht {
  /* height: calc(100vh - 250px); */
  height: calc(100vh - 255px);
  overflow-y: auto;
  scrollbar-width: none;
}

.border-bottom-e9e9e9 {
  border-bottom: 1px solid #E9E9E9 !important;
}

.background-clr-5F7E7A {
  background: #5F7E7A !important;

}

.h-54 {
  height: 54px;
}

.modelcnt {
  width: 410px !important;
}

.form-check-input:checked {
  background-color: #D5911E !important;
  border-color: #D5911E !important;
}

@media (max-width: 767px) {

  /* Mobile par default chat list visible rahe */
  #chatList {
    display: block;
  }


}


.dropdown-icon {
  transition: 0.3s;
  font-size: 14px;
}

/* Dropdown OPEN hone par rotate */
/* Parent div pe show class aati hai */
.dropdown.show .dropdown-icon {
  transform: rotate(180deg);
}

/* Drop-down khulte hi button pe bhi .show add hoti hai (Bootstrap 5 behavior) */
button.show .dropdown-icon {
  transform: rotate(180deg);
}

#sortMenu li a {
  padding: 14px 10px !important;
  font-size: 15px !important;
}

.dropdown-item.active {
  padding: 14px 0px !important;
  background: #D4911E;
}

.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.sort-mnu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 41px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px;
  background: rgb(255, 255, 255);
  border: none;
}

.wh-18 {
  width: 18px;
  height: 18px;
}

.clr-D5911E {
  color: #D5911E;
}

.border-top-botoom-F3F3F3 {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}


/* Accordion Button style */
.accordion-button {
  position: relative;
  padding-right: 40px;

}

/* Default icon = PLUS */
.accordion-button::before {
  content: "+";
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

/* When accordion is OPEN → minus icon */
.accordion-button:not(.collapsed)::before {
  content: "−";

}

.accordion-button::after {
  display: none !important;
}

/* Remove blue click color on accordion */
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Remove blue background when active (open) */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
}

/* Remove blue background when clicking (active state) */
.accordion-button:active {
  background-color: transparent !important;
}

.border-D5911E {
  border: 1px solid #D5911E !important;
}

.background-clr-D5911E1F {
  background: #D5911E1F !important;

}

.srh-filters .year-apply-btn {
  background: #D5911E;
  color: #fff;
}

.srh-filters .price-apply-btn {
  background: #D5911E;
  color: #fff;
}

.range-slider {
  height: 40px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  top: 12px;
  pointer-events: none;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  background: #D5911E;
  border-radius: 50%;
  border: 3px solid #fff;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-track-bg {
  position: absolute;
  top: 20px;
  height: 8px;
  width: 100%;
  background: #F5F5F5;
  border-radius: 10px;
  z-index: 1;
}

.slider-track-selected {
  position: absolute;
  top: 20px;
  height: 8px;
  background: #FFCC77;
  border-radius: 10px;
  z-index: 2;
}

.search-right {
  height: calc(100vh - 170px);
  overflow-y: auto;
  scrollbar-width: none;
}

.srh-filters {
  height: calc(100vh - 170px);
  overflow-y: auto;
  scrollbar-width: none;
}

.wh-48 {
  width: 48px !important;
  height: 48px !important;
}

.wh-35 {
  width: 35px !important;
  height: 35px !important;
}

.rounded-100 {
  border-radius: 100px;
}

.background-clr-EDF0F7 {
  background: #EDF0F7 !important;
}

.w-12 {
  width: 12px;
}

.w-14 {
  width: 14px;
}

.w-16 {
  width: 16px;
}

.fw-400 {
  font-weight: 400;
}

.product-detail-left-arrow {

  border: 1px solid #E9E9E9 !important;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.wh-60 {
  width: 60px;
  height: 60px;
}

.wh-54 {
  width: 54px;
  height: 54px;
}

.font-24 {
  font-size: 24px;
}

.mission-card-bottom {
  border-bottom: 1px solid #E9E9E9;
}

.border-BFBFBF {
  border: 1px solid #BFBFBF !important;
}

.border-5B7F7D {
  border: 1px solid #5B7F7D !important;
}

.background-clr-5B7F7D-12 {
  background: #5B7F7D1F !important;

}

.background-clr-5B7F7D {
  background: #5B7F7D !important;

}

.clr-5B7F7D {
  color: #5B7F7D !important;

}

.rounded-11 {
  border-radius: 11px;
}

.wh-16 {
  width: 16px;
  height: 16px;
}

.w-464 {
  width: 464px;
}


.location-dropdown {
  position: relative;
  min-width: 200px;
  padding: 10px 12px;
  background: #fff;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.location-select i {
  font-size: 12px;
}

.location-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 260px;
  background: #fff;
  border: 1px solid #bcd7ff;
  border-radius: 8px;
  padding: 15px;
  display: none;
  z-index: 50;
}

.location-dropdown:focus-within .location-menu {
  display: block;
}

.location-menu ul li {
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

.location-menu ul li:last-child {
  border-bottom: none;
}

.srch-icon {
  position: absolute;
  right: 0px;
  transform: translateY(50%);

}

.border-top-e9e9e9 {
  border-top: 0.5px solid #E9E9E9
}

.search-list {
  height: 224px;
  overflow-y: auto;
  scrollbar-width: none;
}

input[type="search"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

input[type="text"]:focus {
  outline: none !important;
  box-shadow: none !important;

}

.custom-location-btn {
  position: relative;
  padding-right: 28px !important;
  /* arrow ke liye jagah */
}

.custom-location-btn img {
  position: absolute;
  right: 20px;
  /* bilkul right corner */
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  object-fit: contain;
  pointer-events: none;
  /* arrow click issue fix */
}

.background-clr-FBFAFA {
  background-color: #FBFAFA !important;
}

.search-bar {
  min-width: 320px;
  border-left: 2px solid rgb(209, 207, 207) !important;
  padding-left: 13px;
}

.category-btn {
  border: 0.5px solid #E9E9E9 !important;
  font-size: 16px !important;
}

.selct-cate {
  height: calc(100vh - 180px);
  overflow-y: auto;
  scrollbar-width: none;
}


.photo-upload-container,
.photo-preview-box {
  width: 120px;
  height: 120px;
  border: 2px dashed #cfcfcf;
  border-radius: 12px;
  background: #fafafa;
  cursor: pointer;
  overflow: visible;
}

.photo-preview-box {
  position: relative;

  border: none;

}

.photo-preview-box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
}

.remove-photo-btn {
  position: absolute;
  top: -8px !important;
  right: -7px !important;
  width: 26px !important;
  height: 26px !important;
  background: #C10000 !important;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9 !important;
  border: 2px solid #fff !important;
  border-radius: 100px !important;
}

.photo-preview-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edit-location {
  top: 50% !important;
  left: 16px;
  transform: translateY(-50%);
  position: absolute;
}


.suggestion-box {
  position: absolute;
  top: 100%;
  /* ← PERFECT FIX */
  left: 0;
  width: 100%;
  background: #fff;

  border-radius: 6px;
  list-style: none;
  padding: 0;
  margin-top: 14px;
  /* thoda gap */
  z-index: 9999;
  box-shadow: 0px 8px 12px 0px #00000026;

}

.suggestion-box li {
  padding: 15px 12px;
  cursor: pointer;
  color: #050B20;
  border-bottom: 1px solid #E9E9E9;

}

.suggestion-box li:hover {
  background: #f0f0f0;
}

.drop-loction {
  min-width: 200px;
}


/* 4-12-2025 */

.modal-height {
  max-height: 385px;
  scrollbar-width: none;
}

.chat-search::placeholder {
  font-size: 17px;
}

.clr-ffffff-80 {
  color: #ffffff !important;
  opacity: .8;
}

.clr-black {
  color: #000000;
}

.modal .form-check-input[type="radio"] {
  border-color: #5E5E5E;
  box-shadow: none;
}

.menu-list .bi-x-lg {
  color: #000000 !important;
}

.btn-close {
  filter: invert(0) grayscale(100%) brightness(0) !important;
  opacity: 1 !important;
}

/* ------select category button--------- */

.category-btn {
  max-width: 350px;
  margin: auto;
  text-align: left;
  border: 1px solid #eee;
  padding: 10px 15px;
  background: #fff;
  position: relative;
}

.category-btn.active {
  background: #d49019;
  color: #fff;
  font-weight: 600;
}

.category-btn.active::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;

  /* Smaller Triangle */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #d49019;
}

/* ----------form icon-------------- */
.location-input {
  padding-left: 40px;
  height: 46px;
  border-radius: 8px;
  font-size: 16px;
}

.location-input::placeholder {
  font-size: 16px;
  color: #808080;
}

/* Icon absolute left */
/* .location-icon {
  position: absolute;
  left: 12px;
  bottom: 12px; 
  width: 18px;
  height: 18px;
  opacity: 0.8;
} */

/* नया .location-icon */
.location-icon {
  position: absolute;
  left: 12px;
  bottom: 7px;
  transform: translateY(-50%);
  /* For perfect vertical alignment */
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.price-group .price-icon {
  background: transparent;
  border-right: none;
  padding: 6px 10px;
}

.price-group .price-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.price-group .price-input {
  border-left: none;
}

/* --------select option color---------- */

#condition:hover {
  border: 1px solid #D4911E !important;
}


#condition:focus {
  border: 1px solid #D4911E !important;
  box-shadow: none !important;
}


#condition option:checked {
  background-color: #D4911E !important;
  color: #fff !important;
}

#condition option:hover {
  background-color: #D4911E !important;
  color: #fff !important;
}

.dropdown-toggle::after {
  transform: rotate(180deg);
  /* Adjust as needed */
}

.arrow {
  width: 16px;
  height: 16px;
}

.up-arrow {
  display: none;
}

.dropdown-toggle.show .down-arrow {
  display: none;
}

.dropdown-toggle.show .up-arrow {
  display: inline;
}

.dropdown-toggle::after {
  display: none !important;
}

/* ------search input text color------- */

#searchInput {
  color: #000 !important;
}

/* ---sell button color------- */

.text-green {
  color: #5B7F7D;
}

/* accordion */
.faq_accordion .accordion-button::after {
  display: none;
}

/* Custom arrow */
.faq_accordion .accordion-button {
  position: relative;
  font-size: 20px;
}

.faq_accordion .accordion-button::before {
  content: '\f282';
  /* bootstrap icon: chevron-down */
  font-family: bootstrap-icons;
  font-size: 20px;
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

/* Rotate when opened */
.faq_accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}

/* -----checkbox color------------- */
input[type="checkbox"],
.form-check-input {
  border: 1px solid #000000 !important;
}

/* ------marquee -------- */

.marquee-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: flex;
  gap: 60px;
  animation: slide 45s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* -----9-12-25---------- */
.modal {
  margin-top: 50px;
  margin-bottom: 30px;
}


/* 10-12 */
/* .z_index
{
  z-index: -1;
} */

.menu-list .bi-x-lg {
  font-size: 20px !important;
  color: #000000 !important;
}

.search-bar {
  width: 100% !important;
  padding-right: 32px !important;
  /* icon ke liye space */
}

.srch-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#searchInput::placeholder {
  color: #000000 !important;
  opacity: .5;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.opacity-5 {
  opacity: .5;
}

/* .modal {
    z-index: 9999 !important;
} */

.max-width {
  width: 90%;
  margin: auto;
  border-radius: 0;
}

/* Prevent Account Dropdown From Being Cut */
.menu-list {
  position: relative;
  overflow: visible !important;
}

/* Fix bootstrap dropdown inside mobile menu */
.menu-list .dropdown-menu {
  position: absolute !important;
  inset: unset !important;
  top: 20px !important;
  /* adjust as needed */
  right: 0 !important;
  z-index: 9999 !important;
}



/* ****** New CSS 31-12-2025 ********* */

.menu-list .sell-btn i {
  color: #D5911E;
  font-size: 21px;
  -webkit-text-stroke: .7px;
  line-height: 0;
}

.menu-list .sell-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-image img {
  height: 60px;
}

.cstm_header .menu .menu-item svg {
  width: 20px;
  height: 20px;
}

.cstm_header .menu-item {
  gap: 4px !important;
}

.cstm_header .menu-item span {
  font-family: 'Public Sans';
}

.custom-location-btn {
  padding-left: 0;
}

.cstm_header .search-bar {
  padding-right: 30px !important;
}

.cstm_card .image-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
}

.cstm_card :hover .image-wrapper img {
  transform: scale(1.1);
}

.cstm_card .image-wrapper {
  padding-bottom: 67%;
  overflow: hidden;
}

.cstm_card h6 {
  font-size: 18px;
}

.cstm_card h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 12px;
}

.cstm_card p {
  font-size: 14px;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cstm_card .cont h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #050B20;
}

.cstm_card .cont a.btn {
  padding: 0;
  color: #405FF2;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
}

.cstm_card .cont a.btn svg {
  width: 16px;
  height: 13px;
}

.cstm_card .cont a.btn svg path {
  stroke: #405FF2;
}

.cstm_card .cont {
  padding: 15px 10px;
}

.cstm_card {
  height: 100%;
  box-shadow: 0px 0px 20px 5px #00000014;
  position: relative;
  padding-bottom: 24px;
}

.cstm_card .price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 18px;
}

.product_grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}

.product_grid.two .grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.cstm_header .menu-item img {
  height: 25px;
  width: 25px;
  border-radius: 50px;
}

.Recently_added {
  padding: 70px 0px 0;
}

.Recently_added h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.my_container {
  max-width: 1920px;
  margin: auto;
  padding: 0 45px;
  width: 100%;
}

.Categories_sec h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  /* margin-bottom: 20px; */
}

.Categories_sec {
  margin-top: 70px;
}

.Categories_sec .view_btn {
  text-align: end;
  margin-bottom: 20px;
}

.Recommended_sec .product_grid {
  margin-top: 30px;
}

.Categories_sec .view_btn a {
  font-size: 15px;
  color: #130C0C;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.Categories_sec .view_btn a svg {
  stroke: #130C0C;
  width: 10px;
  height: 10px;
}


.section-heading .view_btn {
  text-align: end;
  margin-bottom: 20px;
}

.section-heading .view_btn a {
  font-size: 15px;
  color: #130C0C;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-heading .view_btn a svg {
  stroke: #130C0C;
  width: 10px;
  height: 10px;
}

.Categories_sec .box img {
  margin: auto;
}

.Categories_sec .box p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Public Sans';
  margin: 0;
}

.Recommended_sec h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  /* margin-bottom: 40px; */
}

.cstm_footer {
  padding: 20px 0;
}

.Recommended_sec {
  padding: 70px 0;
}

.cstm_footer .grid {
  grid-template-columns: 1fr .4fr .5fr;
  display: grid;
  gap: 10px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  padding: 40px 0;
}

.cstm_footer .footer-logo img {
  height: 70px;
}

.cstm_footer .footer-logo {
  display: flex;
  align-items: center;
}

.cstm_footer .set h3 {
  font-size: 18px;
  color: #130C0C;
  font-weight: 700;
  margin-bottom: 16px;
}

.cstm_footer .set ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cstm_footer .set ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #050B20;
  font-weight: 500;
  transition: all .3s;
}

.cstm_footer .set ul li a:hover {
  color: #5b7f7d;
}

.cstm_footer .copy_right {
  padding-top: 20px;
  font-size: 14px;
}

.footer_add {
  background: #130C0C;
  padding: 12px 0;
}

.footer_add p {
  color: #fff;
}

.footer_add p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.footer_add p a {
  color: #fff;
  font-weight: 500;
}

.marque_sec {
  overflow: hidden;
  width: 100%;
  background: #000;
  padding: 12px 0;
}

.marque_sec .track {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  width: fit-content;
}

.marque_sec .track p a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.marque_sec .track p {
  margin: 0;
  position: relative;
}

.marque_sec .track p:before {
  position: absolute;
  content: "";
  background: #D5911E;
  width: 7px;
  height: 7px;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}






.cstm_card .favorite-btn {
  width: 36px;
  height: 36px;
  top: 10px !important;
  right: 10px !important;
}

.cstm_breadcrumb .set {
  display: flex;
  align-items: center;
}

.cstm_breadcrumb {
  margin: 0;
  padding: 25px 0;
}

.cstm_header {
  box-shadow: 0px 2px 8px 0px #0000001F;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.privacy_sec .set {
  max-width: 940px;
  margin: auto;
}

.privacy_sec {
  padding: 20px 0;
}

.about_story .grid {
  grid-template-columns: 1fr .6fr;
  display: grid;
  gap: 20px;
  align-items: center;
}

.about_story .grid .img img {
  width: 100%;
}

.about_story {
  padding: 70px 0;
}

.about_story .box {
  max-width: 800px;
}

.Our_mission .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.Our_mission .set img {
  height: 58px;
  width: 58px;
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
}

.Our_mission .set {
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  padding: 25px;
  transition: all .3s;

}

.Our_mission .set:hover {
  background: #f3debc;
}

.Our_mission {
  margin-top: 20px;
}

.Our_mission .set h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 18px 0 10px;
}

.Our_mission .set p {
  margin: 0;
  color: #050B20;
}

.what_makes_sec .img img {
  width: 100%;
}

.what_makes_sec .grid {
  grid-template-columns: .6fr 1fr;
  gap: 40px;
  align-items: center;
}

.what_makes_sec {
  margin: 70px 0;
}

.coumunity p {
  max-width: 920px;
  margin: 15px auto 30px;
  text-align: center;
}

.coumunity button {
  font-family: 'Public Sans', sans-serif;
  border-radius: 12px;
}

.faq_sec .set {
  max-width: 990px;
  margin: auto;
}

.faq_sec {
  margin: 40px 0;
}

.faq_sec .set .accordion-button {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
}

.faq_sec .set .accordion-body {
  font-size: 16px !important;
  padding-top: 0;
}

.profile_empty img {
  height: 250px;
}

.profile_empty {
  text-align: center;
  padding: 40px 0;
}

.profile_empty h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 22px 0 12px;
}

.profile_empty h4 {
  font-size: 18px;
  color: #050B20B2;
  font-weight: 400;
  margin: 0 0 25px;
}

.profile_empty .btn {
  height: 54px;
  background: #D5911E;
  width: 100%;
  max-width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.profile_empty .btn:hover {
  background: #5B7F7D;
}

.stuff_sell_sec .set {
  border: 1px solid #E9E9E9;
  max-width: 970px;
  margin: auto;
  padding: 24px;
}

.stuff_sell_sec {
  margin: 40px 0 60px;
}

.stuff_sell_sec h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}

.stuff_sell_sec .photo-preview-box {
  width: 120px;
  height: 120px;
  overflow: inherit;
}

.stuff_sell_sec .remove-photo-btn {
  top: 0;
  right: 0;
  border-radius: 0;
}

.stuff_sell_sec label.form-label {
  font-weight: 500 !important;
  color: #000000;
}

.stuff_sell_sec .form-control {
  border: 1px solid #BFBFBF;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
}

.stuff_sell_sec .form-select {
  border: 1px solid #BFBFBF;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
}

.stuff_sell_sec textarea.form-control {
  height: 144px;
}

.stuff_sell_sec span.input-group-text {
  background: transparent;
  border: 1px solid #BFBFBF;
  border-right: 0;
  border-radius: 12px;
  padding-right: 0;
}

.stuff_sell_sec .input-group.price-group input.form-control {
  border-left: 0;
}

.stuff_sell_sec p.section-header {
  font-size: 18px;
  font-weight: 500 !important;
}

.login_logo {
  height: 60px;
}

.login_popup .grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.login_popup .set {
  padding: 20px;
}

.login_heading {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 25px;
}

.login_popup .btn_box .btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.login_popup .btn_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login_popup .btn_box .btn.btn-outline-dark:hover {
  color: #fff;
  background-color: #5F7E7A;
}

.login_popup .btn_box .btn.btn-outline-dark {
  border: 1px solid #5F7E7A;
  color: #5F7E7A;
}

.login_popup .text-muted {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  margin: 14px 0;
  opacity: 1;
}

.login_popup h4 a {
  color: #5F7E7A;
  font-size: 16px;
  font-weight: 600;
}


.login_popup h6 {
  color: #050B20;
  font-size: 13px;
  font-weight: 400;
  margin: 24px 0 0;
  line-height: 20px;
}

.login_popup h6 strong {
  color: #5F7E7A;
  font-weight: 600;
  text-decoration: underline;
}

.login_popup h6 a {
  color: #5F7E7A;
  font-weight: 600;
}

.login_popup .box img {
  width: 100%;
}

.modal-dialog {
  justify-content: center;
  padding: 0 10px;
}

.phone_popup {
  padding: 20px;
}

.phone_popup .back i {
  font-size: 20px;
  line-height: 0;
  -webkit-text-stroke: .2px;
}

.phone_popup .flex_input {
  display: flex;
  margin-top: 14px;
}


.phone_popup .flex_input .form-select {
  height: 50px;
  width: 100px;
  border: 1px solid #BFBFBF;
  border-radius: 6px 0px 0px 6px;
  padding: 0 0 0 12px;
  border-right: 0;
}

.phone_popup .flex_input .form-control {
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  height: 50px;
  font-size: 15px;
}

.phone_popup .btn {
  margin: 24px 0;
  height: 50px;
}

.header_search .clear-icon {
  font-size: 14px !important;
  -webkit-text-stroke: .5px;
  color: #050B2099 !important;
}

.profile-card .bi-person {
  font-size: 60px;
  line-height: 0;
}

.cstm_header .menu-list .user_dropp {
  top: 60px !important;
}

.image_upload_div {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #e7e7e7;
}

.free_plane {
  color: #050B20B2;
}

.free_plane label {
  color: #050B20B2;
}

.location_dropp div {
  padding: 7px 6px;
}

.cstm_header .menu .menu-item .spann {
  width: 25px;
  height: 25px;
  text-align: center;
}


.phone_popup .flex_input .iti {
  width: 100%;
}

.following_popup .modal-body {
  padding: 16px 30px;
}

.following_popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.following_popup ul li img.user-img {
  height: 55px;
  width: 55px;
  margin: 0;
}

.following_popup ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.following_popup ul li .crown-badge {
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: 5px;
  left: 36px;
}

.following_popup ul li .crown-badge img {
  width: 100%;
}

.following_popup ul li .img {
  position: relative;
}

.following_popup ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #050B20;
}

.following_popup ul li+li {
  border-top: 1px solid #E9E9E9;
  padding-top: 16px;
}

.following_popup hr {
  margin: 8px 0;
}

.following_popup h5 {
  font-weight: 600 !important;
}

.Recommended_sec .view_btn a {
  font-size: 15px;
  color: #130C0C;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.Recommended_sec .view_btn {
  text-align: end;
  margin-bottom: 20px;
}

.Recommended_sec .view_btn a svg {
  stroke: #130C0C;
  width: 10px;
  height: 10px;
}

.profile_input_num .iti {
  width: 100%;
}

.profile_input_num .btn {
  background: #d79b1a;
  border: none;
  position: absolute;
  right: 0;
  height: 100%;
  margin: 0 !important;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}

.btn_very_pro {
  align-items: end;
  display: flex;
}

.btn_very_pro .btn {
  height: 42px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background: #d79b1a;
  border: none;
}

.phone_num_input {
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  height: 50px;
  font-size: 15px;
}

.enter_email .form-control {
  margin-top: 14px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  height: 50px;
  font-size: 15px;
}

.phone_popup .text-danger {
  text-align: start;
  width: 100%;
  display: block;
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
}

.premium_plan {
  background: #D5911E1F;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
}

.premium_plan .box {
  display: flex;
  gap: 6px;
  align-items: center;
}

.premium_plan .box .img span {
  background: #D5911E;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.premium_plan .box h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 1px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

.premium_plan .box .cont {
  width: 100%;
}

.premium_plan .box h3 span {
  font-size: 10px;
  background: #fff;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 12px;
  text-align: center;
}

.premium_plan .box p {
  font-size: 13px;
  color: #050B20B2;
  margin: 0;
  font-weight: 500;
}

.premium_plan h4 {
  font-size: 15px;
  margin: 20px 0;
}

.premium_plan a.btn {
  background: #D5911E;
  width: 100%;
  color: #fff;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: all .3s;
}

.premium_plan a.btn:hover {
  background: #5b7f7d;
}


.stuff_sell_sec label.form-label .btn {
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  color: #D5911E;
}

.stuff_sell_sec label.form-label .btn i {
  -webkit-text-stroke: .5px;
  font-size: 13px;
}

.new_brand_pop .modal-header h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.new_brand_pop .modal-header {
  padding: 15px;
}

.new_brand_pop .modal-body {
  padding: 15px;
}

.new_brand_pop .form-control {
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  height: 50px;
  font-size: 15px;
}

.new_brand_pop .modal-footer button {
  height: 38px;
  max-width: 108px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.new_brand_pop .modal-footer .btn-primary {
  background-color: #52796f;
}

.new_brand_pop .modal-footer .btn-secondary {
  background: #a0a0a0;
}

.commen_empty_state {
  grid-column: 1 / -1;
  text-align: center;
}

.filter_show .btn {
  background: #D5911E;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 0;
}

.filter_show {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 30px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  display: none;
}

.dropdown.drop-loction .btn {
  font-size: 14px;
}

.header_search .search-bar {
  font-size: 14px;
}

.crown_show_sec .crown_img img {
  width: 100%;
}

.crown_show_sec {
  position: relative;
}

.crown_show_sec .crown_img {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 3px;
  left: 36px;
}

.crown_show_sec .img {
  border: 2px solid #d5911e;
}

.crown_show_sec.two .crown_img {
  bottom: 20px;
  left: 62px;
}

.profile-card .profile-img {
  /* border: 2px solid #d5911e; */
  border-radius: 100%;
}

.profile-card .profile-img-prem {
  border: 2px solid #d5911e;
  border-radius: 100%;
}

.profile-card .crown_img img {
  width: 100%;
}

.profile-card .crown_img {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 0;
  left: 82px;
  right: 0px;
  margin: auto;
}

.alert-danger ul {
    padding: 0;
    margin: 0;
    list-style: none;
}





@media (max-width: 1399.98px) {

  .cstm_header .drop-loction {
    min-width: 170px;
  }

  .cstm_header .search-bar {
    min-width: 250px;
  }

  .cstm_header .menu-list {
    gap: 14px;
  }

  .what_makes_sec .grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .Our_mission .grid {
    gap: 20px;
    margin-top: 24px;
  }

  .product_grid .grid {
    gap: 20px;
  }

  .header-image img {
    height: 48px;
  }

}

@media (max-width: 1199.98px) {

  .modal-dialog {
    min-height: auto;
  }

  .cstm_header .menu-item span {
    display: none;
  }

  .what_makes_sec .grid {
    gap: 24px;
    align-items: start;
  }

  .Our_mission .set {
    border-radius: 8px;
    padding: 16px;
  }

  .Our_mission .set img {
    height: 48px;
    width: 48px;
  }

  .about_story {
    padding: 30px 0;
  }

  .about_story .grid {
    grid-template-columns: 1fr .8fr;
  }

  .product_grid.two .grid {
    grid-template-columns: 1fr 1fr;
  }

  .Recommended_sec h2 {
    margin-bottom: 25px;
  }

  .Recommended_sec {
    padding: 50px 0;
  }

  .my_container {
    padding: 0 30px;
  }

  .cstm_footer .grid {
    grid-template-columns: 1fr .6fr .6fr;
  }

  .Recently_added h2 {
    margin-bottom: 25px;
  }

  .Recently_added {
    padding: 30px 0px 0;
  }

  .product_grid .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .font-46 {
    font-size: 38px;
  }

  .cstm_header .menu-item {
    font-size: 14px;
  }

  .cstm_header .search-bar {
    padding-right: 35px !important;
  }

  .cstm_header .nav-bar {
    padding: 8px 0px !important;
  }

  .sell-btn {
    padding: 6px 9px;
    font-size: 14px;
    min-width: 105px;
    height: 45px;
  }
      .brand-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}



@media (max-width: 991.98px) {

  .filter_show {
    display: block;
  }

  .srh-filters {
    height: 100%;
    padding: 6px;
  }

  .sidebar-section {
    position: fixed;
    top: 0;
    left: -500px;
    width: 100%;
    max-width: 450px;
    background: #fff;
    transition: all .3s;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-top-right-radius: 10px;
    padding-top: 15px;
    z-index: 999;
    height: 100%;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  /* Show when active */
  .sidebar-section.active {
    left: 0;
  }

  .sell_buss_sec {
    width: 100%;
  }

  .menu-list .dropdown-menu {
    background: #e6e6e6;
  }

  .cstm_header .menu-list.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .login_popup h6 {
    margin: 12px 0 0;
  }

  .login_popup h4 a {
    font-size: 15px;
  }

  .login_popup .text-muted {
    margin: 10px 0;
    line-height: normal;
  }

  .login_popup .btn_box {
    gap: 10px;
  }

  .login_popup .btn_box .btn {
    height: 46px;
    font-size: 15px;
  }

  .login_heading {
    font-size: 20px;
    margin: 16px 0;
  }

  .login_logo {
    height: 48px;
  }

  .stuff_sell_sec label.form-label {
    font-size: 15px;
  }

  .stuff_sell_sec p.section-header {
    font-size: 16px;
  }

  .stuff_sell_sec .wh-38 {
    width: 30px;
    height: 30px;
  }

  .photo-upload-container,
  .photo-preview-box {
    width: 90px;
    height: 90px;
  }

  .photo-preview-box img {
    width: 90px;
    height: 90px;
  }

  .stuff_sell_sec .photo-preview-box {
    width: 90px;
    height: 90px;
  }

  .stuff_sell_sec textarea.form-control {
    height: 114px;
  }

  .location-icon {
    bottom: 6px;
  }

  .stuff_sell_sec .form-control {
    height: 48px;
    font-size: 15px;
  }

  .stuff_sell_sec .form-select {
    height: 48px;
    font-size: 15px;
  }

  .stuff_sell_sec .set {
    padding: 16px;
  }

  .stuff_sell_sec h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .profile_empty .btn {
    height: 48px;
    max-width: 140px;
    font-size: 15px;
  }

  .profile_empty h4 {
    font-size: 16px;
    margin: 0 0 18px;
  }

  .profile_empty h3 {
    font-size: 24px;
    margin: 16px 0 12px;
  }

  .profile_empty img {
    height: 150px;
  }

  .faq_sec .set .accordion-button {
    padding: 18px 0;
    font-size: 16px;
    padding-right: 35px !important;
  }

  .cstm_header .menu-item span {
    display: block;
  }

  .coumunity p {
    margin: 4px auto 22px;
    text-align: center;
  }

  .what_makes_sec {
    margin: 40px 0;
  }

  .what_makes_sec .grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .what_makes_sec .set {
    grid-row: 1;
  }

  .Our_mission .grid {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .about_story p {
    margin-bottom: 12px;
  }

  .about_story .grid {
    grid-template-columns: 1fr;
  }

  .privacy_sec .mb-4 {
    margin-bottom: 12px !important;
  }

  .cstm_breadcrumb {
    padding: 20px 0;
  }

  .privacy_sec {
    padding: 0px 0;
  }

  .privacy_sec .mb-5 {
    margin-bottom: 20px !important;
  }

  .cstm_footer .set h3 {
    margin-bottom: 12px;
  }

  .cstm_footer .set ul {
    gap: 8px;
  }

  .footer_add {
    padding: 10px 0;
  }

  .cstm_footer .grid {
    padding: 25px 0;
  }

  .cstm_footer .footer-logo {
    align-items: start;
  }

  .cstm_footer .footer-logo img {
    height: 55px;
  }

  .Recommended_sec {
    padding: 40px 0;
  }

  .Recommended_sec h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .my_container {
    padding: 0 25px;
  }


  .Categories_sec {
    margin-top: 40px;
  }

  .Categories_sec h2 {
    font-size: 28px;
  }

  .Recently_added h2 {
    font-size: 28px;
  }

  .cstm_card .cont h4 {
    font-size: 18px;
  }

  .search-items .srch-icon {
    right: 20px !important;
  }

  .custom-location-btn {
    padding-left: 14px;
  }

  .header-image img {
    height: 52px;
  }

  .menu-list .sell-btn {
    margin-top: 0 !important;
  }

  .cstm_header .menu {
    flex-direction: row !important;
    gap: 20px !important;
  }
  .brand-grid {
        grid-template-columns: 1fr 1fr !important;
    }

     .cstm_footer .section-heading h2{
        font-size: 28px !important;
        margin-bottom: 28px !important;
}

}

@media (max-width: 767.98px) {

  .profile-sidebar {
    top: 60px;
  }

  .profile-sidebar.active {
    left: 0;
  }

  .sell_buss_sec .tab-content {
    padding: 10px !important;
  }

  .sell_buss_sec .selct-cate .category-btn.active {
    background: #d49019;
  }

  .sell_buss_sec .selct-cate {
    height: auto;
    overflow: auto;
    width: 100%;
  }

  .sell_buss_sec .selct-cate ul {
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    padding: 10px;
    min-width: 1380px;
  }

  .sell_buss_sec .selct-cate .category-btn {
    max-width: inherit;
    background: #eaeaea;
  }

  .login_popup .box {
    display: none;
  }

  .login_popup .grid {
    grid-template-columns: 1fr;
  }

  .profile_empty {
    padding: 20px 0;
  }

  .coumunity button {
    height: 45px;
    width: 140px;
    font-size: 14px;
  }

  .coumunity {
    padding: 50px 0px;
    margin-bottom: 20px;

  }

  .Our_mission {
    margin-top: 10px;
  }

  .Our_mission .set h5 {
    font-size: 18px;
  }

  .search-right {
    height: inherit;
    margin-top: 20px;
  }

  .cstm_card h6 {
    font-size: 16px;
  }

  .section-1 {
    height: 300px;
  }

  .my_container {
    padding: 0 16px;
  }


  .cstm_footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }


  .cstm_footer .footer-logo {
    grid-column: 1 / -1;
  }

  .owl-nav button {
    width: 35px;
    height: 35px;
  }

  .Categories_sec .owl-nav button {
    margin: 0;
  }

  .Categories_sec .box img {
    height: 100px !important;
  }

  .Categories_sec .box p {
    font-size: 16px;
  }

  .product_grid .grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .font-46 {
    font-size: 32px;
  }
    .brand-grid {
        grid-template-columns: 1fr 1fr !important;
         gap: 15px !important;
    }

}

@media (max-width: 575.98px) {

  .modal-dialog {
    padding: 0 0px;
  }

  .Our_mission .set h5 {
    font-size: 20px;
  }

  .Our_mission .grid {
    grid-template-columns: 1fr;
  }

  .product_grid.two .grid {
    grid-template-columns: 1fr;
  }

  .Recommended_sec h2 {
    font-size: 26px;
  }

  .my_container {
    padding: 0 16px;
  }

  .Categories_sec h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .Recently_added h2 {
    font-size: 26px;
  }

  .product_grid .grid {
    grid-template-columns: 1fr;
  }

  .section-1 {
    height: 300px;
  }

  .cstm_header .menu {
    gap: 15px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: start !important;
  }

  .menu-list .sell-btn {
    grid-column: 1 / -1;
  }
   .brand-grid {
        grid-template-columns: 1fr !important;
         gap: 15px !important;
    }
     .cstm_footer .section-heading h2{
        font-size: 26px !important;
}

}

@media (max-width: 480px) {

  .stuff_sell_sec h2 {
    font-size: 24px;
  }

  .Categories_sec h2 {
    font-size: 24px;
  }

  .Recently_added h2 {
    font-size: 24px;
  }

  .Recommended_sec h2 {
    font-size: 24px;
  }

  .cstm_footer .copy_right {
    padding-top: 12px;
  }

  .cstm_footer {
    padding: 0px 0 12px;
  }

  .cstm_footer .grid {
    grid-template-columns: 1fr;
    gap: 20px 15px;
  }

  .font-46 {
    font-size: 28px;
  }
  .cstm_footer .section-heading h2{
        font-size: 24px !important;
}
}
/*  */
#google_translate_element::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/translate.png);
    background-size: 24px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    color: white;
    border-radius: 100px;
    font-size: 20px;
    z-index: 1;
    pointer-events: none;
}
/* 
.menu span {
  white-space: nowrap;
  text-overflow: ellipsis;
 
}  */


.menu-item span {
    display: inline-block;
    vertical-align: middle;
    
    /* 15-18 characters ke baad "..." lane ke liye */
    max-width: 8ch; 
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sell-btn {
   display: inline-block !important;
    vertical-align: middle;
    max-width: 13ch;          /* Isse 15ch kar dein taaki "Sell Stuff" pura aa sake */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 8px 15px;        /* Padding thodi badha dein shape ke liye */
    line-height: 1.2;
}
.sell-btn i {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 1.2rem;        /* Icon ka size adjust karein */
}
.about_story .grid .box p{
   margin-bottom: 10px;
}

