body {
  font-family: Arial, sans-serif;
  margin: 0;
}

.register-body {
  max-width: 500px;
  /* 限制最大宽度 */
  width: 100%;
  /* 让小屏幕自适应 */
  margin: 0 auto;
  /* 水平居中 */
  overflow: auto;
  height: 100vh;
  background: #ffffff;
}

@media (min-width: 481px) {
  html {
    background: #00d2ff;
  }

  .register-body {
    height: 100%;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 标题居中 + 按钮靠右 */
  padding: 20px 20px;
  position: relative;
}

.errorContanier {
  display: none;
  align-items: center;
  background-color: #ffe6ec;
  gap: 10px;
}

.errorContanier img {
  width: 25px;
  height: 25px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* 语言按钮（圆形） */
.language-btn {
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 20px;
  /* 按钮固定在右侧 */
}

/* 弹出层样式 */
.language-popup {
  position: fixed;
  bottom: -100%;
  width: 100%;
  max-width: 500px;
  background: #f0f3f5;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  text-align: center;
  padding: 10px 0;
}

/* 显示弹出层 */
.language-popup.show {
  bottom: 0;
  margin: 0 auto:
}

/* 按钮样式 */
.popup-content button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2px 0;
  width: 100%;
  /* 按钮铺满整行 */
  padding: 10px 20px;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 语言图标（左侧） */
.popup-content button .lang-icon {
  width: 30px;
  /* 控制图标大小 */
  height: 30px;
  margin-right: 15px;
  /* 让图标和文字之间有一点间距 */
}

/* 语言名称（居中对齐） */
.popup-content button .lang-name {
  flex-grow: 1;
  /* 让语言名称占据剩余空间 */
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-right: 50px;
}

/* 关闭按钮 */
.close-btn {
  background: #888;
}

.content {
  display: flex;
  justify-content: start;
  margin-top: 20px;
  padding: 0 1.5rem;
}

.content p {
  margin: 0;
  fonst-size: 1.2rem;
}

.style-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.style-gap {
  gap: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

/* 全屏背景，点击外部可关闭 */
.questionpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明黑色背景 */
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 10;
}

.modal-title {
  text-align: center;
}

/* 弹窗居中 */
.questionpopup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* 关闭按钮 */
.close-popup {
  line-height: 55px;
  color: #00d2ff;
  border: unset;
  background: unset;
  padding: 0;
  width: 100%;
}

.uid-tips {
  text-align: center;
  line-height: 55px;
  border-top: 1px solid #e4e6eb;
}

.example-record {
  border-top: 1px solid #e4e6eb;
  margin-bottom: 14px;
  display: flex;
}

.uid-example {
  margin: 10px 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.uid-example li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  color: #8d8f99;
  font-weight: 500;
}

.uid-icon {
  width: 14px;
  height: 14px;
}

.vertical-line-modal {
  width: 1px;
  background-color: #e4e6eb;
}

.refer-details {
  padding: 1rem 1rem;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
}

.refer-details p {
  margin: 0;
}

.refer-avatar img {
  width: 40px;
  border-radius: 50px;
}

.refer-uid {
  position: relative;
  left: 0;
  margin-top: 5px;
}

.refer-code {
  position: absolute;
  left: 0;
  color: rgb(120, 120, 120);
  white-space: nowrap;
}

.register-info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.register-info p {
  padding: 0.5rem 0;
  margin: 0;
}

.question-icon {
  margin: 0;
}

.question-icon img {
  margin: 0;
}

.question-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.label-register {
  display: flex;
  gap: 5px;
  align-items: center;
}

.form-input {
  border-bottom: 1px solid #e3e5e8;
  display: flex;
}

.form-input p {
  width: 60px;
  font-size: 15px;
}

.image-avatar img {
  width: 35px;
}

.vertical-line {
  width: 1px;
  height: 16px;
  background-color: #e3e5e8;
}

.input-filed-uid {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-filed-uid input {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 20px 10px 0;
}

.input-filed-uid input {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 20px 10px 0;
}

.input-filed-uid input:focus {
  border: none;
}

#clearButton {
  position: absolute;
  right: 0;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  color: gray;
  display: none;
  /* 默认隐藏 */
}

#clearButton:hover {
  color: black;
}

#result {
  width: 20px;
}

.check-button button {
  border-radius: 5px;
  border: none;
  background-color: #00d2ff;
  color: #ffffff;
  width: 57px;
  padding: 3px;
  line-height: 28px;
}

