@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500&display=swap");

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
}

body {
  color: #666666;
  background: #eff7f7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #666666;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

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

.topbar {
  background-image: linear-gradient(#ef4428, #ed2225);
  height: 45px;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  transition: all 0.5s;
  padding: 0 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info a {
  color: #fff !important;
 
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  white-space: nowrap;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  text-decoration: none !important;
}


.contact-info .fa {
  padding: 5px !important;
  margin: 0 !important;
  width: auto !important;
  font-size: 18px !important;
  border-radius: 0;
  line-height: 1;
  font-weight: 400;
}

.social {
  display: flex;
  align-items: center;
}

.social .fa {
  padding: 5px;
  font-size: 18px;
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 15%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social .fa-facebook { color: white; }
.social .fa-facebook:hover { background: #3b5998; color: white; text-decoration: none; }
.social .fa-twitter { color: white; }
.social .fa-twitter:hover { background: #55acee; color: white; text-decoration: none; }
.social .fa-youtube { color: white; }
.social .fa-youtube:hover { background: #bb0000; color: white; text-decoration: none; }
.social .fa-instagram { color: white; }
.social .fa-instagram:hover { background: #125688; color: white; text-decoration: none; }

.navbar,
.navbar.bg-dark {
  background-color: #1e1e1e !important;
  padding: 0.7rem 20px !important;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.bg-dark img {
  height: 42px;
  width: auto;
  display: block;
}

.login-page {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: auto;
}

.login-page .container-fluid {
  max-width: 1280px;
}

.main-section {
  
  background: #ffffff;
  width: 100%;
}

form.user {
  background: #ffffff;
  padding: 28px 60px 24px;
}

.sticker {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ef4428;
  letter-spacing: 1px;
  word-spacing: 1px;
  
}

.retailer {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 1px;

  color: #4a4a4a;
}

.user label {
  margin: 0 0 8px;
  font-size: 16px;
  color: #666666;
  display: block;
  font-weight: 400;
}

.user input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: #161d29;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-family: inherit;
  height: 48px;
  outline: none;
}

.user input::placeholder {
  color: #ccc !important;
}

.user .input-wrap {
  position: relative;
  margin-bottom: 10px;
}

.user .toggle-password {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: #c5c9d1;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  font-size: 16px;
}

.user button[type="submit"],
button.btn-block {
  width: 100%;
  background-image: linear-gradient(#ef4428, #ed2225);
  color: #fff;
  padding: 14px 12px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: inherit;
  margin-top: 8px;
  height: 48px;
}


.login-banner {
  height: 100%;
  line-height: 0;
}

.login-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.login-toast {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 100000;
  width: 300px;
  max-width: calc(100% - 24px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.login-toast.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.login-toast .toast-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-toast .toast-icon .fa {
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}

.login-toast p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.dash .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
}

.dash .form-container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 18px 26px;
  border-radius: 12px;
  background: #2b2b2b;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.dash form {
  display: flex;
  padding: 0;
  flex-direction: column;
  background: transparent;
}

.dash input,
.dash .b-input {
  padding: 12px 14px;
  border: none;
  background: #555555;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 46px;
  font-family: inherit;
  outline: none;
}

.dash input::placeholder,
.dash .b-input::placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.dash input[name="code"] {
  letter-spacing: 1px;
}

.dash .form-control,
.online-store {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 38px 10px 14px;
  font-size: 16px;
  line-height: 1.4;
  color: #cfcfcf;
  background: #555555 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d0d0d0' d='M1.2 1.3L6 6.1l4.8-4.8 1.2 1.2L6 8.5 0 2.5z'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: none !important;
  border-radius: 8px;
  margin-bottom: 16px;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

.dash .form-control option,
.online-store option {
  color: #333;
  background: #fff;
}

.dash button {
  padding: 12px;
  background-color: #ed2225;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  height: 48px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.dash button:hover {
  background-color: #1e1e1e;
}

.dash p {
  text-align: center;
  margin: 8px;
}

.blink-text {
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem !important;
  animation: blinkingText 2s infinite;
  margin-bottom: 16px;
}

@keyframes blinkingText {
  0% { color: #10c018; }
  25% { color: #1056c0; }
  50% { color: #ef0a1a; }
  75% { color: #254878; }
  100% { color: #04a1d5; }
}

.varification {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  margin: 8px 0 12px;
}

.varification p {
  margin: 0;
  text-align: center;
}

.slidere-bg {
  background-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0;
}

.pa select {
  text-transform: none;
}

.pa-error {
  background: #ed2225;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0 0 14px;
  font-size: 14px;
}

.phone-split {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  margin: 0;
}

.country-col {
  flex: 0 0 100px;
  width: 100px;
  padding: 0;
}

.mobile-col {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 0;
}

._dropdown_pa {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 10px 28px 10px 12px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  height: 46px;
  position: relative;
}

._country_flag_pa {
  width: 22px;
  height: 15px;
  object-fit: cover;
}

._dropdown_pa select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

._dropdown_pa .caret {
  position: absolute;
  right: 10px;
  color: #696969;
  pointer-events: none;
}

#venue {
  width: 100%;
  background: #333;
}

#venue > .container-fluid {
  padding: 0;
  max-width: 100%;
}

#venue .col-md-8 img,
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footermy {
  position: relative;
  padding-top: 9px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #071422;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%);
  background-size: 80px 80px;
  color: #fff;
}

.footermy .footer-inner {
  width: 100%;
  max-width: none;
  padding: 0 20px;
  text-align: left;
}

.footermy h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footermy h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fdbe33;
}

.icons_container {
  display: inline-flex;
  justify-content: flex-start;
}

.icons_container .icon:first-child {
  margin-left: 0;
}

.icons_container .icon {
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.icons_container .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  height: 50px;
  width: 50px;
  background-image: linear-gradient(#ef4428, #ed2225);
  border-radius: 50%;
  color: #dbf1f1;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.social-icone .fa {
  padding: 5px;
  font-size: 28px;
}

.icons_container .icon .tooltip {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #333;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}

.icons_container .icon:hover .tooltip {
  top: -60px;
  opacity: 1;
  pointer-events: auto;
}

.boxxe a { color: #fff; }
.boxxe .fa { padding: 9px !important; }

.footermy .copyright {
  padding: 10px 20px;
  color: #fff;
}

.footermy .footer-inner.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px 16px;
}

.footermy .footer-inner.copyright .copyright {
  padding: 0;
  margin: 0;
}

.footermy .designedby {
  text-align: right;
  margin-left: auto;
  white-space: nowrap;
}

.designedby { color: #fff; }
.copyright a { color: #d0e6ee !important; }



.page-genuine {
  padding: 30px 15px 50px;
  background: #eff7f7;
}

.container.genuine {
  width: 70%;
  max-width: 980px;
  background: #fff;
  padding: 24px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.gray-bg {
  background: #e9ecef;
  padding: 20px !important;
  margin-bottom: 18px;
}

.genuine-product {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.45;
}

.left-side-product-box {
  border: 1px solid #e6e6e6;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  background: #fff;
}

.left-side-product-box img {
  width: 100%;
  max-width: 340px;
  object-fit: contain;
}

.right-side-pro-detail {
  padding-left: 18px;
}

.right-side-pro-detail .detail-row {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0 10px;
}

.right-side-pro-detail .detail-row:first-child {
  padding-top: 4px;
}

.right-side-pro-detail h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}

.right-side-pro-detail p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.btn-feedback {
  display: block;
  width: 100%;
  background: #f5a623;
  color: #fff !important;
  border: 0;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px;
  text-align: center;
  font-family: inherit;
  cursor: pointer;
}

.btn-feedback:hover {
  background: #e09412;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .topbar {
    letter-spacing: 0 !important;
    padding: 0 20px;
    position: relative;
    z-index: 30;
  }

  .navbar,
  .navbar.bg-dark {
    z-index: 1 !important;
  }

  .login-page {
    height: auto !important;
    min-height: 0;
    display: block !important;
    align-items: stretch;
    padding: 0 12px !important;
    position: relative;
    z-index: 20 !important;
    margin-top: calc(-42px - 1.4rem);
    overflow: visible !important;
    isolation: isolate;
  }

  .login-page .container-fluid {
    max-width: 100%;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 21;
  }

  .login-page .row,
  .login-page .row.no-gutters {
    display: block !important;
    margin: 0 !important;
    overflow: visible;
  }

  .login-page [class*="col-"] {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    position: relative;
  }

  .main-section {
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 21;
    background: #ffffff;
  }

  form.user {
    position: relative;
    z-index: 22;
    padding: 28px 20px 24px;
    background: #ffffff;
  }

  .login-banner {
    height: auto;
    overflow: visible;
  }

  .login-banner img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover;
  }

  .container.genuine {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-genuine {
    display: flex;
    justify-content: center;
  }

  .right-side-pro-detail {
    padding-left: 0;
    padding-top: 16px;
  }

  .dash {
    display: flex;
    justify-content: center;
  }

  .dash .form-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .topbar .social { display: none; }

  .contact-info {
    width: 100%;
    justify-content: center;
  }

  .contact-info a,
  .contact-info .fa {
    font-size: 0.9rem !important;
  }

  .login-page {
    height: auto !important;
    display: block;
    align-items: stretch;
    padding: 0 12px !important;
    margin-top: calc(-42px - 1.4rem);
    z-index: 20 !important;
    position: relative;
  }

  .main-section {
    padding: 0;
    position: relative;
    z-index: 21;
  }

  form.user {
    padding: 28px 20px 24px;
    position: relative;
    z-index: 22;
  }

  .login-banner img {
    height: auto;
  }

  .dash .form-container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 24px 16px;
  }

  .blink-text {
    font-size: 1.35rem !important;
  }

  #venue .dash {
    display: flex;
    justify-content: center;
    padding: 20px 12px;
  }

  .dash .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
  }

  .footermy .footer-inner,
  .footermy .footer-inner.copyright {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footermy .designedby {
    white-space: normal;
  }

  .container.genuine {
    width: calc(100% - 24px);
    max-width: 430px;
    margin: 0 auto;
    padding: 16px 16px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  .genuine-product {
    font-size: 1.25rem;
  }

  .left-side-product-box {
    min-height: 280px;
    margin: 0 auto 8px;
    width: 100%;
  }

  .left-side-product-box img {
    margin: 0 auto;
    display: block;
  }

  .right-side-pro-detail {
    padding-left: 0;
    padding-top: 8px;
  }

  .page-genuine .row {
    margin: 0;
    display: block;
  }

  .page-genuine [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-genuine {
    padding: 16px 0 32px;
    display: flex;
    justify-content: center;
  }

  .topbar {
    z-index: 30 !important;
  }

  .navbar,
  .navbar.bg-dark {
    z-index: 1 !important;
  }
}
