:root {
    --ezoria-bg: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    --ezoria-bg-2: rgba(26, 26, 26, 0.8);
    --ezoria-gold: #CBB279;
    --ezoria-text: #ffffff;
    --ezoria-text-secondary: rgba(255, 255, 255, 0.7);
}

body.page-template-single-expert-post .ast-container,
body.single-post.category-experts .ast-container {
    background: var(--ezoria-bg);
    color: var(--ezoria-text);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body.page-template-single-expert-post footer,
body.single-post.category-experts footer {
    background: #0a0a0a !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.min-h-screen {
    min-height: 100vh;
}

.bg-ezoria-bg {
    background-color: var(--color-ezoria-bg) !important;

}

.bg-ezoria-bg-2\/30 {
    background: rgba(26, 26, 26, 0.3);
}

.bg-ezoria-bg-2\/50 {
    background: rgba(26, 26, 26, 0.5);
}

.bg-ezoria-bg-2\/80 {
    background: rgba(26, 26, 26, 0.8);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

.text-ezoria-gold {
    color: var(--ezoria-gold);
}

.text-ezoria-text {
    color: var(--ezoria-text);
}

.text-ezoria-text\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-ezoria-text\/80 {
    color: rgba(255, 255, 255, 0.8);
}

.border-ezoria-gold\/20 {
    border-color: rgba(203, 178, 121, 0.2);
}

/* Layout utilities */
.pt-20 {
    padding-top: 5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-center: center;
}

.justify-start {
    justify-content: flex-start;
}

.space-x-1>*+* {
    margin-left: 0.25rem;
}

.space-x-2>*+* {
    margin-left: 0.5rem;
}

.space-x-3>*+* {
    margin-left: 0.75rem;
}

.space-y-2>*+* {
    margin-top: 0.5rem;
}

.space-y-4>*+* {
    margin-top: 1rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.leading-relaxed {
    line-height: 1.625;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Position utilities */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.-top-2 {
    top: -0.5rem;
}

.-right-2 {
    right: -0.5rem;
}

.w-full {
    width: 100%;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-80 {
    width: 20rem;
}

.w-96 {
    width: 24rem;
}

.h-full {
    height: 100%;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

/* Background utilities */
.bg-green-500 {
    background-color: #10b981;
}

.bg-gray-500 {
    background-color: #6b7280;
}

.bg-orange-500 {
    background-color: #f97316;
}

.bg-purple-500 {
    background-color: #8b5cf6;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-ezoria-gold {
    --tw-gradient-from: var(--ezoria-gold);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 178, 121, 0));
}

.to-ezoria-gold\/80 {
    --tw-gradient-to: rgba(203, 178, 121, 0.8);
}

.from-ezoria-gold\/20 {
    --tw-gradient-from: rgba(203, 178, 121, 0.2);
}

.to-ezoria-bg-2 {
    --tw-gradient-to: var(--ezoria-bg-2);
}

.hover\:from-ezoria-gold\/80:hover {
    --tw-gradient-from: rgba(203, 178, 121, 0.8);
}

.hover\:to-ezoria-gold:hover {
    --tw-gradient-to: var(--ezoria-gold);
}

.transform {
    transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
    transition-duration: 300ms;
}

.overflow-hidden {
    overflow: hidden;
}

.object-cover {
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.hidden {
    display: none;
}

/* Expert specific styles */
.expert-hero-container {
    max-width: 80rem;
    margin: 0 auto;
}

.expert-hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.expert-hero-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to bottom right, rgba(203, 178, 121, 0.2), var(--ezoria-bg-2));
}

.expert-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-hero-status {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.expert-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--ezoria-gold);
    margin-bottom: 1rem;
}

.expert-hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.expert-hero-badge {
    margin-bottom: 1rem;
}

.expert-hero-profession {
    font-size: 1.25rem;
    color: var(--ezoria-text);
    margin-bottom: 0.5rem;
}

.expert-hero-specializations {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.expert-hero-experience {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.expert-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.expert-hero-pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.expert-hero-cta-button {
    width: 100%;
    background: linear-gradient(to right, var(--ezoria-gold), rgba(203, 178, 121, 0.8));
    color: black;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    transition: all 0.3s;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

.expert-hero-cta-button:hover {
    background: linear-gradient(to right, rgba(203, 178, 121, 0.8), var(--ezoria-gold));
    transform: scale(1.05);
}

.expert-hero-free-consultation {
    font-size: 0.875rem;
    color: #10b981;
    margin-top: 0.5rem;
    font-weight: 500;
    text-align: center;
}

.expert-hero-motto {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    border-left: 4px solid var(--ezoria-gold);
    padding-left: 1rem;
}

/* About section */
.expert-about-section {
    background: rgba(26, 26, 26, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(203, 178, 121, 0.2);
}

.expert-about-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--ezoria-gold);
    margin-bottom: 1.5rem;
}

.expert-about-strengths {
    margin-bottom: 2rem;
}

.expert-about-strengths h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ezoria-text);
    margin-bottom: 1rem;
}

.expert-about-strengths-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

.expert-about-questions {
    margin-bottom: 2rem;
}

.expert-about-questions h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ezoria-text);
    margin-bottom: 1rem;
}