.icon-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.icon-button img {
  width: 20px;
  height: 20px;
}

.input-filed-password {
  flex: 1 !important;
  position: relative;
  align-items: center;
  display: flex;
}

.input-filed-password input {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

/* verify-info */
.verify-info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.label-verify {
  display: flex;
  margin-top: 15px;
}

.label-verify p {
  margin: 0;
}

.label-mobile {
  display: flex;
}

.label-mobile p {
  padding-bottom: 10px;
  border-bottom: 2px solid #00d2ff;
  color: #00d2ff;
}

.input-field {
  flex: 1 1 auto !important;
}

.input-field input {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

.request-button button {
  border-radius: 5px;
  border: none;
  background-color: #00d2ff;
  color: #ffffff;
  padding: 3px 10px;
  line-height: 28px;
  text-wrap: nowrap;
}

/* 语言按钮（圆形） */
.mobile-btn {
  background: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  padding: 1rem, 1.5rem;
}

/* 底部弹出层 */
.mobile-popup {
  max-width: 500px;
  position: fixed;
  bottom: -100%;
  width: 100%;
  background: #f0f3f5;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  text-align: center;
  padding: 10px 0;
}

/* 显示弹出层 */
.mobile-popup.show {
  bottom: 0;
  margin: 0 auto:
}

.popup-content-contry button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  width: 100%;
  /* 按钮铺满整行 */
  padding: 10px 20px;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.request-again-otp {
  padding: 1rem 1.5rem;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.request-again-otp a {
  color: #00d2ff;
  margin: 0;
  text-decoration: underline;
}

.request-again-otp p {
  margin: 0;
  color: rgb(120, 120, 120);
}

.agreement {
  display: flex;
  gap: 5px;
  font-size: 14px;
  padding: 1rem 1.5rem;
}

.agreement input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.agreement button {
  color: #00d2ff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.agreement button:hover {
  text-decoration: underline;
}

.agreement-label p {
  margin: 0;
}

.button-ok {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button-ok button {
  width: 100%;
  background-color: #dadde3;
  color: #fff;
  height: 40px;
  border-radius: 5px;
  line-height: 43px;
  text-align: center;
  transition: filter 0.2s;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.login-place {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.login-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #0075ff;
  margin: 0;
}

.login-btn:hover {
  transform: scale(0.8);
}

/* 显示弹出层 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.modal-content h2 {
  color: #00d2ff;
  font-size: 20px;
}

.closeError {
  color: #ffffff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  background: #00d2ff;
  border: none;
  padding: 10px 10px;
}

.closeError {
  border-radius: 5px;
}

.close:hover,
close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-buttons {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.btn-close,
.btn-contact {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-close {
  background: #ccc;
  color: black;
}

.btn-contact {
  background: #007bff;
  color: white;
}

.refreshButton {
  color: #ffffff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  background: #00d2ff;
  border: none;
  padding: 10px 10px;
}

/* Login Page Design */
.main-design {
  max-width: 500px;
  width: 100%;
  position: relative;
  background-image: url("/static/images/login-bg.svg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.main-design img {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.title-winbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23C4FC;
  z-index: 999;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.body-white {
  width: 95%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  z-index: 998;
  position: relative;
  height: 55vh;
  top: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  /* 让 logo 有足够的间距 */
}

.body-white img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ✅ 欢迎内容 */
.wlc-content {
  text-align: center;
  margin-top: 55px;
  z-index: 2;
}

.wlc-content h2 {
  font-size: 34px;
  color: #333;
  margin: 0;
}

.wlc-content p {
  font-size: 14px;
  color: #B2B2B2;
}

/* ✅ 登录输入框 */
.input-login-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  position: relative;
  gap: 10px;
}

.input-login-field p {
  align-self: flex-start;
  margin: 0;
  padding: 0 5px;
}

.input-login-field input {
  width: 90%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  text-align: center;
  background: #F5F9FC;
}

.input-login-field button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.register-button {
  font-size: 13px !important;
  background: transparent !important;
  border: none !important;
  width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #23C4FC;
}

.register-btn {
  width: 80%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #FE4C4C 0%, #851A1A 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.input-login-field button:hover {
  background-color: #1ba9e1;
}

.input-login-field p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.input-login-field p button {
  background: none;
  border: none;
  color: #23C4FC;
  font-weight: bold;
  cursor: pointer;
}

.input-login-field p button:hover {
  text-decoration: underline;
}

.create-acc {
  font-size: 12px;
  color: #7A7A7A;
}

/* ✅ 条款与协议 */
.term-and-condition {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 10px;
  color: #777;
  position: fixed;
  bottom: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}

.term-and-condition input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #23C4FC;
  /* 让复选框变成蓝色 */
}

.term-and-condition a {
  color: #23C4FC;
  text-decoration: none;
  font-weight: bold;
}

.term-and-condition a:hover {
  text-decoration: underline;
}


.modal-otp {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-otp {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.modal-content-otp h3 {
  font-weight: normal;
}

.modal-content-otp input {
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
  height: 50px;
  background-color: #F5F9FC;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
}

.modal-content-otp button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal-success {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-success {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.modal-content-success h3 {
  font-weight: normal;
}

.modal-content-success p {
  background-color: #FF4D4C;
  width: 140px;
  height: 50px;
  border-radius: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 24px;
}

#count-day {
  color: #fff;
  font-size: 24px;
}

.modal-content-success a {
  color: #9D9C9C;
  font-size: 12px;
}

.modal-content-success button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/*login-v3 desktop*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.desktop-v3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

.main-design-v3 {
  max-width: 500px;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #28CAFC 100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-design-v3 img {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.body-white-v3 {
  width: 95%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  z-index: 998;
  position: relative;
  height: 55vh;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  /* 让 logo 有足够的间距 */
}

.body-white-v3 img {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0%;
  left: 0;
  transform: none;
}

.desktop-image {
  width: 50%;
  height: 100%;
}

.desktop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-input-field {
  width: 50%;
  height: 100%;
  background: #fff;
}

.desktop-input-field img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-winbox {
  display: flex;
  margin-bottom: 20px;
}

.logo-winbox img {
  position: relative;
  width: 350px;
  /* 调整 Logo 图片大小 */
  max-width: 100%;
  height: auto;
}

.logo-mobile img {
  position: relative;
  width: 200px;
}

.layout-style-form {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background: transparent;
  padding: 6rem;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}

.layout-style-form h3 {
  font-size: 40px;
  margin: 0;
}

.layout-style-form p {
  font-size: 20px;
  color: rgba(148, 148, 149, 0.92);
  margin: 0 0 0 0;
}

.desktop-input-place-uid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-top: 35px;
}

.desktop-input-place-password {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}

.desktop-input-place-uid label,
.desktop-input-place-password label {
  font-weight: bold;
  margin-bottom: 5px;
  color: rgb(174, 174, 174);
}

.desktop-input-place-uid input,
.desktop-input-place-password input {
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #F5F9FC;

}

.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  /* 预留空间给眼睛按钮 */
  border: none;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #F5F9FC;
}

/* 眼睛按钮 */
.icon-button-login {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.icon-button-login img {
  width: 24px;
  height: 24px;
}

/* 让“忘记密码”在密码输入框右侧 */
.forget-password {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.forget-password a {
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

.forget-password a:hover {
  text-decoration: underline;
}

/* 调整按钮样式 */
.desktop-login,
.desktop-register {
  width: 100%;
  margin-top: 10px;
}

.login-btn-desktop {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #28CAFC 0%, #1172FC 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.register-btn-desktop {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  background: linear-gradient(180deg, #FE4C4C 0%, #851A1A 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.logo-image {
  border-radius: 50%;
}

#loading-overlay img {
  width: 20%;
  z-index: 10001;
}

.loader {
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 205, 254, 0.2) 33%, #00CDFE 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23.5vw;
  height: 23.5vw;
  border-radius: 50%;
  background: #FFFFFF;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

/*event page css*/
.event-page {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.event-page img {
  max-width: 500px;
  margin: 0;
  width: 100%
}

.back-button {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.back-button img {
  width: 20px;
  height: 20px;
}

.contact-us-button {
  bottom: 19%;
  right: 16%;
  position: absolute;
  border: none;
  width: 120px;
  border-radius: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}

.contact-us-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-us-design img {
  width: 350px;
  height: auto;
}

.contact-us-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 10px;
  z-index: 1000;
  width: 90%;
}

.close-button-contact {
  position: absolute;
  top: -10px;
  right: -10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

.close-button-contact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.two-hide-button {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 80%;
  margin: 10px auto;
  bottom: 40px;
  gap: 20px;
}

.two-hide-button button {
  width: 140px;
  height: 35px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}