/*
Theme Name: Gent Law Child
Theme URI: https://profiles.wordpress.org/nababurbd/#content-plugins
Template: hello-elementor
Author: Gent Law Team
Author URI: https://nababur.com
Description: Residential Conveyancing Specialists Child Theme
Version: 1.0.0
License: GPL v2 or later
Text Domain: gent-law-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Your custom CSS will go here or in assets/css/custom.css */


/* Contact form section css */

.gentlaw_careers__card {
	max-width: 860px;
	width: 100%;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 20px 40px -10px rgba(31, 7, 53, 0.15);
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.gentlaw_careers__header {
	background: linear-gradient(137deg, #341f79, #6B21A8);
	padding: 40px 48px 32px;
	color: white;
}

.gentlaw_careers__header h1 {
	font-family: 'Playfair Display', serif;
	font-size: 2.4rem;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	line-height: 1.2;
}

.gentlaw_careers__header p {
	font-size: 1rem;
	opacity: 0.9;
	font-weight: 300;
	max-width: 520px;
}

.gentlaw_careers__form-container {
	background-color: #f9fafb;
	border-radius: 1rem;
	padding: 1.5rem;
	margin: 24px;
}

@media (min-width: 768px) {
	.gentlaw_careers__form-container {
		padding: 2rem;
	}
}

.gentlaw_careers__form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.gentlaw_careers__grid-2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.gentlaw_careers__grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gentlaw_careers__field {
	display: flex;
	flex-direction: column;
}

.gentlaw_careers__label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #374151;
	margin-bottom: 6px;
}

.gentlaw_careers__input, .gentlaw_careers__textarea {
    width: 100%;
    border-radius: 0.375rem !important;
    border: 1px solid #e2e8f0 !important;
    background: transparent;
    padding: 0.5rem 0.75rem !important;
    font-size: 1rem;
    font-family: inherit;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.2s;
}

.gentlaw_careers__input:focus,
.gentlaw_careers__textarea:focus {
	outline: none;
	border-color: #6B21A8;
	box-shadow: 0 0 0 1px #6B21A8;
}

.gentlaw_careers__input::placeholder,
.gentlaw_careers__textarea::placeholder {
	color: #9ca3af;
}

.gentlaw_careers__input {
	height: 3rem;
	margin-top: 4px;
}

.gentlaw_careers__textarea {
    min-height: 150px;
    margin-top: 4px;
    resize: vertical;
    max-height: 150px;
}

.gentlaw_careers__button-wrapper {
	padding-top: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.card-meta i {

    color: #550091;
}
.related-post-date i {

    color: #550091;
}

.gentlaw_careers__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem!important;
    font-weight: 600!important;
    background: linear-gradient(130deg, #341f79 0%, #550091 100%) !important;
    color: white!important;
    border: none!important;
    box-shadow: 0 4px 12px rgba(107, 33, 168, 0.3);
    height: 3.5rem;
    padding: 0 2rem!important;
    border-radius: 9999px!important;
    cursor: pointer;
    transition: all 0.25s!important;
    width: auto;
    font-family: 'Poppins', sans-serif;
}
.gentlaw_careers__button:hover {
	background-color: #5a1a8a;
	box-shadow: 0 8px 20px rgba(107, 33, 168, 0.4);
	transform: translateY(-2px);
}

.gentlaw_careers__btn-arrow {
	color: white;
	font-size: 0.875rem;
	transition: transform 0.25s;
}

.gentlaw_careers__button-wrapper:hover .gentlaw_careers__btn-arrow {
	transform: translateX(4px);
}

@media (max-width: 639px) {
	.gentlaw_careers__button-wrapper {
		width: 100%;
	}

	.gentlaw_careers__button {
		width: 100%;
	}
}

.gentlaw_careers__footer-note {
	padding: 8px 24px 24px;
	font-size: 0.85rem;
	color: #9ca3af;
	text-align: center;
	border-top: 1px solid #f0f0f0;
}



/* ========== SINGLE POST STYLES ========== */

.single-wrapper {
    max-width: 900px;
    margin: 0 auto 70px;
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* Hero Section */
.single-hero {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.single-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20,5,30,0.6), transparent 50%);
}

.single-title-group {
    position: absolute;
    bottom: 40px;
    left: 48px;
    right: 48px;
    color: white;
}

.single-title-group h1 {
    font-size: 3.2rem;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.single-meta {
    display: flex;
    gap: 28px;
    font-size: 1rem;
    flex-wrap: wrap;
}

.single-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.single-meta span i {
    opacity: 0.9;
    font-size: 0.95rem;
}

/* Post Content */
.single-body {
    padding: 56px 64px;
    font-size: 1.1rem;
    color: #334155;
}

.single-body p {
    margin-bottom: 28px;
    line-height: 1.8;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
    font-family: 'Playfair Display', serif;
    color: #1F0735;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.single-body h2 {
    font-size: 2rem;
}

.single-body h3 {
    font-size: 1.5rem;
}

.single-body h4 {
    font-size: 1.25rem;
}

.single-body blockquote {
    border-left: 5px solid #EDB458;
    background: #faf6ff;
    padding: 24px 32px;
    font-style: italic;
    border-radius: 12px;
    margin: 32px 0;
    font-size: 1.1rem;
    color: #1F0735;
}

.single-body blockquote p:last-child {
    margin-bottom: 0;
}

.single-body ul, 
.single-body ol {
    margin: 20px 0 30px 20px;
}

.single-body li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.single-body li ul,
.single-body li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

.single-body figure {
    margin: 30px 0;
}

.single-body figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 10px;
}

.single-body .wp-caption {
    max-width: 100%;
}

.single-body .wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 10px;
}

