:root {
  --m11-chat-bg-top: #3a2418;
  --m11-chat-bg-bottom: #0f0a08;
  --m11-chat-panel-edge: rgba(255, 255, 255, 0.08);
  --m11-orange: #ff7a1a;
  --m11-bubble-received: #2c221d;
  --m11-bubble-sent: #7a2230;
  --m11-text: #f5f0e6;
  --m11-text-dim: #b8b0a8;
}

.woocommerce-breadcrumb {
  display: none;
}
.single-product .give-price {
  display: none;
}

.custm_bnnr_proof .bnr-inr {
  position: relative;
  padding: 140px 80px;
  border-radius: 30px;
  overflow: hidden;
  border: 0;
}

.custm_bnnr_proof .bnr-inr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(
    94.13deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 99.22%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  pointer-events: none;
}
.single-product p.no-of-tickets-single {
  display: none;
}
body.giveaway_active .woocommerce-breadcrumb {
  display: block;
}
.single-product .wx-quantity-slider-container {
  background: transparent;
  border: 1px solid #fff;
}
.single-product .wx-quantity-slider,
.single-product .wx-quantity-tooltip {
  background: #fdab4d;
}
.single-product .wx-quantity-tooltip:after {
  border-top: 5px solid #fdab4d;
}
.single-product .wx-quantity-minus:disabled,
.single-product .wx-quantity-plus:disabled {
  background: transparent;
  color: white;
}

.logged-in.single-product .wx-quantity-slider-container.wx-simple-slider {
  display: block;
}

.single-product .wx-quantity-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
}

.single-product .wx-quantity-slider-container.wx-simple-slider {
  display: none;
}

.single-product .wx-quantity-minus,
.single-product .wx-quantity-plus {
  background: transparent;
  color: white;
  border-color: white;
}
.single-product .wx-quantity-minus:hover,
.single-product .wx-quantity-plus:hover {
  background: #fff !important;
  color: #000 !important;
}
.winner-content {
  background: transparent !important;
  padding: 0px !important;
}
.woocommerce-account .win-ticket-product-box,
.woocommerce-account .win-ticket-numbers-list,
.woocommerce-account .win-meta-item {
  background: transparent;
}
.woocommerce-account .win-product-main-info h3,
.woocommerce-account .win-header-left h4 {
  color: white;
}
.wheel-pointer {
  z-index: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .menu-icon {
  width: fit-content;
  border: 1px solid #ffffff;
  padding: 14px;
  display: flex;
  border-radius: 50%;
}
.woocommerce-message {
  background-color: transparent;
  color: white;
  font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  align-items: center;
}

.woocommerce-account
  li.woocommerce-MyAccount-navigation-link.is-active
  .menu-icon {
  background: #fff;
}
.woocommerce-checkout div#wc-stripe-express-checkout-element-applePay {
  border: 1px solid #fff;
}
.woocommerce-account
  li.woocommerce-MyAccount-navigation-link.is-active
  .menu-icon
  img {
  filter: brightness(0);
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 13px 0px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}

/* .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content p {
    display: none;
} */
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}
.AccordionItem.p-AccordionItem.p-AccordionItem--selected.AccordionItem--selected {
  background: transparent;
}
.woocommerce-order-pay {
  width: 80%;
  margin: 150px auto 0;
}

.woocommerce-order-pay #order_review {
  margin-bottom: 150px;
}
.woocommerce-checkout ul.woocommerce-error {
  background: transparent;
}

.woocommerce-info {
  background: transparent;
  color: white;
  font-size: 20px;
}

.woocommerce-cart
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  color: white;
}
.woocommerce-EditAccountForm fieldset {
  display: none;
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce-EditAccountForm fieldset legend {
  grid-column: 1 / -1;
}
.woocommerce-cart .wc-block-components-quantity-selector {
  display: none;
}

.single-product .instant-checkout-form {
  border: 1px solid;
  border-image-source: linear-gradient(
    94.13deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.15) 99.22%
  );
  background: transparent;
  border-radius: 15px;
  background: linear-gradient(
    180deg,
    rgba(28, 25, 25, 0.56) 0%,
    rgba(0, 0, 0, 0.56) 100%
  );
  padding: 50px;
}

.single-product .instant-checkout-form h3 {
  font-weight: 800;
  font-size: 32px;
  text-transform: math-auto;
  line-height: 100%;
  letter-spacing: -2%;
}

.single-product .instant-checkout-fields {
  display: flex;
  flex-direction: column;
}

.single-product.woocommerce div.product form.cart {
  margin-top: 20px;
  position: relative;
}

.single-product .instant-checkout-form input {
  background: #ffffff0a;
  border-image-source: linear-gradient(
    94.13deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(0, 0, 0, 0.08) 99.22%
  ) !important;
  border-radius: 6px;
  color: white;
}

.single-product #instant-checkout-button {
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(270deg, #f76729 0%, #fdab4d 100%);
  color: #fff;
  border-radius: 5px;
  padding: 19px 50px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 24px rgba(247, 103, 41, 0.35);
  margin: auto;
	margin-top:15px;
}

/* .single-product a.draw-button.single-product-button.winner-button {
    position: absolute;
    bottom: 125px;
    left: 25px;
} */
/* form.cart:has(.instant-checkout-form) a.draw-button.single-product-button.winner-button {
    position: absolute;
    bottom: 125px;
    left: 25px;
} */
button#instant-checkout-button {
  bottom: 0px;
  right: 0px;
}

.woocommerce-order-received {
  max-width: 85%;
  margin: auto;
}

.woocommerce-order-received main#primary {
  margin-top: 150px;
  margin-bottom: 100px;
}

.woocommerce-order-received
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 20px;
}

.woocommerce-order-received h2 {
  margin-top: 50px;
}

