/*
Theme Name: Baba Ali - Mystical Elegance
Theme URI: https://lovespellusa.com
Author: Love Spells USA
Author URI: https://lovespellusa.com
Description: A modern, mystical, and professional WordPress theme for Baba Ali - Master Love Spell Caster. Features Deep Amethyst and Royal Gold color scheme with elegant typography.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baba-ali-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================
   CSS RESET & BASE
   ============================================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --deep-amethyst: #1a0a2e;
    --amethyst-mid: #2d1b4e;
    --amethyst-light: #4A2C5A;
    --royal-gold: #D4AF37;
    --gold-light: #e8c84a;
    --gold-dark: #b8941f;
    --warm-cream: #F5F0E8;
    --charcoal: #333333;
    --soft-white: #FFFFFF;
    --text-light: rgba(255,255,255,0.85);
    --text-muted: rgba(255,255,255,0.6);
    --shadow-gold: rgba(212,175,55,0.3);
    --shadow-dark: rgba(0,0,0,0.3);
    --transition: all 0.3s ease;
    --transition-slow: all 0.6s ease;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--charcoal);
    background: var(--warm-cream);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   NAVIGATION
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(26, 10, 46, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212,175,55,0.15);
    transition: var(--transition);
}

.site-header.scrolled {
    background: rgba(26, 10, 46, 0.98);
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.site-logo a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.site-logo .logo-main {
    font-family: 'Lora', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--royal-gold);
    letter-spacing: 1px;
}

.site-logo .logo-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
}

.main-nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-light);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--royal-gold);
    transition: var(--transition);
}

.main-nav a:hover::after {
    width: 100%;
}

.main-nav a:hover {
    color: var(--royal-gold);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--royal-gold);
    color: var(--deep-amethyst) !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px;
    transition: var(--transition);
}

.nav-cta:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px var(--shadow-gold);
}

.nav-cta::after {
    display: none !important;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    background: none;
    border: none;
}

.mobile-toggle span {
    width: 25px;
    height: 2px;
    background: var(--royal-gold);
    transition: var(--transition);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--deep-amethyst);
    overflow: hidden;
    padding-top: 80px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,10,46,0.92) 0%, rgba(45,27,78,0.8) 50%, rgba(26,10,46,0.9) 100%);
    z-index: 2;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--royal-gold);
    border-radius: 50%;
    opacity: 0;
    animation: float-particle 6s infinite;
}

@keyframes float-particle {
    0% { opacity: 0; transform: translateY(100vh) scale(0); }
    50% { opacity: 0.6; }
    100% { opacity: 0; transform: translateY(-100px) scale(1); }
}

.hero-content {
    position: relative;
    z-index: 4;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text {
    animation: fadeInUp 1s ease forwards;
}

.hero-badge {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--royal-gold);
    margin-bottom: 20px;
    padding: 8px 20px;
    border: 1px solid rgba(212,175,55,0.3);
    border-radius: 50px;
}

.hero-text h1 {
    font-size: 3.2rem;
    color: var(--soft-white);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text h1 span {
    color: var(--royal-gold);
    display: block;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 35px;
    font-style: italic;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--royal-gold);
    color: var(--deep-amethyst);
    padding: 16px 32px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition);
    border: 2px solid var(--royal-gold);
    cursor: pointer;
}

.btn-primary:hover {
    background: transparent;
    color: var(--royal-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--shadow-gold);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--soft-white);
    padding: 16px 32px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: var(--transition);
    cursor: pointer;
}

.btn-secondary:hover {
    border-color: var(--royal-gold);
    color: var(--royal-gold);
    transform: translateY(-3px);
}

.hero-trust {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.trust-item .trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212,175,55,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--royal-gold);
    font-size: 1rem;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease 0.3s forwards;
    opacity: 0;
}

.hero-image-wrapper {
    position: relative;
    max-width: 450px;
}

.hero-image-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    border: 3px solid rgba(212,175,55,0.2);
}

.hero-image-glow {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 30px;
    background: radial-gradient(ellipse, rgba(212,175,55,0.1) 0%, transparent 70%);
    z-index: -1;
}

/* ============================================
   SECTION COMMON STYLES
   ============================================ */
.section-dark {
    background: var(--deep-amethyst);
    color: var(--soft-white);
    padding: 100px 0;
}

.section-light {
    background: var(--warm-cream);
    color: var(--charcoal);
    padding: 100px 0;
}

.section-mid {
    background: var(--amethyst-mid);
    color: var(--soft-white);
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--royal-gold);
    margin-bottom: 15px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.section-dark .section-header h2,
