/* =========================================
   Luxury Modern Single Post - Dark & Clean
   ========================================= */

/* 1. Dark Hero Header */
.single-hero {
    background: #1a1a1a; /* Dark background */
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
}

.single-hero .entry-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Alexandria', sans-serif; /* Ensure font */
}

.hero-phone {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    direction: ltr; /* Ensure number displays correctly */
}

.goha-breadcrumbs {
    color: #aaa;
    font-size: 14px;
}

.goha-breadcrumbs a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.goha-breadcrumbs a:hover {
    color: var(--primary-color); /* Theme Color Hover */
}

.goha-breadcrumbs .sep {
    margin: 0 10px;
    font-size: 12px;
}

/* 2. Layout & Grid */
.main-container {
    padding-top: 50px;
    padding-bottom: 80px;
}

/* 3. Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    text-align: center;
}

/* Service Request Widget */
.service-request-widget .icon-circle {
    width: 80px;
    height: 80px;
    background: var(--primary-color); /* Theme Color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px var(--primary-color); /* Theme Color Ring */
}

.service-request-widget .icon-circle i {
    font-size: 40px;
    color: #fff;
}

.service-request-widget h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Alexandria', sans-serif;
}

.service-request-widget p {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.request-btn {
    display: block;
    background: var(--primary-color); /* Theme Color */
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.request-btn:hover {
    background: #444c82; /* Darker shade of #565fa3 */
    color: #fff;
    transform: translateY(-2px);
}

/* Rating Summary Widget */
.rating-summary-widget {
    text-align: right;
}

.rating-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.rating-header .big-score {
    font-size: 3rem;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.rating-header .stars {
    color: #ffc107; /* Gold */
    font-size: 14px;
}

.rating-bars .bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.rating-bars .label {
    width: 30px;
}

.rating-bars .progress {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    margin: 0 10px;
    overflow: hidden;
}

.rating-bars .progress .fill {
    height: 100%;
    background: #ffc107;
}

.rating-bars .count {
    width: 20px;
    text-align: left;
}

/* 4. Main Content Area */
.post-content-card {
    /* Removed card style for content to be cleaner, or keep it? Screenshot looks clean */
}

/* Meta Bar */
.post-meta-bar {
    display: flex;
    gap: 20px;
    color: #777;
    font-size: 13px;
    margin-bottom: 20px;
}

.meta-item i {
    color: var(--primary-color); /* Theme Color */
    margin-left: 5px;
}

/* Table of Contents (Dragon Luxury Style) */
.toc-box {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(86, 95, 163, 0.1);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.toc-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: var(--primary-color);
}

.toc-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    font-size: 1 rem;
}

.toc-toggle-btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
    font-family: 'Alexandria', sans-serif; /* Force Theme Font */
}

.toc-toggle-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.toc-toggle-btn i {
    font-size: 12px;
}

.toc-list {
    margin-top: 10px;
}

.toc-list.hidden {
    display: none;
}

.toc-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 12px;
    position: relative;
    padding-right: 25px;
    transition: transform 0.2s;
}

.toc-list li:hover {
    transform: translateX(-5px);
}

.toc-list li::before {
    content: '\f104'; /* angle-left */
    font-family: "Font Awesome 7 Sharp Duotone";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 4px;
    color: var(--secondary-color); /* Gold accent */
    font-size: 12px;
    line-height: 1; /* Fix vertical alignment */
}

.toc-list li a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
    display: block;
}

.toc-list li a:hover {
    color: var(--primary-color);
}

.toc-list li.sub-item {
    padding-right: 45px;
    font-size: 14px;
    opacity: 0.9;
}

.toc-list li.sub-item::before {
    color: #aaa; /* Dimmer icon for subs */
}

/* Entry Content Typography & Headings */
.entry-content-modern {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
}

.entry-content-modern p {
    margin-bottom: 25px;
    text-align: justify;
}

/* Luxury Headings Backgrounds */
.entry-content-modern h2, 
.entry-content-modern h3, 
.entry-content-modern h4, 
.entry-content-modern h5, 
.entry-content-modern h6 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #fff; /* White text on background */
    background: linear-gradient(135deg, var(--primary-color), #4a5291);
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(86, 95, 163, 0.2);
    display: block; /* Full width */
    width: 100%; /* Ensure full width */
    clear: both;
}

.entry-content-modern h2::after, 
.entry-content-modern h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--primary-color); /* Triangle pointer */
}

