body {
  background: #0d0e13;
}

.custom-navbar {
  background: #141245;
  border-radius: 60px;
  padding: 10px 25px;
  margin: 30px auto;
  max-width: 95%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  height: 83px; /* LOGO SIZE FIX */
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.nav-pill {
  background: #ffffff;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.nav-pill:hover {
  background: #f1f1f1;
}

.profile-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #a88756;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
/* Header text */
.welcome {
  font-size: 18px;
  color: #fff;
}

.hello {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}

/* Card Box */
.race-card {
  background: #141245;
  border-radius: 35px;
  padding: 35px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

/* Multicolor hover shadow */
.race-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.451),
    /* Gold */ 0 20px 45px rgba(255, 193, 7, 0.35),
    /* Warm gold */ 0 0 60px rgba(255, 165, 0, 0.25); /* Orange glow */
}

.race-badge {
  background: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  display: inline-block;
  color: #a88756;
  font-weight: 500;
  margin-bottom: 25px;
}

.race-title {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.race-desc {
  color: #a88756;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.view-btn {
  background: #eeeeec;
  border: none;
  color: #000;
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.3s;
}

.view-btn:hover {
  background: #a88756;
  color: #fff;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .hello {
    font-size: 32px;
    margin-bottom: 30px;
  }

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

  .race-desc {
    font-size: 16px;
  }
}
.stats-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

/* Card */
.stats-card {
  background: #141245;
  border-radius: 30px;
  padding: 35px 35px 40px;
  height: 100%;
  box-shadow: 0 4px 0 #a88756;
}

/* Icon */
.stats-icon {
  font-size: 40px;
  color: #a88756;
  margin-bottom: 40px;
}