.section-mid .section-header h2 {
    color: var(--soft-white);
}

.section-light .section-header h2 {
    color: var(--deep-amethyst);
}

.section-header p {
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    opacity: 0.8;
}

.gold-divider {
    width: 60px;
    height: 3px;
    background: var(--royal-gold);
    margin: 20px auto;
    border-radius: 2px;
}

/* ============================================
   CREDIBILITY BAR
   ============================================ */
.credibility-bar {
    background: linear-gradient(135deg, var(--amethyst-mid) 0%, var(--deep-amethyst) 100%);
    padding: 30px 0;
    border-top: 1px solid rgba(212,175,55,0.1);
    border-bottom: 1px solid rgba(212,175,55,0.1);
}

.credibility-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.credibility-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.credibility-item svg {
    width: 28px;
    height: 28px;
    fill: var(--royal-gold);
    opacity: 0.7;
}

.credibility-item span {
    color: var(--royal-gold);
    font-weight: 600;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.about-image-accent {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--royal-gold);
    border-radius: 20px;
    opacity: 0.3;
    z-index: -1;
}

.about-text h2 {
    color: var(--deep-amethyst);
    font-size: 2.2rem;
    margin-bottom: 25px;
}

.about-text p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.about-stats {
    display: flex;
    gap: 40px;
    margin: 30px 0;
    padding: 25px 0;
    border-top: 1px solid rgba(74,44,90,0.15);
    border-bottom: 1px solid rgba(74,44,90,0.15);
}

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

.stat-number {
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--royal-gold);
    display: block;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--amethyst-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border: 2px solid var(--amethyst-light);
    color: var(--amethyst-light);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition);
}

.btn-outline:hover {
    background: var(--amethyst-light);
    color: var(--soft-white);
    transform: translateY(-2px);
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--royal-gold), transparent);
    opacity: 0;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212,175,55,0.4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.08);
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(212,175,55,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--royal-gold);
    transition: var(--transition);
}

.service-card:hover .service-icon {
    background: var(--royal-gold);
    color: var(--deep-amethyst);
    transform: scale(1.1);
}

.service-card h3 {
    font-size: 1.25rem;
    color: var(--soft-white);
    margin-bottom: 15px;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-link {
    color: var(--royal-gold);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.service-link:hover {
    gap: 10px;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--royal-gold), rgba(212,175,55,0.3), var(--royal-gold));
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--deep-amethyst);
    border: 3px solid var(--royal-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--royal-gold);
    transition: var(--transition);
}

.process-step:hover .step-number {
    background: var(--royal-gold);
    color: var(--deep-amethyst);
    transform: scale(1.1);
    box-shadow: 0 0 30px var(--shadow-gold);
}

.process-step h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--deep-amethyst);
}

.process-step p {
    font-size: 0.9rem;
    color: var(--charcoal);
    opacity: 0.7;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    min-width: 100%;
    padding: 50px 60px;
    text-align: center;
}

.testimonial-stars {
    color: var(--royal-gold);
    font-size: 1.3rem;
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.testimonial-text {
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--soft-white);
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--royal-gold);
    font-size: 1rem;
}

