.powerai-progress {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}
.powerai-progress .progress-bar {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  box-shadow: 0 0 10px #a29bfe;
  transition: width 0.4s ease;
}
.footer-subscribe.hero-subscribe select.styled-select {
  background: #2c3f38ff;
  border: none;
  border-radius: 36px;
  height: 58px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%232F403A' stroke-width='2'/%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
  color: #757575;
}

.footer-subscribe.hero-subscribe select.styled-select:focus {
  outline: none;
  box-shadow: none;
}
.footer-subscribe.hero-subscribe .styled-textarea {
  background-color: #2c3f38;
  border: none;
  border-radius: 36px;
  padding: 15px 20px;
  font-size: 16px;
  color: #757575;
  resize: none;
  width: 100%;
}

.footer-subscribe.hero-subscribe .styled-textarea:focus {
  outline: none;
  box-shadow: none;
}
.footer-subscribe.hero-subscribe .styled-logo-uploader {
  background-color: #2c3f38;
  border-radius: 36px;
  cursor: pointer;
  height: 58px;
}

/* File Input Styling to match theme */

.image-upload-container {
  background: linear-gradient(90deg, #707C78 0%, #2F403A 54%, #707C78 100%);
  border-radius: 30px!important;
  max-width: 100%;
  overflow-x: auto;
}

#image-preview-area {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 0;
}

#image-preview-area::-webkit-scrollbar {
  height: 6px;
}
#image-preview-area::-webkit-scrollbar-thumb {
  background: #4c5c57;
  border-radius: 10px;
}

.image-thumb {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #ccc;
}

.color-picker-container {
  max-width: 640px;
  width: 100%;
  margin: 40px auto 24px;
  padding: 1px;
  border-radius: 36px;
}

.color-picker-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.color-palette {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.color-card {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, border 0.2s ease-in-out;
}

.color-card:hover {
  transform: scale(1.1);
}

.color-card.selected {
  border: 3px solid #fff;  /* Border to highlight selected color */
}

.color-info {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#selected-color {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
/* General Section Styles */
.thank-you-section {
  max-width: 640px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  border-radius: 36px;
 background: linear-gradient(90deg, #1e342c 0%, #132821 54%, #1c2e28 100%);
  color: #fff;
}

.thank-you-message {
  text-align: center;
  margin-bottom: 20px;
}

.thank-you-icon img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.thank-you-message h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.thank-you-paragraph {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}

/* Secret Key Field */
.secret-key-container {
  text-align: center;
}

.secret-key-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.input-field {
  width: 100%;
  padding: 12px;
  border-radius: 36px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  font-size: 16px;
  background: #fff;
  color: #333;
  transition: border 0.3s;
}

.input-field:focus {
  border: 1px solid #2F403A;
}

.help-text {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 12px;
}

.admin-contact {
  font-size: 14px;
  color: #ddd;
}

.admin-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.admin-contact a:hover {
  color: #2F403A;
}


.blue-customization{
  background-color: #2c2c3e!important;
}

.margin-customization{
  margin:10px 0px!important;
}