* {
    padding: 0;
    margin: 0;
  }
  
  html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
  }
  
  body {
    background: #010100;
    font-family: "Clash Grotesk", sans-serif;
  }
  header {
    /* background-image: url("../images/HERO.html\BG.png"); */
    background-size: contain;
    background-position: center;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #faf7ff0a; /* or your desired background */
    z-index: 0;
    backdrop-filter: blur(10px);
    border-radius: 20px;
  }
  
  .navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px; /* Border thickness */
    border: 1px solid;
    background: linear-gradient(
      270deg,
      #dfa224 -2.42%,
      rgba(48, 45, 55, 0) 5.47%,
      rgba(48, 45, 55, 0) 96.58%,
      #dfa224 102.5%
    );
    border-radius: 20px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  
  .navbar .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .navbar .links ul li {
    list-style-type: none;
  }
  
  .navbar .links ul li a {
    text-decoration: none;
    color: #6d6868;
    font-size: 18px;
  }
  
  .navbar .links ul li a:hover {
    color: #dfa224;
  }
  
  .navbar .btn,
  .mobile-nav .btn {
    background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
    padding: 14px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
  }
  
  .navbar .btn:hover {
    background: linear-gradient(180deg, #946708 0%, #e9c326 100%);
  }
  
  .active {
    position: relative;
    background-color: #f8e4cf14;
    padding: 6px 12px;
    border-radius: 8px;
    z-index: 0;
    isolation: isolate;
    font-size: 16px;
  }
  
  /* Fake radial gradient border */
  .active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* Thickness of the "border" */
    border: 1px solid;
    background: radial-gradient(
        98.77% 111.76% at 50% -8.82%,
        #fae27f 0%,
        rgba(200, 131, 66, 0.14) 30.25%,
        rgba(255, 255, 255, 0) 83.23%,
        rgba(250, 226, 127, 0.32) 89.36%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  
  /* Hero Section */
  
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    min-height: 90vh;
  }
  
  .hero-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero-text h1 {
    background: linear-gradient(
      101.63deg,
      #faebdc 23.06%,
      #faebdc 47.79%,
      #837d77 80.78%
    );
    font-size: 74px;
    line-height: 125%;
    font-weight: 500;
    -webkit-background-clip: text; /* For Chrome/Safari */
    background-clip: text; /* For other browsers */
    color: transparent; /* Makes the text color transparent, allowing the gradient to show */
  }
  
  .hero-text p {
    color: #d3c7bb;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
  }
  
  .brand-details {
    margin-top: 16px;
    display: flex;
    gap: 20px;
  }
  
  .btn-primary {
    background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
    padding: 16px 32px;
    color: #fff;
    /* border: 1px solid #ffffff33; */
    box-shadow: 0px 8px 16px 0px #c8834233;
    border-radius: 13.55px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  
  .btn-primary:hover {
    background: linear-gradient(180deg, #946708 0%, #e9c326 100%);
  }
  
  .btn-secondary {
    background-color: #fae27f0d;
    padding: 16px 32px;
    color: #dfa224;
    border: 1px solid #fae27f1a;
    border-radius: 13.55px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  
  .contract-add {
    color: #6d6868 !important;
    font-weight: 400;
    background-color: #f8e4cf12;
    padding: 4px 6px;
    border-radius: 40px;
    margin: 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }
  
  .contract-title {
    color: #fff;
    font-size: 14px;
    background-color: #f8e4cf0f;
    padding: 4px 10px;
    border-radius: 43px;
  }
  
  .tooltip-text {
    visibility: hidden;
  }
  
  .companies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 120px;
  }
  
  .companies h3 {
    font-size: 24px;
    font-weight: 400;
    color: #9a9490;
    text-align: center;
  }
  
  .company-names {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 80px;
  }
  
  .company-names a {
    text-decoration: none;
    color: #655c55;
    text-align: center;
    font-size: 18px;
    padding: 24px;
  }
  
  .single-name {
    background-color: #f8e4cf08;
    padding: 12px;
    border-radius: 12px;
    width: 125px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #655c55;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    fill: rgba(248, 228, 207, 0.03);
    stroke-width: 0.5px;
    stroke: rgba(223, 162, 36, 0.78);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .single-name:hover {
    transform: translateY(-4px) scale(1.02);
  }
  
  .single-name::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* Thickness of the "border" */
    background: radial-gradient(
      23.56% 100% at 51.43% 100%,
      rgba(223, 162, 36, 0.78) 0%,
      rgba(223, 162, 36, 0) 100%
    );
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    fill: rgba(248, 228, 207, 0.03);
    stroke-width: 0.5px;
    stroke: rgba(223, 162, 36, 0.78);
  }
  
  .about {
    padding: 80px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }
  
  .about-card {
    width: 50%;
    background-color: #d7bba105;
    border-radius: 30px;
    border: 1px solid #fcdfc30f;
    backdrop-filter: blur(18px);
    box-shadow: 0px 0px 54px 10px #fcead812 inset;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 0;
    height: 580px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .about-card:hover {
    transform: translateY(-4px) scale(1.02);
  }
  
  .about-card p,
  .community p,
  .howitworks p,
  .info-text p,
  .roadmap p,
  .faqs p,
  .features p,
  .locations p {
    color: #9a9490;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
  }
  
  .about-card h2,
  .community h2,
  .howitworks h2,
  .info-text h2,
  .roadmap h2,
  .faqs h2,
  .features h2,
  .locations h2 {
    background: linear-gradient(
      101.63deg,
      #faebdc 12.06%,
      #faebdc 10.79%,
      #837d77 60.78%
    );
    font-size: 48px;
    line-height: 125%;
    font-weight: 500;
    -webkit-background-clip: text; /* For Chrome/Safari */
    background-clip: text; /* For other browsers */
    color: transparent; /* Makes the text color transparent, allowing the gradient to show */
  }
  /* Community */
  
  .community {
    margin: 80px 10%;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
    background-color: #d7bba105;
    border: 1px solid #fcdfc30f;
    margin-top: 60px;
    gap: 16px;
    border-radius: 30px;
    background-image: url("../images/combg.png");
    background-size: cover;
    background-position: top center;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    margin-top: 100px;
  }
  
  .com-image img {
    width: 800px;
    z-index: 999;
    scale: 1.5;
  }
  
  .count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
  }
  
  .count-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #d7bba105;
    border: 1px solid #fcdfc30f;
    backdrop-filter: blur(18px);
    box-shadow: 0px 0px 18px 13px #fcead808 inset;
    padding: 70px;
    border-radius: 20px;
  }
  
  .count-card h3 {
    background: linear-gradient(
      101.63deg,
      #faebdc 23.06%,
      #faebdc 47.79%,
      #837d77 80.78%
    );
    font-size: 38px;
    line-height: 125%;
    font-weight: 500;
    -webkit-background-clip: text; /* For Chrome/Safari */
    background-clip: text; /* For other browsers */
    color: transparent; /* Makes the text color transparent, allowing the gradient to show */
  }
  
  .howitworks {
    margin: 100px 8%;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
  .process {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }
  
  .process-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .process-card img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .process-card:hover img {
    transform: translateY(-4px) scale(1.02);
  }
  
  .process-card p {
    font-size: 20px;
    color: #9a9490;
    line-height: 140%;
    font-weight: 400;
    padding: 10px;
  }
  
  .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    /* min-height: 90vh; */
  }
  
  .info-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .info-text ul {
    margin-top: 30px;
  }
  
  .info-text ul li {
    font-size: 18px;
    color: #9a9490;
    font-weight: 400;
    line-height: 160%;
    background-color: #d7bba105;
    padding: 8px 75px 8px 8px;
    border: 1px solid #fcdfc30f;
    border-radius: 10px;
    margin-bottom: 12px;
    list-style-type: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  
  .info-text h1 {
    background: linear-gradient(
      101.63deg,
      #faebdc 23.06%,
      #faebdc 47.79%,
      #837d77 80.78%
    );
    font-size: 74px;
    line-height: 125%;
    font-weight: 500;
    -webkit-background-clip: text; /* For Chrome/Safari */
    background-clip: text; /* For other browsers */
    color: transparent; /* Makes the text color transparent, allowing the gradient to show */
  }
  /* Roadmap */
  
  .roadmap {
    margin: 80px 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .roadmap-slider {
    padding: 20px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .roadmap-card {
    /* background-color: #d7bba105; */
    backdrop-filter: blur(18px);
    box-shadow: 0px 0px 54px 10px #fcead812 inset;
    border: 1px solid #fcdfc30f;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 278px;
    height: auto;
    border: 1px solid #fcdfc30f;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 40px;
    height: 220px;
    padding-top: 35px;
  }
  
  .roadmap-img {
    padding: 10px;
    border: 1px solid #fcdfc30f;
    border-radius: 11px;
    display: inline-block;
  }
  
  .roadmap-card h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
  }
  
  .date p {
    color: #dfa224 !important;
  }
  /* Swiper fix */
  .swiper {
    width: 100%;
    overflow: hidden;
  }
  
  .swiper-wrapper {
    display: flex;
    margin-bottom: 20px;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  
  /* .swiper-pagination {
    margin-top: 30px;
    text-align: center;
  } */
  
  /* Optional: dot styling */
  .swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    border-radius: 4px;
    opacity: 0.5;
    background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
  }
  
  .swiper-pagination-bullet-active {
    width: 13px;
    border-radius: 4px;
    background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
    opacity: 1;
  }
  /* faqs */
  
  .faqs {
    margin: 140px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  
  .subtitles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .subtitles img {
    width: 15px;
    height: 15px;
  }
  
  .accordion {
    border: none;
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
  }
  .accordion-item {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
  }
  .accordion-header {
    background: none;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    text-align: left;
    padding: 18px 16px;
    color: #9a9490;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
  }
  .accordion-header .icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
  }
  .accordion-body {
    display: none;
    padding: 18px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    background: rgba(255, 255, 255, 0.02);
    color: #9a9490;
    border: none;
  }
  .accordion-item.active2 .accordion-body {
    padding: 18px 16px;
    display: block;
    border: none;
  }
  
  .accordion-header {
    outline: none !important;
  }
  /* .accordion-item.active2 .accordion-header {
    margin: 10px;
  } */
  
  .accordion-header:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    padding: 50px 4%;
    margin-bottom: 0;
    gap: 20px;
  }
  
  .footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .footer-links ul li {
    list-style-type: none;
  }
  
  .footer-links ul li a {
    color: #9a9490;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    text-decoration: none;
  }
  
  .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .socials img {
    width: 40px;
    height: 40px;
  }
  
  /* Features */
  .features {
    margin: 160px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px; /* space between items */
    width: fit-content; /* so it wraps around the grid items */
    margin-top: 50px;
    /* position: relative; */
  }
  
  .grid-item {
    height: 250px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid rgba(252, 223, 195, 0.06);
    background: rgba(215, 187, 161, 0.02);
    box-shadow: 0px 0px 54px 10px rgba(252, 234, 216, 0.07) inset;
    backdrop-filter: blur(9px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .grid-item:hover {
    transform: translateY(-4px) scale(1.02);
  }
  
  .grid-item img {
    width: 300px;
    position: absolute;
    top: -20px;
  }
  
  .grid-item p {
    text-align: center;
  }
  
  .hero-image img {
    width: 500px;
  }
  
  .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .info-image img {
    width: 500px;
  }
  
  .links-mob {
    background-color: #0f0f0f;
    padding: 20px 0;
    display: none;
    margin: 10px;
    border-radius: 30px;
  }
  
  .links-mob ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
  }
  .links-mob ul li {
    list-style-type: none;
  }
  
  .links-mob ul a {
    text-decoration: none;
    color: #fff;
  }
  
  .mobile-nav {
    display: none;
  }
  
  .links-mob.open {
    display: block;
  }
  
  /* locations */
  
  .locations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 80px 10%;
  }
  
  .mob-image {
    display: none;
  }
  
  @media (max-width: 767px) {
    .navbar {
      display: none;
    }
    .hero {
      padding: 20px;
      align-items: center;
      flex-direction: column;
      margin-top: 2rem;
      gap: 40px;
    }
    .hero-text {
      width: 100%;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .about {
      flex-direction: column;
      height: auto;
    }
    .about-card {
      width: 100%;
    }
    .grid-container {
      grid-template-columns: repeat(1, 1fr);
      /* position: relative; */
    }
    .process {
      align-items: flex-start;
      flex-direction: column;
    }
    .info {
      flex-direction: column;
    }
    .info-text {
      width: 100%;
      padding: 10px;
    }
    .info-text ul li {
      padding: 8px 8px 8px 8px;
    }
    .faqs {
      margin: 0;
    }
    .accordion {
      width: 90%;
    }
    .footer-links ul {
      flex-direction: column;
      gap: 12px;
    }
    .company-names {
      flex-direction: column;
    }
    .howitworks h2 {
      text-align: center;
    }
    .hero-image img {
      width: 300px;
    }
    .info-image img {
      width: 300px;
    }
    .community {
      padding: 0;
      margin: 0;
    }
  
    .hero-text h1 {
      font-size: 56px;
    }
    .mobile-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
    }
    .contract-add {
      flex-direction: column;
    }
    .btn-primary,
    .btn-secondary {
      font-size: 16px;
    }
    .star-image {
      display: none;
    }
    .line {
      display: none;
    }
    .decoration {
      display: none;
    }
    .com-image {
      display: none;
    }
    .mob-image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }
    .mob-image img {
      width: 90%;
    }
    .mob-dont-show {
      display: none;
      
    }

   
    .companies {
      margin-top: 100px;
      margin-bottom: 100px;
    }
    .hide-mob {
      display: none;
    }
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .contract-add {
    width: 90%;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    top: 48px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: #131313;
    border-radius: 10px;
  }
  
  .dropdown-content a {
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Show the dropdown when .show class is added */
  .dropdown-content.show {
    display: block;
  }
  

  
        /* Additional integration styles */
        .app {
            background: #010100;
            min-height: 100vh;
            color: #fff;
            font-family: "Clash Grotesk", sans-serif;
        }

        .container {
            display: flex;
            min-height: 100vh;
        }

        .sidebar {
            width: 250px;
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            backdrop-filter: blur(10px);
            border-right: 1px solid rgba(223, 162, 36, 0.2);
            padding: 20px;
            position: fixed;
            height: 100vh;
            overflow-y: auto;
        }

        .content {
            flex: 1;
            margin-left: 280px;
            padding: 20px;
            background: #010100;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid rgba(223, 162, 36, 0.2);
            margin-bottom: 30px;
        }

        .header h3 {
            background: linear-gradient(101.63deg, #faebdc 23.06%, #faebdc 47.79%, #837d77 80.78%);
            font-size: 2rem;
            font-weight: 500;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin: 0;
        }

        .logo img {
            width: 160px;
            margin-bottom: 30px;
        }

        .menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu li {
            padding: 15px 0;
            color: #9a9490;
            font-size: 16px;
            cursor: pointer;
            border-radius: 8px;
            margin-bottom: 5px;
            transition: all 0.3s ease;
        }

        .menu li:hover,
        .menu li.active {
            color: #dfa224;
            background: rgba(223, 162, 36, 0.1);
            padding-left: 15px;
        }

        .menu li i {
            margin-right: 10px;
            width: 20px;
        }

        .follow-us {
            margin-top: 40px;
            margin-bottom: 20px;
            color: #9a9490;
            font-size: 16px;
            font-weight: 400;
        }

        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icons a {
            color: #9a9490;
            font-size: 20px;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #dfa224;
        }

        .user-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
            padding: 30px;
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border-radius: 20px;
            border: 1px solid rgba(223, 162, 36, 0.2);
        }

        .user-info div {
            text-align: center;
        }

        .user-info p {
            color: #9a9490;
            margin: 5px 0;
            font-size: 14px;
        }

        .user-info h2 {
            color: #fff;
            margin: 10px 0;
            font-size: 1.5rem;
        }

        .grad-text {
            background: linear-gradient(101.63deg, #faebdc 23.06%, #faebdc 47.79%, #837d77 80.78%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-weight: 500;
        }

        .user-info-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }

        .user-info-2 {
            padding: 20px;
            border-radius: 15px;
            border: 1px solid rgba(223, 162, 36, 0.2);
        }

        .referral-link p {
            margin: 5px 0;
            word-break: break-all;
        }

        .package-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
            margin: 30px 0;
        }

        .package-card {
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border: 1px solid rgba(223, 162, 36, 0.2);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .package-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(223, 162, 36, 0.3);
        }

        .package-card.purchased {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            border-color: #28a745;
        }

        .package-card.current {
            background: linear-gradient(135deg, #ffc107 0%, #ffeb3b 100%);
            border-color: #ffc107;
            color: #000;
        }

        .package-card span {
            font-size: 1.5rem;
            font-weight: bold;
            color: #fff;
        }

        .countdown-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .card-container {
            position: relative;
        }

        .countdown-card {
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border: 1px solid rgba(223, 162, 36, 0.2);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .countdown-card:hover {
            transform: translateY(-2px);
        }

        .countdown-card h6 {
            margin: 10px 0;
            font-weight: 500;
        }

        .countdown-card p {
            color: #9a9490;
            margin: 5px 0;
        }

        .total-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .total-card {
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border: 1px solid rgba(223, 162, 36, 0.2);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .total-card:hover {
            transform: translateY(-2px);
        }

        .total-card h6 {
            margin-bottom: 10px;
            font-size: 14px;
        }

        .total-card p {
            font-size: 1.2rem;
            font-weight: bold;
            color: #fff;
            margin: 0;
        }

        .responsive-table {
            width: 100%;
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border-radius: 15px;
            border: 1px solid rgba(223, 162, 36, 0.2);
            overflow: hidden;
            margin: 30px 0;
        }

        .responsive-table th,
        .responsive-table td {
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid rgba(223, 162, 36, 0.1);
        }

        .responsive-table th {
            background: rgba(223, 162, 36, 0.2);
            color: #fff;
            font-weight: 600;
        }

        .responsive-table td {
            color: #9a9490;
        }

        .rank-income {
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            border-radius: 15px;
            border: 1px solid rgba(223, 162, 36, 0.2);
            overflow: hidden;
            margin: 20px 0;
        }

        .rank-income table {
            width: 100%;
        }

        .rank-income th,
        .rank-income td {
            padding: 10px;
            text-align: center;
            border-bottom: 1px solid rgba(223, 162, 36, 0.1);
        }

        .rank-income th {
            background: rgba(223, 162, 36, 0.2);
            color: #fff;
            font-weight: 600;
        }

        .rank-income td {
            color: #9a9490;
        }

        .mobile-menu {
            display: none;
        }

        .footer {
            text-align: center;
            padding: 20px;
            border-top: 1px solid rgba(223, 162, 36, 0.2);
            margin-top: 50px;
        }

        .footer-copyright {
            color: #9a9490;
            font-size: 14px;
        }

        /* Registration and Upgrade Sections */
        .registration-section {
            background: linear-gradient(96deg, #df9e24 0%, #fae27f 51.5%, #df9e24 100%);
            padding: 20px;
            border-radius: 15px;
            margin: 20px 0;
            color: #000;
        }

        .registration-section h3 {
            color: #000;
            margin-bottom: 15px;
        }

        .registration-section input {
            width: 100%;
            padding: 12px;
            margin: 10px 0;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .registration-section button {
            background: #000;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            margin: 5px 0;
            transition: background 0.3s ease;
        }

        .registration-section button:hover {
            background: #333;
        }

        .registration-section button:disabled {
            background: #ccc;
            cursor: not-allowed;
        }

        .upgrade-section {
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 15px;
            margin: 20px 0;
            text-align: center;
            border: 1px solid rgba(223, 162, 36, 0.2);
        }

        .upgrade-button {
            background: linear-gradient(96deg, #df9e24 0%, #fae27f 51.5%, #df9e24 100%);
            color: #000;
            border: none;
            padding: 15px 30px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            margin: 10px;
            transition: all 0.3s ease;
        }

        .upgrade-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .upgrade-button:disabled {
            background: #666;
            cursor: not-allowed;
            transform: none;
            color: #999;
        }

        /* Status Messages */
        .status-message {
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
            font-weight: bold;
        }

        .status-success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .status-error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        .status-info {
            background: #d1ecf1;
            color: #0c5460;
            border: 1px solid #bee5eb;
        }

        .hidden {
            display: none;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }

            .sidebar {
                position: relative;
                width: 100%;
                height: auto;
            }

            .content {
                margin-left: 0;
            }

            .user-info {
                grid-template-columns: 1fr;
            }

            .user-info-wrapper {
                grid-template-columns: 1fr;
            }

            .package-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .countdown-grid {
                grid-template-columns: repeat(2, 1fr);
            }

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

            .mobile-menu {
                display: flex;
                justify-content: space-around;
                background: rgba(215, 187, 161, 0.1);
                padding: 15px;
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                border-top: 1px solid rgba(223, 162, 36, 0.2);
            }

            .menu-item {
                text-align: center;
                color: #9a9490;
            }

            .menu-item i {
                display: block;
                margin-bottom: 5px;
            }
        }
    


          
        /* Additional integration styles for Community page */
        .app {
            background: #010100;
            min-height: 100vh;
            color: #fff;
            font-family: "Clash Grotesk", sans-serif;
        }

        .container {
            display: flex;
            min-height: 100vh;
        }

        .sidebar {
            width: 250px;
            background: linear-gradient(135deg, rgba(215, 187, 161, 0.1) 0%, rgba(252, 234, 216, 0.05) 100%);
            backdrop-filter: blur(10px);
            border-right: 1px solid rgba(223, 162, 36, 0.2);
            padding: 20px;
            position: fixed;
            height: 100vh;
            overflow-y: auto;
        }

        .content {
            flex: 1;
            margin-left: 280px;
            padding: 20px;
            background: #010100;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid rgba(223, 162, 36, 0.2);
            margin-bottom: 30px;
        }

        .header h3 {
            background: linear-gradient(101.63deg, #faebdc 23.06%, #faebdc 47.79%, #837d77 80.78%);
            font-size: 2rem;
            font-weight: 500;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin: 0;
        }

        .logo img {
            width: 160px;
            margin-bottom: 30px;
        }

        .menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu li {
            padding: 15px 0;
            color: #9a9490;
            font-size: 16px;
            cursor: pointer;
            border-radius: 8px;
            margin-bottom: 5px;
            transition: all 0.3s ease;
        }

        .menu li:hover,
        .menu li.active {
            color: #dfa224;
            background: rgba(223, 162, 36, 0.1);
            padding-left: 15px;
        }

        .menu li i {
            margin-right: 10px;
            width: 20px;
        }

        .follow-us {
            margin-top: 40px;
            margin-bottom: 20px;
            color: #9a9490;
            font-size: 16px;
            font-weight: 400;
        }

        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icons a {
            color: #9a9490;
            font-size: 20px;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #dfa224;
        }

        /* Community specific styles */
        .community_div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .button_container {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .nav-btn {
            border-radius: 20px;
            width: 120px;
            height: 40px;
            background: #1a1a1a;
            color: white;
            border: 1px solid #1a1a1a;
            cursor: pointer;
            font-size: 16px;
            font-family: "Clash Grotesk", sans-serif;
            transition: all 0.3s ease;
        }

        .nav-btn:hover:not(:disabled) {
            background: #333;
            border-color: #df9e24;
        }

        .nav-btn:disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

        /* Tree Structure */
        .tree {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 40px 0;
            position: relative;
        }

        .tree-node {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px;
            position: relative;
        }

        .tree-node img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 3px solid #df9e24;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tree-node img:hover {
            transform: scale(1.1);
            border-color: #fae27f;
        }

        .tree-node .logo {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            background: #df9e24;
            color: #000;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: bold;
            min-width: 30px;
            text-align: center;
        }

        .tree-node p {
            margin: 10px 0 5px 0;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
        }

        .tree-node button {
            padding: 5px 15px;
            border: none;
            border-radius: 15px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tree-node button.active-user {
            background: #28a745;
            color: white;
        }

        .tree-node button.vacant {
            background: #666;
            color: #999;
            cursor: not-allowed;
        }

        /* Branch connections */
        .branch-connector {
            position: relative;
            width: 100%;
            height: 50px;
            margin: 10px 0;
        }

        .line {
            position: absolute;
            background: #df9e24;
        }

        .line.vertical {
            width: 2px;
            height: 30px;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
        }

        .line.horizontal {
            width: 200px;
            height: 2px;
            left: 50%;
            top: 30px;
            transform: translateX(-50%);
        }

        .line.diagonal-left {
            width: 2px;
            height: 20px;
            left: calc(50% - 100px);
            top: 30px;
        }

        .line.diagonal-right {
            width: 2px;
            height: 20px;
            right: calc(50% - 100px);
            top: 30px;
        }

        .branches {
            display: flex;
            justify-content: center;
            gap: 200px;
            margin-top: 20px;
        }

        .branch-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .branch-connector2 {
            position: relative;
            width: 100%;
            height: 60px;
            margin: 15px 0;
        }

        .branch-connector2 .line.vertical {
            height: 25px;
        }

        .branch-connector2 .line.horizontal {
            width: 120px;
            top: 25px;
        }

        .branch-connector2 .line.diagonal-left {
            left: calc(50% - 60px);
            top: 25px;
        }

        .branch-connector2 .line.diagonal-right {
            right: calc(50% - 60px);
            top: 25px;
        }

        .level-2-nodes {
            display: flex;
            justify-content: center;
            gap: 120px;
            margin-top: 20px;
        }

        .status-container,
        .status-container2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            margin-top: 20px;
        }

        /* Loading states */
        .loading-tree {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 300px;
            color: #9a9490;
        }

        .loading-spinner {
            width: 40px;
            height: 40px;
            border: 4px solid #333;
            border-top: 4px solid #df9e24;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-bottom: 20px;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* Status Messages */
        .status-message {
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
            font-weight: bold;
            text-align: center;
        }

        .status-success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .status-error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        .status-info {
            background: #d1ecf1;
            color: #0c5460;
            border: 1px solid #bee5eb;
        }

        .hidden {
            display: none;
        }

        .mobile-menu {
            display: none;
        }

        .footer {
            text-align: center;
            padding: 20px;
            border-top: 1px solid rgba(223, 162, 36, 0.2);
            margin-top: 50px;
        }

        .footer-copyright {
            color: #9a9490;
            font-size: 14px;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }

            .sidebar {
                position: relative;
                width: 100%;
                height: auto;
            }

            .content {
                margin-left: 0;
            }

            .branches {
                gap: 100px;
            }

            .level-2-nodes {
                gap: 60px;
            }

            .line.horizontal {
                width: 120px;
            }

            .branch-connector2 .line.horizontal {
                width: 80px;
            }

            .mobile-menu {
                display: flex;
                justify-content: space-around;
                background: rgba(215, 187, 161, 0.1);
                padding: 15px;
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                border-top: 1px solid rgba(223, 162, 36, 0.2);
            }

            .menu-item {
                text-align: center;
                color: #9a9490;
            }

            .menu-item i {
                display: block;
                margin-bottom: 5px;
            }

            .menu-item.active {
                color: #dfa224;
            }
        }
    

       
/* Mobile CSS - Only for this tree section */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 0;
    }

    .content {
        margin-left: 0;
        padding: 15px;
    }

    .header {
        padding: 15px 0;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .header h3 {
        font-size: 1.5rem;
    }

    .logo img {
        width: 120px;
        margin-bottom: 20px;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .menu li {
        padding: 10px 15px;
        margin-bottom: 5px;
        border-radius: 20px;
        background: rgba(223, 162, 36, 0.1);
        font-size: 14px;
        flex: 1;
        text-align: center;
        min-width: 120px;
    }

    .menu li.active {
        background: linear-gradient(96deg, #df9e24, #fae27f 51.5%, #df9e24);
        color: #000;
    }

    .follow-us {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        margin-bottom: 20px;
    }

    /* Button container mobile */
    .button_container {
        justify-content: center;
        margin-bottom: 20px;
    }

    .nav-btn {
        width: 130px !important;
        height: 45px;
        font-size: 12px !important;
    }

    /* Tree Structure Mobile */
    .tree {
        padding: 10px;
        margin: 20px 0;
    }

    .tree-node {
        margin: 10px;
    }

    .tree-node img {
        width: 50px;
        height: 50px;
        border: 2px solid #df9e24;
    }

    .tree-node .logo {
        top: -8px;
        padding: 3px 6px;
        font-size: 10px;
        min-width: 20px;
        border-radius: 10px;
    }

    .tree-node p {
        margin: 6px 0 4px 0;
        font-size: 11px;
    }

    .tree-node button {
        padding: 3px 8px;
        font-size: 9px;
        border-radius: 10px;
    }

    /* Branch connections mobile */
    .branch-connector {
        height: 30px;
        margin: 5px 0;
    }

    .line.vertical {
        height: 15px;
    }

    .line.horizontal {
        width: 80px;
        top: 15px;
    }

    .line.diagonal-left {
        left: calc(50% - 40px);
        top: 15px;
        height: 15px;
    }

    .line.diagonal-right {
        right: calc(50% - 40px);
        top: 15px;
        height: 15px;
    }

    .branches {
        gap: 80px;
        margin-top: 10px;
    }

    .branch-connector2 {
        height: 30px;
        margin: 8px 0;
    }

    .branch-connector2 .line.vertical {
        height: 10px;
    }

    .branch-connector2 .line.horizontal {
        width: 40px;
        top: 10px;
    }

    .branch-connector2 .line.diagonal-left {
        left: calc(50% - 20px);
        top: 10px;
        height: 10px;
    }

    .branch-connector2 .line.diagonal-right {
        right: calc(50% - 20px);
        top: 10px;
        height: 10px;
    }

    .level-2-nodes {
        gap: 40px;
        margin-top: 10px;
    }

    .status-container,
    .status-container2 {
        margin-top: 10px;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .tree-node img {
        width: 45px;
        height: 45px;
    }

    .tree-node .logo {
        font-size: 9px;
        padding: 2px 5px;
        min-width: 18px;
    }

    .tree-node p {
        font-size: 10px;
    }

    .tree-node button {
        font-size: 8px;
        padding: 2px 6px;
    }

    .branches {
        gap: 60px;
    }

    .level-2-nodes {
        gap: 30px;
    }

    .line.horizontal {
        width: 60px;
    }

    .line.diagonal-left {
        left: calc(50% - 30px);
    }

    .line.diagonal-right {
        right: calc(50% - 30px);
    }

    .branch-connector2 .line.horizontal {
        width: 30px;
    }

    .branch-connector2 .line.diagonal-left {
        left: calc(50% - 15px);
    }

    .branch-connector2 .line.diagonal-right {
        right: calc(50% - 15px);
    }

    .nav-btn {
        width: 110px !important;
        height: 40px;
        font-size: 11px !important;
    }
}

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .tree {
        padding: 5px;
        margin: 10px 0;
    }

    .branches {
        gap: 100px;
    }

    .level-2-nodes {
        gap: 50px;
    }

    .tree-node {
        margin: 8px;
    }
}
@media (max-width: 768px) {
    .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu li {
        padding: 12px 20px;
        margin-bottom: 8px;
        border-radius: 25px;
        background: rgba(223, 162, 36, 0.1);
        font-size: 14px;
        flex: 1;
        text-align: center;
        min-width: 140px;
        max-width: 180px;
        color: #9a9490;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid rgba(223, 162, 36, 0.2);
    }

    .menu li:hover {
        background: rgba(223, 162, 36, 0.2);
        transform: translateY(-2px);
    }

    .menu li.active {
        background: linear-gradient(96deg, #df9e24, #fae27f 51.5%, #df9e24);
        color: #000;
        font-weight: bold;
        border: 1px solid #df9e24;
    }

    .menu li a {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .menu li i {
        margin-right: 5px;
        font-size: 16px;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .menu {
        flex-direction: column;
        gap: 8px;
    }

    .menu li {
        padding: 10px 15px;
        font-size: 13px;
        min-width: auto;
        max-width: none;
        width: 86%;
    }

    .menu li i {
        font-size: 14px;
        margin-right: 3px;
    }
}



.referral-link-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#referralLink {
    flex: 1;
    margin: 0;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.4;
}

.copy-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 36px;
}

.copy-btn:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.copy-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.copy-btn i {
    font-size: 16px;
}

/* Success animation */
.copy-btn.copied {
    background: #28a745;
    animation: copySuccess 0.3s ease;
}

@keyframes copySuccess {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .referral-link-container {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }

    #referralLink {
        text-align: center;
        font-size: 12px;
    }

    .copy-btn {
        width: 100%;
        padding: 10px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .referral-link-container {
        padding: 8px;
    }

    #referralLink {
        font-size: 11px;
    }

    .copy-btn {
        padding: 8px;
        height: 36px;
    }
}

.connect-wallet-btn {
  background-color: #ffcc00;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.connect-wallet-btn:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.connect-wallet-btn:active {
  transform: scale(0.98);
  background-color: #cca300;
}

#disconnectBtn {
  display: none;
}


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}
