.elementor-116 .elementor-element.elementor-element-e993307{background-image:url("https://alhasoob.net/wp-content/uploads/2026/07/banner.jpg");}/* Start custom CSS for html, class: .elementor-element-e993307 *//* FORCE GLOBAL VARIABLES */
:root {
    --gold: #d4af37 !important;
    --gold-hover: #b8962e !important;
    --slate-light: #1e293b !important;
    --text-muted: #94a3b8 !important;
}

/* Ensure the background forces dark slate */
body, main, .post-wrapper, .services-section {
    background-color: #0f172a !important;
}

/* Focused max-width for clear typography legibility (around 740px is best practice) */
.small-container {
    max-width: 780px !important;
    margin: 0 auto;
}

/* POST HEADER */
.post-header {
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 35px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.post-category {
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.meta-divider {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.post-date {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.post-title {
    font-size: 2.8rem;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-excerpt {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #e2e8f0;
    font-weight: 500;
    border-left: 3px solid var(--gold);
    padding-left: 18px;
}

/* POST TYPOGRAPHY BODY CONTENT */
.post-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 25px;
}

.post-content h2 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Premium Technical Blockquote Layout */
.post-content blockquote {
    background-color: var(--slate-light);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-left: 4px solid var(--gold);
    padding: 25px;
    border-radius: 0 8px 8px 0;
    margin: 35px 0;
}

.post-content blockquote p {
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.15rem;
}

/* Post Unordered Lists */
.post-content ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 5px;
}

.post-content ul li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.post-content ul li::before {
    content: "▪";
    color: var(--gold);
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.post-content strong {
    color: #ffffff;
}

/* ARTICLE FOOTER AREA */
.post-footer {
    margin-top: 60px;
}

.author-box {
    background-color: var(--slate-light);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.author-box h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.author-box p {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 580px;
    margin: 0 auto 25px auto;
    line-height: 1.6;
}

.author-box .btn-primary {
    display: inline-block;
}

/* RESPONSIVE DESIGN ADJUSTMENTS */
@media (max-width: 768px) {
    .post-wrapper {
        padding-top: 130px;
    }
    .post-title {
        font-size: 2rem;
    }
    .post-excerpt {
        font-size: 1.1rem;
    }
    .post-content p {
        font-size: 1rem;
    }
    .author-box {
        padding: 25px;
    }
}/* End custom CSS */