/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --heading-color:#FFFFFF;
    --btn-color:#ff2d8f;
    --btn-backgroun-color:#C6005C;
    --focus-color:#921E5C;
    --para-color:#BDD5D4;
    --pink:#ff2f92;
    --pink-glow:rgba(255,47,146,.6);
    --dark:#050006;
    --glass:rgba(255,255,255,.05);
    --text-muted:#cfc4d6;
    --violet:#a855f7;
    --violet-glow:rgba(168,85,247,.6);
    --bg-dark:#050006;
    --text-soft:#cfc6da;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.product-main{
    padding-top: 127px;
}

/* HERO NAV */
.hero-nav {
    color: white;
    background: radial-gradient(circle at top left, #2a001f, #000);
    min-height: 100vh; 
}
.admin-user{
    position: absolute;
    left: 57%;
    top: 38px;
    cursor: pointer;
}

.admin-user i{
    font-size: 20px;
    align-content: center;
}

/* CONTAINER */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* NAVBAR */
.navbar {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    /* position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2); */
    /* backdrop-filter: blur(10px); */
}

.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
}

/* NAV CONTENT */
.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap; /* for responsiveness */
}

/* LOGO */
.logo {
    font-size: 24px;
    font-weight: 700;
    color: #ff2d8f;
}

/* NAV LINKS */
nav a {
    color: #ddd;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s all linear;
}
nav a:hover {
    color: #ff2d8f;
}

