:root {
    --pure-gold: #B58D3F;
    --pure-gold-light: #d4af37;
    --pure-gold-dark: #9c7832;
    --pure-gold-soft: rgba(181, 141, 63, 0.15);
    --pure-dark: #1a1a1a;
    --pure-darker: #111111;
    --pure-black: #000000;
    --pure-white: #ffffff;
    --header-height: 90px;
    --footer-bg: #121212;
    --premium-font: 'Playfair Display', serif;
    --body-font: 'Inter', sans-serif;
}

.text-gold { color: var(--pure-gold) !important; }
.bg-gold { background-color: var(--pure-gold) !important; }
.bg-pure-dark { background-color: var(--pure-dark) !important; }
.border-gold { border-color: var(--pure-gold) !important; }

.error {
    color: red;
}



footer .social_icons {
    list-style: none;
    padding: 30px 0px;
    display: flex;
    margin: 0px;
}

footer .social_icons li {
    padding-right: 15px;
}

.btn-hover:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}



.croppie_modal.fade {
    -webkit-transition: 1s ease-in;
    /* Changed here */
    -moz-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;

}

/* -----------------------------*/

/* --- Global Theme Classes for Pure Aura Auth & Contact Pages --- */
.contact-container,
.auth-container {
    padding: 60px 0;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.contact-info-box,
.auth-info-box,
.contact-form-box,
.auth-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.auth-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-box h3,
.auth-info-box h3 {
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.auth-info-box h3 {
    color: #B58D3F;
    font-size: 2.2rem;
}

.contact-info-box p,
.auth-info-box p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.auth-info-box p {
    font-size: 1.1rem;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details li {
    margin-bottom: 20px;
    color: #555;
    font-size: 1.05rem;
    display: flex;
    align-items: flex-start;
}

.form-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}

.contact-form-box .form-title {
    margin-bottom: 25px;
    text-align: left;
}

.theme-link {
    color: #B58D3F;
    font-weight: 600;
    text-decoration: none;
}

.theme-link:hover {
    color: #9c7832;
    text-decoration: underline;
}

.theme-link-sm {
    color: #B58D3F;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.theme-link-sm:hover {
    color: #9c7832;
    text-decoration: underline;
}

.btn-theme-primary {
    background-color: #B58D3F !important;
    border-color: #B58D3F !important;
    color: #fff !important;
}

.btn-theme-primary:hover,
.btn-theme-primary:focus {
    background-color: #9c7832 !important;
    border-color: #9c7832 !important;
    color: #fff !important;
}

.contact-icon {
    color: #B58D3F;
    min-width: 24px;
}

/* Auth social icons overrides */
.auth-form-box .social_icons {
    padding: 10px 0px 20px 0px;
}

.auth-form-box .social_icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: #555;
    transition: all 0.3s ease;
}

.auth-form-box .social_icons a:hover {
    background-color: #B58D3F;
    color: #fff;
}

.contact-form-box .form-control,
.auth-form-box .form-control {
    padding: 12px 15px;
    border-radius: 6px;
}

.testimonials-section {
    background-color: #fdfaf4;
    padding: 80px 0;
}

.testimonial-item {
    text-align: center;
    padding: 40px;
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    font-style: italic;
    border: 1px solid #f6f0dd;
}

.testimonial-item p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 15px;
}

.testimonial-author {
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #333;

}

.testimonial-location {
    font-size: 13px;
    color: #999;
    font-style: normal;
    margin-top: 5px;
}

/* --- Premium Alerts --- */
.alert-premium {
    background: #fff;
    border: none;
    border-left: 5px solid #ccc;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 500;
}

.alert-premium-success {
    border-left-color: #B58D3F;
    background-color: #fdfaf4;
}

.alert-premium-danger {
    border-left-color: #dc3545;
    background-color: #fffefb;
}

.alert-premium .alert-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.alert-premium-success .alert-icon {
    color: #B58D3F;
}

.alert-premium-danger .alert-icon {
    color: #dc3545;
}

/* Alertify Overrides */
.ajs-message.ajs-success {
    background-color: #B58D3F !important;
    color: #fff !important;
    border-radius: 8px !important;
}

/* Footer Links Active/Hover */
.footer-links a {
    transition: color 0.3s ease !important;
}

.footer-links a:hover,
.footer-links a.active {
    color: #B58D3F !important;
}

.ajs-message.ajs-error {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--pure-gold);
    color: #000 !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.back-to-top:hover {
    background: #d4af37;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(181, 141, 63, 0.4);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
}

/* Premium Loader Overlay */
.pure-loader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.pure-spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(181, 141, 63, 0.1);
    border-top: 3px solid var(--pure-gold);
    border-radius: 50%;
    animation: pure-spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    margin-bottom: 20px;
}

.pure-loader-text {
    color: var(--pure-gold);
    font-family: var(--premium-font);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: pure-pulse 1.5s ease-in-out infinite;
}

@keyframes pure-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pure-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

/* Override blockUI default white overlay */
.blockOverlay {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}