/* Simple Popup Styles - Same design as before */
/* Disable/grey the account/menu triggers while OTP is active */
.qt-disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed;
}
.popup-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: url(/wp-content/themes/leadengine-child/assets/images/popup-bg.png) no-repeat center center/cover !important;
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
	z-index:9999999;
}

.popup-overlay.active {
    display: flex;
    opacity: 1;
    height:100vh;
}

.popup-container {
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    overflow-y: scroll; 
    max-height: 660px;
    max-width: 740px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .18) transparent;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #24195F;
}

.popup-overlay.active .popup-container {
    transform: scale(0.9);
	border-radius:10px !important;
}

.popup-container .woocommerce-form .form-row-first, .popup-container .woocommerce-form .form-row-last {
    float: unset;
    width: 100%;
}

/* Header */
.popup-header {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.popup-header h2 { 
    color: white;
    font-size: 28px; 
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
}

.popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Content */
.popup-content {
    color: white;
}

/* Style WooCommerce forms inside popup */
.popup-content .woocommerce-form label {
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.9rem;
    display: block;
}
.keydesign-cart{
    float: left !important;
}
.popup-content .woocommerce-form input[type="text"],
.popup-content .woocommerce-form input[type="email"],
.popup-content .woocommerce-form input[type="password"] {
    background: #261863;
    border: 1px solid #A79CC7;
    border-radius: 8px;
    padding: 13px 20px;
    color: #A79CC7;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.popup-content .woocommerce-form input:focus {
    outline: none;
    border-color: #fbbf24;
    /* background: rgba(255, 255, 255, 0.15); */
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

.popup-content .woocommerce-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Fix autofill styles */
.popup-content .woocommerce-form input:-webkit-autofill,
.popup-content .woocommerce-form input:-webkit-autofill:hover,
.popup-content .woocommerce-form input:-webkit-autofill:focus {
    /* -webkit-text-fill-color: white !important; */
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.1) !important;
}

/* Submit Buttons */
.popup-content .woocommerce-form .button,
.popup-content .woocommerce-form button[type="submit"] {
    background: #6631F7;
    border: 2px solid #6631F7;
    border-radius: 12px;
    padding: 0px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    min-height: 56px;
}
.popup-content .woocommerce-form button[type="submit"]{
    margin-bottom: 10px;
}
.popup-content .woocommerce-form .button:hover,
.popup-content .woocommerce-form button[type="submit"]:hover {
    background: #6631F7;
    transform: translateY(-2px);
}

/* Form rows */
.popup-content .woocommerce-form .form-row {
    margin-bottom: 0px;
}

.popup-content .woocommerce-form .required {
    color: #fbbf24;
}

/* Switch form links */
.switch-form {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.switch-form a {
    color: #fbbf24;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.switch-form a:hover {
    color: #f59e0b;
    text-decoration: underline;
}

/* Background Decorations */
.bg-decorations {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.bg-triangle {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(251, 191, 36, 0.1);
    z-index: -1;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.triangle-1 {
    top: 10%;
    right: 15%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 70px solid rgba(251, 191, 36, 0.8);
    transform: rotate(15deg);
    animation-delay: 0s;
}

.triangle-2 {
    bottom: 20%;
    left: 10%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid rgba(251, 191, 36, 0.6);
    transform: rotate(-25deg);
    animation-delay: 2s;
}

.circle-1 {
    top: 15%;
    left: 20%;
    width: 60px;
    height: 60px;
    animation-delay: 3s;
}

.circle-2 {
    bottom: 25%;
    right: 10%;
    width: 40px;
    height: 40px;
    animation-delay: 5s;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .popup-overlay {
        padding: 0;
        align-items: flex-start;
    }
    
    .popup-container {
        width: 100%;
        min-height: 100vh;
        max-width: none;
        border-radius: 0;
        padding: 30px 20px;
        overflow-y: auto;
    }
    
    .popup-header {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .popup-header h2 {
        font-size: 1.5rem;
    }
    
    .popup-close {
        display: block;
        top: -30px;
        right: 2px;
        width: 44px;
        height: 44px;
    }
    .popup-overlay.active{
        overflow-y: auto;
    }
}

/* Prevent body scroll when popup is open */
body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* WooCommerce notices in popup */
.popup-content .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}
.popup-content .woocommerce-form-login, .popup-content .woocommerce-form-register {
    background-color: unset;
    padding: 0;
    box-shadow: none;
    max-width: unset;
}
.popup-content .woocommerce-message,
.popup-content .woocommerce-error {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    color: white;
}

.popup-content .woocommerce-error {
    background: rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.5);
}

/* Password hint styling */
.popup-content .password-hint {
    display: block;
    color: #A79CC7;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.4;
    font-weight: 600;
}

/* Checkbox styling */
.popup-content .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.popup-content .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #fbbf24;
    flex-shrink: 0;
    margin-top: 2px;
}
.woocommerce-privacy-policy-text p{
    color: #A79CC7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.popup-content .checkbox .woocommerce-form__label-text {
    color: #A79CC7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 0px 22px;
}

/* Professional Button Loader Styles */
.btn-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-loader svg {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.button.loading,
button.loading {
    position: relative;
    cursor: not-allowed;
    opacity: 0.8;
}

.button.loading .btn-text,
button.loading .btn-text {
    opacity: 0;
}

.button.loading .btn-loader,
button.loading .btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
}

/* Enhanced Loader Animation */
.professional-loader {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fbbf24;
    border-radius: 50%;
    animation: professional-spin 1s linear infinite;
}

@keyframes professional-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* OTP Verification Styles */
.otp-icon {
    text-align: center;
    margin-bottom: 30px;
}

.otp-content {
    text-align: center;
}

.otp-message {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 10px;
}

.otp-instruction {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.otp-input {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.otp-input:focus {
    outline: none;
    border-color: #fbbf24;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

.otp-input.filled {
    border-color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

.otp-timer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.otp-verify-btn {
    width: 100%;
    margin: 20px 0;
    position: relative;
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    border: none;
    border-radius: 12px;
    padding: 18px 30px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 56px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    overflow: hidden;
}

.otp-verify-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.otp-verify-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.otp-verify-btn:hover:before {
    left: 100%;
}

.otp-verify-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.otp-verify-btn.loading {
    cursor: not-allowed;
    transform: none;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.3);
}

.otp-verify-btn.loading:hover {
    transform: none;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

.otp-verify-btn .btn-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.otp-verify-btn .btn-text:before {
    content: '✓';
    font-size: 1.2rem;
    font-weight: bold;
}

.otp-verify-btn .btn-loader {
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.otp-error {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    color: #fca5a5;
    font-size: 0.9rem;
}

.otp-success {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid rgba(34, 197, 94, 0.5);
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    color: #86efac;
    font-size: 0.9rem;
}

.otp-resend {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-top: 20px;
}

.otp-resend a {
    color: #fbbf24;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.otp-resend a:hover {
    color: #f59e0b;
    text-decoration: underline;
}

/* Resend Code Loader Styles */
.otp-resend a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.otp-resend a:hover {
    background: rgba(251, 191, 36, 0.1);
    text-decoration: none;
}

.otp-resend a.loading {
    cursor: not-allowed;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.8);
}

.otp-resend a.loading:hover {
    background: rgba(251, 191, 36, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

.resend-loader {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.resend-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(251, 191, 36, 0.3);
    border-top: 2px solid #fbbf24;
    border-radius: 50%;
    animation: resend-spin 0.8s linear infinite;
}

@keyframes resend-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.resend-text,
.resend-loader {
    transition: opacity 0.2s ease;
}

/* Email Verification Success Styles */
.success-icon {
    text-align: center;
    margin-bottom: 30px;
}

.success-content {
    text-align: center;
}

.success-heading {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.success-message {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.success-button {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 12px;
    padding: 18px 30px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    min-height: 56px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.success-button:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.4);
    color: white;
    text-decoration: none;
}

/* Mobile OTP styles */
@media (max-width: 768px) {
    .otp-inputs {
        gap: 8px;
    }
    
    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

/* Focus styles for accessibility */
.popup-content input:focus,
.popup-content button:focus,
.popup-close:focus,
.switch-form a:focus,
.otp-input:focus {
    outline: 3px solid #fbbf24;
    outline-offset: 2px;
}



/* Profile Icon and Dropdown Styles */
.profile-container {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    vertical-align: middle;
}

/* Profile Icon for Non-Logged-In Users */
.profile-icon-container {
    display: inline-block;
}

.profile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 2px;
}

.profile-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
    text-decoration: none;
}

.profile-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* Profile Dropdown for Logged-In Users */
.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    /* border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2); */
    border-radius: 25px;
    transition: all 0.3s ease;
    min-width: 50px;
    height: 40px;
}

.profile-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Profile Avatar */
.profile-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

/* Profile Initials */
.profile-initials {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #8b5cf6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Dropdown Arrow */
.profile-arrow {
    color: #fff;
    font-size: 10px;
    margin-left: auto;
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.profile-dropdown.active .profile-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.profile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 5px;
}

.profile-dropdown.active .profile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #eee;
}

.profile-menu-item:last-child {
    border-bottom: none;
}

.profile-menu-item:hover {
    background-color: #f8f9fa;
    color: #8b5cf6;
    text-decoration: none;
}

.profile-menu-item i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .profile-container {
        margin-left: 10px;
    }

    .profile-trigger {
        min-width: 45px;
        height: 35px;
    }

    .profile-avatar,
    .profile-initials {
        width: 25px;
        height: 25px;
        font-size: 10px;
        margin-right: 6px;
    }

    .profile-menu {
        min-width: 160px;
        right: -10px;
    }
}



/* Mobile Profile Section Styles */
.mobile-profile-section {
    display: block;
    padding: 20px 15px;
    margin-top: 20px;
}

/* Mobile Logged-in User Styles */
.mobile-profile-user {
    color: #fff;
}

.mobile-profile-info {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-profile-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.mobile-profile-initials {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.mobile-profile-details {
    flex: 1;
}

.mobile-profile-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.mobile-profile-status {
    font-size: 12px;
    color: #22c55e;
    display: flex;
    align-items: center;
}

.mobile-profile-status:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    margin-right: 6px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.mobile-profile-actions {
    display: flex;
    gap: 10px;
}

.mobile-profile-action {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-profile-action:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.mobile-profile-action i {
    margin-right: 8px;
    font-size: 14px;
}

/* Mobile Guest User Styles */
.mobile-profile-guest {
    color: #fff;
    text-align: center;
}

.mobile-profile-guest-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.mobile-profile-guest-icon svg {
    width: 60px;
    height: 60px;
    opacity: 0.7;
}

.mobile-profile-guest-content {
    margin-bottom: 20px;
}

.mobile-profile-guest-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.mobile-profile-guest-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.mobile-profile-guest-actions {
    display: flex;
    gap: 10px;
}

.mobile-profile-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.mobile-profile-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    color: #fff;
    text-decoration: none;
}

.mobile-profile-btn i {
    margin-right: 8px;
    font-size: 14px;
}

/* Hide mobile profile section on desktop */
@media (min-width: 768px) {
    .mobile-profile-section {
        display: none;
    }
}

/* Mobile specific adjustments */
@media (max-width: 767px) {
    .mobile-profile-section {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 30px;
        padding-top: 25px;
    }
    
    .mobile-profile-btn {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .mobile-profile-action {
        padding: 14px 15px;
        font-size: 15px;
    }
    .mobile-profile-action i,
    .mobile-profile-btn i {
        color: #ffffff
    }
    .mobile-profile-guest-icon svg path {
        fill: #fff;
    }
}

/* Social Login Section */
.social-login-section {
    margin: 10px 0;
    text-align: center;
}

.social-login-text {
    color: #A79CC7;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.social-login-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    padding: 8px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    position: relative;
    overflow: visible;
}

.social-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.social-btn:hover .social-text {
    color: #A79CC7;
}

.social-btn:active {
    transform: translateY(0);
}

.social-btn .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 8px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.social-btn:hover .social-icon {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-btn .social-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.2;
    color: #A79CC7;
}

/* Google Button Specific Styling */
.google-btn {
    background: transparent;
}

.google-btn:hover {
    background: transparent;
}

/* Mobile responsiveness for social buttons */
@media (max-width: 768px) {
    .social-login-buttons {
        margin: 20px 0;
        padding: 15px 0;
    }

    .social-btn {
        width: 60px;
        height: 60px;
        padding: 6px;
    }

    .social-btn .social-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 6px;
    }

    .social-btn .social-text {
        font-size: 14px;
        color: #A79CC7;
    }
}