.woocommerce-order-received .woocommerce ul.order_details li {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.woocommerce-order-received .woocommerce ul.order_details {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

a.draw-button.single-product-button.winner-button {
  overflow: hidden;
  background: #111 !important;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: 0 0 0 1px #f76729 !important;
  font-size: 18px;
  padding: 14.5px 50px;
  display: inline-flex;
  justify-content: center;
  transition: all 0.4s ease;
  white-space: nowrap;
  position: relative;
}

.woocommerce-dashboard .reward-dashboard {
  /* max-width: 1200px; */
  width: 100%;
  margin: auto;
  color: #fff;
  font-family: Arial, sans-serif;
}

.woocommerce-dashboard .reward-stats {
  display: grid;
  /* grid-template-columns: 220px repeat(3, 1fr);
    gap: 18px; */
  margin-bottom: 30px;
}

.woocommerce-dashboard .reward-card {
  background: #151515;
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* .woocommerce-dashboard .reward-card.bronze {
    flex-direction: column;
    justify-content: center;
} */
.woocommerce-dashboard .reward-card.silver,
.woocommerce-dashboard .reward-card.gold,
.woocommerce-dashboard .reward-card.platinum {
  max-width: 161px;
  width: 100%;
  height: 156px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 171, 77, 0.24) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  flex-direction: column;
  justify-content: center;
  border: none;
  position: relative;
}
.woocommerce-dashboard .reward-card img {
  width: 55px;
}

.woocommerce-dashboard .reward-card .icon {
  padding: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #ff7c29;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.woocommerce-dashboard .reward-card p {
  margin: 0;
  color: #ddd;
  font-size: 14px;
}

.woocommerce-dashboard .reward-card h2 {
  margin: 6px 0 0;
  color: #ff9a2f;
  font-size: 36px;
  line-height: 1;
}

.woocommerce-dashboard .section-title {
  margin: 25px 0 15px;
  font-size: 24px;
}

.woocommerce-dashboard .reward-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border: 1px solid #ffffff17;
  background: #151515;
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 35px;
}

.woocommerce-dashboard .tier {
  text-align: center;
}

.woocommerce-dashboard .tier img {
  width: 75px;
  margin-bottom: 10px;
}

.woocommerce-dashboard .tier h4 {
  margin: 5px 0;
  font-size: 18px;
}

.woocommerce-dashboard .tier span {
  color: #aaa;
  font-size: 13px;
}

.woocommerce-dashboard .tier.active {
  color: #ff9d38;
}

.woocommerce-dashboard .reward-table {
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce-dashboard .reward-table table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-dashboard .reward-table th {
  background: #1d1d1d;
  text-align: left;
  padding: 18px;
  font-size: 15px;
}

.woocommerce-dashboard .reward-table td {
  padding: 18px;
  border-top: 1px solid #2a2a2a;
  color: #ddd;
}

.woocommerce-dashboard .reward-table .total td {
  font-weight: 700;
}

.thank_you_ticket_wrap span {
  background: transparent !important;
}

/*custom login page*/

/* ===========welcome-back page css start===== */

/* ===========welcome-back page css start===== */
/* ===========coming-soon page css start===== */
.coming-navbar {
  justify-content: center !important;
}

.launching-soon {
  padding-top: 220px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.launching-soon::before {
  content: "";
  position: absolute;
  background: url(../img/r-hand.svg) no-repeat center / contain;
  max-width: 416px;
  width: 40vw;
  aspect-ratio: 416 / 399;
  top: 50px;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.m11-top-right.coming-m11-top-right img {
  top: auto;
  bottom: 40px;
}

.launching-soon-content {
  text-align: center;
}

.bigg-txt {
  font-size: 110px;
}

.coming-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 0 15px 0;
}

.coming-social-media a {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  background: #ffffff0d;
  backdrop-filter: blur(5px);
  padding: 20px;
  display: flex;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.coming-social-media a:hover {
  background: #ffffff10;
  border: 1px solid rgba(253, 171, 77, 0.4);
}

.coming-social-media.gradient-brdr1::after {
  border-radius: 50% !important;
}

.coming-footer-bottom-inner {
  flex-direction: column;
  gap: 20px;
}

.coming-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 820px;
  margin: 60px auto 0;
  gap: 0;
  position: relative;
  border-radius: 12px;
  background: #ffffff08;
  backdrop-filter: blur(5px);
  padding: 10px;
}

.coming-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.coming-submit-btn {
  padding: 19px 42px;
  border: none;
  border-radius: 7px;
}

.lucky-wheel-form-group input {
  color: white;
}

.otp-message .woocommerce-message,
.otp-message .woocommerce-error {
  background: transparent;
  color: white;
  font-size: 22px;
}

input:-webkit-autofill::first-line {
  color: white !important;
}
.product-info-draw-date {
  display: none;
}
.instant-checkout-fields input:-webkit-autofill,
.instant-checkout-fields input:-webkit-autofill:hover,
.instant-checkout-fields input:-webkit-autofill:focus,
.instant-checkout-fields input:-webkit-autofill:active,
#instant_name:-webkit-autofill,
#instant_name:-webkit-autofill:hover,
#instant_name:-webkit-autofill:focus,
#instant_name:-webkit-autofill:active,
#instant_phone:-webkit-autofill,
#instant_phone:-webkit-autofill:hover,
#instant_phone:-webkit-autofill:focus,
#instant_phone:-webkit-autofill:active,
#instant_email:-webkit-autofill,
#instant_email:-webkit-autofill:hover,
#instant_email:-webkit-autofill:focus,
#instant_email:-webkit-autofill:active,
#verification_code:-webkit-autofill,
#verification_code:-webkit-autofill:hover,
#verification_code:-webkit-autofill:focus,
#verification_code:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #121212 inset !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
  background-color: #121212 !important;
  background-clip: content-box !important;
  caret-color: white !important;
}

.lucky-wheel-form-group input:-webkit-autofill,
.lucky-wheel-form-group input:-webkit-autofill:hover,
.lucky-wheel-form-group input:-webkit-autofill:focus,
.lucky-wheel-form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #121212 inset !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
  background-color: #121212 !important;
  background-clip: content-box !important;
  caret-color: white !important;
}

/* .featured-cat-grid .feat-card {
  display: none;
} */

.featured-cat-grid .feat-card:nth-child(-n + 3) {
  display: block;
}
.woocommerce-account footer.entry-footer {
  display: none;
}

.woocommerce-account .wxgiveaway-winning-tickets h2,
.woocommerce-account .wxgiveaway-my-tickets h2 {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: inherit;
}

#winner-reveal-page-giveaway-info {
  margin-top: 160px;
  margin-bottom: 160px;
}