.expert-about-questions-list {
    list-style: none;
    padding: 0;
}

.expert-about-questions-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.expert-about-benefits h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ezoria-text);
    margin-bottom: 1rem;
}

.expert-about-benefits-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

/* Schedule section */
.expert-schedule-section {
    background: rgba(26, 26, 26, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(203, 178, 121, 0.2);
    margin-bottom: 1.5rem;
}

.expert-schedule-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ezoria-gold);
    margin-bottom: 1rem;
}

/* Consultation time section */
.expert-consultation-time {
    background: rgba(26, 26, 26, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(203, 178, 121, 0.2);
}

.consultation-time-option {
    margin-bottom: 1rem;
}

.consultation-time-option:last-child {
    margin-bottom: 0;
}

/* Reviews section */
.expert-reviews-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--ezoria-gold);
    margin-bottom: 2rem;
    text-align: center;
}

.expert-reviews-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

/* Modal styles */
.booking-modal,
.thank-you-popup,
.error-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.booking-modal-content,
.thank-you-popup-content,
.error-popup-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-radius: 1rem;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    border: 1px solid rgba(203, 178, 121, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.booking-modal-header,
.thank-you-popup-header,
.error-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.booking-modal-title,
.thank-you-popup-title,
.error-popup-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ezoria-gold);
    margin: 0;
}

.booking-modal-close,
.thank-you-popup-close,
.error-popup-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--ezoria-text);
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.booking-modal-close:hover,
.thank-you-popup-close:hover,
.error-popup-close:hover {
    background: rgba(203, 178, 121, 0.2);
    color: var(--ezoria-gold);
}

.booking-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.booking-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.booking-form-group label {
    color: var(--ezoria-text);
    font-weight: 500;
}

.booking-form-group input {
    padding: 0.75rem;
    border: 1px solid rgba(203, 178, 121, 0.3);
    border-radius: 0.5rem;
    background: rgba(26, 26, 26, 0.5);
    color: var(--ezoria-text);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.booking-form-group input:focus {
    outline: none;
    border-color: var(--ezoria-gold);
    box-shadow: 0 0 0 2px rgba(203, 178, 121, 0.2);
}

.booking-submit-button,
.thank-you-close-button,
.error-close-button {
    background: linear-gradient(to right, var(--ezoria-gold), rgba(203, 178, 121, 0.8));
    color: black;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.booking-submit-button:hover,
.thank-you-close-button:hover,
.error-close-button:hover {
    background: linear-gradient(to right, rgba(203, 178, 121, 0.8), var(--ezoria-gold));
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(203, 178, 121, 0.3);
}

.thank-you-popup-body,
.error-popup-body {
    margin-bottom: 1.5rem;
    color: var(--ezoria-text);
    line-height: 1.5;
}

.thank-you-popup-footer,
.error-popup-footer {
    display: flex;
    justify-content: flex-end;
}

/* Responsive design */
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:flex {
        display: flex !important;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

    .lg\:h-96 {
        height: 24rem;
    }
}

/* Additional utilities for completeness */
.italic {
    font-style: italic;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.mr-6 {
    margin-right: 1.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

/* Color utilities for status badges */
.text-green-400 {
    color: #4ade80;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

/* Fill utilities for SVG icons */
svg {
    fill: currentColor;
}

/* Field error styles */
.field-error {
    color: #ff6b6b;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.booking-form-group input:invalid {
    border-color: #ff6b6b;
}

.booking-form-group input:valid {
    border-color: #51cf66;
}

#booking-phone {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
}

#booking-email {
    text-transform: lowercase;
}