/* Title inside card */
.stats-label {
  font-size: 20px;
  font-weight: 500;
  color: #a88756;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Number */
.stats-value {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
}

/* Withdraw icon */
.withdraw-icon {
  color: #a88756;
}

/* 🔥 MOBILE FIX – 3 cards in one row */
@media (max-width: 768px) {
  .stats-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .stats-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .stats-card {
    padding: 20px;
    border-radius: 20px;
  }

  .stats-icon {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .stats-label {
    font-size: 12px;
    margin-bottom: 10px;
  }

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

  .stats-title {
    font-size: 26px;
  }
}

.ref-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

/* Referral box */
.ref-box {
  background: #141245;
  border: 2px solid #a88756;
  border-radius: 25px;
  padding: 35px;
}

/* Info text */
.ref-info {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

/* Input */
.ref-input {
  border-radius: 15px;
  padding: 18px 20px;
  font-size: 18px;
  border: none;
  background: #fff;
}

/* Copy button */
.copy-btn {
  background: #a88756;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
}

.copy-btn:hover {
  background: #a17b40;
}

/* Mobile */
@media (max-width: 768px) {
  .ref-title {
    font-size: 30px;
  }
  .ref-info {
    font-size: 16px;
  }
}
.site-footer {
  background: transparent;
  padding: 40px 0 30px;
}

/* Logo */
.footer-logo img {
  height: 83px;
  width: auto;
}

/* Divider line */
.footer-divider {
  border-top: 1px solid #dcdcdc;
  margin: 25px 0;
}

/* Copyright */
.footer-text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-logo img {
    height: 45px;
  }
  .footer-text {
    font-size: 14px;
  }
}
/* Heading */
.hifi1-race-label {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}
.hifi1-race-title {
  font-size: 44px;
  font-weight: 700;
  color: #a88756;
  margin-bottom: 40px;
}

/* Cards */
.hifi1-pool-card {
  background: #000;
  border-radius: 28px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.hifi1-pool-card:hover {
  background: #a88756;
}
/* Blue Status Card */
.hifi1-pool-status {
  background: #29a8df;
  color: #fff;
}

.hifi1-pool-status .hifi1-icon {
  font-size: 36px;
  margin-bottom: 60px;
}

.hifi1-pool-status h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hifi1-pool-status h2 {
  font-size: 42px;
  font-weight: 700;
}

/* Icons */
.hifi1-icon {
  font-size: 34px;
  margin-bottom: 40px;
}

/* Default colors */
.hifi1-icon.blue {
  color: #a88756;
}
.hifi1-icon.orange {
  color: #a88756;
}
.hifi1-icon.darkblue {
  color: #a88756;
}

/* Hover → icons white */
.hifi1-pool-card:hover .hifi1-icon,
.hifi1-pool-card:hover .hifi1-icon.blue,
.hifi1-pool-card:hover .hifi1-icon.orange,
.hifi1-pool-card:hover .hifi1-icon.darkblue {
  color: #fff;
  transition: color 0.3s ease;
}

/* Text */
.hifi1-card-label {
  font-size: 20px;
  color: #a88756;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hifi1-pool-card:hover .hifi1-card-label {
  color: #fff; /* white color on hover */
}

.hifi1-card-value {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hifi1-race-title {
    font-size: 30px;
  }
  .hifi1-pool-card {
    padding: 20px;
    border-radius: 20px;
  }
  .hifi1-icon {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .hifi1-card-label {
    font-size: 14px;
  }
  .hifi1-card-value {
    font-size: 22px;
  }
  .hifi1-pool-status h2 {
    font-size: 26px;
  }
}
/* Base styles already provided */
.hifi1section {
  background: transparent;
}

.hifi1section-2 .hifi-card {
  background: #141245;
  border: 2px solid #a88756;
  border-radius: 18px;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 6px 16px #e0bd87;
}

.hifi1section-2 .hifi-card i {
  font-size: 36px;
  color: #a88756;
  transition: 0.35s;
}

.hifi1section-2 .hifi-card span {
  font-size: 22px;
  font-weight: 600;
  color: #a88756;
  white-space: nowrap;
  transition: 0.35s;
}

/* Hover effect */
.hifi1section-2 .hifi-card:hover {
  background: #0d0e13;
  box-shadow: 0 10px 28px rgba(29, 161, 242, 0.3);
  transform: translateY(-4px);
}

/* Active state */
.hifi1section-2 .hifi-card.active {
  background: #0d0e13;
}

/* ========================= */
/* Mobile Responsiveness */
/* ========================= */
@media (max-width: 768px) {
  .hifi1section-2 .hifi-card {
    height: 80px;
    padding: 0 8px;
    gap: 5px;
  }

  .hifi1section-2 .hifi-card i {
    font-size: 28px;
  }

  .hifi1section-2 .hifi-card span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .hifi1section-2 .hifi-card {
    height: 70px;
    padding: 0 6px;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hifi1section-2 .hifi-card i {
    font-size: 24px;
  }

  .hifi1section-2 .hifi-card span {
    font-size: 16px;
  }
}
.tree-hifi1 {
  background: #141245;
  border-radius: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.tree-title {
  color: #a88756;
  font-weight: 600;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: center;
}

.tree li {
  list-style-type: none;
  text-align: center;
  position: relative;
  padding: 20px 10px 0 10px;
}

/* CONNECTING LINES */
.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #a88756;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #a88756;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #a88756;
  width: 0;
  height: 20px;
}

/* NODE */
.node {
  width: 120px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.node.small {
  width: 110px;
}

.node .top {
  height: 50px;
  background: #a88756;
}

.node .top.avatar {
  background: #a88756
    url("https://cdn-icons-png.flaticon.com/512/4140/4140048.png") center/30px
    no-repeat;
}

.node .body {
  padding: 6px;
}

.node .body strong {
  display: block;
  font-size: 14px;
}

.node .body span {
  font-size: 13px;
}

/* WAITING */
.node.waiting span {
  color: #a88756;
}
/* =========================
   MOBILE RESPONSIVE TREE
   ========================= */
@media (max-width: 768px) {
  .tree-hifi1 {
    overflow-x: auto;
    padding: 20px 10px;
  }

  .tree {
    min-width: 900px; /* tree ko break hone se bachata hai */
  }

  .tree ul {
    justify-content: flex-start;
  }

  .tree li {
    padding: 20px 5px 0 5px;
  }

  .node {
    width: 100px;
  }

  .node.small {
    width: 95px;
  }

  .node .top {
    height: 45px;
  }

  .node .body strong {
    font-size: 13px;
  }

  .node .body span {
    font-size: 12px;
  }
}
.tree-hifi1::-webkit-scrollbar {
  height: 6px;
}

.tree-hifi1::-webkit-scrollbar-thumb {
  background: #a88756;
  border-radius: 10px;
}
.connect-wallet-btn {
  background: #a88756;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.connect-wallet-btn:hover {
  background: #ebbd77;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px #f7d198;
}

/* Mobile responsive */
@media (max-width: 480px) {
  .connect-wallet-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}
.landing1 {
  min-height: 50vh;
  background: transparent;
  padding: 5px 15px;
}

.landing1 .landing-icon {
  margin-bottom: 12px;
}

.landing1 .landing-img {
  width: 70px; /* desktop size */
  height: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .landing1 .landing-img {
    width: 45px;
  }
}

.landing1 .landing-title {
  font-size: 64px;
  font-weight: 700;
  color: #ffff;
  line-height: 1.2;
}

.landing1 .landing-text {
  font-size: 18px;
  color: #6c7a86;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Button */
.landing1 .landing-btn {
  background: #a88756;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;

  box-shadow: 0 6px 12px #f7d198;
  transition: 0.3s ease;
}

.landing1 .landing-btn:hover {
  background: #ebbd77;

  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .landing1 .landing-title {
    font-size: 36px;
  }

  .landing1 .landing-text {
    font-size: 15px;
  }

  .landing1 .landing-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.landing2 {
  background: #141245;
}

.landing2-logo img {
  max-width: 420px;
}

/* Text styles */
.landing2-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.landing2-tagline {
  margin-top: 8px;
  color: #ebbd77;
  font-size: 16px;
}

.landing2-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #ebbd77;
}
@media (max-width: 768px) {
  .landing2-logo img {
    max-width: 260px;
  }

  .landing2-title {
    font-size: 26px;
    text-align: center;
  }

  .landing2-tagline,
  .landing2-text {
    text-align: center;
  }
}
.landing4 {
  background: transparent;
  min-height: auto;
}

/* Heading */
.landing4-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.landing4-subtitle {
  color: #ebbd77;
  font-size: 16px;
}

/* Card */
.landing4-card {
  background: #141245;
  border: 2px solid #ebbd77;
  border-radius: 20px;
  padding: 30px 26px;
  height: 100%;
  position: relative;
  transition: 0.3s ease;
}

.landing4-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px #f7d198;
}

/* Step badge */
.step-badge {
  display: inline-block;
  background: #e6f6ff;
  color: #ebbd77;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

/* Card text */
.landing4-card .card-title {
  color: #ebbd77;
  font-size: 26px;
  margin-bottom: 16px;
}

.landing4-card .card-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
/* 5 */
.landing5 {
  background: transparent;
}

/* Heading */
.landing5-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.landing5-subtitle {
  color: #ebbd77;
  font-size: 15px;
}

/* Card */
.landing5-card {
  background: #141245;
  border: 1.5px solid #ebbd77;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 6px 18px #f8d5a0;
  height: 100%;
  position: relative;
}

/* Race badge */
.race-badge {
  display: inline-block;
  border: 1px solid #ebbd77;
  color: #ebbd77;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 14px;
}

/* Info rows */
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #ebbd77;
}

.info-row strong {
  font-weight: 600;
}
/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 992px) {
  .landing5-title {
    font-size: 28px;
  }

  .landing5-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .landing5-title {
    font-size: 24px;
    text-align: center;
  }

  .landing5-subtitle {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }

  .landing5-card {
    padding: 18px;
  }

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

@media (max-width: 576px) {
  .landing5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing5-card {
    padding: 16px;
    border-radius: 12px;
  }

  .race-badge {
    font-size: 11px;
    padding: 3px 10px;
  }

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

  .info-row strong {
    font-size: 13px;
  }
}
/* Outer section */
.landing-6 {
  background: transparent;
}

/* Card */
.table-card {
  background: #141245;
  border-radius: 18px;
  box-shadow: 0 0 25px #f8d5a0;
}

/* Title */
.race-title {
  color: #fff;
  font-weight: 600;
}

/* Table */
.landing-table {
  color: #fff;
}

.landing-table thead th {
  background: #ebbd77;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #f8d5a0;
}

.landing-table tbody tr {
  background: #141245;
  transition: 0.3s;
}

.landing-table tbody tr:hover {
  background: #0d2550;
}

.landing-table td {
  color: #e6f3ff;
  font-size: 13px;
  border-bottom: 1px solid #f8d5a0;
  background-color: #141245;
}

/* Hash */
.hash {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

/* Status */
.status {
  font-weight: 500;
}

.status.pending {
  color: #ffcc66;
}

.status.approved {
  color: #3cff8f;
}

/* Pagination */
.landing-pagination .page-link {
  background: #141245;
  color: #fff;
  border: 1px solid #ebbd77;
  font-size: 13px;
}

.landing-pagination .page-item.active .page-link {
  background: 141245;
  color: #fff;
  border-color: #ebbd77;
}

.landing-pagination .page-link:hover {
  background: #141245;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .landing-table th,
  .landing-table td {
    font-size: 12px;
  }
}
/* contact */
.contactlanding {
  background: #141245;
  border: 1px solid #ebbd77;
  border-radius: 18px;
}

/* Title */
.contact-title {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}

/* Inputs */
.contact-input {
  border-radius: 8px;
  border: none;
  padding: 14px 16px;
  font-size: 15px;
  box-shadow: 0 2px 8px #f8d5a0;
}

.contact-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #e9cca1;
}

/* Button */
.contact-btn {
  background: #ebbd77;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #f1bb6a;
  box-shadow: 0 8px 20px #ebc995;
}

/* Illustration */
.contact-img {
  max-width: 90%;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
    text-align: center;
  }

  .contact-img {
    max-width: 75%;
  }
}
/* ===============================
   REGISTER PAGE ONLY CSS
   =============================== */

.register-page {
  background: transparent;
  font-family: "Segoe UI", sans-serif;
}

.register-box {
  background: #141245;
  padding: 40px 35px;
  border-radius: 22px;
  max-width: 520px;
  width: 100%;
}

.register-title {
  color: #ffff;
  font-weight: 600;
  margin-bottom: 35px;
}

.register-group {
  margin-bottom: 25px;
}

.register-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #ebbd77;
}

.register-input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  background: #ffffff;
}

.register-input::placeholder {
  color: #7fa6b7;
}

.register-input:focus {
  outline: none;
}

.register-btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  background: #ebbd77;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.register-btn:hover {
  background: #eec68b;
}

.register-login {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  color: #ebbd77;
}

.register-login a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.register-login a:hover {
  text-decoration: underline;
}
/* ===============================
   REGISTER PAGE RESPONSIVE
   =============================== */

/* Tablets & small laptops */
@media (max-width: 768px) {
  .register-box {
    padding: 30px 25px;
    max-width: 95%;
  }

  .register-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .register-input {
    padding: 12px 14px;
    font-size: 14px;
  }

  .register-btn {
    padding: 13px;
    font-size: 15px;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  .register-page {
    padding: 15px;
  }

  .register-box {
    padding: 25px 20px;
    border-radius: 18px;
  }

  .register-title {
    font-size: 20px;
    text-align: center;
  }

  .register-label {
    font-size: 14px;
  }

  .register-input {
    padding: 11px 13px;
    font-size: 14px;
  }

  .register-btn {
    padding: 12px;
    font-size: 14px;
  }

  .register-login {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ===============================
   PROFILE PAGE ONLY CSS
   =============================== */

.profile-page {
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
}

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

.profile-box {
  max-width: 520px;
  margin-left: auto;
}

.profile-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #fff;
}

.profile-group {
  margin-bottom: 22px;
}

.profile-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #ebbd77;
  font-weight: 500;
}

.profile-input {
  width: 100%;
  padding: 14px 16px;
  background: #eef9ff;
  border-radius: 8px;
  border: none;
  font-size: 14px;
}

.profile-input::placeholder {
  color: #8fb3c4;
}

.profile-input:focus {
  outline: none;
}

.profile-status {
  color: #6fbf44;
  font-weight: 500;
}

.profile-btn {
  width: 100%;
  padding: 14px;
  background: #ebbd77;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.profile-btn:hover {
  background: #f0c789;
}

/* ===============================
   RESPONSIVE
   =============================== */

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

  .profile-title {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .profile-page {
    padding: 30px 0;
  }

  .profile-title {
    font-size: 22px;
  }

  .profile-input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .profile-btn {
    padding: 12px;
    font-size: 14px;
  }
}
.profile-wrapper {
  position: relative;
  display: inline-block;
}

.profile-circle {
  width: 42px;
  height: 42px;
  background: #a88756;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.profile-dropdown {
  border-radius: 10px;
  padding: 8px 0;
  min-width: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.profile-dropdown .dropdown-item {
  font-size: 14px;
  padding: 10px 16px;
}

.profile-dropdown .dropdown-item:hover {
  background: #f2f9ff;
}
