/* CSS Reset */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/* CSS Variables */

:root {
  --navbar-height: 60px;
  --sidebar-width: 17.78dvw;
  --border-radius: 8px;
  --color-primary: #002e6f;
  --color-secondary: #00b9f2;
  --sec-light: #00b9f259;
  --sec-very-light: #00b9f21a;
  --bg: #f9fbfc;
  --border: #dee4ed;
  --gradient: linear-gradient(170deg, #120125 0%, #09184a 37.5%, #0044ab 100%);
  --shadow: 1px 2px 4px 0px rgba(21, 29, 40, 0.05);
  --shadow-med: 1px 2px 6px 0px rgba(21, 29, 40, 0.1);
  --shadow-dark: 1px 2px 8px 0px rgba(21, 29, 40, 0.2);
  --orange: #f4747f;
  --white: #ffffff;
  --black: #222831;
  --grey: #788ba5;
  --grey-light: #dddddd;
  --grey-very-light: #eeeeee;
  --green: #008000;
}

/* Fonts */

@font-face {
  font-display: "swap";
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"),
    url("../fonts/montserrat-v25-latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: "swap";
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"),
    url("../fonts/montserrat-v25-latin-700.woff") format("woff");
}

@font-face {
  font-display: "swap";
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/poppins-v20-latin-regular.woff2") format("woff2"),
    url("../fonts/poppins-v20-latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: "swap";
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"),
    url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-latin-700.woff2") format("woff2");
}

/* Fonts & Headers */

.header {
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 21px;
}

.top-heading {
  align-items: flex-start;
  justify-content: flex-start;
}

.heading {
  font: 700 36px/54px "Poppins", sans-serif;
  letter-spacing: 0.02rem;
  color: var(--black);
}

.sub-heading {
  font: 500 30px/36px "Inter", sans-serif;
  letter-spacing: 0.01rem;
  color: var(--grey);
}

.header-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 36px;
  box-sizing: border-box;
  overflow: hidden;
}

.inter-14 {
  font: 400 14px/20px "Inter", sans-serif;
}

.inter-16 {
  font: 400 16px/20px "Inter", sans-serif;
}

.inter-21 {
  font: 400 21px/27px "Inter", sans-serif;
}

.poppins-18 {
  font: 400 18px "Poppins", sans-serif;
}

.poppins-16 {
  font: 400 16px/24px "Poppins", sans-serif;
}

.b {
  font-weight: 700 !important;
}

.sb {
  font-weight: 600 !important;
}

.mb {
  font-weight: 500 !important;
}

.ub {
  font-weight: 400 !important;
}

.b-xtra {
  font-weight: 900 !important;
}

.ltspace {
  letter-spacing: 1px;
}

.ltspace-xtra {
  letter-spacing: 1.5px;
}

.strike {
  text-decoration: line-through;
}

.color {
  color: var(--color-primary) !important;
}

.color-sec {
  color: var(--color-secondary) !important;
}

.gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.grey {
  color: var(--grey) !important;
}

.black {
  color: var(--black) !important;
}

.green {
  color: var(--green) !important;
}

.red {
  color: #e20212 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.preserve-whitespace {
  white-space: pre-wrap;
}

/* Common Styles */

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  min-height: 100svh;
}

body {
  font: 400 16px/24px "Poppins", sans-serif;
  color: var(--black);
  background: var(--bg);
  text-align: left;
  padding: 0;
}

.screen {
  position: relative;
  overflow: hidden;
  width: calc(100dvw - var(--sidebar-width));
  padding: 4svw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: var(--sidebar-width);
  margin-top: var(--navbar-height);
}

.mainPage {
  position: relative;
  align-items: flex-start;
}

/* Sizes, Margin and Padding */

.margin-top-bottom {
  margin-bottom: 6vh;
  margin-top: 6vh;
}

.margin-left-right {
  margin: 0 2.25vw;
}

.margin-bottom {
  margin-bottom: 3vh;
}

.padding {
  padding: 5%;
}

.margin-top {
  margin-top: 3vh;
}

.margin-auto {
  margin: auto;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.h-full {
  height: 100%;
}

.h-100 {
  height: 100vh;
}

/* Display utilities */

.relative {
  position: relative;
}

.hidden {
  display: none !important;
  opacity: 0;
  transition: display 300ms ease, opacity 300ms ease;
}

.invisible {
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms ease, opacity 300ms ease;
}

.unselectable,
button,
img,
input::placeholder,
textarea::placeholder,
nav,
.menu,
a,
.cat-box {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-p: center;
  -ms-flex-p: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.item-end {
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.item-start {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.item-space-between {
  justify-content: space-between;
}

.item-stretch {
  align-self: stretch;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

ul {
  display: flex;
}

ul li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

a,
button,
.cur-point {
  cursor: pointer;
}

.ol-styled li {
  list-style: lower-roman;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-colunm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-colunm-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hug {
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fill-h {
  height: 100%;
}

.fill-w {
  width: 100%;
}

.pos-rel {
  position: relative;
}

.box {
  background: var(--white);
  border-radius: var(--border-radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.shadow {
  box-shadow: var(--shadow);
}

.shadow-med {
  box-shadow: var(--shadow-med);
}

.shadow-dark {
  box-shadow: var(--shadow-dark);
}

.blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.hr-item {
  width: 80%;
  height: 2px;
  background-color: var(--border);
  border: none;
  margin: auto;
  padding: 0;
}

.transition {
  transition: all 300ms ease-out;
}

/* Buttons */

.btn {
  background: var(--gradient) !important;
  border-radius: var(--border-radius);
  border: 3.5px solid var(--color-primary);
  padding: 8px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 20rem !important ;
  position: relative;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 300ms ease-out;
}

.btn > span {
  display: flex;
  color: var(--bg);
  text-align: left;
  font: 600 18px/24px "Poppins", sans-serif;
  letter-spacing: -0.18px;
  position: relative;
  align-items: stretch;
  transition: all 300ms ease-out;
}

.btn > svg {
  position: relative;
  overflow: visible;
  height: 24px;
  width: 24px;
}

.btn:hover {
  border: 3.5px solid var(--color-primary) !important;
  background: var(--bg) !important;
}

.btn:hover > span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.btn:hover > svg path {
  fill: url(#gradient);
}

.btn:active {
  transform: scale(0.85);
}

.btn-round {
  padding: 12px;
  background: var(--sec-very-light);
  border-radius: 50%;
  border: 3.5px solid var(--color-secondary);
}

.auth-btn {
  margin: 0;
}

.auth-icon {
  width: 24px;
}
.auth-icon img {
  color: #002e6f;
}

.btn-big {
  transform: scale(1.25);
  max-width: 75%;
}

.btn-big:active {
  transform: scale(1.2);
  max-width: 75%;
}

.link-btn {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.link-text {
  color: var(--color-primary);
  text-align: left;
  font: 600 24px / 36px "Poppins", sans-serif;
  position: relative;
}

.link-icon {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

.link-btn:hover .link-text {
  background: var(--color-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.link-btn:hover > svg path {
  fill: var(--color-secondary) !important;
}

.checkbox {
  border-radius: 4px;
  background-color: var(--bg);
  border: 2px solid var(--color-secondary);
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  transition: all 100ms ease-in-out;
}

.checkbox.checked {
  background-color: var(--color-secondary);
}

/* Dropdown */

.dropdown {
  position: relative;
  align-items: center;
  background: var(--sec-very-light);
  padding: 2px 16px;
  gap: 12px;
  border-radius: 6px;
}

.dropdown-frame {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-icon {
  height: 16px;
  width: 16px;
  min-height: 16px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
  padding: 2px 12px;
  font-size: 12px;
  width: 100%;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-option {
  padding: 2px 0;
  width: 100%;
  cursor: pointer;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .dropdown-frame {
    padding: 0.5rem;
  }
  .dropdown-menu {
    min-width: 100%;
  }
}

/* Forms */

.form {
  padding: 36px 0px 12px 0px;
  gap: 32px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.fieldset {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  gap: 4px;
}

.form-label-box {
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.label {
  text-align: left;
}

.input,
.cat-box {
  background: var(--white);
  padding: 11px 13px 12px 13px;
  height: 40px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.input::placeholder {
  color: var(--grey);
  font-weight: 400;
  text-align: left;
}

.cat-box {
  height: 25px;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease-out;
}

.cat-box > .cat-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  text-align: center;
  font: 600 10px "Inter", sans-serif;
  width: 135px;
  height: 25px;
  text-transform: capitalize;
}

.cat-box.checked {
  border-color: var(--color-secondary);
  background: var(--sec-very-light);
}

.cat-box.checked > .cat-text {
  color: var(--color-secondary);
}

.textarea {
  height: 150px;
}

/* Changing Outline color from Black to Sec */

.input:focus {
  outline: none;
  border: 1px solid var(--color-secondary);
}

/* Hide the arrows for number */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Search Bars */

.search {
  width: 50vw;
  margin: 5px;
  box-shadow: -2px -2px 6px rgba(var(--white), 0.6), 2px 2px 12px #f4f8fc;
}

.search svg {
  width: 1.65vw;
  height: auto;
}

.search-box {
  width: 92.5%;
  height: 40px;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #616161;
  background-color: #ffffff;
  outline: none;
  --top-shadow: inset 1px 1px 3px #e0e9f1, inset 2px 2px 6px #e1ebf5;
  --bottom-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  font-size: 18px;
  transition: 0.5s;
  border: 4px solid #ffffff;
}

.search input:focus,
.search-box:hover {
  box-shadow: var(--shadow-dark);
  border: 4px solid #c0daec;
}

.search-btn {
  width: 7.5%;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: var(--color-primary);
  color: white;
  font-size: 18px;
  border: 3.5px solid var(--color-primary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  box-shadow: var(--shadow);
  transition: 0.5s;
}

.search-btn:hover {
  background-color: var(--white);
  color: var(--color-primary);
  box-shadow: var(--shadow-dark);
}

.search-box::placeholder {
  color: #a9a9a9;
  font-size: 18px;
}

/* TopBar */

.topbar {
  display: flex;
  flex-direction: row;
  background: var(--white);
  border-bottom: 2px solid var(--grey-light);
  align-items: center;
  justify-content: space-between;
  width: 100dvw;
  position: fixed;
  box-shadow: var(--shadow);
  overflow: hidden;
  height: var(--navbar-height);
  z-index: 1001;
}

.logo-box {
  padding: 6px 36px 6px 36px;
  justify-content: space-between;
  flex-shrink: 0;
  overflow: hidden;
}

.logo {
  height: 48px;
}

.settings-box {
  padding: 0px 36px 0px 0px;
  gap: 24px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.notifications {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  height: 24px;
  width: auto;
}

.profile {
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.user {
  border-radius: 50px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: relative;
}


/* Menu */

.menu {
  border-top: 2px solid var(--grey-very-light);
  border-bottom: 2px solid var(--grey-very-light);
  padding: 0.5px 1px;
  height: 52px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  padding: 12px 0 12px 0;
  width: clamp(120px, 15dvw, 180px);
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background-color: var(--bg);
  flex-shrink: 0;
  color: var(--black);
  font: 500 18px/24px "Poppins", sans-serif;
  transition: all 300ms ease-out;
}

.menu-item.active {
  background-color: var(--sec-very-light);
  border-bottom: 4px solid var(--color-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

/* Product Card */

.product-card {
  padding: 4px;
}

.product-card .main-box {
  padding: 8px;
  position: relative;
  gap: 48px;
  flex-wrap: wrap;
}

.product-card .image-box {
  position: relative;
}

.specs-box {
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
}

.prod-image {
  height: 120px;
  width: auto;
  flex: 1;
  position: relative;
  border-radius: 5px;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.qty-round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--bg);
  border: 2px solid var(--border);
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-round-span {
  font: 700 12px / 18px "Inter", sans-serif;
  text-align: center;
  color: var(--black);
  position: relative;
}

.search-icon-mobile,
.center,
.search-overlay {
  display: none;
}


/* Mobile responsive navbar styles */

/* Desktop default - hide mobile elements */
.search-icon-mobile,
.center,
.search-overlay {
  display: none;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 0 15px 15px 0;
  padding: 10px 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar-item {
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.sidebar-item:hover {
  background: rgba(18, 1, 37, 0.1);
  transform: scale(1.1);
}

.sidebar-icon {
  width: 24px;
  height: 24px;
  color: #120125;
}

.sidebar-icon svg {
  width: 100%;
  height: 100%;
}

.more-menu {
  position: absolute;
  left: 100%;
  bottom: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px;
  min-width: 150px;
  margin-left: 10px;
}

.more-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.more-menu-item:hover {
  background: rgba(18, 1, 37, 0.1);
}

.more-menu-icon {
  width: 20px;
  height: 20px;
  color: #120125;
}

.more-menu-icon svg {
  width: 100%;
  height: 100%;
}

.more-menu-text {
  font-size: 14px;
  color: #120125;
  font-weight: 500;
}

.hidden {
  display: none !important;
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 15px;
  }


  /* Right section with auth buttons and cart */
  .right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .auth-btn,
  .circle-box {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar {
    background-color: white;
  }

  .auth-icon,
  .circle-icons {
    width: 20px;
    height: 20px;
  }

  /* Adjust navbar layout */
  .navbar .left {
    flex: 0 0 auto;
  }

  .navbar .right {
    flex: 0 0 auto;
  }
  .sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-around;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(18, 1, 37, 0.1);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    gap: 0;
  }

  .sidebar-item {
    padding: 8px 12px;
    flex: 1;
    display: flex;
    justify-content: center;
    border-radius: 8px;
  }

  .sidebar-item:hover {
    transform: scale(1.05);
  }

  .sidebar-icon {
    width: 22px;
    height: 22px;
  }

  .more-menu {
    position: fixed;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    margin-left: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(18, 1, 37, 0.1);
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .more-menu-item {
    padding: 10px 16px;
  }

  .more-menu-icon {
    width: 18px;
    height: 18px;
  }

  .more-menu-text {
    font-size: 13px;
  }

  /* Add padding to body to prevent content from being hidden behind bottom bar */
  body {
    padding-bottom: 60px;
  }
}

/* Tablet adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
  .search-main {
    max-width: 400px;
  }

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

/* Small mobile adjustments */
@media (max-width: 480px) {
  .navbar {
    padding: 8px 12px;
  }

  .search-icon-mobile,
  .auth-btn,
  .circle-box {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .auth-icon,
  .circle-icons {
    width: 18px;
    height: 18px;
  }

  .center-logo {
    height: 28px;
  }

  .right {
    gap: 6px;
  }

  .more-menu {
    grid-template-columns: auto auto;
  }
}

/* Animation for smooth transitions */
.search-overlay {
  transition: all 0.3s ease;
}

.search-overlay-form {
  animation: slideUp 0.3s ease;
}
