.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reposition {
  overflow: hidden;
  position: relative;
}

.fb_invisible {
  display: none;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: lucida grande, tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

@keyframes fb_transform {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fb_animate {
  animation: fb_transform 0.3s forwards;
}

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reposition {
  overflow: hidden;
  position: relative;
}

.fb_invisible {
  display: none;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: lucida grande, tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

@keyframes fb_transform {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fb_animate {
  animation: fb_transform 0.3s forwards;
}

.fb_dialog {
  background: #525252b3;
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_dialog_advanced {
  border-radius: 8px;
  padding: 10px;
}

.fb_dialog_content {
  background: #fff;
  color: #373737;
}

.fb_dialog_close_icon {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 15px;
}

.fb_dialog_mobile .fb_dialog_close_icon {
  left: 5px;
  right: auto;
  top: 5px;
}

.fb_dialog_padding {
  background-color: transparent;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.fb_dialog_close_icon:hover {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -15px transparent;
}

.fb_dialog_close_icon:active {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -30px transparent;
}

.fb_dialog_iframe {
  line-height: 0;
}

.fb_dialog_content .dialog_title {
  background: #6d84b4;
  border: 1px solid #365899;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.fb_dialog_content .dialog_title > span {
  background: url(https://connect.facebook.net/rsrc.php/v4/yd/r/Cou7n-nqK52.gif)
    no-repeat 5px 50%;
  float: left;
  padding: 5px 0 7px 26px;
}

body.fb_hidden {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -10000px;
  transform: none;
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading {
  background: url(https://connect.facebook.net/rsrc.php/v4/ya/r/3rhSv5V8j3o.gif)
    #fff no-repeat 50% 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10001;
}

.fb_dialog.fb_dialog_mobile.loading.centered {
  background: none;
  height: auto;
  min-height: initial;
  min-width: initial;
  width: auto;
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
  background: none;
}

.loading.centered #fb_dialog_loader_close {
  clear: both;
  color: #fff;
  display: block;
  font-size: 18px;
  padding-top: 20px;
}

#fb-root #fb_dialog_ipad_overlay {
  background: #0006;
  inset: 0;
  min-height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

#fb-root #fb_dialog_ipad_overlay.hidden {
  display: none;
}

.fb_dialog.fb_dialog_mobile.loading iframe {
  visibility: hidden;
}

.fb_dialog_mobile .fb_dialog_iframe {
  position: sticky;
  top: 0;
}

.fb_dialog_content .dialog_header {
  background: linear-gradient(from(#738aba), to(#2c4987));
  border-bottom: 1px solid;
  border-color: #043b87;
  box-shadow: #fff 0 1px 1px -1px inset;
  color: #fff;
  font: 700 14px Helvetica, sans-serif;
  text-overflow: ellipsis;
  text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
  vertical-align: middle;
  white-space: nowrap;
}

.fb_dialog_content .dialog_header table {
  height: 43px;
  width: 100%;
}

.fb_dialog_content .dialog_header td.header_left {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .dialog_header td.header_right {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .touchable_button {
  background: linear-gradient(from(#4267b2), to(#2a4887));
  background-clip: padding-box;
  border: 1px solid #29487d;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  margin-top: 3px;
  max-width: 85px;
  padding: 4px 12px;
  position: relative;
}

.fb_dialog_content .dialog_header .touchable_button input {
  background: none;
  border: none;
  color: #fff;
  font: 700 12px Helvetica, sans-serif;
  margin: 2px -12px;
  padding: 2px 6px 3px;
  text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
}

.fb_dialog_content .dialog_header .header_center {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

.fb_dialog_content .dialog_content {
  background: url(https://connect.facebook.net/rsrc.php/v4/y9/r/jKEcVPZFk-2.gif)
    no-repeat 50% 50%;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top: 0;
  height: 150px;
}

.fb_dialog_content .dialog_footer {
  background: #f5f6f7;
  border: 1px solid #4a4a4a;
  border-top-color: #ccc;
  height: 40px;
}

#fb_dialog_loader_close {
  float: left;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
  visibility: hidden;
}

#fb_dialog_loader_spinner {
  animation: rotateSpinner 1.2s linear infinite;
  background-color: transparent;
  background-image: url(https://connect.facebook.net/rsrc.php/v4/yD/r/t-wz8gw1xG1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

@keyframes rotateSpinner {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.fb_iframe_widget iframe {
  position: absolute;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}

.fb_iframe_widget_lift {
  z-index: 1;
}

.fb_iframe_widget_fluid {
  display: inline;
}

.fb_iframe_widget_fluid span {
  width: 100%;
}

/* Spinner styles for all login buttons - exactly like modals */
[data-login-scope] {
  position: relative;
}

.auth-base-button-light,
.auth-base-button-auto,
.mobile-login-btn {
  position: relative;
}

.auth-base-button-light .btn-label,
.auth-base-button-auto .btn-label,
.mobile-login-btn .btn-label {
  transition: opacity 0.2s ease;
}

.auth-base-button-light .btn-spinner,
.auth-base-button-auto .btn-spinner,
.mobile-login-btn .btn-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  animation: login-spinner-rotate 0.8s linear infinite;
  display: none !important;
  pointer-events: none;
}

.mobile-login-btn .btn-spinner {
  border-color: rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
}

.auth-base-button-light.loading .btn-spinner,
.auth-base-button-auto.loading .btn-spinner,
.mobile-login-btn.loading .btn-spinner {
  display: inline-block !important;
}

.auth-base-button-light.loading .btn-label,
.auth-base-button-auto.loading .btn-label,
.mobile-login-btn.loading .btn-label {
  opacity: 0 !important;
  visibility: hidden;
}

@keyframes login-spinner-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1024px) {
  [class~="max-lg:hidden!"],
  [class~="max-lg:hidden"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile-login-container {
    display: block !important;
    width: 100%;
  }

  .custom-mobile-login {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 40px;
  }

  .custom-mobile-card {
    width: min(100%, 420px);
    background: rgba(10, 14, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 24px 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    color: #fff;
  }

  .custom-mobile-card h2 {
    font-size: 28px;
    margin: 0 0 6px;
    font-weight: 600;
  }

  .custom-mobile-subtitle {
    font-size: 14px;
    color: #9aa4b5;
    margin-bottom: 22px;
  }

  .custom-mobile-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .custom-mobile-form label {
    font-size: 13px;
    color: #cfd6e5;
  }

  .custom-mobile-form input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(8, 10, 14, 0.9);
    color: #fff;
    font-size: 14px;
  }

  .custom-mobile-form input:focus {
    outline: none;
    border-color: #b9f641;
    box-shadow: 0 0 0 2px rgba(185, 246, 65, 0.2);
  }

  .custom-pass-wrapper {
    position: relative;
  }

  .custom-pass-wrapper input {
    padding-right: 70px;
  }

  .custom-toggle-pass {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #b9f641;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }

  .custom-submit {
    margin-top: 10px;
    width: 100%;
    border: none;
    border-radius: 12px;
    height: 48px;
    background: linear-gradient(120deg, #b9f641, #8fd921);
    color: #111;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }

  .custom-mobile-links {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }

  .custom-mobile-links a {
    color: #b9f641;
  }
}

@media (min-width: 1025px) {
  .mobile-login-container {
    display: none !important;
  }

  .mobile-login-container.sub-account-visible {
    display: block !important;
  }

  .custom-mobile-login {
    display: none !important;
  }

  .bitunix-mobile-overlay {
    display: none !important;
  }
}

.bitunix-mobile-overlay {
  display: none;
}

@media (max-width: 1024px) {
  body {
    background: #050505;
  }

  .bitunix-layout {
    display: none !important;
  }

  #partial-container {
    display: none !important;
  }

  .bitunix-mobile-overlay {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system,
      BlinkMacSystemFont, sans-serif;
  }

  .bitunix-mobile-inner {
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 24px 22px 40px;
  }

  .bitunix-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .bitunix-mobile-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
  }

  .bitunix-mobile-header a {
    color: #b9f641;
    text-decoration: none;
    font-weight: 600;
  }

  .bitunix-mobile-panel h1 {
    margin: 0 0 16px;
    font-size: 30px;
  }

  .mobile-tab-row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 22px;
  }

  .mobile-tab-row button {
    flex: 1;
    background: none;
    border: none;
    color: #7d8494;
    padding: 8px 0;
    font-size: 15px;
  }

  .mobile-tab-row button.active {
    color: #fff;
    border-bottom: 2px solid #fff;
  }

  .mobile-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #cfd6e5;
  }

  .mobile-input-group input {
    background: #111215;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 14px 15px;
    font-size: 15px;
    width: 100%;
  }

  .mobile-input-with-prefix {
    position: relative;
    display: flex;
    align-items: center;
  }

  .mobile-prefix-selector {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    z-index: 10;
  }

  .mobile-prefix-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 8px;
  }

  .mobile-prefix-code {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
  }

  .mobile-prefix-arrow {
    width: 12px;
    height: 12px;
    color: #cfd6e5;
  }

  .mobile-input-with-prefix input {
    padding-left: 15px;
    transition: padding-left 0.2s;
  }

  .mobile-input-with-prefix .mobile-prefix-selector:not([style*="display: none"]) ~ input,
  .mobile-input-with-prefix .mobile-prefix-selector[style=""] ~ input {
    padding-left: 80px;
  }

  /* Country Code Dropdown Styles */
  .country-code-dropdown,
  .mobile-country-code-dropdown {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
  }

  .country-code-dropdown .auth-area-item-text {
    color: #0f172a;
  }

  .country-code-dropdown .auth-code-text {
    color: #475467;
  }

  .mobile-country-code-dropdown {
    background: #1a1c20;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .country-code-dropdown .auth-popup-area-list,
  .mobile-country-code-dropdown .mobile-popup-area-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  }

  .country-code-dropdown .auth-popup-area-list::-webkit-scrollbar,
  .mobile-country-code-dropdown .mobile-popup-area-list::-webkit-scrollbar {
    width: 6px;
  }

  .country-code-dropdown .auth-popup-area-list::-webkit-scrollbar-track,
  .mobile-country-code-dropdown .mobile-popup-area-list::-webkit-scrollbar-track {
    background: transparent;
  }

  .country-code-dropdown .auth-popup-area-list::-webkit-scrollbar-thumb,
  .mobile-country-code-dropdown .mobile-popup-area-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
  }

  .country-code-dropdown .auth-popup-area-item:hover,
  .mobile-country-code-dropdown .auth-popup-area-item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
  }

  .prefix-selector-clickable,
  .mobile-prefix-clickable {
    user-select: none;
  }

  .mobile-pass-wrapper {
    position: relative;
    width: 100%;
    display: block;
  }

  .mobile-pass-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .mobile-disabled-btn {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: none;
    background: #181a1f;
    color: #464a54;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .mobile-login-btn {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    border: none;
    background: #181a1f;
    color: #4e5159;
    font-size: 17px;
    margin-bottom: 18px;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .mobile-login-btn:not(:disabled):not(.auth-button-disabled) {
    background: #b9f641;
    color: #000;
  }

  .mobile-switch-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.8px;
    margin-bottom: 18px;
    gap: 10px;
  }

  .mobile-switch-row .switch-left {
    color: #fff;
    white-space: nowrap;
  }

  .mobile-switch-row a {
    color: #fff;
    text-decoration: underline;
  }

  .mobile-divider {
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #7c8390;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-divider::before,
  .mobile-divider::after {
    content: "";
    flex: 0 0 32%;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
  }

  .mobile-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .mobile-socials button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #0d0e11;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mobile-social-labels {
    display: none;
  }

  .mobile-signup-row {
    text-align: center;
    font-size: 13px;
    color: #cfd6e5;
  }

  .mobile-signup-row a {
    color: #b9f641;
    margin-left: 6px;
    text-decoration: none;
    font-weight: 600;
  }

  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .overlay.hide {
    display: none;
  }

  .overlay-card {
    background: #111;
    color: #fff;
    padding: 24px 32px;
    border-radius: 12px;
    font-size: 16px;
  }

}

#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

#overlay-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.combined-modals-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
}

.combined-modals-wrapper .modal-overlay {
  position: relative !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.combined-modals-wrapper .bitunix-modal {
  position: relative !important;
  margin: 0 !important;
}

.combined-modals-wrapper .bitunix-modal > div[data-v-f955880d] {
  position: relative !important;
  margin: 0 !important;
}

.combined-modals-wrapper .bitunix-modal,
.combined-modals-wrapper > div {
  flex-shrink: 0;
}

.bitunix-modal .auth-base-button-light {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
}

.bitunix-modal .auth-base-button-light .btn-label {
  transition: opacity 0.2s ease;
}

.bitunix-modal .auth-base-button-light .btn-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  animation: modal-btn-spin 0.8s linear infinite;
  display: none !important;
}

.bitunix-modal .auth-base-button-light.loading .btn-spinner {
  display: inline-block !important;
}

.bitunix-modal .auth-base-button-light.loading .btn-label {
  opacity: 0 !important;
  visibility: hidden;
}

@keyframes modal-btn-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: white;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hide {
  display: none !important;
}

/* Language Modal Styles */
.lang-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lang-modal-wrapper .arco-modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 760px;
  z-index: 1000000;
}

.lang-modal-wrapper .arco-modal {
  background: #1a1c1e;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-modal-wrapper .arco-modal-body {
  padding: 24px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
  background: #1a1c1e;
}

.lang-modal-wrapper .arco-tabs-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}

.lang-modal-wrapper .arco-tabs-tab {
  padding: 12px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s;
}

.lang-modal-wrapper .arco-tabs-tab-active {
  color: #fff;
}

.lang-modal-wrapper .arco-tabs-nav-extra {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.lang-modal-wrapper .lang-modal-close {
  cursor: pointer;
  transition: opacity 0.2s;
  fill: rgba(255, 255, 255, 0.8);
}

.lang-modal-wrapper .lang-modal-close:hover {
  opacity: 0.7;
  fill: #fff;
}

.lang-modal-wrapper .language-list {
  max-height: 400px;
  overflow-y: auto;
}

.lang-modal-wrapper .arco-grid {
  display: grid;
  gap: 12px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lang-modal-wrapper .language-item {
  width: 174px;
  height: 50px;
  padding-left: 12px;
  line-height: 50px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  color: rgba(255, 255, 255, 0.9);
}

.lang-modal-wrapper .language-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.lang-modal-wrapper .language-item.active {
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 500;
  color: #fff;
}

.lang-modal-wrapper .color-bg-card {
  background-color: rgba(255, 255, 255, 0.05);
}

.lang-modal-wrapper .color-text-1 {
  color: rgba(255, 255, 255, 0.9);
}

.lang-modal-wrapper .color-text-2 {
  color: rgba(255, 255, 255, 0.6);
}

.lang-modal-wrapper svg[name="icon-info-new-s"] {
  fill: rgba(255, 255, 255, 0.6);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .lang-modal-wrapper {
    padding: 10px;
  }
  
  .lang-modal-wrapper .arco-modal {
    width: 100%;
    max-width: 100%;
    max-height: 95vh;
  }
  
  .lang-modal-wrapper .arco-modal-body {
    padding: 16px;
  }
  
  .lang-modal-wrapper .arco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lang-modal-wrapper .language-item {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  
  .lang-modal-wrapper .arco-tabs-tab {
    padding: 10px 12px;
    font-size: 12px;
  }
}

/* SEO Section Styles */
.seo-container {
  background: #ffffff;
  padding: 60px 20px;
  margin-top: 40px;
}

/* Disable body scroll when modals are open */
body.modal-open {
  overflow: hidden !important;
}

.bitunix-modal,
.bitunix-modal .modal-overlay {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.seo-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.seo-section {
  margin-bottom: 50px;
}

.seo-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1c1e;
  margin-bottom: 20px;
  line-height: 1.3;
}

.seo-heading-h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1a1c1e;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.seo-heading-h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.seo-heading-h4 {
  font-size: 20px;
  font-weight: 600;
  color: #4a5568;
  margin-top: 25px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.seo-heading-h5 {
  font-size: 18px;
  font-weight: 600;
  color: #718096;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.seo-heading-h6 {
  font-size: 16px;
  font-weight: 600;
  color: #a0aec0;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.seo-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
  text-align: justify;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.seo-feature-item {
  background: #f7fafc;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.seo-feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.seo-feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1c1e;
  margin-bottom: 10px;
}

.seo-feature-description {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
}

.seo-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.seo-faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1a1c1e;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.seo-faq-question:hover {
  background-color: #f7fafc;
}

.seo-faq-answer {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: block;
}

.seo-faq-answer.active {
  max-height: 1000px;
  padding: 0 20px 20px 20px;
}

.seo-testimonial {
  background: #f7fafc;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #b9f641;
  margin-bottom: 20px;
}

.seo-testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 15px;
  font-style: italic;
}

.seo-testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: #1a1c1e;
}

.seo-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.seo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.seo-link {
  color: #3182ce;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.seo-link:hover {
  color: #2c5282;
}

.seo-social-share {
  display: flex;
  gap: 15px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.seo-social-btn {
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.seo-social-btn:hover {
  opacity: 0.9;
}

.seo-social-btn-facebook {
  background: #1877f2;
}

.seo-social-btn-twitter {
  background: #1da1f2;
}

.seo-social-btn-linkedin {
  background: #0077b5;
}

.seo-social-btn-whatsapp {
  background: #25d366;
}

.seo-keyword {
  font-weight: 600;
  color: #2d3748;
}

@media (max-width: 768px) {
  .seo-container {
    padding: 40px 15px;
    background: #1a1c1e;
  }
  
  .seo-wrapper {
    background: #1a1c1e;
  }
  
  .seo-section {
    background: #1a1c1e;
  }
  
  .seo-heading,
  .seo-heading-h2,
  .seo-heading-h3,
  .seo-heading-h4,
  .seo-heading-h5,
  .seo-heading-h6 {
    color: #ffffff;
  }
  
  .seo-paragraph {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .seo-feature-item {
    background: #2d3748;
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .seo-feature-title {
    color: #ffffff;
  }
  
  .seo-feature-description {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .seo-faq-item {
    background: #2d3748;
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .seo-faq-question {
    color: #ffffff;
  }
  
  .seo-faq-answer {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .seo-testimonial {
    background: #2d3748;
    border-left-color: #b9f641;
  }
  
  .seo-testimonial-text {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .seo-testimonial-author {
    color: #ffffff;
  }
  
  .seo-heading {
    font-size: 24px;
  }
  
  .seo-heading-h2 {
    font-size: 22px;
  }
  
  .seo-heading-h3 {
    font-size: 20px;
  }
  
  .seo-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}