.single-body .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-body .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.single-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Page Links for multi-page posts */
.page-links {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    clear: both;
}

.page-links .post-page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #f8f9fa;
    color: #334155;
    margin: 0 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.page-links .post-page-numbers.current {
    background: #6B21A8;
    color: white;
}

.page-links .post-page-numbers:hover {
    background: #6B21A8;
    color: white;
}

/* Post Taxonomies */
.post-taxonomies {
    border-top: 2px solid #eee;
    padding-top: 24px;
    margin-top: 30px;
}

.post-categories,
.post-tags {
    margin-bottom: 10px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-categories strong,
.post-tags strong {
    color: #1F0735;
    font-weight: 600;
}

.post-categories a,
.post-tags a {
    color: #6B21A8;
    text-decoration: none;
    margin-right: 5px;
    transition: color 0.3s;
}

.post-categories a:hover,
.post-tags a:hover {
    color: #1F0735;
    text-decoration: underline;
}

/* Author Bio Box */
.author-bio-box {
    background: #f8fafc;
    padding: 40px 64px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

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

.author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #EDB458;
}

.author-info {
    flex: 1;
}

.author-info h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1F0735;
    font-family: 'Playfair Display', serif;
}

.author-info p {
    color: #64748b;
    margin-bottom: 15px;
    line-height: 1.6;
}

.author-social {
    display: flex;
    gap: 15px;
}

.author-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.3s;
    text-decoration: none;
}

.author-social a:hover {
    background: #6B21A8;
    color: white;
    transform: translateY(-2px);
}