.entry-content-modern h2 { font-size: 1.6rem; }
.entry-content-modern h3 { font-size: 1.4rem; background: linear-gradient(135deg, #333, #555); } /* Darker for H3 */
.entry-content-modern h3::after { border-top-color: #333; }

.entry-content-modern h4 { font-size: 1.2rem; background: #f8f9fa; color: var(--primary-color); border-left: 5px solid var(--primary-color); box-shadow: none; padding: 10px 15px; border-radius: 0 5px 5px 0; }
.entry-content-modern h4::after { display: none; }

/* List Styling inside Content */
.entry-content-modern ul, .entry-content-modern ol {
    margin-bottom: 25px;
    padding-right: 20px;
}

.entry-content-modern ul li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 1.5em; /* Space for bullet */
}

.entry-content-modern ul li::before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position: absolute;
    right: 0; /* RTL positioning */
    top: 0;
}

/* Tags Chips */
.modern-tags {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.modern-tags h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.modern-tag {
    background: #fff;
    border: 1px solid #eee;
    color: #666;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}

.modern-tag:hover {
    background: var(--primary-color); /* Theme Color */
    color: #fff;
    border-color: var(--primary-color); /* Theme Color */
}

/* Navigation Card */
.post-navigation-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========================================
   About Page - Dragon Luxury
   ========================================= */
.about-section-lux {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 20px;
}

.about-heading-lux {
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
    margin: 0 0 10px 0;
}

.about-heading-lux .accent {
    color: var(--primary-color);
}

.about-desc-lux {
    color: #666;
    font-size: 1rem;
    margin: 0 auto 25px;
    max-width: 700px;
}

.about-features-lux {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 12px;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 700px;
}

.feature-pill-lux {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 999px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.feature-text {
    color: #333;
    font-weight: 700;
    font-size: 0.95rem;
}

.feature-icon-lux {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0f4ff;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exp-badge-lux {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.exp-pill {
    background: #f4f5f7;
    color: #777;
    border: 1px solid #eee;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.exp-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(86,95,163,0.25);
}

@media (max-width: 768px) {
    .about-features-lux {
        grid-template-columns: 1fr;
    }
}

.nav-label {
    font-size: 12px;
    color: #999;
}

.nav-link {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--primary-color); /* Theme Color */
}

.nav-link i {
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.3s;
}

.nav-link:hover i {
    background: var(--primary-color); /* Theme Color */
}

/* Luxury Share Buttons (New) */
.luxury-share-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed rgba(0,0,0,0.1);
}

.share-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    color: #333;
}

.share-header i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.share-header h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}

.share-header .line {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(to left, rgba(0,0,0,0.05), transparent);
}

.luxury-share-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
}

.luxury-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.luxury-share-btn .icon {
    font-size: 1.2rem;
}

/* Platform Colors & Gradients */
.luxury-share-btn.facebook {
    background: linear-gradient(45deg, #1877f2, #3b5998);
    box-shadow: 0 5px 15px rgba(24, 119, 242, 0.25);
}

.luxury-share-btn.twitter {
    background: linear-gradient(45deg, #000000, #1da1f2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.luxury-share-btn.whatsapp {
    background: linear-gradient(45deg, #25d366, #128c7e);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.25);
}

.luxury-share-btn.telegram {
    background: linear-gradient(45deg, #0088cc, #006699);
    box-shadow: 0 5px 15px rgba(0, 136, 204, 0.25);
}

.luxury-share-btn.linkedin {
    background: linear-gradient(45deg, #0077b5, #005582);
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.25);
}

.luxury-share-btn.pinterest {
    background: linear-gradient(45deg, #bd081c, #990000);
    box-shadow: 0 5px 15px rgba(189, 8, 28, 0.25);
}

/* Hover Effects */
.luxury-share-btn:hover {
    transform: translateY(-5px) scale(1.02);
    color: #fff;
    filter: brightness(1.1);
}

.luxury-share-btn::after {
    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;
}

.luxury-share-btn:hover::after {
    left: 100%;
}

/* Mobile Adjustments for Share Grid */
@media (max-width: 768px) {
    .luxury-share-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
    }
}

/* Related Posts */
.related-section-modern {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 0; /* Connected to content area background? */
}

.related-grid-luxury {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Force 2 columns */
    gap: 30px;
}

@media (max-width: 768px) {
    .related-grid-luxury {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
    border-right: 4px solid var(--primary-color); /* Theme Color */
    padding-right: 15px;
}

/* =========================================
   Luxury Review Card Redesign
   ========================================= */
.luxury-review-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* Layout: Flex Row Reverse to put Bars Left and Stars Right in RTL */
.review-layout {
    display: flex;
    flex-direction: row-reverse; 
    gap: 40px;
    align-items: center;
}

/* Right Side (Visual Right) - Stars & Score */
.rating-cta {
    flex: 0 0 280px;
    text-align: center;
    border-right: 1px solid #eee; /* Divider */
    padding-right: 40px; /* Spacing for divider */
}

/* Left Side (Visual Left) - Progress Bars */
.rating-details {
    flex: 1;
}

/* Progress Bar Rows */
.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.rating-row .star-num {
    width: 20px;
    text-align: center;
}

.rating-row .percent {
    width: 45px;
    text-align: left;
    font-size: 13px;
    color: #999;
}

.progress-bar-luxury {
    flex: 1;
    height: 10px;
    background: #f1f3f5;
    border-radius: 20px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}

.progress-bar-luxury .fill {
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #ffdb58);
    border-radius: 20px;
    position: relative;
}

/* CTA Section Styling */
.rating-cta h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.user-rating-stars-luxury {
    font-size: 28px;
    color: #ddd;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.user-rating-stars-luxury i {
    transition: transform 0.2s, color 0.2s;
}

.user-rating-stars-luxury i:hover,
.user-rating-stars-luxury i.active {
    color: #ffc107;
    transform: scale(1.2);
}

.rating-summary-text {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.rating-summary-text strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.rating-summary-text span {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 15px;
}

.big-score-badge {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(86, 95, 163, 0.3);
    border: 4px solid #fff;
    outline: 2px solid var(--primary-color);
}


/* Mobile Optimization for Review Card */
@media (max-width: 768px) {
    .review-layout {
        flex-direction: column-reverse; /* Stack: CTA top, Bars bottom? Or Column? */
        /* Let's stack normally: CTA/Score first, then bars below */
        /* In RTL column-reverse: Bottom is First? No. */
        /* flex-direction: column -> Top to Bottom. */
        /* 1. Bars (Top in HTML) */
        /* 2. CTA (Bottom in HTML) */
        /* We want CTA on Top probably? Or Bars on Top? */
        /* Let's keep it column: Bars then CTA, or CTA then Bars. */
        /* Usually Summary on top is better on mobile. */
        flex-direction: column-reverse; 
        gap: 30px;
    }
    
    .rating-cta {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 30px;
        flex: auto;
        width: 100%;
    }
    
    .luxury-review-card {
        padding: 25px;
    }
}

/* =========================================
   Luxury Tags Section
   ========================================= */
.luxury-tags-section {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: right;
}

.tags-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align to right in RTL */
    margin-bottom: 20px;
}

.tags-header h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #333;
    margin: 0 0 8px 0;
    position: relative;
    display: inline-block;
}

.tags-header .line-accent {
    width: 40px;
    height: 3px;
    background: var(--primary-color); /* Theme Color Identity */
    border-radius: 2px;
    display: block;
}

.tags-list-luxury {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start; /* Align tags to right in RTL */
}

.luxury-tag {
    background: #fff;
    border: 1px solid #eee;
    color: #777;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.luxury-tag:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 5px 10px rgba(86, 95, 163, 0.15);
    transform: translateY(-2px);
}

/* =========================================
   Luxury Post Navigation
   ========================================= */
.luxury-post-navigation {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nav-card {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-card.empty {
    border: 1px dashed #eee;
    background: #fafafa;
    opacity: 0.5;
    pointer-events: none;
    display: none; /* Hide empty cards to allow full width for single? */
}

/* If one is missing, let the other take full width? Or keep space? 
   Screenshot implies 2 separate cards. Let's keep them even if empty space, or flex-grow.
   Better to just hide empty and let other grow? Or keep gap?
   Let's make visible card take 100% if other is missing?
*/
.nav-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    text-decoration: none;
    height: 100%;
    gap: 15px;
}

.nav-card:hover {
    border-color: var(--primary-color); /* Theme Color */
    box-shadow: 0 10px 30px rgba(86, 95, 163, 0.1);
    transform: translateY(-5px);
}

/* Icon Circle */
.nav-icon {
    width: 45px;
    height: 45px;
    background: #0a0a1a; /* Dark from screenshot */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.nav-card:hover .nav-icon {
    background: var(--primary-color);
    transform: scale(1.1);
}

.nav-content {
    flex: 1;
    text-align: right; /* RTL */
}

.nav-label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    font-weight: 600;
}

.nav-title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s;
}

.nav-card:hover .nav-title {
    color: var(--primary-color);
}

/* Next Post (Left Side in RTL) */
.nav-card.next .nav-content {
    text-align: right; /* Still right aligned in card, but card is on left */
}

@media (max-width: 768px) {
    .luxury-post-navigation {
        flex-direction: column;
    }
}