/* <!-------------------------------------- Heder-style-start -------------------------------> */
:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 35);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --bg-blue: #00335e;
  --bg-white: #FFFFFF;
  --bg-red: #EE2110;
  --text-color-red: #EE2110;
  --text-color-white: #FFFFFF;
  --text-color: #111111;
  --inter: 'Inter';
  --test-n-2: 'TestNational2';
  --bg-color-greywhite: #F4F4F4;
}

/* @font-face {
  font-family: 'TestNational2';
  src: url('/font/TestNational2/TestNational2-Bold-BF663c3f490c32f.otf') format('opentype');
  src: url('/font/TestNational2/TestNational2-Medium-BF663c3f4904b1a.otf') format('opentype');
  src: url('/font/TestNational2/TestNational2-Regular-BF663c3f4a23d54.otf') format('opentype');

}

@font-face {
  font-family: 'inter';
  src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');
} */

@font-face {
  font-family: 'TestNational2';
  src: url("../font/TestNational2-Medium.otf") format('opentype');
}

@font-face {
  font-family: 'inter';
  src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');
}

/* login-after-dropdown-css-start */

.nav-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Menu Icon */
.l-drop {
  font-size: 13px;
}

.options-list {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-family: 'inter';
  margin-top: 20px;
  left: -100px;
  color: black;
  text-decoration: none;
  z-index: 1000;
  text-align: start;
}


.options-list.visible {
  display: block;
}

.nav-wrap {
  position: relative;
  display: inline-block;
}

.option-item {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  padding: 12px 16px;
}

.option-item:hover {
  background-color: #F2F3F7;
}
/* login-after-dropdown-css-End */



.maniheader {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logomain {
  display: flex;
  align-items: center;
}

.jpointlogo {
  height: 77px;
}

.searchmain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  position: relative;
  /* float: right; */
}


.search-container{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0px 6px;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D1DAE0;
  border-radius: 100px;
  float: right;
}

/* jQuery UI Autocomplete Dropdown */
#ui-id-1 {
  position: absolute !important;
  top: 108% !important;
  left: 0 !important;
  width: 560px !important;
  height: 264px !important;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
#ui-id-1 li a {
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #303030;
  width: 100% !important;
  padding: 8px 20px !important;
}

/* Optional: loader spinner positioning */
.search-button .loader {
  margin-left: 5px;
}

#ui-id-1::-webkit-scrollbar {
  width: 4px;
}

#ui-id-1::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
}

#ui-id-1::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 8px;
  border: 1px solid #003366; /* Optional: light border like your image */
}
#ui-id-1 li a{
font-family:var(--inter);
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 20px;
text-transform: capitalize;
color: #303030;
width: 100% !important;
padding: 8px 20px !important;
}
#ui-id-1 li a:hover{
background: #F2F3F7;
border-radius: 4px;
}



.search-container1 {
   position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0px 6px;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D1DAE0;
  border-radius: 100px;
  float: right;

  #ui-id-1 {
    position: absolute !important;
    top: 108% !important;
    left: 0 !important;
    width:640px !important;
    height: 264px !important;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  #ui-id-1 li a {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #303030;
    width: 100% !important;
    padding: 8px 20px !important;
  }
  
  /* Optional: loader spinner positioning */
  .search-button .loader {
    margin-left: 5px;
  }
  
  #ui-id-1::-webkit-scrollbar {
    width: 4px;
  }
  
  #ui-id-1::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 8px;
  }
  
  #ui-id-1::-webkit-scrollbar-thumb {
    background-color: #003366;
    border-radius: 8px;
    border: 1px solid #003366; /* Optional: light border like your image */
  }
  #ui-id-1 li a{
  font-family:var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #303030;
  width: 100% !important;
  padding: 8px 20px !important;
  }
  #ui-id-1 li a:hover{
  background: #F2F3F7;
  border-radius: 4px;
  }
}

/* Dynamically generated autocomplete list */
#ui-id-2 {
  position: absolute !important;
  top: 144px !important;
  left: 0px !important;
  width:100%!important;
  height: 264px !important;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 8px;
}

/* Scrollbar Styling */
#ui-id-2::-webkit-scrollbar {
  width: 4px;
}

#ui-id-2::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
}