/* Post Navigation */
.post-navigation {
    padding: 40px 64px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.nav-previous,
.nav-next {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

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

.nav-next {
    align-items: flex-end;
}

.nav-previous i,
.nav-next i {
    margin-bottom: 5px;
    color: #6B21A8;
    font-size: 1.2rem;
}

.nav-previous span,
.nav-next span {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6B21A8;
    font-weight: 600;
}

.nav-previous small,
.nav-next small {
    font-size: 0.95rem;
    color: #1F0735;
    margin-top: 5px;
    line-height: 1.4;
    transition: color 0.3s;
}

.nav-previous:hover small,
.nav-next:hover small {
    color: #6B21A8;
}

/* Related Posts */
.related-posts {
    padding: 40px 64px;
    border-bottom: 1px solid #eee;
}

.related-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #1F0735;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-post-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.related-post-image {
    display: block;
    height: 160px;
    overflow: hidden;
    text-decoration: none;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.related-post-card:hover .related-post-image img {
    transform: scale(1.1);
}

.related-post-content {
    padding: 20px;
}

.related-post-content h4 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.4;
}

.related-post-content h4 a {
    color: #1F0735;
    text-decoration: none;
    transition: color 0.3s;
}

.related-post-content h4 a:hover {
    color: #6B21A8;
}

.related-post-date {
    font-size: 0.8rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

.related-post-date i {
    font-size: 0.75rem;
}

/* Comments Section */
.comments-section {
    padding: 40px 64px;
}

.comments-section h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #1F0735;
    font-family: 'Playfair Display', serif;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.comment-list .children {
    list-style: none;
    padding-left: 50px;
}

.comment {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8fafc;
    border-radius: 16px;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-author .fn {
    font-weight: 600;
    color: #1F0735;
    text-decoration: none;
    font-style: normal;
}

.comment-author .fn a {
    color: #1F0735;
    text-decoration: none;
}

.comment-author .fn a:hover {
    color: #6B21A8;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 0.9rem;
}

.comment-metadata a {
    color: #64748b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment-metadata a:hover {
    color: #6B21A8;
}

.comment-content {
    margin-bottom: 15px;
}

.comment-content p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #334155;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    margin-top: 15px;
}

.reply a {
    color: #6B21A8;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.reply a:hover {
    color: #1F0735;
}

.reply a i {
    font-size: 0.85rem;
}

/* Comment Form */
.comment-respond {
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    margin-top: 40px;
}

.comment-reply-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #1F0735;
    font-family: 'Playfair Display', serif;
}

.comment-reply-title small {
    margin-left: 10px;
}

.comment-reply-title a {
    color: #6B21A8;
    text-decoration: none;
    font-size: 0.9rem;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin: 0;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #1F0735;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    transition: all 0.3s;
    font-family: inherit;
}

.comment-form-comment textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    outline: none;
    border-color: #6B21A8;
    box-shadow: 0 0 0 2px rgba(107,33,168,0.1);
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.comment-form-cookies-consent input {
    width: auto;
}

.comment-form-cookies-consent label {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
}

.form-submit {
    margin: 0;
}

.form-submit .submit {
    background: #6B21A8;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
}

.form-submit .submit:hover {
    background: #1F0735;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(107,33,168,0.2);
}

/* No comments message */
.no-comments {
    text-align: center;
    padding: 30px;
    background: #f8fafc;
    border-radius: 16px;
    color: #64748b;
    margin: 30px 0;
}

/* Comment form notes */
.comment-notes {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.logged-in-as {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: #6B21A8;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* Required field indicator */
.required {
    color: #dc3545;
}
.featured-card .featured-actions a, .featured-card .featured-actions span.meta-icon{display:none !important}
/* Responsive Styles */
@media (max-width: 1000px) {
    .single-wrapper {
        margin: 20px;
    }
    
    .single-title-group {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    
    .single-title-group h1 {
        font-size: 2.5rem;
    }
    
    .single-body,
    .author-bio-box,
    .post-navigation,
    .related-posts,
    .comments-section {
        padding: 40px 30px;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .single-hero {
        height: 350px;
    }
    
    .single-title-group h1 {
        font-size: 2rem;
    }
    
    .single-meta {
        gap: 15px;
        font-size: 0.9rem;
    }
    
    .single-meta span {
        gap: 4px;
    }
    
    .single-meta span i {
        font-size: 0.85rem;
    }
    
    .author-bio-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .author-social {
        justify-content: center;
    }
    
    .post-navigation {
        flex-direction: column;
        gap: 30px;
    }
    
    .nav-previous,
    .nav-next {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }
    
    .nav-previous small,
    .nav-next small {
        text-align: center;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .comment-list .children {
        padding-left: 20px;
    }
    
    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .single-hero {
        height: 280px;
    }
    
    .single-title-group {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    
    .single-title-group h1 {
        font-size: 1.5rem;
    }
    
    .single-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .single-body,
    .author-bio-box,
    .post-navigation,
    .related-posts,
    .comments-section {
        padding: 25px 20px;
    }
    
    .single-body {
        font-size: 1rem;
    }
    
    .single-body h2 {
        font-size: 1.5rem;
    }
    
    .single-body h3 {
        font-size: 1.25rem;
    }
    
    .single-body blockquote {
        padding: 20px;
        font-size: 1rem;
    }
    
    .author-avatar img {
        width: 80px;
        height: 80px;
    }
    
    .comment-author {
        flex-wrap: wrap;
    }
    
    .comment-author img {
        width: 40px;
        height: 40px;
    }
    
    .comment-form input,
    .comment-form textarea {
        padding: 10px;
    }
    
    .form-submit .submit {
        width: 100%;
        text-align: center;
    }
}

/* Print styles */
@media print {
    .single-hero-overlay,
    .post-navigation,
    .related-posts,
    .comments-section,
    .author-bio-box {
        display: none;
    }
    
    .single-wrapper {
        box-shadow: none;
        margin: 0;
    }
    
    .single-title-group {
        position: static;
        color: #1F0735;
        padding: 30px 0;
    }
    
    .single-title-group h1 {
        color: #1F0735;
    }
    
    .single-body {
        padding: 30px 0;
    }
}

/* ========== SINGLE POST BANNER & BREADCRUMB STYLES ========== */

/* Adjust main content for sticky header */
.single-wrapper
a {
    background-color: transparent;
    color: #4f078d;
    text-decoration: none;
}
.single-post-banner {
    background: linear-gradient(137deg, #341f79 0%, #550091 100%);
    padding: 140px 0 60px;

    position: relative;
    z-index: 1;
}

/* If your header is sticky, add padding to body */
body.single {
    padding-top: 0;
}

/* Breadcrumb Styles */
.single-breadcrumb {
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.single-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
}

.single-breadcrumb a:hover {
    color: #EDB458;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-separator i {
    font-size: 0.7rem;
}

.breadcrumb-current {
    color: white;
    font-weight: 500;
    opacity: 0.9;
}

/* Banner Title */
.single-banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    color: #fff !important;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 900px;
}

/* Banner Meta */
.single-banner-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.banner-meta-item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-meta-item i {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* Adjust single wrapper for new banner */
.single-wrapper {
    margin-top: 60px; /* Overlap slightly with banner for design effect */
    position: relative;
    z-index: 2;
}

/* Optional: Add a subtle shadow to wrapper */
.single-wrapper {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
}

/* Responsive Styles */
@media (max-width: 1000px) {
    .single-post-banner {
        padding: 160px 0 50px;
    }
    
    .single-banner-title {
        font-size: 2.5rem;
    }
    
    .single-banner-meta {
        gap: 20px;
    }
    
    .single-wrapper {
        margin: 0px 20px 40px;
    }
}

@media (max-width: 768px) {
.single-post-banner {
    padding: 160px 20px 40px;
}
    .related-post-image {
    display: block;
    height: 260px;
    overflow: hidden;
    text-decoration: none;
}
    .single-banner-title {
        font-size: 2rem;
    }
    
    .single-breadcrumb {
        font-size: 0.85rem;
    }
    
    .single-banner-meta {
        flex-direction: unset;
        gap: 10px;
    }
    
    .banner-meta-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
	.gentlaw_careers__form-container {

    padding: 1rem;
    margin: 10px;
}
	
    .single-post-banner {
        padding: 160px 20px 30px;
    }
	.featured-content {
    padding: 15px !important;
}
	.featured-content h2{font-size:30px}
	
    .related-post-image {
    display: block;
    height: 200px;
    overflow: hidden;
    text-decoration: none;
}
    .single-banner-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .single-breadcrumb {
        margin-bottom: 15px;
    }
    
    .single-banner-meta {
        gap: 8px;
    }
}

/* Optional: Add a subtle overlay pattern */
.single-post-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*     background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 30%); */
    pointer-events: none;
}


/* ========== ARCHIVE PAGE STYLES (MATCHING SINGLE POST) ========== */

.archive-header-banner {
    background: linear-gradient(137deg, #341f79, #550091);
    padding: 140px 0 60px;
    margin-top: -32px;
    position: relative;
    z-index: 1;
}

.archive-header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 30%);
    pointer-events: none;
}

/* Breadcrumb - matching single post */
.archive-breadcrumb {
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.archive-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.archive-breadcrumb a:hover {
    color: #EDB458;
}

.archive-breadcrumb .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
}

.archive-breadcrumb .breadcrumb-current {
    color: white;
    font-weight: 500;
    opacity: 0.9;
}

/* Archive Title - matching single post */
.archive-banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Archive Description (if needed) */
.archive-banner-description {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin-top: 10px;
}

/* Posts Grid - already styled from blog */
.grid-posts {
    margin: 40px 0;
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 80px 20px;
    background: #f8f9fa;
    border-radius: 30px;
    margin: 40px 0;
}

.no-posts-found h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1F0735;
    margin-bottom: 15px;
}

.no-posts-found p {
    color: #64748b;
    font-size: 1.1rem;
    margin-bottom: 30px;
}


/* ========== SINGLE POST FEATURED IMAGE STYLES ========== */

.single-featured-image {
    margin: -20px 0 30px 0;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(31, 7, 53, 0.15);
}

.featured-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: linear-gradient(137deg, #341f79, #6B21A8);
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    display: block;
}

.single-featured-image:hover .featured-image {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(31, 7, 53, 0.2) 100%);
    pointer-events: none;
}

.featured-caption {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    color: #1F0735;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

.featured-caption i {
    color: #EDB458;
    font-size: 0.75rem;
}

/* Responsive adjustments for featured image */
@media (max-width: 1000px) {
    .featured-image-wrapper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .single-featured-image {
        margin: -15px 0 20px 0;
        border-radius: 20px;
    }
    
    .featured-image-wrapper {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .single-featured-image {
        margin: -10px 0 15px 0;
        border-radius: 16px;
    }
    
    .featured-image-wrapper {
        height: 220px;
    }
    
    .featured-caption {
        bottom: 10px;
        right: 10px;
        padding: 5px 12px;
        font-size: 0.75rem;
    }
}

/* Responsive - matching single post */
@media (max-width: 1000px) {
    .archive-header-banner {
        padding: 120px 0 50px;
    }
    
    .archive-banner-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .archive-header-banner {
        padding: 100px 0 40px;
    }
    
    .archive-banner-title {
        font-size: 2rem;
    }
    
    .archive-breadcrumb {
        font-size: 0.85rem;
    }
    
    .archive-banner-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .archive-header-banner {
        padding: 90px 0 30px;
    }
    
    .archive-banner-title {
        font-size: 1.5rem;
    }
    
    .no-posts-found h2 {
        font-size: 1.5rem;
    }
}