/* ===========coming-soon page css end===== */
.welcome-back-sec .launching-soon-content p {
  max-width: 770px;
  margin: auto;
  font-size: 24px;
}

.welcome-back-sec .coming-input-wrap {
  margin-top: 30px;
}

.welcome-back-sec .otp {
  font-size: var(--size-18);
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 810px;
}

.welcome-back-sec input {
  background: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 28px;
  font-size: var(--size-18);
  font-weight: 400;
  color: #fff !important;
}

.welcome-back-sec .resend-otp span {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.welcome-back-sec .coming-submit-btn.cta.get-otp-btn {
  margin-top: 16px;
  width: 100%;
  max-width: 810px;
  padding: 28px 0;
  margin-bottom: 37px;
  font-size: 20px;
  /* box-shadow:
    0 0 0 1px #fdab4d,
    0 0 0 2px #f76729; */
}

.coming-footer .main-gift {
  width: 68px !important;
}

.back-p {
  font-size: 18px !important;
}
.woocommerce-cart
  .wc-block-cart-item__image
  a
  img[src*="woocommerce-placeholder"] {
  display: none !important;
}

.woocommerce-cart
  .wc-block-cart-item__image
  a:has(img[src*="woocommerce-placeholder"]) {
  display: none !important;
}
/* .toymate-banner h1{
	font-size:68px;
} */
/* .toymate-banner .size-137 span{
	font-size:90px;
} */
.toymate-banner .bnnr-img-content .gif-cont {
  bottom: -50px;
  right: -30px;
}

/* M11 Gorup Chat */

/* ---------------- Toggle button ---------------- */

.m11-chat-toggle {
  position: fixed;
  bottom: 24px;
  padding: 16px;
  right: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(160deg, #ffb347, var(--m11-orange));
  box-shadow: 0 10px 30px -6px rgba(255, 122, 26, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.2s ease;
}

.m11-chat-toggle:hover {
  transform: translateY(-2px) scale(1.04);
}

.m11-chat-icon-close {
  display: none;
}

.m11-chat-toggle.is-open .m11-chat-icon-open {
  display: none;
}
.m11-chat-toggle.is-open .m11-chat-icon-close {
  display: block;
}

/* ---------------- Panel ---------------- */

.m11-chat-panel {
  position: fixed;
  bottom: 96px;
  right: 24px;
  width: min(90vw, 340px);
  height: min(70vh, 480px);
  background: linear-gradient(
    180deg,
    var(--m11-chat-bg-top) 0%,
    var(--m11-chat-bg-bottom) 100%
  );
  border: 1px solid var(--m11-chat-panel-edge);
  border-radius: 20px;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9998;
  font-family: "Inter", sans-serif;

  opacity: 0;
  transform: translateY(16px) scale(0.96);
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.m11-chat-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* ---------------- Header ---------------- */

.m11-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.m11-chat-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.m11-brand-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /* background: linear-gradient(160deg, #ffb347, var(--m11-orange)); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: #1a1a1a;
  flex-shrink: 0;
}

.m11-chat-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--m11-text);
}

.m11-chat-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  opacity: 0.8;
}

.m11-chat-close:hover {
  opacity: 1;
}

/* ---------------- Body / messages ---------------- */

.m11-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m11-chat-body::-webkit-scrollbar {
  width: 5px;
}
.m11-chat-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.m11-chat-load-more {
  align-self: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--m11-text-dim);
  font-size: 11.5px;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.m11-chat-load-more:hover {
  color: var(--m11-text);
  border-color: rgba(255, 255, 255, 0.2);
}
.m11-chat-load-more:disabled {
  opacity: 0.5;
  cursor: default;
}

.m11-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m11-chat-empty {
  text-align: center;
  color: var(--m11-text-dim);
  font-size: 13px;
  margin: auto 0;
}

.m11-chat-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 120px;
}

.m11-spinner {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--m11-orange);
  border-radius: 50%;
  display: inline-block;
  animation: m11-spin 0.7s linear infinite;
}

@keyframes m11-spin {
  to {
    transform: rotate(360deg);
  }
}
.m11-msg {
  display: flex;
  flex-direction: column;
}

.m11-msg-sent {
  align-self: flex-end;
  align-items: flex-end;
}

.m11-msg-received {
  align-self: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  max-width: 86%;
}

.m11-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: cover;
}
.m11-bubble-row {
  position: relative;
}

button.m11-msg-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  font-size: 8px;
  height: 20px;
}
.m11-msg-content {
  display: flex;
  flex-direction: column;
}

.m11-msg-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--m11-text-dim);
  margin-bottom: 4px;
}

.m11-bubble {
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--m11-text);
  padding: 10px 14px;
  border-radius: 14px;
  word-break: break-word;
}

.m11-msg-sent .m11-bubble {
  background: var(--m11-bubble-sent);
  border-bottom-right-radius: 4px;
}