#ui-id-2::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 8px;
  border: 1px solid #003366;
}

/* List Item Styling */
#ui-id-2 li a {
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #303030;
  width: 100% !important;
  padding: 8px 20px !important;
  display: block;
}

#ui-id-2 li a:hover {
  background: #F2F3F7;
  border-radius: 4px;
}

.dropdown {
  position: relative;
}

.dropdown button {
  background: none;
  border: none;
  padding: 6px 15px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

input::placeholder {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #a5a5a5;
}

.dropdown button:focus {
  outline: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu li {
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
}

.search-input:focus {
  outline: none;
}

.search-button {
  /* background-color: var(--bg-blue);
  color: white;
  border: 1px solid var(--text-color);
  padding: 5px 15px;
  margin: 0px 7px 0px 0px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 18px;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--inter); */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
gap: 4px;
margin: 0 auto;
width: 103px;
height: 36px;
background: #00335E;
border-radius: 100px;
border:none;
font-size: 15px;
  font-weight: 500;
  font-family: var(--inter);
  color: white;
}

.search-button:hover {
  background: #00335E;
}

.search-button i {
  margin-right: 5px;
}

#timer {
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 600;
  line-height: 14px;
  color: #000000;
}

#dropdownButton {
  gap: 5px;
  border-right: 1px solid rgb(165 164 164);
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}

#dropdownButton {
  padding: 0px 20px;
}

.droar {
  font-size: 12px;
}

.call.call button {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14px 17px;
gap: 10px;
width: 48px;
height: 48px;
background: #FFFFFF;
border: 1px solid #00335E;
border-radius: 100px;
float: right;
}

.callicon {
  font-size: 20px;
  color: var(--bg-blue);
  
}

.modal-content-np {
  border-radius: 10px;
  height: 330px;
  width:100%!important;
}

.modal-dialog-np {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  width: 100% !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
}

/* Login Modal-popup-style-start */

.Mobilenu {
  font-family: var(--inter) !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0px;
}

.modal-header {
  padding: 20px 20px !important;
  border-bottom: none !important;
}

.modal-header h5 {
  font-family:var(--test-n-2);
  font-size: 30px;
  font-weight: 500 !important;
  line-height: 38px;
 
  
}

.input-group-np {
  display: flex;
  gap: 10px;
  ;
}

.input-group-text-np {
  border: 1px solid #AFAFAF;
  padding: 9px 18px;
  border-radius: 6px;
}

#mobileNumber {
  border: 1px solid #AFAFAF;
  border-radius: 6px;
}

.modal-body {
  padding: 20px 20px !important;
}

#submitMobile {
  font-family: var(--inter);
  font-size: 16px;
  color: var(--bg-white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: var(--bg-red);
  padding: 13px 0px;
  border-radius: 50px;
  border: 1px solid var(--bg-red);
  margin-top: 30px;
}

.s-icon-np {
  font-size: 16px;
  color: var(--bg-white);
}

.dont p {
  font-size: var(--inter) !important;
  /* margin: 20px 0px; */
  font-size: 14px !important;
  color: var(--bg-white);
  font-weight: 400;
  color: #000;
  margin-top: 30px;
}

.dont a {
  font-size: 16px;
  color: var(--bg-white);
  font-weight: 500;
  color: var(--bg-blue);
  text-decoration: underline;
}


.otp-np {
  font-family: var(--inter) !important;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

#editNumber {
  font-family: var(--inter) !important;
  font-size: 16px;
  color: var(--bg-white);
  font-weight: 500;
  color: var(--bg-blue);
  text-decoration: underline;
}

#verifyOtp {
  font-family: var(--inter);
  font-size: 16px;
  color: var(--bg-white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: var(--bg-red);
  padding: 13px 0px;
  border-radius: 50px;
  border: 1px solid var(--bg-red);
}


/* Login Modal-popup-style-End */

/* .Register button {
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  float: right;
  width: 100%;
  padding: 13px 30px;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ee2110;
  text-align: center;
  position: relative;
  transition: color 0.2s ease; 
} */