.testimonial-location {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 5px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(212,175,55,0.3);
    background: transparent;
    color: var(--royal-gold);
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: var(--royal-gold);
    color: var(--deep-amethyst);
    border-color: var(--royal-gold);
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(212,175,55,0.3);
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.carousel-dot.active {
    background: var(--royal-gold);
    transform: scale(1.2);
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    background: linear-gradient(135deg, var(--deep-amethyst) 0%, var(--amethyst-light) 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(212,175,55,0.05) 0%, transparent 50%);
    animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 2.8rem;
    color: var(--soft-white);
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.15rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    color: var(--text-muted);
    font-size: 1rem;
}

.cta-phone a {
    color: var(--royal-gold);
    font-weight: 600;
    font-size: 1.2rem;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #0d0518;
    color: var(--text-muted);
    padding: 80px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand .logo-main {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    color: var(--royal-gold);
    display: block;
    margin-bottom: 5px;
}

.footer-brand .logo-sub {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    display: block;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--royal-gold);
    margin-bottom: 25px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: var(--royal-gold);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.footer-contact-item .fc-icon {
    color: var(--royal-gold);
    font-size: 1rem;
    margin-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(212,175,55,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
}

.footer-legal a {
    margin-left: 20px;
    color: var(--text-muted);
}

.footer-legal a:hover {
    color: var(--royal-gold);
}

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: var(--transition);
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37,211,102,0.6);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: white;
}

@keyframes pulse-whatsapp {
    0% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 4px 30px rgba(37,211,102,0.6), 0 0 0 10px rgba(37,211,102,0.1); }
    100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   PAGE TEMPLATE (for inner pages)
   ============================================ */
.page-content {
    padding: 120px 0 80px;
    min-height: 60vh;
}

.page-content h1 {
    font-size: 2.5rem;
    color: var(--deep-amethyst);
    margin-bottom: 30px;
}

.page-content h2 {
    font-size: 1.8rem;
    color: var(--deep-amethyst);
    margin: 40px 0 20px;
}

.page-content h3 {
    font-size: 1.4rem;
    color: var(--amethyst-light);
    margin: 30px 0 15px;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-content img {
    border-radius: 15px;
    margin: 20px 0;
}

.page-content ul, .page-content ol {
    margin: 15px 0 25px 30px;
}

.page-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.page-content blockquote {
    border-left: 4px solid var(--royal-gold);
    padding: 20px 30px;
    margin: 30px 0;
    background: rgba(212,175,55,0.05);
    border-radius: 0 10px 10px 0;
    font-style: italic;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        margin: 0 auto 35px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-image-wrapper {
        max-width: 350px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps::before {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav-container {
        height: 70px;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(26, 10, 46, 0.98);
        padding: 20px;
        border-top: 1px solid rgba(212,175,55,0.15);
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-section {
        min-height: auto;
        padding: 120px 0 60px;
    }

    .section-dark, .section-light, .section-mid {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .testimonial-text {
        font-size: 1.05rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .credibility-items {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.7rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-trust {
        flex-direction: column;
        align-items: center;
    }

    .about-stats {
        flex-direction: column;
        gap: 20px;
    }
}

/* WordPress Admin Bar Fix */
body.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}


/* ============================================
   BLOG HUB PAGE STYLES
   ============================================ */

.blog-hub-page {
    background: #f7f5fa;
    padding-bottom: 0;
}

/* --- HERO SECTION --- */
.blog-hero-section {
    max-width: 1200px;
    margin: 30px auto 40px;
    padding: 0 20px;
}

.blog-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(26,10,46,0.13);
    background: var(--deep-amethyst, #1a0a2e);
}

.blog-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}

.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-hero-inner:hover .blog-hero-image img {
    transform: scale(1.04);
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 44px;
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 60%, #3d1f6e 100%);
    color: #fff;
}

.blog-hero-cat {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 18px;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    font-family: 'Lora', serif;
}

.blog-hero-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-hero-title a:hover {
    color: var(--royal-gold, #D4AF37);
}

.blog-hero-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-btn {
    display: inline-block;
    padding: 12px 32px;
    background: var(--royal-gold, #D4AF37);
    color: var(--deep-amethyst, #1a0a2e);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
}

.blog-hero-btn:hover {
    background: #e8c84a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212,175,55,0.4);
}

/* --- BLOG GRID SECTION --- */
.blog-grid-section {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.blog-grid-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 36px;
    align-items: start;
}

/* --- BLOG CARDS --- */
.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(26,10,46,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 8px 28px rgba(26,10,46,0.15);
    transform: translateY(-4px);
}

.blog-card-image-link {
    text-decoration: none;
    display: block;
}

.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-cat {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
}

.blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    font-family: 'Lora', serif;
}

.blog-card-title a {
    color: var(--deep-amethyst, #1a0a2e);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: var(--royal-gold, #D4AF37);
}

.blog-card-excerpt {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 16px;
    flex: 1;
    font-family: 'Montserrat', sans-serif;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f0edf5;
    font-size: 12px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-card-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-card-date {
    font-size: 12px;
    color: #999;
}

/* --- SIDEBAR --- */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(26,10,46,0.06);
}

.blog-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--deep-amethyst, #1a0a2e);
    margin-bottom: 16px;
    font-family: 'Lora', serif;
}

.blog-search-input-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #e8e4f0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.blog-search-input-wrap:focus-within {
    border-color: var(--royal-gold, #D4AF37);
}

.blog-search-input {
    flex: 1;
    padding: 10px 14px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background: transparent;
}

.blog-search-input::placeholder {
    color: #aaa;
}

.blog-search-btn {
    padding: 10px 14px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.blog-search-btn:hover {
    color: var(--royal-gold, #D4AF37);
}

/* Category Filter */
.blog-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-cat-item {
    margin-bottom: 10px;
}

.blog-cat-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.blog-cat-item label:hover {
    color: var(--deep-amethyst, #1a0a2e);
}

.blog-cat-item input[type="radio"] {
    display: none;
}

.blog-cat-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.blog-cat-item input[type="radio"]:checked ~ .blog-cat-checkbox {
    background: var(--deep-amethyst, #1a0a2e);
    border-color: var(--deep-amethyst, #1a0a2e);
}

.blog-cat-item input[type="radio"]:checked ~ .blog-cat-checkbox::after {
    content: '\2713';
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.blog-cat-clear a {
    color: var(--royal-gold, #D4AF37);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.blog-cat-clear a:hover {
    text-decoration: underline;
}

/* --- PAGINATION --- */
.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-pagination .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.blog-pagination .page-numbers li {
    display: inline-block;
}

.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 2px solid #e0dce6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

.blog-pagination .page-numbers li a:hover {
    border-color: var(--deep-amethyst, #1a0a2e);
    color: var(--deep-amethyst, #1a0a2e);
    background: #f7f5fa;
}

.blog-pagination .page-numbers li span.current {
    background: var(--deep-amethyst, #1a0a2e);
    border-color: var(--deep-amethyst, #1a0a2e);
    color: #fff;
}

.blog-pagination .page-numbers li .dots {
    border: none;
    background: none;
    color: #999;
}

.blog-pagination .page-numbers li .prev,
.blog-pagination .page-numbers li .next {
    font-size: 13px;
    padding: 0 16px;
}

/* --- NO RESULTS --- */
.blog-no-results {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(26,10,46,0.06);
}

.blog-no-results h3 {
    font-size: 22px;
    color: var(--deep-amethyst, #1a0a2e);
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}

.blog-no-results p {
    color: #666;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

/* --- RECENT READS SLIDER --- */
.blog-recent-section {
    background: #fff;
    padding: 50px 0 60px;
    border-top: 1px solid #ece8f3;
}

.blog-recent-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-recent-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--deep-amethyst, #1a0a2e);
    margin-bottom: 30px;
    font-family: 'Lora', serif;
}

.blog-recent-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-recent-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #e0dce6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 2;
}

.blog-recent-arrow:hover {
    border-color: var(--deep-amethyst, #1a0a2e);
    color: var(--deep-amethyst, #1a0a2e);
    background: #f7f5fa;
}

.blog-recent-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    flex: 1;
}

.blog-recent-slider::-webkit-scrollbar {
    display: none;
}

.blog-recent-item {
    flex: 0 0 180px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease;
}

.blog-recent-item:hover {
    transform: translateY(-4px);
}

.blog-recent-thumb {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    box-shadow: 0 4px 16px rgba(26,10,46,0.12);
    transition: box-shadow 0.3s ease;
}

.blog-recent-item:hover .blog-recent-thumb {
    box-shadow: 0 6px 24px rgba(26,10,46,0.2);
}

.blog-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-recent-item:hover .blog-recent-thumb img {
    transform: scale(1.08);
}

.blog-recent-item-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--deep-amethyst, #1a0a2e);
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    max-width: 160px;
    margin: 0 auto;
}

.blog-recent-item:hover .blog-recent-item-title {
    color: var(--royal-gold, #D4AF37);
}

/* Dots */
.blog-recent-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.blog-recent-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-recent-dot.active {
    background: var(--deep-amethyst, #1a0a2e);
    width: 28px;
    border-radius: 5px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .blog-grid-container {
        grid-template-columns: 1fr;
    }

    .blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .blog-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .blog-hero-image {
        min-height: 250px;
    }

    .blog-hero-content {
        padding: 30px 24px;
    }

    .blog-hero-title {
        font-size: 22px;
    }

    .blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-sidebar {
        grid-template-columns: 1fr;
    }

    .blog-recent-thumb {
        width: 120px;
        height: 120px;
    }

    .blog-recent-item {
        flex: 0 0 140px;
    }

    .blog-recent-heading {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .blog-hero-section {
        margin: 15px auto 25px;
        padding: 0 12px;
    }

    .blog-grid-section {
        padding: 0 12px;
    }

    .blog-hero-content {
        padding: 24px 18px;
    }

    .blog-hero-title {
        font-size: 19px;
    }

    .blog-card-image {
        height: 170px;
    }

    .blog-pagination .page-numbers li a,
    .blog-pagination .page-numbers li span {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
    }
}

/* Override page-content styles for blog hub */
.blog-hub-page .page-content {
    padding: 0;
}

.blog-hub-page .container {
    max-width: 100%;
    padding: 0;
}

/* Hide the default page title for blog hub */
.blog-hub-page h1 {
    display: none;
}

/* Fix for CTA section spacing */
.blog-hub-page + .cta-section {
    margin-top: 0;
}
