.bg-title-blue{
  color: blue;
  margin-bottom: 20px;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bg1-img {
  background-image: url('../show/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-title-black{
  color: rgba(0, 32, 79, 1);
  font-family: "Arial", "Helvetica", sans-serif;
}
.show-top-flex{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(0, 32, 79, 1);
}
.show-top-img{
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-top: -2px;
}
.why-img{
  margin-bottom: 20px;
  padding-top: 15px;
}
.take-title-img-flex{
  display: flex;
  align-items: center;
}
.take-title-text{
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  margin-left: 5px;
}
.take-title-desc{
  color: rgba(102, 102, 102, 1);
  margin-top: 15px;
  margin-bottom: 30px;
}
.take-li-flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.take-li-text{
  color: rgba(102, 102, 102, 1);
  margin-left: 5px;
  margin-top: 2px;
}
.step-list{
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}
.step-title{
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-desc{
  color: rgba(102, 102, 102, 1);
  font-size: 15px;
}
.say-div{
  background-image: url('../show/say-bg.png');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 15px;
  border-radius: 15px;
}
.say-info{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.say-title-all{
  margin-left: 15px;
  color: black;
  font-weight: 600;
}
.say-name{
  margin-bottom: 15px;
}
.say-desc{
  width: 73%;
  margin-left: 100px;
  min-height: 138px;
}
.say-flag-flex{
  display: flex;
  align-items: center;
  margin-left: 100px;
  margin-top: 25px;
}
.say-flag{
  color: rgba(39, 98, 235, 1);
  padding: 5px 15px;
  border: 1px solid rgba(39, 98, 235, 1);
  border-radius: 64px;
  margin-right: 15px;
}
.privacy-title{
  color: rgba(1, 26, 65, 1);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
.SECTION-flex{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.SECTION-info{
  color: rgba(102, 102, 102, 1);
  margin-bottom: 40px;
}
.SECTION-title{
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}
.SECTION-text{
  margin-left: 20px;
}
.bottom-flex{
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 1);
}
.bottom-info-title{
  margin-left: 10px;
}
.bottom-flex{
  margin-bottom: 20px;
}
.a-top-im{
  color: black!important;
}
.about-page-info-title{
  color: rgba(1, 26, 65, 1);
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 45px;
}
.about-page-info-p{
  width: 85%;
  margin-bottom: 30px;
}
.top-border-div{
  border-top: 5px solid rgba(39, 98, 235, 1);
}
.Innovation-list{
  margin-bottom: 50px;
}
.Innovation-title{
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Innovation-desc{
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}
.about-bottom-div{
  padding: 50px;
  border-radius: 24px;
  border: 1px solid #EAEAEC;
  border-top: 5px solid rgba(39, 98, 235, 1);
}
.about-bottom-info{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-bottom-title{
  color: black;
  font-weight: 600;
  margin-left: 10px;
}
.about-bottom-list{
  margin-bottom: 45px;
}
.tip-red-flex{
  display: flex;
  align-items: center;
  color: rgba(245, 63, 63, 1);
  font-weight: 600;
  margin-bottom: 20px;
}
.tip-red-img{
  margin-right: 10px;
  margin-top: -5px;
}
.tip-account-bg{
  background: rgba(255, 236, 232, 1);
  border-left: 3px solid rgba(245, 63, 63, 1);
  padding: 30px;
}
.account-top-list{
  color: rgba(102, 102, 102, 1);
  width: 95%;
  margin-bottom: 10px;
  margin-left: 33px;
}
.delete-div {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.delete-form {
 /* max-width: 600px;*/
}
.form-group {
  margin-bottom: 24px;
}
.form-label {
  display: block;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
}
.form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.form-input:focus {
  outline: none;
  border-color: rgba(39, 98, 235, 1);
}
.form-input::placeholder {
  color: #999;
}
.form-hint {
  color: rgba(102, 102, 102, 1);
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 0;
}
.verify-input-group {
  display: flex;
  align-items: center;
  gap: 0;
}
.verify-input-group .form-input {
  flex: 1;
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.verify-btn {
  padding: 14px 24px;
  background: rgba(39, 98, 235, 1);
  color: white;
  border: none;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.verify-btn:hover {
  background: rgba(30, 78, 188, 1);
}
.form-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  accent-color: rgba(39, 98, 235, 1);
  cursor: pointer;
}
.form-checkbox label {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  cursor: pointer;
}
.submit-btn {
  width: 100%;
  max-width: 200px;
  padding: 14px 32px;
  background: linear-gradient(135deg, rgba(39, 98, 235, 1) 0%, rgba(103, 58, 183, 1) 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(39, 98, 235, 0.4);
}
.cool-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: overlayFadeIn 0.3s ease-out;
}
.cool-modal-overlay.active {
  display: flex;
}
@keyframes overlayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cool-modal {
  background: white;
  border-radius: 24px;
  padding: 50px 60px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  animation: modalPopIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 25px 80px rgba(53, 94, 252, 0.3);
  position: relative;
  overflow: hidden;
}
@keyframes modalPopIn {
  0% { transform: scale(0.3); opacity: 0; }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); opacity: 1; }
}
.cool-modal::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(53, 94, 252, 0.1), transparent 50%);
  animation: bgPulse 3s ease-in-out infinite;
}
@keyframes bgPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}
.cool-modal-header {
  position: relative;
  z-index: 1;
}
.cool-modal-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: white;
  animation: iconBounce 0.6s ease-out;
  box-shadow: 0 0 40px rgba(53, 94, 252, 0.4);
}
@keyframes iconBounce {
  0% { transform: scale(0); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
.cool-modal-icon.error {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
}
.cool-modal-icon.success {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
}
.cool-modal-content {
  position: relative;
  z-index: 1;
}
.cool-modal-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(53, 94, 252, 1);
  margin-bottom: 16px;
 /* text-transform: uppercase;*/
  letter-spacing: 2px;
}
.cool-modal-message {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
.cool-modal-footer {
  position: relative;
  z-index: 1;
}
.cool-modal-btn {
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, rgba(53, 94, 252, 1) 0%, rgba(48, 85, 226, 1) 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(53, 94, 252, 0.4);
}
.cool-modal-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(53, 94, 252, 0.5);
}
.cool-modal-btn:active {
  transform: translateY(-1px);
}
.bg2-img {
  background-image: url('../show/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
.bg3-img {
  background-image: url('../show/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
.bg4-img {
  background-image: url('../show/bg4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