.Register button {
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  float: right;
  width: 100%;
  padding: 13px 30px;
  background-color: #ee2110;
  border-radius: 100px;
  /* border: 1px solid #ee2110; */
  border:none;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
 }
 
 .Register button::before {
  content: '';
    width: 0;
    height: 4em;
    border-radius: 30em;
    position: absolute;
    top: -5px;
    left: -4px;
    background-image: linear-gradient(to right, #00335E 0%, #00335E 100%);
    border: none;
    transition: .5s ease;
    display: block;
    z-index: -1;
 }
 
 .Register button:hover::before {
  width: 9em;
 }

.login {
  width: 90%;
  float: right;
}

.Register {
  width: 90%;
  float: right;
}
.login button {
  background-color: transparent;
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  padding: 13px 30px;
  width:100%;
  border-radius: 100px;
  color: var(--bg-blue);
  border: 1px solid var(--bg-blue);
  text-align: center;
  float: right;
  position: relative;
}
.login button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-blue);
  border-radius: 100px;
  transition: width .5s ease;
  z-index: -1;
}
.login button:hover::after {
  width: 100%;
}
.login button:hover {
  color: white;
}

/* .login button:hover {
  color: var(--bg-blue);
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
} */

.ui-autocomplete {
  background-color: #fff !important;
  color: #000 !important;
}


/* Mobile-Responsiv-Start */
.search-input::placeholder {
  font-size: 16px;
}

.mobile-resposiv-header {
  margin-top: 10px;
}

.call-responsiv-btn button {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px 17px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid var(--bg-blue);
  /* float: right; */
}

.callicon-re {
  font-size: 21px;
  color: var(--bg-blue);
}



.login-responsiv button {
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
}

.login-responsiv {
  width: 80%;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ee2110;
  text-align: center;
}

.All-responsiv-mobi {
  border-top: 1px solid #D1DAE0;
  padding: 20px 12px;
}

.search-container-responsiv {
  display: flex;
  align-items: center;
  border: 1px solid #D1DAE0;
  border-radius: 25px;
  padding: 8px 0px;
}


#dropdownButton-responsiv {
  gap: 15px;
  border-right: 1px solid rgb(165 164 164);
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}

/* Mobile-Responsiv-End */

/* <!-------------------------------------- Heder-style-End-------------------------------> */

/* <!-- Navigation- menu- section-Style-start --> */
.navbar {
  background-color: var(--bg-blue);
  position: relative;
}

.nav-item a {
  font-family: var(--inter) !important;
}

.All {
  background-color: white;
  color: #000;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 20px;
}

.All-nav {

  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.nav-link {
  font-family: var(--inter) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-family: Inter, var(--default-font-family) !important;
  text-transform: uppercase;
}

.navbar-nav,
li {
  gap: 20px;
  display: flex;
  align-items: center;
}

.nav-link:hover,
.nav-link.active {
  color: #f0f0f0;
}

.dropdown-menu {
  background-color: #000;
  border: none;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover {
  background-color: #333;
}

.navbar-toggler {
  border: none;
  background-color: white !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  color: white !important;
}

.navbar-nav {
  justify-content: center;
  width: 100%;
}


/* <!-- Navigation- menu- section-Style-End --> */

/* All categroy dropdown from start */

.grid-fill-np {
  background-color: white;
  color: #000;
  font-size: 18px;
  padding: 3px 7px;
  border-radius: 20px;
}

.cat-nav-container {
  /* position: relative; */
  font-family: system-ui, -apple-system, sans-serif;
}
#akd01{
  position: relative;
}


.cat-main-trigger {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--inter);
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.cat-main-trigger i {
  font-size: 16px;
}



.cat-level-one,
.cat-level-two,
.cat-level-three,
.cat-level-four {
  position: absolute;
  background: white;
  border: 1px solid #e2e2e2;
  display: none;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 0px 0px 16px 0px;
}

.cat-level-one {
  position: absolute;
  top: 123%;
  /* left:31%; */
  border-radius: 0 0 0 8px;
  z-index: 1000;
  min-height:200px;
  /* overflow-y:scroll !important;
  padding: 0px 0px 16px 0px; */
}



.cat-level-two {
  top: -1px;
  left: 100%;
  z-index: 1001;
  min-height: 400px;
}

.cat-level-three {
  top: -0.2%;
  left: 100%;
  z-index: 1001;
  border-radius: 0px 0px 8px 0px;
  min-height: 400px;
}

.cat-level-four {
  top: 0px;
  left: 100%;
  z-index: 1001;

}

.cat-section-title {
  font-family: var(--inter);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #111111;
  text-align: left;
  padding: 8px 12px;
  margin: 0px;
}

.cat-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 16px;
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  color: #303030;

}