/* CART ICON */
.cart-icon {
    position: absolute;
    left: auto;
    right: 27%;
    top: 40px;
}
.fa-cart-shopping {
    font-size: 20px;
}
.cartBadge {
    position: absolute;
    font-size: 11px;
    color: #fff;
    height: 15px;
    background: var(--btn-backgroun-color);
    width: 15px;
    border-radius: 50%;
    top: -8px;
    left: 12px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BUTTONS */
.btn-primary {
    background: #ff2d8f;
    border: none;
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.btn-primary a {
    color: white;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 600;
}
.btn-primary::before {
    content: "";
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    border-radius: 25px;
    transition: 0.2s all linear;
}
.btn-primary:hover::before {
    bottom: 0;
}
.btn-primary:hover a {
    color: #ff2d8f;
}

.btn-outline {
    background: transparent;
    border: 1px solid #ff2d8f;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

/* HERO SECTION */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 80px);
    text-align: center;
    padding: 80px 20px;
}
.hero-content {
    margin-top: 80px;
    margin-bottom: 30px;
}
.badge {
    display: inline-block;
    background: rgba(255, 45, 143, 0.15);
    color: #ff2d8f;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 25px;
}
.main-aboutus{
    padding-top:80px;
}
h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.highlight {
    background: #ff2d8f;
    padding: 5px 15px;
    border-radius: 10px;
}
.highlight::after {
    content: "|";
    margin-left: 6px;
    color: #ffffff;       
    font-weight: 400;
    animation: blink 1s step-start infinite;
}
@keyframes blink {
    50% { opacity: 0; }
}
p {
    color: #ccc;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

/* HERO BUTTONS */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

/* FEATURES */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    color: #aaa;
}

.menus-mb-nv{
    /* border: 1px solid; */
    background: linear-gradient(45deg, #090006, #200018);;
    width: 100%;
    position: absolute;
    top: -1%;
    left: 0;
    display: none;
}
.menus-mobile{
    position: relative;
    display: none;
    z-index: 100;
}

.logo-crox-mb{
    display: flex;
    justify-content: space-between;
    padding: 11px 25px;
}

.cross-mb i{
    color: #fff;
}

.ul-menus ul li{
padding: 10px 25px;
    border-top: 1px solid #ff2d8f;
    list-style: none;
    text-align: center;
}

.ul-menus ul li a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.menus-mb-nv{
    display: none;
}

        .logo-cross{
            display: flex;
            justify-content: space-between;
        }
        .cross-bar{
            align-content: center;
        }

        .profile-mod{
    display: none;
    position: relative;
}

.profile-dropdown {
  width: 292px;
  background: #0f172a;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: absolute;
      left: 69%;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: linear-gradient(135deg, #eb2164, #ff4d8d);
}

.profile-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.profile-info h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.view-btn {
  background: #111827;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.view-btn:hover {
  background: #000;
}

.profile-menu {
  list-style: none;
  padding: 8px 0;
}

.profile-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
   /* padding: 12px 18px; */
}

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

.profile-menu a {
  display: block;
  padding: 12px 18px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.profile-menu a:hover {
  background: rgba(235,33,100,0.15);
  color: #fff;
}

.profile-menu .logout a {
  color: #ff6b6b;
}

.profile-menu .logout a:hover {
  background: rgba(255,107,107,0.15);
}

/* RESPONSIVE MEDIA QUERIES */
@media screen and (max-width: 1024px) {
    h1 { 
        font-size: 40px; 
        line-height: 66px;
    }
    .btn-primary { padding: 12px 22px; }
    .btn-primary a { font-size: 13px; }
     .menus-mobile{
            padding: 15px;
            display: block;
        }
          .nav-content{
                     display: none;
        }
    nav a { font-size: 13px; margin: 0 10px; }

    .cart-icon{
    right: 10%;
    top: 22px;
    }
    .admin-user{
    left: 66%;
    top: 22px;
    }
    .btn-outline{
        width: 100%;
    }
}

@media(max-width: 768px) {
    h1 {
         font-size: 32px;
         line-height: 66px;
     }
    p { 
        max-width: 90%; font-size: 14px;
     }
    .btn-primary {
         padding: 10px 20px; 
        }
    .hero-buttons {
         flex-direction: column; gap: 10px; 
        }
    .cart-icon {
         right: 11%; 
         top: 23px; 
        }
        .admin-user{
        left: 41%;
        top: 23px;
        }
    .cartBadge {
         top: -6px; left: 10px;
         }
    nav a {
         font-size: 12px; margin: 0 8px; 
        }
        .nav-content{
                     display: none;
        }
        .menus-mobile{
            padding: 15px;
            display: block;
        }
      .profile-dropdown{
        left: 51%;
      }
}

@media screen and (max-width: 480px) {
    h1 { font-size: 26px; }
    p { font-size: 13px; }
    .btn-primary { padding: 8px 18px; border-radius: 20px; }
    .btn-primary a { font-size: 12px; }
    .badge { font-size: 11px; padding: 6px 12px; }
    .features { flex-direction: column; gap: 15px; font-size: 13px; }
     .menus-mobile{
            display: block;
        }
        .profile-dropdown{
        left: 32%;
        /* width: 218px; */
        }
}




#usersigninur{
    position: relative;
}

.popup{

    background-color: #ffff;
    position: absolute;
    top: 91px;
    left: 70%;
    z-index: 100;
    display: none;
    width: 246px;
    border-radius: 8px;
}

.popup-header{
    display: flex;
}

.popup-paragraph p{
  font-size: 12px;
  color: var(--para-color);
}
.popheader-img{
    width: 50%;
    text-align: center;
    align-content: center;
}
.popheader-img img{
    width: 51%;
    border-radius: 9px;
}
.popup-header{
        border-bottom: 1px solid var(--second-border-color);
    padding: 0 0 12px 0;
}

.menu-popup-ur ul li a{
    font-size: 14px;
    color: var(--heading-color);
    text-decoration: none;
    padding: 0 11px;
}
.menu-popup-ur ul li:hover{
    background-color: #92949612;
}
.menu-popup-ur ul{
    /* border-bottom: 1px solid var(--second-border-color); */
    padding: 12px 0;
    line-height: 22px;
}
.popup-paragraph button {
    border: none;
    background-color: var(--heading-color);
    width: 89px;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
}
.popup-paragraph h3{
    font-size: 14px;
    font-weight: 500;
    color: var(--heading-color);
}
.popup-paragraph{
    line-height: 24px;
}
.popup-paragraph button a{
  color: #fff;
  text-decoration: none;
}

.menu-popup-ur ul li h3{
    font-size: 14px;
    color: var(--heading-color);
    text-decoration: none;
    padding: 0 11px;
}

.menu-popup-ur ul li p{
    font-size: 14px;
    color: var(--heading-color);
    text-decoration: none;
    padding: 0 11px;
}

/*NEW PAGE STYLE*/

