/*
 Theme Name: 	Mandala Child Theme
 Theme URI: 	http://mandala.themerex.net/
 Description: 	Mandala Child Theme
 Author: 		ThemeREX
 Author URI: 	http://themerex.net/
 Template: 		mandala
 Version: 		1.0.1
 License:      	GNU General Public License v2 or later
 License URI:  	http://www.gnu.org/licenses/gpl-2.0.html 
 Tags: 			flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain: 	mandala-child
*/
.login-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.login-greeting {
  text-align: center;
  margin-bottom: 30px;
}

.login-greeting h1 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
}

.login-greeting p {
  font-size: 16px;
  color: #888;
}

.login-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.login-card .wpuf-form input[type="text"],
.login-card .wpuf-form input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.login-card .wpuf-form label {
  font-size: 14px;
  color: #333;
}

.login-card .wpuf-form input[type="submit"] {
  background-color: #66bb6a;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-card .wpuf-form input[type="submit"]:hover {
  background-color: #43a047;
}

.login-card .wpuf-form .wpuf-login-link {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #666;
}

/* Wrap each field like a floating label container */
.wpuf-form .wpuf-fields {
  position: relative;
  margin-bottom: 25px;
}

/* Input base style */
.wpuf-form input[type="text"],
.wpuf-form input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 14px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

/* On focus */
.wpuf-form input[type="text"]:focus,
.wpuf-form input[type="password"]:focus {
  border-color: #66bb6a;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.2);
}

/* Floating label styles */
.wpuf-form label {
  position: absolute;
  top: 14px;
  left: 18px;
  color: #aaa;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  background: white;
  padding: 0 4px;
}

/* Move label on focus or if input has value */
.wpuf-form input:focus + label,
.wpuf-form input:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #66bb6a;
}

/* Optional: Add icons inside input */
.wpuf-form .wpuf-fields::before {
  content: "\f007"; /* Font Awesome icon for user */
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 14px;
  pointer-events: none;
}
.wpuf-login-form input[type="text"],input[type="password"]
{
	width:100%;
	height: 15px;
	border-radius:10px;
}
.wpuf-login-form .submit
{
	text-align:center;
}






















/* General wrapper */
.custom-account-wrapper {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Nav Tabs */
.woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  background: #f7f7f7;
  border-radius: 8px;
  color: #333;
  transition: 0.3s;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a
{
	color: white !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #66bb6a;
  color: white;
}

/* Content area */
.woocommerce-MyAccount-content {
  float: right;
  width: 70%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Form fields */
.woocommerce form input,
.woocommerce form textarea,
.woocommerce form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}

/* Buttons */
.woocommerce button.button {
  background: #66bb6a;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce button.button:hover {
  background: #43a047;
}

/* Clearfix */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none !important;
  width: auto;
  flex: 1;
}
#quantum-about
{
	display:none;
}

.gradient-bg-quantum {
  background: linear-gradient(135deg, #09203f, #537895);
  color: #ffffff;
}


/* === FORM WRAPPER === */
.styled-form {
  max-width: 500px;
  margin: 30px auto;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
}

/* === LABELS === */
.styled-form label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  color: #333;
}

/* === INPUTS === */
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="tel"],
.styled-form textarea {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s ease;
}

.styled-form input:focus,
.styled-form textarea:focus {
  border-color: #4caf50;
  outline: none;
  box-shadow: 0 0 0 3px rgba(76,175,80,0.15);
}

/* === CUSTOM FILE UPLOAD === 
.custom-file-upload {
  position: relative;
  display: block;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  margin-bottom: 20px;
  transition: 0.3s;
}

.custom-file-upload:hover {
  border-color: #4caf50;
  background: #f0fff5;
}


.custom-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* file upload text 
.custom-file-upload .upload-btn {
  font-weight: 600;
  color: #4caf50;
  display: block;
  margin-bottom: 8px;
}

.custom-file-upload .file-name {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}


.custom-file-upload .image-preview img {
  max-width: 100%;
  max-height: 150px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}
*/

/* === SUBMIT BUTTON === */
.styled-form input[type="submit"] {
  background: #4caf50;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  margin: 0 auto;
}

.styled-form input[type="submit"]:hover {
  background: #43a047;
  transform: scale(1.05);
}