.cat-item:hover {
  background-color: #f5f5f5;
}

.cat-item-with-children::after {
  content: '›';
  font-size: 20px;
  margin-left: 8px;
  color: #000000;
}

.cat-show {
  display: block !important;
}

/* Hover functionality */
.cat-nav-container:hover .cat-level-one,
.cat-item-container:hover>.cat-level-two,
.cat-sub-item-container:hover>.cat-level-three,
.cat-sub-sub-item-container:hover>.cat-level-four {
  display: block;
}

/* Hide all sub-categories by default */
.cat-level-two,
.cat-level-three {
  display: none;
}

/* Show sub-categories when hovering over the parent category */
.cat-item-with-children:hover+.cat-level-two,
.cat-item-with-children:hover+.cat-level-two .cat-item-with-children:hover+.cat-level-three {
  display: block;
}

/* Optional: Styling for better hover effects */
.cat-item-with-children {
  position: relative;
}

.cat-level-two,
.cat-level-three {
  position: absolute;
  left: 100%;
  /* Position to the right of the parent */
  top: 0;
  padding-left: 10px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cat-item {
  display: block;
  /* padding: 10px; */
  text-decoration: none;
  color: #333;
}

.cat-item:hover {
  background-color: #ddd;
}






/* All categroy dropdown from End */






/* call popup-start */



#closeButton {
  float: right;
  background-color: #F4F4F4;
  color: #000;
  border-radius: 36px;
  padding: 2px 6px;
  border: 1px solid #F4F4F4;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: none;
}


.popup {
  display: none;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  z-index: 1000;
  width: 600px;
}

.contact-np h1 {
  font-family:var(--test-n-2);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}

.social-icon-np {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 22px 0px;
}

#mail {
  background-color: #4496FB;
  padding: 4px 10px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#call {
  background-color: #00335E;
  padding: 4px 10px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#Whatsapp {
  background-color: #25D366;
  padding: 4px 10px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#Linkdin {
  background-color: #0066C7;
  padding: 4px 11px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#Youtube {
  background-color: #FF0000;
  padding: 4px 9px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#facebook {
  background-color: #1877F2;
  padding: 4px 9px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#instagram {
  background-color: #E4405F;
  padding: 4px 9px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#twitter {
  background-color: #1DA1F2;
  padding: 4px 9px;
  font-size: 24px;
  border-radius: 30px;
  color: white;
}

#Location-Ap {
  /* background-color:#00335E;
      padding: 4px 10px;
      font-size: 24px;
      border-radius: 30px; */
  color: #00335E;
  font-size: 33px;
}

.Add-np {
  display: flex;
  gap: 20px;
  margin: 13px 0px;
}

.Add-p-np {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--inter);
  color: #111111;
}


/* for username and bag */
.login-re-np {
  display: flex;
  gap: 8px;
}

.icon-re-np {
  margin-left: 20px;
  border: 1px solid black;
  padding: 8px 11px;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  background: #F4F4F4;
  border: 1px solid #D1DAE0;
  border-radius: 100px;
}

.icon-re-np img {
  height: 25px;
  width: 25px;
}
/* .name-re-np{
  height: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis; 
} */
 .hey p{
margin: 0px;
padding: 0px;
font-family:var(--inter);
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 12px;
display: flex;
align-items: center;
text-align: center;
color: #303030;
 }
 .nam-p-head{
font-family:var(--inter);
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
display: flex;
gap:10px;
/* align-items: center; */
text-align: center;
color: #111111;

p{
  white-space: nowrap; 
  /* width:86px;  */
  overflow: hidden;
  text-overflow: ellipsis !important; 
}
 }
.name-re-np { 
  height: 20px;
  display: block;
  margin: 0px;
}





@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  animation: blink 3s infinite;
}

.beta-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff3b3b;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-family: var(--inter);
  font-style: normal;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.beta-tag:hover {
  transform: scale(1.2);
  /* Scale up when hovered */
}