.m11-msg-received .m11-bubble {
  background: var(--m11-bubble-received);
  border-bottom-left-radius: 4px;
}

.m11-msg-time {
  font-size: 10.5px;
  color: var(--m11-text-dim);
  margin-top: 4px;
  padding: 0 2px;
}

/* ---------------- Footer ---------------- */

.m11-chat-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.m11-chat-attach {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 6px;
  flex-shrink: 0;
}

.m11-chat-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  color: var(--m11-text);
  outline: none;
}

.m11-chat-input::placeholder {
  color: var(--m11-text-dim);
}

.m11-chat-input:focus {
  border-color: var(--m11-orange);
}

.m11-chat-send {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 6px;
  flex-shrink: 0;
}

/* ---------------- Locked (logged-out) state ---------------- */

.m11-chat-locked {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
  color: var(--m11-text-dim);
}

.m11-chat-login-btn {
  background: linear-gradient(160deg, #ffb347, var(--m11-orange));
  color: #1a1a1a;
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.m11-chat-login-btn:hover {
  color: black;
}
/* =========================================================
   M11 LATEST WINNERS
   Completely unique classes
   ========================================================= */

.m11-lw-section {
  width: 100%;
  background: #000000;
  box-sizing: border-box;
}

.m11-lw-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* =========================
   HEADING
   ========================= */

.m11-lw-heading {
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;

  text-transform: uppercase;
}

.m11-lw-heading span {
  position: relative;

  color: #ff8a00;
  font-style: italic;
}

.m11-lw-heading span::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -3px;

  width: 100%;
  height: 2px;

  background: #ff8a00;
}

/* =========================
   GRID
   ========================= */

.m11-lw-grid {
  padding-top: 40px;
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 30px;

  width: 100%;
}

/* =========================
   CARD
   ========================= */

.m11-lw-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #111;
  border: 1px solid #242424;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* =========================
   IMAGE
   ========================= */

.m11-lw-image-box {
  width: 100%;
  height: 290px;

  overflow: hidden;

  background: #111111;
}

.m11-lw-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  margin: 0;
  padding: 0;

  transition: transform 0.3s ease;
}

.m11-lw-card:hover .m11-lw-image {
  transform: scale(1.03);
}

/* =========================
   CARD BODY
   ========================= */

.m11-lw-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  box-sizing: border-box;
}

/* =========================
   DATE
   ========================= */

