/* coolvetica */
@font-face {
  font-family: "Coolvetica Rg";
  src:
    url("../font/CoolveticaRg-Regular.woff2") format("woff2"),
    url("../font/CoolveticaRg-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Gilroy font */
@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Bold.woff2") format("woff2"),
    url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Light.woff2") format("woff2"),
    url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Heavy.woff2") format("woff2"),
    url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Regular.woff2") format("woff2"),
    url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Medium.woff2") format("woff2"),
    url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* General sans */
@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-BoldItalic.woff2") format("woff2"),
    url("../font/GeneralSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Extralight.woff2") format("woff2"),
    url("../font/GeneralSans-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Bold.woff2") format("woff2"),
    url("../font/GeneralSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-MediumItalic.woff2") format("woff2"),
    url("../font/GeneralSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-ExtralightItalic.woff2") format("woff2"),
    url("../font/GeneralSans-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Regular.woff2") format("woff2"),
    url("../font/GeneralSans-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Italic.woff2") format("woff2"),
    url("../font/GeneralSans-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Light.woff2") format("woff2"),
    url("../font/GeneralSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Medium.woff2") format("woff2"),
    url("../font/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-LightItalic.woff2") format("woff2"),
    url("../font/GeneralSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Semibold.woff2") format("woff2"),
    url("../font/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-SemiboldItalic.woff2") format("woff2"),
    url("../font/GeneralSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "General Sans";
}

.heading-font {
  font-family: "Coolvetica Rg";
}

/* Common Css */

.separator {
  width: 100%;
  border: 1px solid #e9e9e9;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  word-wrap: break-word !important;
}

button,
a {
  cursor: pointer !important;
}

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

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

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.txt-mainclr {
  color: #00bf6f !important;
}

.txt-grey {
  color: #626162 !important;
}

.txt-lightgrey {
  color: #818181 !important;
}

.txt-dark {
  color: #212121 !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important; /* change text color if needed */
  transition: background-color 5000s ease-in-out 0s;
}

input::placeholder {
  color: #818181 !important;
}

.badge-success {
  padding: 10px 12px;
  color: #00bf6f;
  background: rgba(0, 191, 111, 0.1);
  font-weight: 500;
  font-size: 12px;
}

.main-btn {
  background-color: #00bf6f;
  color: #fff;
  padding: 13px 26px;
  text-decoration: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
  outline: none;
}

.main-btn:focus {
  border: none !important;
  outline: none !important;
}

.view-shop {
  font-size: 14px !important;
  padding: 10px 30px !important;
}

.main-outlinebtn {
  background-color: transparent;
  color: #00bf6f;
  padding: 14px 30px;
  text-decoration: none;
  border: solid 1px #00bf6f;
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
}

.add-cart {
  padding: 10px 15px !important;
}

.main-btn:hover {
  background-color: #00bf6f;
  color: #fff;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: none;
  color: #fff;
}

.main-outlinebtn:hover {
  background-color: transparent;
  color: #00bf6f;
  border: solid 1px #00bf6f;
}

.main-darkoutlinebtn {
  background-color: transparent;
  color: #212121;
  padding: 10px 20px;
  text-decoration: none;
  border: solid 1px #212121;
  font-size: 16px;
  white-space: nowrap;
  max-width: 100%;
}

.main-darkoutlinebtn:hover {
  background-color: transparent;
  color: #212121;
  border: solid 1px #212121;
}

.btn-category {
  cursor: pointer;
  background-color: transparent;
  color: #00bf6f;
  padding: 10px 20px;
  border: 1px solid #00bf6f;
  transition: all 0.2s ease;
}

.category-address:checked + .btn-category {
  background: #00bf6f;
  color: #fff;
  border-color: #00bf6f;
}

.category-address:checked + .btn-category img {
  filter: brightness(0) invert(1);
}
.owl-nav {
  display: none !important;
}

.b-0 {
  border: none !important;
}
.b-0:focus {
  border: none !important;
}

.gap-25 {
  gap: 10px;
}

.g-10 {
  gap: 10px !important;
}

.p-30 {
  padding: 15px 30px;
}

.deliveryCostClass {
  font-size: 18px;
}

.cropper-container {
  width: 100% !important;
}

.btn-success {
  background-color: #00bf6f !important;
  color: #fff !important;
  padding: 13px 26px !important;
  text-decoration: none !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  outline: none !important;
}

.btn-secondary {
  background-color: transparent !important;
  color: #212121 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  border: solid 1px #212121 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

/* .row{
    row-gap: 20px !important;
} */

.focus-none:focus {
  background-color: #f6f6f6 !important;
  border: solid 1px #e8e8e8 !important;
}

.cursor-pointer {
  cursor: pointer;
}

body:has(.offcanvas.w-446.show) {
  overflow: hidden;
}

/* header */

.btn-nav {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.g-100 {
  gap: 100px;
}

.logo {
  display: block;
  width: 120px;
}

.logo img {
  width: 100%;
}

.cart {
  border: none;
  width: 44px;
  height: 44px;
  background-color: #ebedef;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.cart a {
  font-size: 18px;
  color: #212121;
}

/* Backdrop */
.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 1040;
}

/* Dropdown */
.notify {
  position: absolute;
  top: 80px;
  right: 20px;
  width: calc(100vw - 40px);
  max-width: 460px;
  background: #fff;
  border-radius: 14px;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  visibility: hidden;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 1050;
}

.no-scroll {
  overflow: hidden;
}

.notification-list {
  overflow: scroll;
  height: 450px !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.notification-list::-webkit-scrollbar {
  display: none !important;
}

/* Active state */
.notify.show,
.backdrop.show {
  opacity: 1;
  visibility: visible;
}

.notify.show {
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.btn-close:focus {
  box-shadow: none;
}

.head {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
}

.item {
  display: flex;
  gap: 14px;
  padding: 20px;
  align-items: center;
  background: #edfaf5;
  border-radius: 15px;
}

.icon-bg {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 35px;
  height: 35px;
  background: #00bf6f;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.send-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00bf6f;
  padding: 13px;
  border: none;
}

.inp-support {
  /* width: 300px !important; */
  padding: 15px;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.py-manual {
  padding-top: 30px;
}

.message-support {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-user {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: solid 1px #00bf6f;
}

.main-user-support {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: solid 1px #00bf6f;
}

.user-support {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #00bf6f;
}

.main-user-inner {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.main-user-blank {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: solid 1px #fff;
  object-fit: cover;
}

.w-446 {
  width: 446px !important;
}

.main-user-profile {
  background-color: #00bf6f;
  border-radius: 20px;
  padding: 20px;
}

.user-name h4 {
  font-size: 22px;
}

.profile-sub-card {
  border-radius: 12px;
  padding: 16px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #e5f8f0;
}

.canvas-screen {
  padding: 10px 20px 30px 20px;
}

.btn-back {
  width: 44px;
  height: 44px;
  background-color: #f0f0f0;
  border-radius: 12px;
  color: #212121;
  border: none;
}

.address-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #212121;
  font-size: 16px !important;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
  color: #00bf6f !important;
}

.nav-link:hover {
  color: #00bf6f !important;
}

.fliter-icn {
  padding-inline-start: 10px;
  width: 42px;
}

.fliter-bar {
  padding: 8px 20px;
  background-color: #f6f6f6;
  border: none;
  max-width: 380px;
  display: flex;
  align-items: center;
}

.fliter-btn {
  font-size: 14px;
  padding: 8px 14px;
  color: #00bf6f;
  border: none;
  background: rgba(0, 191, 111, 0.1);
}

.fliter-btn:hover {
  color: #00bf6f;
  border: none;
  background: rgba(0, 191, 111, 0.1);
}

.search-btn {
  font-size: 16px;
  padding: 15px 25px;
  color: #fff;
  border: none;
  width: 100%;
  max-width: 114px;
  background: #00bf6f;
}

.search-btn:hover {
  color: #fff;
  border: none;
  background: #00bf6f;
}

.nav-link:focus {
  box-shadow: none;
}

.fliter-inp {
  padding: 6px 12px;
  background-color: transparent !important;
  font-size: 16px;
}

.btn-nav {
  font-size: 30px;
  padding: 10px 20px;
}

#searchDropdown {
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s ease;
}

#searchDropdown.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#notifyBox {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

#backdrop {
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

#notifyBox.show,
#backdrop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.g-60 {
  gap: 60px;
}

/* hero section */

.bg-hero {
  background-image: url("../images/bg/hero-bg.jpg");
  background-repeat: no-repeat;
  padding: 120px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-shadow {
  box-shadow: 1px 2px 11px 1px rgba(0, 92, 53, 0.6);
  -webkit-box-shadow: 1px 2px 11px 1px rgba(0, 92, 53, 0.6);
  -moz-box-shadow: 1px 2px 11px 1px rgba(0, 92, 53, 0.6);
  border-radius: 40px;
}

.hero-txt h1 {
  font-size: 70px;
  color: #212121;
  font-weight: 600;
  line-height: 80px;
  text-transform: capitalize;
}

.hero-txt p {
  width: 85%;
  line-height: 36px;
  color: #626162;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.form-control:focus {
  border-color: transparent !important;
  background-color: #f6f6f6 !important;
  box-shadow: none !important;
}

.white-inp:focus {
  background-color: #fff !important;
}

.mw-550 {
  max-width: 550px !important;
}

.hero-sec {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 40px;
}

/* categories */

.fs-45-h {
  font-size: 46px;
  font-weight: 400;
}

.fs-18-p {
  width: 65%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.cat-box {
  height: -webkit-fill-available;
  background-color: #f0f0f0 !important;
  border-radius: 30px;
  padding: 30px !important;
  margin: auto;
  text-align: center;
}

.cat-text h3 {
  font-size: 22px;
}

.cat-text p {
  margin: auto;
  width: 75%;
  font-size: 16px;
}

.cat-img {
  width: 80px !important;
  display: inline-block;
}

.product-banner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* dummy section */

.bg-dummy {
  padding: 60px;
  background-size: cover;
  background-image: url("../images/bg/dummy-bg.jpg");
  background-repeat: no-repeat;
  padding: 120px 0;
  width: 100%;
}

.dummy-text h3 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  text-transform: capitalize;
}

.dummy-text p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 0px;
}

.dummy-img img {
  width: 100%;
  height: 450px;
  border-radius: 40px;
  object-fit: cover;
}

.mx-174 {
  max-width: 174px !important;
}

.d-grid-8 {
  justify-content: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-img {
  border-radius: 30px;
  margin: auto;
  background-color: #f0f0f0;
  max-width: 115px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* market your way */

.section-row-30 {
  row-gap: 24px !important;
}

.market-card {
  cursor: pointer;
  display: block;
  height: -webkit-fill-available;
  border-radius: 20px;
  padding: 10px;
  background-color: #efefef;
}

.product-mnimg {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}

.market-icn {
  transform: translateX(-50%);
  left: 50%;
  bottom: -28px;
}

.market-icn img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.mini-icn-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 12px;
  background-color: #e6f0fb;
}

.mini-icn-red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 12px;
  background-color: #ffecea;
}

.mini-icn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.mini-icn-2 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* app card */

.app-card {
  padding-bottom: 88px;
}

.app-card h3 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.app-card p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}

.bg-screen {
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg/bg-screen.jpg");
  padding: 75px 88px 0px 88px;
  background-repeat: no-repeat;
  /* height: 600px; */
  width: 100%;
}

.app-btn {
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px 6px 10px;
  background-color: #000;
  border: solid 1px #a6a6a6;
}

.app-icn {
  width: 45px;
}

.btn-content-app {
  line-height: 20px;
}

.app-btn div h5 {
  margin-bottom: 0px !important;
  font-size: 16px;
}

.app-btn div span {
  margin-bottom: 0px !important;
  font-size: 14px;
}

/* footer */

.footer-bg {
  margin-top: 80px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg/footer-bg.jpg");
  background-repeat: no-repeat;
  /* height: 600px; */
  width: 100%;
}

.footer-logo {
  max-width: 180px !important;
  display: inline-block;
}

.footer-icn {
  background-color: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-btn-footer {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  border: solid 1px #a6a6a6;
  padding: 6px 10px 6px 10px;
}

.gap-cus {
  gap: 12px;
}

.btn-content {
  line-height: 15px;
}

.app-icn-footer {
  width: 22px;
}

.app-btn-footer div h5 {
  margin-bottom: 0px !important;
  font-size: 16px;
}

.app-btn-footer div span {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.head-cus {
  display: block !important;
  text-align: center !important;
  position: relative;
}

.close-cus {
  position: absolute;
  right: 20px;
  top: 20px;
}

.inp-frnt {
  padding: 15px;
  width: 460px !important;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.inp-order {
  padding: 15px;
  width: 100% !important;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.inp-nrml {
  padding: 15px;
  width: 100% !important;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.login-icn {
  background-color: #f2f2f2;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iti {
  display: block !important;
}

.iti__selected-country-primary {
  padding-inline-start: 20px !important;
}

.inp-verfiy {
  text-align: center;
  /* padding: 15px; */
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.inp-verfiy:focus {
  border: solid 1px #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  box-shadow: none !important;
}

.profile-card {
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.user-icn {
  /* padding: 20px; */
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: solid 1px #00bf6f;
  background: rgba(0, 191, 111, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0 !important;
}

.inp-grp {
  display: flex;
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  padding: 9px;
  align-items: center;
}

.inp-grp input,
.inp-grp textarea {
  background: transparent !important;
  border: none !important;
  color: #212121 !important;
}

.inp-grp input::placeholder,
.inp-grp textarea::placeholder {
  color: #818181;
}

.inp-icn {
  padding-inline-start: 10px;
  width: 37px;
}

.select-grp {
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8 !important;
  padding: 15px;
  align-items: center;
}

.select-grp:focus,
.select-grp:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.end-padding {
  padding-inline-end: 10px !important;
  padding-inline-start: 0px !important;
}

/* order page */

.breadcrumb {
  background-image: url("../images/bg/breadcrumb-hero.jpg");
  background-repeat: no-repeat;
  /* height: 600px; */
  background-position: center;
  background-size: cover;
  width: 100%;
}

.breadcrumb-section {
  padding: 100px 0px;
  text-align: center;
}

.breadcrumb-section h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

.breadcrumb-section p {
  width: 40%;
  margin: auto;
}

.tab-btn {
  font-size: 14px;
  color: #212121 !important;
  background-color: #f0f0f0 !important;
}

.min-vh-100 {
  min-height: 150vh;
}

.tab-pane {
  transition: opacity 0.4s ease-in-out !important;
}

.nav-link.tab-btn.active {
  fill: #fff !important;
  background-color: #00bf6f !important;
  color: #fff !important;
}

.category-btn.active {
  background-color: #00bf6f;
  color: #fff;
}

.category-btn.active svg {
  fill: #fff;
}

.nav-link.tab-btn.active .tab-icon {
  fill: #fff !important;
}

.txt-gold {
  color: #f8b600;
}

.order-card {
  background-color: #fff;
  padding: 20px;
}

.order-card-icn {
  width: 84px;
  height: 84px;
  background-color: #f0f0f0;
  padding: 15px;
}

.order-card-icn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.modal-body::-webkit-scrollbar {
  display: none !important;
}

.tab-responsive {
  gap: 12px;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.tab-responsive::-webkit-scrollbar {
  display: none !important;
}

/* wishlist */

.d-grid-5 {
  /* justify-content: center; */
  gap: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.wishlist-img {
  position: relative;
  padding: 40px;
  background-color: #f4f4f4;
  width: 100%;
  /* aspect-ratio: 1 / 1; keeps box square */
}

.wishlist-img img {
  width: 100%;
  /* height: 239px !important; */
  object-fit: cover !important;
  object-position: center !important;
}

.wishlist-card {
  padding-top: 20px;
}

.wishlist-card p {
  word-wrap: break-word !important;
}

.wishlist-btn {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 30px;
  padding: 0;
}

.wishlist-btn:focus {
  outline: none;
}

.wishlist-btn svg {
  fill: transparent;
}

.wishlist-btn.is-active {
  svg {
    fill: #00bf6f;
    animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 450ms forwards 1;
  }
}

@keyframes beat {
  30% {
    opacity: 1;
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* cart page */

.visually-hidden {
  position: absolute !important;
  opacity: 0 !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.address-card {
  border: 2px solid transparent;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
  cursor: pointer;
}

/* 🚫 NO hover / NO focus border */
.address-card:hover,
.address-card:focus-within {
  border-color: transparent;
}

/* ✅ ONLY after click */
.address-checkbox:checked + .address-card {
  border-color: #00bf6f; /* your active color */
  background-color: #f8fbff;
}

.bg-0 {
  background-color: transparent !important;
  border: none !important;
}

.short-breadcrumb {
  background-image: url("../images/bg/short-breadcrumb.jpg");
  background-repeat: no-repeat;
  /* height: 600px; */
  background-position: center;
  padding: 34px 0px;
  background-size: cover;
  width: 100%;
}

.cart-card {
  padding-bottom: 30px;
  border-bottom: solid 1px #e8e8e8;
}

.cart-img {
  padding: 20px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.cart-img img {
  width: 100%;
  height: 100%;
}

.counter-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 30px;
  background: transparent;
  border: solid 1px #00bf6f;
}

.plus,
.minus {
  padding: 0px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #212121;
}

.counter-box span {
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #00bf6f;
}

.cart-grp {
  border-radius: 18px;
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  padding: 20px;
}

.location-grp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  padding: 14px 20px;
}

.cart-textarea {
  background-color: transparent !important;
  border: none !important;
  min-height: 100px !important;
}

.order-textarea {
  min-height: 140px !important;
  padding: 15px;
  width: 100% !important;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

/* food beverages */

/* stores */

.icon-btn .icon-active {
  display: none;
}

.icon-btn {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.icon-cat {
  width: 20px;
}

/* .icon-btn.active .icon-default {
    display: none;
} */

.icon-btn.active .icon-active {
  display: inline-block;
}

.mini-container {
  max-width: min(1048px, calc(100vw - 2rem)) !important;
  margin: auto;
}

.sale-card {
  padding: 10px;
}

.bg-yellow-outer {
  background-color: #fff8e6;
}

.bg-blue-outer {
  background-color: #e5f5fe;
}

.bg-green-outer {
  background-color: #e5f6f0;
}

.bg-oval-outer {
  background-color: #f5ffe4;
}

.bg-yellow-gradient {
  background: linear-gradient(160deg, #ffdb02 20%, #ff9d01 100%);
}

.bg-blue-gradient {
  background: linear-gradient(160deg, #03b1f1 20%, #0055ca 100%);
}

.bg-green-gradient {
  background: linear-gradient(60deg, #29ae23 30%, #00837d 100%);
}

.bg-oval-gradient {
  background: linear-gradient(140deg, #bde270 40%, #5fb34d 100%);
}

.gradient-card {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px;
}

.sale-card span {
  color: #fff;
  line-height: 40px;
  font-size: 32px;
  font-weight: bolder;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.bg-blue-gradient span {
  line-height: 32px;
  font-size: 23px !important;
}

.stores-card {
  background-color: white;
  padding: 20px;
}

.stores-card h4 {
  font-size: 22px;
}

.star-badge {
  background-color: #f8b600;
  padding: 3px 10px;
}

.bg-km {
  background-color: #f0f0f0;
  padding: 8px;
}

.bg-cashback {
  width: 120px;
  background-color: #f8b600;
  padding: 10px 10px;
}

.delivery {
  padding: 8px 10px;
  background-color: #ffecea;
  border: dashed 1px #f44336;
}

.store-icn {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin: auto;
}

.store-icn img {
  border-radius: 16px;
}

.shadow {
  box-shadow: 0px 4px 20px 0px rgba(1, 60, 35, 0.1) !important;
}

/* store detail */

.cus-pb {
  padding-bottom: 40vh;
}

/* .fliter-sm-icn{
    width: 25px;
} */

.product-heading {
  font-size: 30px;
}

/* .h-192 {
  border-radius: 26px;
  width: 100%;
  max-height: 280px !important;
  object-fit: cover;
}

.w-105 {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 20px;
}

.ms-150 {
  margin-left: 150px;
}

.cus-store-position {
  position: absolute;
  bottom: 0;
  left: 25px;
} */

/* ── Banner ── */
.banner-wrapper {
  position: relative;
}

.banner-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.logo-anchor {
  position: absolute;
  bottom: -52px;
  left: 25px;
  z-index: 2;
}

.logo-img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 20px;
}

/* ── Meta row ── */
.store-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 1rem 1rem 1rem 144px;
}

.store-name-area {
  flex: 1;
  min-width: 0;
}

.percent-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.percent-circle img {
  width: 25px;
}

.delivery-rate {
  width: 100%;
  background-color: #ffecea;
  padding: 16px;
  max-width: 233px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub-card-store {
  background-color: #f0f0f0;
  width: 100%;
  max-width: 150px;
  padding: 20px;
  height: -webkit-fill-available;
}

/* reviews */

.star-default {
  color: #dadada;
}

.review-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
}

/* Gap on right side of divider */
.review-left {
  padding-right: 40px; /* space before divider */
}

/* Gap on left side (right column) */
.review-right {
  padding-left: 40px;
}

.bg-gold {
  background-color: #f8b600;
}

.h-6 {
  height: 6px;
}

.review-card {
  background-color: #f3f3f3;
  padding: 24px !important;
  margin-bottom: 15px;
}

.user-profile {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.cus-textarea {
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  min-height: 140px !important;
  padding: 10px 20px !important;
}

/* single item */

.single-img {
  max-width: 520px;
  max-height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 84px;
  background-color: #f4f4f4;
}

.single-item-content h3 {
  font-size: 36px !important;
}

.radio-theme {
  --c: #00bf6f;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.radio-theme input {
  display: none;
}

.radio-theme span {
  width: 18px;
  height: 18px;
  border: 0.094rem solid #212121;
  border-radius: 50%;
  position: relative;
}

.radio-theme span::after {
  content: "";
  inset: 4px;
  background: var(--c);
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: 0.2s;
}

.radio-theme input:checked + span {
  border-color: var(--c);
}

.radio-theme input:checked + span::after {
  transform: scale(1);
}

/* Label styling and spacing */
.custom-checkbox {
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

/* Hide default checkbox */
.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom checkbox square */
.custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #00bf6f;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
  background-color: #f5f5f5;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #00bf6f;
  border-color: #00bf6f;
}

/* SVG Tick */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='2.75 8.75 6.25 12.25 13.25 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1);
}

/* coupon card */

.coupon-card {
  background-color: #f3f3f3;
  padding: 10px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.discount-note {
  flex-shrink: 0 !important;
  font-family: "Gilroy" !important;
  width: 80px;
  height: 80px;
  font-size: 34px;
  background-color: #00bf6f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
}

.discount-note .top {
  display: flex;
  align-items: center;
  gap: 2px;
}

.discount-note .number {
  font-weight: bold !important;
  font-size: 34px;
  line-height: 1;
}

.discount-note .percent {
  font-size: 14px;
}

.discount-note .off {
  font-weight: 500 !important;
  font-size: 14px;
}

.coupon-btn {
  background-color: #00bf6f;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
}

/* delivery  */

.delivery-card {
  padding: 20px;
}

/* payment mode  */

.payment-mode {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
}

.payment-icn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* order-success */

.w-200 {
  display: inline-block;
  width: 200px;
}

/* track-order */

.track-order-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  padding: 20px;
}

.delivery-guy-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.call-action {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #00bf6f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-track-card {
  width: 100%;
  padding: 24px 50px;
  background-color: #f0f0f0;
}

.btn-search {
  cursor: pointer;
  border: none !important;
}

.search-dropdown {
  position: absolute;
  top: 85px;
  right: 0;
  width: 100%;
  padding: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;

  transition: all 0.3s ease;
}

.search-dropdown.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.search-dropdown .fliter-bar {
  max-width: 100% !important;
}

/* location-modal */

.max-232 {
  max-width: 232px !important;
}

.map-wrapper {
  width: 100% !important;
  height: 520px !important;
  border: none !important;
  overflow: hidden;
}

.map-wrap-h-660 {
  height: 660px !important;
}

.map-wrapper:focus {
  border: none !important;
  border-color: transparent !important;
}

.scrollbar-none {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.scrollbar-none::-webkit-scrollbar {
  display: none !important;
}

/* Groceries */

.card-top {
  position: relative;
  min-height: 80px; /* icon ke liye space */
}

/* .star-badge {
    position: relative;
    z-index: 2;
} */

.groceries-icn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.groceries-card {
  height: -webkit-fill-available;
}

.d-grid-9 {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 27px;
}

.grocerie-category-icn {
  background-color: #e5f8f0;
  max-width: 120px;
  max-height: 120px;
  padding: 30px;
  border-radius: 16px;
}

/* single item groceries */

.p-70 {
  padding: 70px;
}

.product-mark {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 54px;
  max-height: 54px;
}

/* cart groceries */

.p-20 {
  padding: 20px;
}

.emo-card {
  background-color: #d8efe5;
  padding: 5px 11px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.courier-card {
  background-color: #f6f6f6;
  border-color: solid 1px #e8e8e8;
  padding: 20px;
  border-radius: 15px;
}

.currency-white {
  display: none;
}

.emo-btn:has(input:checked) {
  background: #00bf6f;
  border-color: #00bf6f;
}

.emo-btn:has(input:checked) span {
  color: #fff !important;
}

.emo-btn:has(input:checked) .currency-default {
  display: none;
}

.emo-btn:has(input:checked) .currency-white {
  display: inline-block;
}

/* delivery service */

.delivery-service img {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  margin-top: 30px;
  object-fit: cover;
}

.mx-70 {
  max-width: 72px;
}

.w-70 {
  width: 70px;
  height: 70px;
  object-fit: cover;
  padding: 19px;
  flex-shrink: 0;
}

.sub-delivery-card {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 28px 20px;
  width: 100%;
}

.delivery-cost-card {
  padding: 20px;
}

.order-anything-card {
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
}

.sub-card-order {
  background-color: #fff;
  border: solid 1px #e8e8e8;
  padding: 20px 16px;
  border-radius: 10px;
}

.main-cart {
  padding: 20px;
  background: rgba(0, 191, 111, 0.1);
  text-align: center;
  border: solid 1px rgba(0, 191, 111, 0.3);
  border-radius: 14px;
}

.mb-cus {
  margin-bottom: 30vh;
}

.icon-btn img {
  object-fit: contain;
  flex-shrink: 0;
}

/* privacy-policy */

.policy-content h4 {
  font-size: 28px;
}

.policy-content p {
  line-height: 26px;
}

/* faq */

.accordion-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* remove default bootstrap arrow */
.accordion-button::after {
  display: none;
}

.acc-icon {
  width: 20px;
  position: relative;
}

/* default state → plus */
.accordion-button .icon-minus {
  display: none;
}

/* open state → minus */
.accordion-button:not(.collapsed) .icon-plus {
  display: none;
}

.accordion-button:not(.collapsed) .icon-minus {
  display: block;
}

/* ===== CUSTOM ACCORDION RESET ===== */
.accordion.custom-accordion .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

/* remove active bg + shadow */
.accordion.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}

.custom-accordion .accordion-item {
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.brt {
  border-top: solid #e9e9e9 1px;
}

/* about us  */

.about-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

.about-text h3 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  text-transform: capitalize;
}

.about-text p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 0px;
}

/* contact us */

.contact-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

.contact-text h3 {
  font-size: 50px;
  text-transform: capitalize;
}

.contact-text p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.product-link {
  cursor: pointer;
}

.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.btn-loading .btn-text {
  visibility: hidden;
}

.btn-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: swing 0.8s linear infinite;
}

@keyframes swing {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* search modal */

.w-695 {
  width: calc(100vw - 40px);
  max-width: 695px;
}

.search-tabs .nav-item {
  text-align: center;
  flex: 1;
}

.search-item {
  width: 100%;
  border: none !important;
  background: transparent;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
}

.search-item.active {
  border: none !important;
  border-bottom: solid 1px #00bf6f !important;
  background: transparent !important;
  color: #00bf6f !important;
  transition: 0.5s;
}

.search-item:focus {
  box-shadow: none !important;
}

/* .search-item:hover{
border: none !important;
} */

.search-item-card {
  width: 100% !important;
  min-height: 200px !important;
  height: auto !important;
}

.item-store {
  display: block;
  width: 18px;
  height: 18px;
}

.item-store img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.search-content {
  padding: 15px 30px;
}

.d-auto {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.bottom-aligner {
  margin-top: auto;
}

.btn-0 {
  background-color: transparent !important;
  border: none !important;
  color: #212121;
}

.btn-0:focus {
  outline: none;
  border: none;
}

.nav-item {
  position: relative;
  overflow: visible;
}

/* More button */
.more-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  transition:
    background 0.2s,
    color 0.2s;
}

.more-btn svg {
  transition: transform 0.3s ease;
}

.more-btn.open svg {
  transform: rotate(180deg);
}

/* Dropdown */
.more-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0; /* left edge of filter-wrapper */
  width: 100%; /* same width as filter-wrapper */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 16px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.more-dropdown.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.dropdown-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Chips */
.dropdown-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* driver register */

.doc-item {
  background: #edfaf5;
  cursor: pointer;
  transition: 0.3s ease;
}

.icon-box {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #00bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.check-icon {
  background: #00bf6f;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Label */
.form-label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

/* ID Input */
.driver-id-input {
  height: 48px;
  border-radius: 30px;
  border: none;
  background: #eeeeee;
  padding: 0 20px;
  font-size: 14px;
}

.driver-id-input:focus {
  outline: none;
  box-shadow: none;
  background: #e8e8e8;
}

/* Upload Box */
.doc-upload-box {
  background: #edfaf5;
  border: 2px dashed #00bf6f;
  border-radius: 25px;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
}

/* Upload Label */
.upload-label {
  cursor: pointer;
  width: 100%;
  display: block;
}

/* Upload Text */
.upload-title {
  font-size: 16px;
  color: #818181;
  margin-bottom: 15px;
}

/* Upload Button */
.upload-btn {
  background-color: #00bf6f;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.doc-card {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.status-approved {
  background-color: #00bf6f;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.status-rejected {
  background-color: #d63348;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.status-pending {
  background-color: #ffc107;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.role-card {
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 16px;
  border: 1.5px solid #e5e7eb;
  text-decoration: none;
  color: #212121;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

/* SVG should follow text color */
.role-card svg {
  fill: currentColor !important;
  stroke: currentColor !important;
  transition: 0.3s ease;
}

.role-card h6 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease;
  margin-bottom: 0;
}

/* Hover Effect */
.role-card:hover {
  border-color: #00bf6f;
  background: #edfaf5;
  color: #00bf6f;
}

.role-card:hover,
.role-card.active {
  border-color: #00bf6f;
  background: #edfaf5;
  color: #00bf6f;
}

/* calendar css */

/* =========================
   MAIN CONTAINER
========================= */
.flatpickr-calendar {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-family: "General Sans" !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* =========================
   HEADER (MONTH SECTION)
========================= */
.flatpickr-months {
  background: #00bf6f !important;
  border-radius: 0 !important;
  padding: 20px 10px 10px 10px !important;
}

.flatpickr-current-month {
  color: #00bf6f !important;
}

.flatpickr-current-month {
  padding: 0 !important;
}

.flatpickr-months .flatpickr-month {
  background: #00bf6f !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInput.cur-year {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border: none !important;
  font-size: 15px !important;
}

/* Navigation arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
  padding: 0px !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ffffff !important;
  width: 14px !important;
  height: 14px !important;
}

/* =========================
   WEEKDAYS ROW
========================= */
.flatpickr-weekdays {
  background: #edfaf5 !important;
  padding: 10px 0 !important;
}

.flatpickr-weekday {
  color: #212121 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-align: center !important;
}

/* =========================
   DAYS GRID
========================= */

.flatpickr-day {
  border-radius: 12px !important;
  color: #212121 !important;
  font-weight: 500 !important;
  height: 42px !important;
  line-height: 42px !important;
  margin: 4px !important;
  transition: all 0.2s ease !important;
}

/* Hover */
.flatpickr-day:hover {
  background: #edfaf5 !important;
  color: #00bf6f !important;
}

/* Today */
.flatpickr-day.today {
  border: 1.5px solid #00bf6f !important;
  color: #00bf6f !important;
}

/* Selected */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #00bf6f !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 14px rgba(0, 191, 111, 0.35) !important;
}

/* Disabled */
.flatpickr-day.flatpickr-disabled {
  color: #bdbdbd !important;
  opacity: 0.5 !important;
}

/* =========================
   SMOOTH OPEN ANIMATION
========================= */
.flatpickr-calendar.animate.open {
  animation: fadeInScale 0.18s ease forwards !important;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

span.flatpickr-weekday {
  background: #00bf6f !important;
  color: #fff !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* .badge-count{
    position: absolute;
    top: 0px;
    right: 0;
        padding: 4px 7px;
    background-color: #E5F8F0;
    color: #00BF6F;
    font-weight: 500 !important;
    border-radius: 50%;
}

.badege-cart{
    position: absolute;
    top: -8px;
    right: -5px;
        padding: 4px 7px;
    background-color: #E5F8F0;
    color: #00BF6F;
    font-weight: 500 !important;
    border-radius: 50%;
} */

/* product gallery */

.gallery {
  width: 100%;
  animation: galleryIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes galleryIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ═══════════════════
   MAIN WRAP
═══════════════════ */
.main-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #edfaf5;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.13);
  cursor: zoom-in;
}

.main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-wrap:hover .main-img {
  transform: scale(1.06);
}

.main-img.switching {
  animation: fadeIn 0.38s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  background: rgba(237, 250, 245, 0.88);
  color: #7a6555;
  font-family: sans-serif;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.main-wrap:hover .zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════
   THUMBNAILS
═══════════════════ */
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
  animation: thumbsIn 0.5s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes thumbsIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.thumb {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  background: #edfaf5;
  border: 2.5px solid transparent;
  transition:
    border-color 0.22s,
    transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.22s;
}
.thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}
.thumb.active {
  border-color: #00bf6f;
  box-shadow: 0 4px 18px rgba(0, 191, 111, 0.32);
}
.thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.thumb:hover img {
  transform: scale(1.1);
}
.thumb.active::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00bf6f;
  z-index: 2;
  box-shadow: 0 0 0 2px #fff;
}

/* ═══════════════════
   LIGHTBOX
═══════════════════ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 6, 0.93);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(10px);
}
.lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.lb-img {
  max-width: 82vw;
  max-height: 86vh;
  border-radius: 8px;
  object-fit: contain;
  display: block;
  transform: scale(0.88);
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lightbox.open .lb-img {
  transform: scale(1);
}
.lb-close {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  transition:
    color 0.2s,
    transform 0.25s;
}
.lb-close:hover {
  color: #fff;
  transform: rotate(90deg);
}
.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-family: sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.lb-arrow:hover {
  background: #00bf6f;
  border-color: #00bf6f;
}
.lb-arrow.prev {
  left: 28px;
}
.lb-arrow.next {
  right: 28px;
}
.lb-count {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.notification-toggle .tgl {
  display: none;
}

.notification-toggle .tgl,
.notification-toggle .tgl:after,
.notification-toggle .tgl:before,
.notification-toggle .tgl *,
.notification-toggle .tgl *:after,
.notification-toggle .tgl *:before,
.notification-toggle .tgl + .tgl-btn {
  box-sizing: border-box;
}

.notification-toggle .tgl::-moz-selection,
.notification-toggle .tgl:after::-moz-selection,
.notification-toggle .tgl:before::-moz-selection,
.notification-toggle .tgl *::-moz-selection,
.notification-toggle .tgl *:after::-moz-selection,
.notification-toggle .tgl *:before::-moz-selection,
.notification-toggle .tgl + .tgl-btn::-moz-selection,
.notification-toggle .tgl::selection,
.notification-toggle .tgl:after::selection,
.notification-toggle .tgl:before::selection,
.notification-toggle .tgl *::selection,
.notification-toggle .tgl *:after::selection,
.notification-toggle .tgl *:before::selection,
.notification-toggle .tgl + .tgl-btn::selection {
  background: none;
}

.notification-toggle .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.notification-toggle .tgl + .tgl-btn:after,
.notification-toggle .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.notification-toggle .tgl + .tgl-btn:after {
  left: 0;
}

.notification-toggle .tgl + .tgl-btn:before {
  display: none;
}

.notification-toggle .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.notification-toggle .tgl-ios + .tgl-btn {
  background: #e0e0e0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}

.notification-toggle .tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition:
    left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease,
    margin 0.3s ease;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0 4px 0 rgba(0, 0, 0, 0.08);
}

.notification-toggle .tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.notification-toggle .tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.notification-toggle .tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

.notification-toggle .tgl-ios:checked + .tgl-btn {
  background: #00bf6f;
}

.notification-toggle .tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.notification-toggle .tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.is-invalid {
  border: 1px solid #dc3545 !important;
}

.input-error {
  border: 2px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.fliter-bar.error-border {
  border: 2px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* ===============================
   SEARCH MODAL LOADER OVERLAY
================================ */

.search-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-loader-inner {
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
}

/* Spinning Ring */
.search-logo-spinner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  border-top: 3px solid #00bf6f;
  animation: spin 1s linear infinite;
}

/* Logo Floating */
.search-logo-spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  animation: float 2s ease-in-out infinite;
}

/* Searching text */
.searching-text {
  margin-top: 140px;
  font-size: 14px;
  color: #555;
  letter-spacing: 1px;
}

/* Animations */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-6px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

.support-profile {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid #00bf6f;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.support-profile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.create-ticket {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #00bf6f;
  border-radius: 100%;
  border: none;
}

.support-ticket-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.support-ticket-option input {
  display: none;
}

.ticket-card {
  border: 1px solid #e7e8ea;
  border-radius: 14px;
  width: 100%;
  height: 104px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
}

.ticket-card svg {
  display: block;
}

/* hover */
.ticket-card:hover {
  border-color: #19b46b;
}

/* selected */
.support-ticket-option input:checked + .ticket-card {
  border-color: #19b46b;
  background: #f5fff9;
  box-shadow: 0 0 0 2px rgba(25, 180, 107, 0.15);
}

/* delivery */

.delivery-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 15px;
}

.package-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.delivery-select-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.delivery-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 1px solid #e8e8e8; /* Light grey */
  border-radius: 14px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.delivery-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  transition: color 0.2s;
}

.delivery-radio-circle {
  width: 20px;
  height: 20px;
  border: 1.2px solid #00bf6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}

.delivery-radio-dot {
  width: 10px;
  height: 10px;
  background-color: #00bf6f;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.delivery-select-radio:checked + .delivery-box {
  border-color: #00bf6f;
}

.delivery-select-radio:checked + .delivery-box .delivery-content {
  color: #00bf6f;
}

.delivery-select-radio:checked + .delivery-box .delivery-radio-circle {
  border-color: #00bf6f;
}

.delivery-select-radio:checked + .delivery-box .delivery-radio-dot {
  transform: scale(1);
}

.delivery-box:hover {
  border-color: #d1d5db;
}

/* delivery bid */

.bid-avatar {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.bid-avatar img {
  width: 100%;
  height: 100%;
}

.bid-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 20px 20px;
  border-radius: 16px;
  cursor: pointer;
  background: #fff;
  /* This creates the smooth "spring" effect */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  user-select: none;
  flex-wrap: wrap;
  gap: 10px;
}

/* Hover State */
.bid-card:hover {
  border-color: #2ecc71;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Selected State */
.bid-card.selected {
  border: solid 1px #00bf6f;
  transform: scale(1.02); /* Slight grow effect */
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.15);
}

.bid-select-btn {
  background-color: transparent;
  color: #212121;
  border: none;
  font-size: 13px;
  border: 1px solid #e8e8e8;
  padding: 10px 16px;
  border-radius: 100px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.bid-card.selected .bid-select-btn {
  background-color: #00bf6f;
  content: "Selected";
  color: #fff;
}

.bid-price {
  font-size: 16px;
  color: #212121;
}

.driver-profile {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.driver-profile img {
  width: 100%;
  height: 100%;
}

.message-box {
  cursor: pointer;
  background-color: #e5f8f0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* overflow: hidden; */
  border-radius: 50%;
}

.driver-chat-head {
  background-color: #00bf6f;
}

.offcanvas-header .chat-back {
  margin-left: inherit !important;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10 21.308L.692 12L10 2.692l1.064 1.064L2.819 12l8.244 8.244z' stroke-width='0.5' stroke='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

.offcanvas-header .chat-back:hover {
  opacity: 1;
}

/* Container for the menu */
.driver-edit {
  position: relative;
  display: inline-block;
}

/* Three dot button styling */
.driver-three-dot {
  background: none;
  border: none;
  color: white; /* Matches your image background contrast */
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
}

/* The hidden menu */
.dropdown-menu-custom {
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  min-width: 120px;
  border-radius: 8px;
  list-style: none;
  padding: 8px 0;
  z-index: 1000;
}

/* Show menu when active */
.driver-edit.active .dropdown-menu-custom {
  display: block;
}

/* Item styling */
.dropdown-menu-custom a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

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

.item-block {
  color: #dc3545 !important; /* Red for Block option */
}

.chat-container {
  display: flex;
  flex-direction: column;
  gap: 25px; /* Spacing between message rows */
}

.message-row {
  display: flex;
  width: 100%;
}

.message-row.user {
  justify-content: flex-end;
}

.message-row.bot {
  justify-content: flex-start;
}

.chat-bot {
  background-color: #f4f4f4;
}

.chat-user {
  background-color: #ebfaf3;
}

.message-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 14px;
  border-radius: 12px;
  width: fit-content;
  max-width: 230px;
  box-sizing: border-box;
}

.chat-user p {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

.chat-bot p {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

.chat-time {
  margin-top: 10px;
  color: #626162;
  font-size: 13px;
}

.order-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-receipt {
  background-color: #f0f0f0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.order-receipt img {
  width: 100%;
  height: 100%;
}

.order-view {
  width: 40px;
  height: 40px;
  background-color: #00bf6f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.order-download {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #00bf6f;
}

/* OVERLAY */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.overlay.show {
  display: flex;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* POPUP */
.popup {
  position: relative;
  animation: popIn 0.25s ease;
}

.close-btn {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.close-btn:hover {
  background: #f3f3f3;
}

.popup img {
  display: block;
  width: 500px;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
}

.login-card {
  border-radius: 15px;
  background: #ffffff;
  margin: auto;
  width: 100%;
  box-shadow: 0 0 10px 0 #00000045;
  padding: 20px 40px 20px 40px;
  text-align: center;
  /* max-height: 100vh; */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 480px;
}

.driver-inp {
  padding: 15px;
  width: 400px !important;
  border: solid 1px #e8e8e8;
  background-color: #f6f6f6;
}

.driverprofile-card {
  border-radius: 15px;
  background: #ffffff;
  margin: auto;
  width: 100%;
  box-shadow: 0 0 10px 0 #00000045;
  padding: 20px 30px;
  /* text-align: center; */
  /* max-height: 100vh; */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 500px;
}

.inp-revert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  border: solid 1px #e8e8e8;
  padding: 14px 20px;
}

.inp-revert input {
  padding: 0px !important;
  border: none !important;
  background-color: transparent !important;
}

.z-9999 {
  z-index: 999999 !important;
}

.iti__search-input {
  pointer-events: auto !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.iti__search-input:focus {
  border: none !important;
  outline: none !important;
}

.flatpickr-calendar {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
  width: clamp(260px, 90vw, 340px) !important;
  max-width: 100%;
}

.flatpickr-innerContainer {
  width: clamp(240px, 85vw, 340px) !important;
}

.flatpickr-months .flatpickr-month {
  overflow: auto !important;
  height: auto !important;
}

.flatpickr-months {
  width: clamp(240px, 85vw, 340px) !important;
  align-items: center !important;
}

.flatpickr-rContainer {
  width: clamp(240px, 85vw, 340px) !important;
}

.flatpickr-days {
  width: clamp(240px, 85vw, 340px) !important;
}

.dayContainer {
  width: clamp(240px, 85vw, 340px) !important;
  min-width: inherit !important;
  max-width: inherit !important;
}

.flatpickr-current-month {
  position: static !important;
  width: 100% !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  height: auto !important;
  position: static !important;
}

.flatpickr-current-month {
  display: flex !important;
  align-content: center !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: center;
}

.iti__search-icon {
  position: static !important;
}

.iti__search-input-wrapper {
  padding: 10px 20px !important;
  gap: 8px !important;
  border: solid 1px #e8e8e8 !important;
  background-color: #f6f6f6 !important;
}

/* driver chat */

.chat-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 80px auto 0;

  width: calc(100% - 2rem); /* responsive spacing */
  max-width: 1002px;

  border-radius: 16px;
  overflow: hidden;
  background: #fff;

  display: flex;
  flex-direction: column;
  min-height: 540px;

  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* Header */
.chat-header {
  background: #00bf6f;
  border-radius: 24px;
  padding: 30px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.header-info {
  flex: 1;
}
.header-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.header-role {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 1px;
  font-weight: 500;
}

.header-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
}

/* sending indicator */
.sending-dot {
  opacity: 0.4;
  animation: blink 1s ease-in-out infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

.send-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

/* ── Toast ── */
#chat-toast {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9999;
  white-space: nowrap;
}
#chat-toast.show {
  opacity: 1;
}

#conn-status {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 5px;
  display: block;
}

/* Messages */
.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar {
  width: 0px;
}
.chat-messages::-webkit-scrollbar-thumb {
  background: none !important;
  border-radius: 4px;
}

.msg-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #aaa;
}
.msg-row.sent .msg-meta {
  justify-content: flex-end;
}

.msg-status {
  color: #aaa;
  font-size: 10px;
}
.msg-status.seen {
  color: #25d366;
}

.bubble {
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
}

.msg-row {
  display: flex;
  flex-direction: column;
  max-width: 72%;
  gap: 3px;
}
.msg-row.sent {
  align-self: flex-end;
  align-items: flex-end;
}
.msg-row.received {
  align-self: flex-start;
  align-items: flex-start;
}

.msg-row .bubble.deleted {
  font-style: italic;
  font-size: 13px;
}
.msg-row.sent .bubble.deleted {
  background: rgba(249, 115, 22, 0.25);
  color: rgba(255, 255, 255, 0.6);
}
.msg-row.received .bubble.deleted {
  background: #f3f3f3;
  color: #aaa;
}

.msg-row.sent .bubble {
  background: #ebfaf3;
  /* border-bottom-right-radius: 4px; */
  color: #212121;
  font-weight: 500;
}

.msg-row.received .bubble {
  font-weight: 500;
  background: #f4f4f4;
  /* border-bottom-left-radius: 4px; */
  color: #212121;
}

.msg-time {
  font-size: 12px;
  color: #626162;
  margin-top: 4px;
  padding: 0 4px;
}

.date-divider {
  text-align: center;
  font-size: 11px;
  color: #aaa;
  margin: 4px 0;
  position: relative;
}

.date-divider span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.date-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.5px;
  background: #e0e0e0;
}

/* Input Bar */
.chat-input-bar {
  padding: 18px 14px;
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
  flex-shrink: 0;
}

.bg-inp {
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  padding: 10px 16px;
  flex-shrink: 0;
}

.chat-input {
  background-color: transparent !important;
  flex: 1;
  border: none !important;
  font-size: 16px;
  background: #f6f6f6;
  color: #929090;
  outline: none;
  font-family: inherit;
}

.chat-input::placeholder {
  color: #aaa;
}
.chat-input:focus {
  border-color: #2dbd7e;
  background: #fff;
}

.send-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2dbd7e;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

.send-btn:hover {
  background: #24a86d;
}
.send-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.pac-container {
  z-index: 99999 !important;
}

/* Title */
.section-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #222;
}

/* Card */
.pending-section {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

/* Table */
.driver-table {
  width: 100%;
  border-collapse: collapse;
}

.driver-table tr {
  border-bottom: 1px solid #eee;
}

.driver-table td {
  padding: 12px 10px;
}

.driver-table .label {
  width: 30%;
  font-weight: 600;
  color: #222;
}

.driver-table .value {
  color: #555;
}

/* Documents */
.documents-section {
  margin-top: 20px;
}

.documents-section h5 {
  margin-bottom: 10px;
}

.document-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fafafa;
}

/* Status */
.status {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.pending {
  background: #fef3c7;
  color: #92400e;
}

.approved {
  background: #d1fae5;
  color: #065f46;
}

/* Extra Details */
.extra-details {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}

.extra-details h5 {
  margin-bottom: 10px;
}

.extra-box {
  background: #f9fafb;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.bg-lightmain {
  background-color: #d9f5e9;
}
