/* <!-------------------------------------- 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';
  --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');
}

.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;
  /* float: right; */
}

.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 2px 0px;
}

.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);
}

.search-button:hover {
  background-color: #333;
}

.search-button i {
  margin-right: 5px;
}

#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 button {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px 17px 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;
}

.call {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px 17px 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 {
  font-size: 20px;
  color: var(--bg-blue);
}



.modal-content-np {
  border-radius: 10px;
  height: 330px;
}

.modal-dialog-np {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  width: 100% !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
  /* Center the popup */
}

/* 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: 'TestNational2';
  font-weight: 500;
  font-size: 30px;
  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: 80%;
  padding: 13px 30px;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ee2110;
  text-align: center;
}

.Register button:hover {
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}



.login button {
  color: var(--bg-blue);
  font-family: var(--inter);
  font-size: 17px;
  font-weight: 500;
  border: none;
  padding: 13px 30px;
  width: 80%;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid var(--bg-blue);
  text-align: center;
  float: right;
}

.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 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 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 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);
}

.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: 10px;
  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;
}

.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 {
  top: 140%;
  left: 0;
  border-radius: 0 0 0 8px;
  z-index: 1000;
  min-height: 400px;
  /* 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;
}

.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: 'TestNational2';
  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: 12px 13px 12px 13px;
  border-radius: 50px;
}

.icon-re-np img {
  height: 25px;
  width: 25px;
}

.name-re-np p {
  font-family: var(--inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  animation: blink 1s infinite;
}

.beta-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff3b3b;
  color: #fff;
  font-weight: bold;
  padding: 1px 7px;
  border-radius: 8px;
  font-size: 16px;
  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 */
}