/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*** My Account ****/
/* ===== GLOBAL LAYOUT ===== */


/* ===== GLOBAL LAYOUT ===== */
.woocommerce-account,
.woocommerce.lost_reset_password {
    background: linear-gradient(to top left, #dbeafe, #f0f9ff);
    min-height: 100vh;
    padding: 80px 20px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

/* ===== GLASS CONTAINER BASE ===== */
.glass-card {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* ===== MY ACCOUNT PAGE ===== */
.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}

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

.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
	border: none !important;
}

.woocommerce-MyAccount-navigation a {
	display: block !important;
	padding: 14px 20px !important;
	background: rgba(99, 102, 241, 0.1);
	color: #3730a3 !important;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:focus, .woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation .is-active a {
	background: linear-gradient(to right, #6366f1, #8b5cf6);
	color: #fff !important;
	padding: 14px 20px !important;
}

.woocommerce-MyAccount-content {
    width: 70%;
    float: right;
    margin-left: 5%;
}
.woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 16px;
	font-size: 15px;
}

/* ===== LOGIN & REGISTER ===== */
#customer_login {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1080px;
    margin: auto;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1 1 45%;
}

.cambridge .woocommerce form.login,
.cambridge .woocommerce form.register {
    border-radius: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}
#customer_login h2 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

#customer_login h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #6366f1, #8b5cf6);
    display: block;
    margin: 12px auto 0 auto;
    border-radius: 3px;
    animation: pulseLine 1.8s ease-in-out infinite;
}
.opfr_prominentCodeUnlock {
	display: flex;
	justify-content: center;
	width: 100%;
}
.opfr_prominent-main {
	max-width: 1400px;
	padding: 40px;
	width: 98%;
}

/* Animation Keyframes */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseLine {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}
.cambridge .woocommerce form h2 {
    text-align: center;
    font-size: 28px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 30px;
}

.cambridge .woocommerce form .form-row label {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	color: #4f46e5 !important;
}
.cambridge .woocommerce form .show-password-input, .woocommerce-page .cambridge form .show-password-input {
	top: 45% !important;
	transform: translateY(-49%) !important;
}
.cambridge .woocommerce form input[type="text"], .cambridge .woocommerce form input[type="email"], .cambridge .woocommerce form input[type="password"] {
	width: 100%;
	padding: 8px 15px;
	font-size: 15px;
	border-radius: 12px;
	border: 1px solid #cbd5e1;
	background: #f8fafc !important;
	margin-bottom: 10px;
	transition: 0.3s ease;
	height: 44px !important;
	color: #000 !important;
}
#account_display_name_description em {
	font-size: 13px;
}
.cambridge .woocommerce form input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}
.cambridge .woocommerce-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cambridge .woocommerce-Address-title.title {
	padding-bottom: 5px;
}
.woocommerce-account .addresses .title .edit {
	bottom: 5px !important;
	color: #3730a3 !important;
}
.woocommerce-account .addresses .title .edit:hover {
	color: #202125 !important;
}
.cambridge .woocommerce-Address-title.title h2, .cambridge .woocommerce-Address-title.title h3 {
	font-size: 15px !important;
}
.cambridge  .addresses address {
  font-size: 14px;
}
/* Checkbox Row */
.woocommerce-form__label-for-checkbox {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-form__label-for-checkbox input {
    margin-right: 10px;
}

/* Primary Button */
.cambridge .woocommerce button.button, .cambridge button.woocommerce-button.button.woocommerce-form-login__submit,
.cambridge button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	width: 100%;
	padding: 14px 20px !important;
	background: linear-gradient(to right, #6366f1, #8b5cf6);
	color: white;
	font-weight: 600;
	font-size: 16px;
	border: none !important;
	border-radius: 12px !important;
	cursor: pointer;
	transition: 0.3s ease;
}
.cambridge .woocommerce button.button:hover, .cambridge .woocommerce button.button:focus,
.cambridge button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.cambridge button.woocommerce-button.button.woocommerce-form-login__submit:focus,
.cambridge button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.cambridge button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus {
	background: linear-gradient(to right, #4f46e5, #7c3aed);
	color: #fff !important;
}
.cambridge .woocommerce-MyAccount-content legend {
	padding: 0 0 5px;
	font-size: 18px;
	color: #4f46e5 !important;
}
/* Lost password link */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
}
.woocommerce-privacy-policy-text p {
	font-size: 15px;
}
.woocommerce-LostPassword a {
    color: #6366f1;
    font-size: 14px;
    text-decoration: underline;
    transition: 0.3s ease;
}

.woocommerce-LostPassword a:hover {
    color: #4f46e5;
}

/* ===== LOST PASSWORD PAGE ===== */
.cambridge .woocommerce form.woocommerce-ResetPassword {
    max-width: 500px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.cambridge .woocommerce form.woocommerce-ResetPassword p {
	text-align: center;
	color: #475569;
	font-size: 15px;
	margin-bottom: 0;
	width: 100%;
}

.cambridge .woocommerce form.woocommerce-ResetPassword label {
	display: block;
	font-weight: 600;
	color: #334155;
	margin-bottom: 8px;
	text-align: left;
}
.cambridge .woocommerce {
	display: flex;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #customer_login {
        flex-direction: column;
    }

    #customer_login .u-column1,
    #customer_login .u-column2 {
        flex: 1 1 100%;
    }
}