.m11-lw-date {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 0 7px;
  gap: 6px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

/* =========================
   PRODUCT / WINNER TITLE
   ========================= */

.m11-lw-title {
  display: block;
  min-height: 31px;
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 25px;
}

/* =========================
   WINNER DETAILS
   ========================= */

.m11-lw-winner {
  margin-top: auto;
  padding-top: 36px;
  border-top: 1px solid #202020;
}
section.event-section {
  overflow: hidden;
}
/* =========================
   WINNER NAME
   ========================= */

.m11-lw-name {
  display: flex;
  align-items: center;
  margin: 0 0 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.m11-lw-crown {
  display: inline-block;

  margin-right: 4px;

  color: #ffbd00;

  font-size: 9px;
  line-height: 1;
}

/* =========================
   EMAIL
   ========================= */

.m11-lw-email {
  margin-top: 10px;
  margin-left: 25px;
  color: #d9d8d8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
/* ===========welcome-back page css end===== */

/* ======================== Winners page css start ===================== */
.Winners_bnr_sec {
  padding: 140px 0 80px;
  position: relative;
}
.Winners_bnr_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 800px;
  background-image: url("https://m11club.com.au/wp-content/uploads/2026/09/Ellipse-7.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  z-index: -1;
}

.Winners_bnr_sec .bnr-inr {
  position: relative;
  padding: 148px 60px;
  border-radius: 25px;
}

.Winners_bnr_sec .bnr-inr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(
    94.13deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 99.22%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.Winners_bnr_sec .inr-cnt {
  max-width: 717px;
}
.Winners_bnr_sec .inr-cnt h2 {
  letter-spacing: -0.02em;
}
.Winners_bnr_sec .givewy-cta a {
  box-shadow: 0px 4px 64px rgba(247, 103, 41, 0.7);
  border-radius: 8px;
  color: #1c1919;
}
.Winners_bnr_sec .givewy-cta a:hover {
  color: #ffffff;
}
.Winners_bnr_sec .inr-cnt p {
  max-width: 566px;
  width: 100%;
  margin: 0;
}
.l_winner {
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
.l_winner::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -418px;
  width: 850px;
  height: 920px;
  background-image: url("https://m11club.com.au/wp-content/uploads/2026/09/Group-36367.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  z-index: -1;
}
.l_winner h2 {
  margin: 0;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.l_winner .latest_win {
  position: relative;
  background: rgb(253 171 77 / 0.06);
  backdrop-filter: blur(2.5px);
  border-radius: 25px;
  padding: 40px;
  display: grid;
  grid-template-columns: 50.74% 45.51%;
  justify-content: space-between;
  align-items: center;
}

.l_winner .latest_win::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(
    94.13deg,
    rgba(253, 171, 77, 0.31) 0%,
    rgba(151, 102, 46, 0.31) 99.22%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.l_winner h2 span {
  font-style: italic;
  padding-right: 5px;
}

.l_grad-txt {
  font-family: Inter;
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #fdab4d 0%, #f76729 15%, #f76729 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.lw_heading {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 14px 0 18px;
}

.l_date {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0%;
}

.l_date img {
  max-width: 20px;
  min-width: 20px;
}

.l_name_outer {
  display: flex;
  align-items: self-start;
  gap: 9px;
  border-top: 1px solid #fdab4d40;
  padding-top: 30px;
  margin-top: 30px;
}

.l_img-name {
  max-width: 36px;
  width: 100%;
}

.l_img-name img {
  width: 100%;
}
.l_name_inner {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  color: #ffffff;
}

.l_email_outer {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
}
.all_win {
  padding: 140px 0 190px;
  background: linear-gradient(180deg, #1c1919 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}
.all_win::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -210px;
  width: 600px;
  height: 900px;
  background-image: url(https://m11club.com.au/wp-content/uploads/2026/09/Ellipse-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  transform: rotate(270deg);
}
.all_win h2 {
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}

.all-win-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #d9d8d8;
  margin-bottom: 40px;
}

.all_win_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.all_win_card {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff0f;
  display: flex;
  flex-direction: column;
}

.all_win_card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 27px;
  padding: 2px;
  background: linear-gradient(
    94.13deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 99.22%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.all_win-wrap {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.all_win-wrap .all_win_date {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #d9d8d8;
}

.all_win-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 20px 0 30px;
  max-width: 368px;
}

.all_win_name_outer {
  display: flex;
  align-items: self-start;
  gap: 8px;
  border-top: 1px solid #fdab4d40;
  padding-top: 30px;
  margin-top: auto;
}

.all_win_text_name p {
  margin: 0;
}

.all_win_name_inner {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.l_card-img {
  border-radius: 15px;
  overflow: hidden;
}
.all_win_email_outer {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #d9d8d8;
  margin-top: 8px !important;
}

.all_win_img_name {
  min-width: 24px;
  height: 24px;
}

.all_win_img_name img {
  width: 100%;
  height: 100%;
  display: block;
}

.all_win-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 67.25%;
  border-radius: 25px 25px 0 0;
}

.all_win-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.page-id-1619 .faq::before,
body.page-id-1619 .faq .m11-top-right img {
  display: none;
}

body.page-id-1619 .faq {
  background: linear-gradient(180deg, #1c1919 0%, #000000 100%) !important;
}

body.page-id-1619 .all_win .m11-right-bottom {
  margin: 0 !important;
}

body.page-id-1619 .all_win .m11-right-bottom img {
  display: block;
  width: max-content;
  position: absolute;
  bottom: -9px;
  animation: flowLeft 15s linear infinite;
}
/* ======================== Winners page css end ===================== */
.banner-video,
.vid-bxx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.banner-video iframe,
.vid-bxx iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240vw;
  height: 56.25vw;
  min-width: 207.78vh;
  min-height: 160vh;
  transform: translate(-50%, -50%);
  border: 0;
}

#m11-checkout-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}

#m11-checkout-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m11-checkout-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.m11-checkout-popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  max-width: 700px;
  background: #000;
  padding: 30px;
  border-radius: 10px;
  height: 500px;
  overflow-x: auto;
}
.m11-checkout-popup-box::-webkit-scrollbar {
  width: 8px;
}

.m11-checkout-popup-box::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.m11-checkout-popup-box::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

.m11-checkout-popup-box::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.m11-popup-close {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.m11-confirm-label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.event-left {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
}

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

.event-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 30px;
  text-align: center;
  z-index: 2;
}

.event-overlay::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -20px;
  height: 400px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 25%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.event-left:hover .event-overlay::before {
  opacity: 1;
}

.event-overlay h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0 0 8px;
  font-size: 24px;
}

.event-overlay p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffff;
  font-size: 16px;
}

.event-overlay h3,
.event-overlay p {
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.event-slider .draggable {
  padding: 0 !important;
}

.event-left:hover .event-overlay h3,
.event-left:hover .event-overlay p {
  transform: translateY(0);
  opacity: 1;
}

.event-images {
  height: 100%;
}

.event-images iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-slider .slick-track {
  display: flex;
}

.event-slider .slick-slide {
  height: auto;
}

.event-slider .slick-slide > div {
  height: 100%;
}

.event-slider .slick-slide {
  margin: 0 15px;
}

.event-bx {
  height: 580px !important;
}
.chance-wrp h5 {
  font-size: var(--size-31);
  text-align: center;
  color: #ffffff;
}

.chance.sec {
  background: linear-gradient(
    90deg,
    #fdab4d -7.92%,
    #f76729 45.46%,
    #000000 85.39%
  );
  padding: 15px 0;
}
.single-product section.start-here-sec {
  display: none;
}

.single-product .faq {
  background: linear-gradient(180deg, #1c1919 0%, #000000 100%) !important;
}

.single-product .faq::before {
  display: none;
}

/* 8 sep bhanu bhadwa */
.sept-give-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 35px;
  height: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.sept-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.sept-title span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffb340;
  box-shadow: 0 0 8px #ffb340;
}

.sept-countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sept-number {
  padding: 14px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #ffffff40;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  background: #f76729;
}

.sept-box:nth-child(3) .sept-number {
  background: #fdab4d;
}

.sept-label {
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.cash-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.cash-wrapper h2,
.cash-wrapper p {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.cash-wrapper h2 {
  max-width: 750px;
}

.cash-wrapper p {
  max-width: 1140px;
  color: #d9d8d8;
  padding-top: 30px;
}
.cash-sec {
  background: linear-gradient(180deg, #1c1919 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}

.cash-sec::after {
  position: absolute;
  content: "";
  background-image: url("https://m11club.com.au/wp-content/themes/m11-club/assets/img/layer-blur1.png");
  height: 800px;
  width: 800px;
  background-size: contain;
  left: -22%;
  background-repeat: no-repeat;
  z-index: 9999;
  bottom: -20%;
}

.win-sec {
  margin-top: 100px;
  background: #f76729;
  padding: 16px 0;
}
.custm-package-section {
  text-align: center;
}
.custm-join-secc .join-div {
  border-radius: 20px;
  overflow: hidden;
  min-height: 608px;
  display: flex;
  align-items: center;
  padding-inline: 100px;
}
.win-sec p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.yellow-star {
  color: #ffd43b;
}

.win-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.win-wrapper p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  animation: win-scroll 20s linear infinite;
}

.win-sec .container-fluid {
  padding: 0;
}

.yellow-star {
  color: #ffd43b;
  margin: 0 8px;
}

@keyframes win-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.week-wrapper h2 {
  font-size: 52px;
  color: #fff;
}

.week-bxx {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.giveaway-content {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  justify-content: space-between;
  gap: 20px;
}
.left-side-cnt {
  padding-left: 20px;
}
.week-img img {
  width: 100%;
  height: auto;
}
.woocommerce-account p.product-info-draw-date {
  display: none !important;
}
.week-contnt {
  position: absolute;
  z-index: 9;
  color: #fff;
  bottom: 0;
  padding: 15px;
  width: 100%;
}

.week-contnt p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.week-contnt span {
  font-weight: 500;
  font-size: 12px;
  color: #f76729;
}

.week-slide-wrp .slick-slide {
  margin: 0 15px;
}

.week-slide-wrp {
  padding-top: 35px;
}

.week-section .container-fluid {
  padding: 0;
}

.week-section {
  overflow: hidden;
  background: #000;
}

.event-custm-cta {
  border: none;
  display: flex;
  justify-content: center;
  margin: auto;
}

.week-slide-wrp .draggable {
  overflow: visible;
  padding: 0 60px !important;
}

.custm-join-secc {
  position: relative;
  overflow: hidden;
}

.custm-join-secc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #211c1cf2;
  z-index: -1;
  pointer-events: none;
}

.custm-join-sec > * {
  position: relative;
  z-index: 2;
}

.custm-join-secc::after {
  display: none;
}

.single-product
  .custm-package-section
  .progress-container.ticket-range.single-page-ticket-range {
  width: 70%;
  margin: auto;
}

.single-product
  .custm-package-section
  .wx-quantity-slider-container.wx-simple-slider {
  margin: auto;
  margin-top: 30px;
}
.single-product .custm-package-section .wx-giveaway-ticket-range-single-page {
  margin-top: 60px !important;
}
.single-product .custm-package-section .instant-checkout-form {
  width: 50%;
  margin: auto;
  margin-top: 60px;
}
/* .postid-1754 .giveaway-det-hero-sec {
  display: none;
} */
.social-text-sec {
  text-align: center;
}

.social-text-sec h2 {
  font-size: 85px;
}

.social-text-sec h2 span {
  font-size: 130px;
}
.social-text-sec .cta {
    margin-top: 40px;
    box-shadow: 0px 4.98px 54.81px 0px #F76729;
}
.single-product
  .custm-package-section
  #single_product_giveaway_ticket_show_area {
  max-width: 100% !important;
  margin-top: 30px;
  margin-bottom: 0px !important;
}

.package-cards-wrap-new {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.winner-display-name {
  display: flex;
  gap: 10px;
}

.winner-display-price {
  display: flex;
  gap: 10px;
  margin-left: 35px;
}
.winner-display-sec {
  padding: 36px 0;
  border-top: 1px solid #fdab4d59;
  border-width: 75%;
}
.winner-display-social-proof p {
  margin-bottom: 36px;
  max-width: 80%;
}
.custm_bnnr_proof {
  padding-bottom: 130px;
}

.winner-display-image video {
    width: 100%;
    border-radius: 30px;
}

.winner-display-image {
  width: 100%;
  height: 100%;
}
.winner-left-section {
  margin-left: 30px;
}

.woocommerce-MyAccount-content
  .wxgiveaway-my-tickets
  .total-tickets-meta
  .meta-content {
  border: 0;
}

.winner-display-price strong {
    margin-right: 26px;
}

.winner-display-social-proof,
.social-text-sec,
.start-here-sec {
    position: relative;
}

.winner-display-social-proof::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    width: 307px;
    height: 700px;
    background: url(https://m11club.com.au/wp-content/themes/m11-club/assets/css/../img/gloww.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}


.social-text-sec::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    background: url(https://m11club.com.au/wp-content/uploads/2026/09/Rectangle-10766.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 9;
}

.start-here-sec::before {
    content: "";
    position: absolute;
    top: -36%;
    left: -8%;
    width: 700px;
    height: 700px;
    background: url('https://m11club.com.au/wp-content/uploads/2026/09/Group-36378.png') no-repeat center / contain;
    pointer-events: none;
    z-index: 9;
}
@media screen and (max-width: 1799px) {
  .sept-give-sec {
    height: 900px;
  }
}

@media screen and (max-width: 1599px) {
  .sept-give-sec {
    height: 800px;
  }
  .week-wrapper h2 {
    font-size: 45px;
  }
	.start-here-sec::before {
    left: -10%;
}
}
@media (max-width: 1399px) {
  .Winners_bnr_sec .bnr-inr {
    padding: 80px 40px;
    position: relative;
  }
  .Winners_bnr_sec {
    padding: 120px 0 60px;
  }
  .Winners_bnr_sec span.grad-txt {
    display: block;
  }
  .Winners_bnr_sec .inr-cnt p {
    max-width: 70%;
  }
  .Winners_bnr_sec .bnr-inr .bg-img img {
    object-position: right;
  }
  .l_winner h2 {
    margin-bottom: 30px;
  }
  .l_winner .latest_win {
    padding: 20px;
    grid-template-columns: 50% 47%;
  }
  .lw_heading {
    font-size: 40px;
    margin: 10px 0 15px;
    width: 100%;
  }
  .l_name_outer {
    padding-top: 20px;
    margin-top: 20px;
  }
  .l_img-name {
    max-width: 26px;
    width: 100%;
  }
  .l_name_inner {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
  }
  .l_winner {
    padding-bottom: 80px;
  }
  .all_win {
    padding: 90px 0 120px;
  }
  .all_win_grid {
    gap: 20px;
  }
  .all_win-wrap {
    padding: 20px;
  }
  .all_win-text {
    font-size: 24px;
    margin: 12px 0 20px;
  }
  .all_win_name_outer {
    padding-top: 20px;
  }
  .all_win_name_inner {
    font-size: 17px;
  }
  .all_win_email_outer {
    font-size: 14px;
    margin-top: 6px !important;
  }
  .Winners_bnr_sec::after {
    width: 400px;
    height: 400px;
  }
  .l_winner::after {
    bottom: -100px;
    right: -318px;
    width: 650px;
    height: 690px;
  }
  .all_win::after {
    bottom: -160px;
    left: -210px;
    width: 400px;
    height: 700px;
  }

  .event-overlay {
    padding: 60px 20px;
  }
  .sept-give-sec {
    height: 660px;
  }
  .social-text-sec h2 {
    font-size: 70px;
  }

  .social-text-sec h2 span {
    font-size: 110px;
  }
  .cta {
    padding: 15px 36px;
  }
	.start-here-sec::before {
    left: -12%;
}
}

@media (max-width: 1199px) {
  .Winners_bnr_sec {
    padding: 120px 0 60px;
  }
  .lw_heading {
    font-size: 28px;
  }
  .l_name_inner {
    font-size: 20px;
  }
  .l_email_outer {
    font-size: 16px;
    margin-top: 6px;
  }
  .l_winner {
    padding-bottom: 60px;
  }
  .all_win_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.page-id-1619 .all_win .m11-right-bottom img {
    width: 50%;
    bottom: 0;
  }
  .all-win-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .event-overlay h3 {
    font-size: 22px;
  }

  .event-overlay {
    padding: 40px 20px;
  }
  .event-bx {
    height: 400px !important;
  }
  .sept-give-sec {
    height: 65vh;
  }
  .social-text-sec h2 {
    font-size: 65px;
  }

  .social-text-sec h2 span {
    font-size: 100px;
  }
	.custm_bnnr_proof .bnr-inr {
    padding: 80px 40px;
}

.start-here-sec::before {
    left: -14%;
}
}

@media (max-width: 991px) {
  .woocommerce-dashboard .reward-stats {
    grid-template-columns: 1fr;
  }

  .woocommerce-dashboard .reward-tiers {
    grid-template-columns: repeat(2, 1fr);
  }
  .welcome-back-sec .bigg-txt {
    font-size: 65px;
  }

  .m11-lw-wrapper {
    max-width: 600px;
  }

  .m11-lw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }

  .m11-lw-image-box {
    height: 200px;
  }

  .m11-lw-title {
    font-size: 25px;
  }
  .Winners_bnr_sec .inr-cnt p {
    max-width: 60%;
    width: 100%;
    margin: 0;
    color: #fff !important;
  }
  .Winners_bnr_sec .bnr-inr .bg-img img {
    object-position: right;
    opacity: 0.7;
  }
  .Winners_bnr_sec .bnr-inr {
    padding: 60px 20px;
    position: relative;
  }
  .all_win {
    padding: 60px 0 100px;
  }
  .all_win::after {
    bottom: -200px;
    left: -210px;
    width: 310px;
    height: 610px;
  }
  .l_winner::after {
    bottom: -100px;
    right: -318px;
    width: 530px;
    height: 490px;
  }
  .sept-number {
    padding: 10px;
    font-size: 22px;
  }
  .package-cards-wrap-new {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .package-cards-wrap-new .package-card {
    width: calc(20% - 16px);
  }
  .social-text-sec h2 {
    font-size: 55px;
  }

  .social-text-sec h2 span {
    font-size: 90px;
  }
  .left-side-cnt {
    padding-left: 0;
  }

  .what_m11_club_sec .row {
    gap: 20px;
  }
	.start-here-sec::before {
    left: -18%;
}
.custm_bnnr_proof .bnr-inr {
    padding: 50px 30px;
}

.winner-left-section {
    margin-left: 0;
    padding-top: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-cards-wrap-new {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .package-cards-wrap-new .package-card {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767px) {
  /* .woocommerce-account .woocommerce-MyAccount-navigation{
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    display: none;
  } */
  .woocommerce-account.logged-in .woocommerce {
    display: none;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
    li {
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 10px;
    gap: 10px;
  }

  .woocommerce-order-received main#primary {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .welcome-back-sec .bigg-txt {
    font-size: 55px;
  }

  .woocommerce-order-received .woocommerce ul.order_details {
    display: grid !important;
  }
  .l_winner .latest_win {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .Winners_bnr_sec {
    padding: 100px 0 40px;
  }
  .l_winner h2 {
    margin-bottom: 20px;
  }
  .lw_heading {
    font-size: 22px;
  }
  .l_name_inner {
    font-size: 18px;
  }
  .l_email_outer {
    font-size: 14px;
  }
  .l_winner {
    padding-bottom: 40px;
  }
  .all_win {
    padding: 50px 0 80px;
  }
  .all-win-text {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .all_win-text {
    font-size: 22px;
  }
  .all_win_name_inner {
    font-size: 15px;
  }
  .all_win_email_outer {
    font-size: 13px;
    margin-top: 6px !important;
  }
/*   .sept-give-sec {
    background-image: url("https://sagmeticinfotech.com/wp/2026/m11club/wp-content/uploads/2026/09/Bnner-mobile_new.png") !important;
  } */

  .package-cards-wrap-new {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .package-cards-wrap-new .package-card {
    width: calc(50% - 10px);
  }

  /* .package-cards-wrap-new {
    grid-template-columns: repeat(2, 1fr);
  }
  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child) {
    grid-template-columns: repeat(6, 1fr);
  }
  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child)
    .package-card {
    grid-column: span 2;
  }
  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child)
    .package-card:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child)
    .package-card:nth-child(5) {
    grid-column: 4 / span 2;
  } */
  .single-product .custm-package-section .instant-checkout-form {
    padding: 30px;
    width: 80%;
  }
  .single-product
    .custm-package-section
    .wx-quantity-slider-container.wx-simple-slider {
    width: 80%;
  }
  .single-product
    .custm-package-section
    .progress-container.ticket-range.single-page-ticket-range {
    width: 80%;
  }
  .social-text-sec h2 {
    font-size: 50px;
  }

  .social-text-sec h2 span {
    font-size: 80px;
  }
	.winner-display-price strong {
    margin-right: 17px;
}

.social-text-sec::after {
    width: 300px;
    height: 300px;
}

.start-here-sec::before {
    width: 450px;
    height: 450px;
}
.custm_bnnr_proof p {
    max-width: 50%;
    font-weight: 600;
}
}

@media (min-width: 650px) and (max-width: 767px) {
  .sept-give-sec {
    height: 1000px;
  }
}

@media (min-width: 575px) and (max-width: 650px) {
  .sept-give-sec {
    height: 900px;
  }
}

@media (min-width: 375px) and (max-width: 450px) {
  .sept-give-sec {
    height: 610px;
  }
}

@media (min-width: 450px) and (max-width: 575px) {
  .sept-give-sec {
    height: 720px;
  }
  .week-wrapper h2 {
    font-size: 30px;
  }

  .week-slide-wrp .draggable {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .welcome-back-sec .coming-submit-btn.cta.get-otp-btn {
    padding: 10px;
  }

  .welcome-back-sec {
    height: 100vh;
    align-items: center;
    display: flex;
  }
  .m11-chat-panel {
    right: 12px;
    bottom: 88px;
  }
  .m11-chat-toggle {
    right: 16px;
    bottom: 16px;
  }
  .event-bx {
    height: 460px !important;
  }

  .welcome-back-sec .bigg-txt {
    font-size: 36px;
  }

  .welcome-back-sec .launching-soon-content p {
    font-size: 16px;
  }

  .launching-soon::before {
    top: 107px;
  }

  .woocommerce-dashboard .reward-tiers {
    grid-template-columns: 1fr;
  }

  .launching-soon {
    padding: 100px 0 50px 0;
  }

  .bigg-txt {
    font-size: 44px;
  }

  .coming-input-wrap {
    background: transparent;
    border: none;
    backdrop-filter: none;
    padding: 0;
    gap: 12px;
  }

  .coming-input-wrap {
    margin-top: 20px;
  }

  .m11-top-right.coming-m11-top-right img {
    bottom: 0px;
  }

  .coming-input {
    width: 100%;
    padding: 16px 24px;
  }

  .coming-submit-btn {
    padding: 16px 24px;
  }

  .coming-social-media a {
    width: 50px;
    height: 50px;
    padding: 15px;
  }

  .m11-lw-heading {
    margin-bottom: 15px;

    font-size: 20px;
  }

  .m11-lw-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .m11-lw-image-box {
    height: 250px;
  }

  .m11-lw-body {
    padding: 20px;
  }

  .m11-lw-date {
    font-size: 18px;
  }

  .m11-lw-title {
    min-height: auto;
    font-size: 20px;
    line-height: 1.4;
  }

  .m11-lw-name {
    font-size: 16px;
  }

  .m11-lw-email {
    font-size: 14px;
  }
  .all_win_grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .l_winner h2 {
    text-align: center;
  }
  .all-win-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .all_win-wrap {
    padding: 15px;
  }
  .all_win_card::before,
  .l_winner .latest_win,
  .all_win_card,
  .l_winner .latest_win::before,
  .Winners_bnr_sec .bnr-inr,
  .Winners_bnr_sec .bnr-inr::before {
    border-radius: 10px;
  }
  .all_win-img {
    border-radius: 10px 10px 0 0;
  }
  .l_card-img {
    border-radius: 8px;
    overflow: hidden;
  }
  .event-section .slick-dots {
    bottom: -40px;
  }
  .sept-title {
    gap: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
  }

  /* .package-cards-wrap-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  } */

  /* .package-cards-wrap-new:has(.package-card:nth-child(5):last-child) {
    grid-template-columns: repeat(4, 1fr);
  }

  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child)
    .package-card {
    grid-column: span 2;
  }

  .package-cards-wrap-new:has(.package-card:nth-child(5):last-child)
    .package-card:nth-child(5) {
    grid-column: 2 / span 2;
  } */

  .social-text-sec h2 {
    font-size: 40px;
  }

  .social-text-sec h2 span {
    font-size: 65px;
  }

  .amzing_price_sec {
    margin-top: 90px;
  }

  .event-section .event-custm-cta {
    margin-top: 70px;
  }

  .pb-120 {
    padding-bottom: 50px;
  }

  .market-slider-wrp .slick-slide {
    margin: 0 5px;
  }

  .event-overlay {
    max-width: 75%;
    margin: auto;
  }

  .saving-card p {
    margin: 0;
  }

  .join-div {
    background-attachment: unset !important;
  }

  .m11-left-bottom img {
    top: 30px;
    z-index: 1;
  }

  .cta {
    padding: 14px 20px;
  }

  .mem-list li img {
    margin-top: 1px;
  }
	.custm_bnnr_proof .bnr-inr {
    padding: 25px;
    border-radius: 20px;
}
.custm_bnnr_proof .bnr-inr::before {
    border-radius: 12px;
}
.custm_bnnr_proof {
    padding-bottom: 70px;
}
.start-here-sec::before {
    top: -18%;
    left: -22%;
}
}