/*
 * Custom CSS for batcham Theme
 * Added for Actualités styling and other specific custom components
 */

.batcham-news-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #f2f4f8;
}

.batcham-news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 58, 174, 0.08);
}

.fnc-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

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

.batcham-news-card:hover .fnc-image img {
	transform: scale(1.05);
}

.fnc-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.fnc-meta {
	font-size: 13px;
	color: #718096;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fnc-category {
	color: var(--main-color, #003aae);
	font-weight: 600;
	background: rgba(0, 58, 174, 0.08);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.fnc-title {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}

.fnc-title a {
	color: #2d3748;
	transition: color 0.3s ease;
}

.fnc-title a:hover {
	color: var(--main-color, #003aae);
}

.fnc-excerpt {
	font-size: 14px;
	color: #4a5568;
	line-height: 1.6;
	margin-bottom: 15px;
	flex-grow: 1;
}

.fnc-read-more {
	font-size: 14px;
	font-weight: 600;
	color: var(--main-color, #003aae);
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	transition: gap 0.3s ease;
	gap: 5px;
}

.fnc-read-more:hover {
	gap: 10px;
}

/* =============================================
   PORTRAITS — Card Grid Styles
   ============================================= */

/* --- Section & Grid --- */
.batcham-portraits-section {
	padding: 10px 0;
}

.batcham-portraits-grid {
	display: flex;
	flex-wrap: wrap;
}

.batcham-portrait-col {
	padding: 10px;
	display: flex;
}

/* --- Traditional Portrait Card --- */
.batcham-portrait-card {
	background: #ffffff;
	border-radius: 8px;
	/* Plus carré, traditionnel */
	text-align: center;
	border: 1px solid #e0dbce;
	/* Couleur sable/traditionnelle */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.batcham-portrait-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--main-color, #003aae);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s ease;
}

.batcham-portrait-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
	border-color: #d1c8b4;
}

.batcham-portrait-card:hover::after {
	transform: scaleX(1);
}

/* --- Image Top --- */
.fpc-image-wrapper {
	width: 100%;
	height: 280px;
	/* Plus grand pour mieux voir le portrait vertical */
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #f0ecdf;
}

.fpc-image-wrapper::before {
	content: '';
	position: absolute;
	inset: 6px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	/* Cadre intérieur plus discret et plus bord à bord */
	z-index: 1;
	pointer-events: none;
}

.fpc-image-wrapper img.fpc-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	/* Force l'image à s'aligner par le haut pour ne pas couper la tête */
	display: block;
	transition: transform 0.6s ease;
	filter: contrast(1.05) saturate(1.1);
	/* Rendu un peu plus riche, traditionnel */
}

.batcham-portrait-card:hover .fpc-image-wrapper img.fpc-image {
	transform: scale(1.05);
}

.fpc-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a202c, #2d3748);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fpc-image-placeholder span {
	font-size: 4rem;
	font-weight: 700;
	color: #e0dbce;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
}

/* --- Info Area --- */
.fpc-info {
	padding: 20px 20px 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.fpc-name {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: 'Outfit', serif;
	/* Si outfit supporte serif sinon fallback */
	line-height: 1.3;
	color: #1a202c;
}

.fpc-name a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.fpc-name a:hover {
	color: var(--main-color, #003aae);
}

.fpc-meta {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.fpc-role {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #c98a2c;
	/* Couleur dorée tradtionnelle type or/laiton */
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Manrope', sans-serif;
}

.fpc-fonction {
	display: block;
	font-size: 0.85rem;
	color: #718096;
	font-family: 'Manrope', sans-serif;
	font-style: italic;
}

/* --- Excerpt --- */
.fpc-excerpt {
	font-size: 0.9rem;
	color: #4a5568;
	line-height: 1.6;
	margin-bottom: 15px;
	flex-grow: 1;
	/* Pousse le bouton vers le bas */
	font-family: 'Manrope', sans-serif;
}

.fpc-readmore {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--main-color, #003aae);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-bottom: 2px;
}

.fpc-readmore i {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.fpc-readmore:hover {
	color: #1a202c;
	border-color: #1a202c;
}

.fpc-readmore:hover i {
	transform: translateX(4px);
}

/* --- Mini Mode Styles (Shortcode [batcham_portraits_mini]) --- */
.fpc-mini .fpc-image-wrapper {
	height: 200px;
}

.fpc-mini .fpc-info {
	padding: 15px 15px 20px;
}

.fpc-mini .fpc-name {
	font-size: 1.1rem;
}

.fpc-mini .fpc-role {
	font-size: 0.65rem;
}

.fpc-mini .fpc-excerpt {
	font-size: 0.8rem;
	margin-bottom: 10px;
}

.fpc-filterable-item {
	transition: opacity 0.3s ease;
}

/* --- Social Links --- */
.fpc-socials {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.fpc-social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f7fc;
	color: #718096;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
	border: 1px solid transparent;
}

.fpc-social-link:hover {
	background: var(--main-color, #003aae);
	color: #fff;
	border-color: var(--main-color, #003aae);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 58, 174, 0.25);
}


/* =============================================
   PORTRAITS — Archive Page
   ============================================= */

.batcham-portraits-archive-section {
	padding: 30px 0 60px;
	background: #fafbfe;
}

.batcham-portraits-archive-header {
	margin-bottom: 30px;
}

/* --- Category Filters --- */
.fpc-filters {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.fpc-filter-btn {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 30px;
	font-size: 0.85rem;
	font-weight: 600;
	font-family: 'Manrope', sans-serif;
	text-decoration: none;
	color: #4a5568;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
}

.fpc-filter-btn:hover {
	color: var(--main-color, #003aae);
	border-color: var(--main-color, #003aae);
	background: rgba(0, 58, 174, 0.04);
	transform: translateY(-1px);
}

.fpc-filter-btn.active {
	color: #ffffff;
	background: var(--main-color, #003aae);
	border-color: var(--main-color, #003aae);
	box-shadow: 0 4px 12px rgba(0, 58, 174, 0.25);
}

.fpc-section-tag {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--main-color, #003aae);
	background: rgba(0, 58, 174, 0.07);
	padding: 6px 20px;
	border-radius: 30px;
	margin-bottom: 16px;
	font-family: 'Manrope', sans-serif;
}

.fpc-section-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #1a202c;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 12px;
	line-height: 1.2;
}

.fpc-section-subtitle {
	font-size: 1.05rem;
	color: #718096;
	max-width: 550px;
	margin: 0 auto;
	line-height: 1.7;
	font-family: 'Manrope', sans-serif;
}


/* =============================================
   PORTRAITS — Single Page
   ============================================= */

.batcham-single-portrait-section {
	padding: 40px 0 60px;
	background: #fafbfe;
}

/* --- Sidebar Card --- */
.fsp-sidebar-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 30px 30px;
	text-align: center;
	border: 1px solid rgba(0, 58, 174, 0.06);
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
	position: sticky;
	top: 120px;
}

.fsp-photo-wrapper {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 24px;
	border: 5px solid #f0f4ff;
	box-shadow: 0 6px 20px rgba(0, 58, 174, 0.10);
}

.fsp-photo-wrapper img.fsp-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fsp-photo-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--main-color, #003aae), #5b8dee);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.fsp-photo-placeholder span {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
}

.fsp-card-info {
	margin-bottom: 10px;
}

.fsp-card-name {
	font-size: 1.4rem;
	font-weight: 800;
	color: #1a202c;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 6px;
}

.fsp-card-role {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--main-color, #003aae);
	background: rgba(0, 58, 174, 0.07);
	padding: 5px 18px;
	border-radius: 20px;
	font-family: 'Manrope', sans-serif;
}

.fsp-card-fonction {
	display: block;
	font-size: 0.85rem;
	color: #718096;
	font-family: 'Manrope', sans-serif;
	margin-top: 6px;
	font-style: italic;
}

.fsp-card-divider {
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #dce3f0, transparent);
	margin: 18px auto;
}

.fsp-card-socials {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.fsp-social-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f7fc;
	color: #718096;
	font-size: 15px;
	transition: all 0.3s ease;
	text-decoration: none;
	border: 1px solid transparent;
}

.fsp-social-btn:hover {
	background: var(--main-color, #003aae);
	color: #fff;
	border-color: var(--main-color, #003aae);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 58, 174, 0.25);
}

/* --- Content Area --- */
.fsp-content-area {
	padding-left: 20px;
}

.fsp-content-header {
	margin-bottom: 30px;
}

.fsp-bio-tag {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--main-color, #003aae);
	background: rgba(0, 58, 174, 0.07);
	padding: 5px 16px;
	border-radius: 20px;
	margin-bottom: 14px;
	font-family: 'Manrope', sans-serif;
}

.fsp-content-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a202c;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 6px;
	line-height: 1.2;
}

.fsp-content-role {
	font-size: 1rem;
	color: #718096;
	font-family: 'Manrope', sans-serif;
}

.fsp-bio-content {
	background: #ffffff;
	border-radius: 20px;
	padding: 35px 35px;
	border: 1px solid rgba(0, 58, 174, 0.06);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
	line-height: 1.85;
	font-size: 1rem;
	color: #4a5568;
	font-family: 'Manrope', sans-serif;
}

.fsp-bio-content p {
	margin-bottom: 16px;
	text-align: justify;
}

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

/* --- Related Portraits --- */
.fsp-related-section {
	margin-top: 70px;
	padding-top: 50px;
	border-top: 1px solid #edf2f7;
}

.fsp-related-title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1a202c;
	text-align: center;
	margin-bottom: 35px;
	font-family: 'Outfit', sans-serif;
}


/* =============================================
   PORTRAITS — Responsive
   ============================================= */

@media (max-width: 991px) {
	.fsp-content-area {
		padding-left: 0;
		margin-top: 40px;
	}

	.fsp-sidebar-card {
		position: static;
		margin-bottom: 20px;
	}

	.fpc-section-title {
		font-size: 1.8rem;
	}

	.fsp-content-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.batcham-portraits-archive-section {
		padding: 50px 0 40px;
	}

	.batcham-single-portrait-section {
		padding: 50px 0 40px;
	}

	.fpc-section-title {
		font-size: 1.5rem;
	}

	.fsp-photo-wrapper {
		width: 140px;
		height: 140px;
	}

	.fsp-bio-content {
		padding: 25px 20px;
	}

	.batcham-portrait-col {
		padding: 10px;
	}

	.batcham-portrait-card {
		padding: 30px 20px 24px;
		border-radius: 16px;
	}

	.fpc-avatar-wrapper {
		width: 100px;
		height: 100px;
	}
}

/* =============================================
   Header Topbar — Premium Clean Design
   ============================================= */
.batcham-topbar {
	background: #ffffff;
	position: relative;
}

.batcham-topbar-motif {
	line-height: 0;
	font-size: 0;
}

.batcham-topbar-motif svg {
	display: block;
	width: 100%;
}

.batcham-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 5px 0;
}

.batcham-topbar-logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.batcham-topbar-logo img {
	height: 100px;
	width: auto;
	object-fit: contain;
	border-radius: 4px;
}

.batcham-topbar-center {
	flex: 1;
	text-align: center;
}

.batcham-topbar-slogan {
	font-family: 'Outfit', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #0f172a;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.batcham-topbar-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #c98a2c;
	font-family: 'Manrope', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.batcham-topbar-phone:hover {
	color: #a06e1d;
}

/* --- Responsive: Tablet --- */
@media (max-width: 991px) {
	.batcham-topbar-inner {
		gap: 20px;
		padding: 14px 0;
	}

	.batcham-topbar-logo img {
		height: 75px;
	}

	.batcham-topbar-slogan {
		font-size: 0.85rem;
		letter-spacing: 1px;
	}

	.batcham-topbar-phone {
		font-size: 0.8rem;
	}
}

/* --- Responsive: Mobile --- */
@media (max-width: 575px) {
	.batcham-topbar-inner {
		flex-direction: column;
		gap: 10px;
		padding: 12px 0;
	}

	.batcham-topbar-logo img {
		height: 60px;
	}

	.batcham-topbar-slogan {
		font-size: 0.72rem;
		letter-spacing: 0.5px;
		margin-bottom: 4px;
	}

	.batcham-topbar-phone {
		font-size: 0.75rem;
	}
}

/* =============================================
   Partner Section — Premium Treatment
   ============================================= */
.partner-section {
	background: #fafbfc;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.partner-title {
	text-align: center;
	margin-bottom: 35px;
}

.partner-title h5 {
	font-family: 'Outfit', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
}

.partner-title h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: #c98a2c;
	border-radius: 2px;
}

.partner-wrap {
	overflow: hidden;
}

.marquee__group a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
}

.marquee__group a img {
	height: 120px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	transition: all 0.4s ease;
}

.marquee__group a:hover img {
	transform: scale(1.05);
}

/* =============================================
   Header Menu Dropdown Arrows
   ============================================= */
header.style-1 .main-menu>ul>li.menu-item-has-children>a::after,
header.style-1 .main-menu>ul>li ul.sub-menu>li.menu-item-has-children>a::after {
	content: "\25BE";
	display: inline-block;
	margin-left: 6px;
	font-size: 16px;
	line-height: 1;
	color: currentColor;
	vertical-align: middle;
}

header.style-1 .main-menu>ul>li ul.sub-menu>li.menu-item-has-children>a::after {
	content: "\25B8";
	float: right;
	margin-left: 10px;
}

/* Mobile Dropdown Toggle Button */
@media (max-width: 991px) {
	/* Hide the CSS pseudo-element arrows on mobile since we use the toggle button */
	header.style-1 .main-menu>ul>li.menu-item-has-children>a::after,
	header.style-1 .main-menu>ul>li ul.sub-menu>li.menu-item-has-children>a::after {
		display: none;
	}

	.batcham-dropdown-toggle {
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: inherit;
		font-size: 18px;
		border: none;
		background: rgba(255,255,255,0.05);
		border-left: 1px solid rgba(255,255,255,0.08);
		z-index: 5;
		transition: background 0.2s ease, transform 0.2s ease;
	}

	.batcham-dropdown-toggle:hover {
		background: rgba(255,255,255,0.1);
	}

	.batcham-dropdown-toggle.open {
		transform: rotate(180deg);
	}

	/* Ensure parent li is relatively positioned */
	header.style-1 .main-menu ul li.menu-item-has-children {
		position: relative;
	}

	/* Hide sub-menus by default on mobile */
	header.style-1 .main-menu ul li.menu-item-has-children > .sub-menu {
		display: none;
	}

	header.style-1 .main-menu ul li.menu-item-has-children > .sub-menu.batcham-submenu-open {
		display: block;
	}
}
/* =============================================
   Front Page Agenda 2.0
   ============================================= */
.batcham-agenda2-section {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.batcham-agenda2-date {
	margin-top: 10px;
	font-weight: 700;
	font-size: 1rem;
	color: #1f2937;
	line-height: 1.45;
}

.batcham-agenda2-date-trad {
	display: inline-block;
	margin-top: 4px;
	color: #2b6cb0;
	font-style: italic;
	font-size: 0.95rem;
	font-weight: 600;
}

.batcham-agenda2-signification {
	margin-top: 14px;
	font-size: 0.95rem;
	font-style: italic;
	background: #eef6ff;
	border: 1px solid #d6e8ff;
	color: #24466e;
	padding: 10px 18px;
	border-radius: 999px;
	display: inline-block;
}

.batcham-agenda2-grid {
	margin-top: 8px;
}

.batcham-agenda2-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid #e5edf7;
	border-radius: 16px;
	padding: 28px 22px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.batcham-agenda2-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
	border-color: #cddff5;
}

.batcham-agenda2-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	padding: 12px;
	border-radius: 50%;
	color: #2b6cb0;
	background: #edf5ff;
}

.batcham-agenda2-icon--alert {
	color: #c53030;
	background: #fff2f2;
}

.batcham-agenda2-title {
	font-weight: 800;
	font-size: 1.12rem;
	color: #1f2937;
	margin-bottom: 10px;
}

.batcham-agenda2-text {
	color: #4b5563;
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 0;
}

.batcham-agenda2-card--alert {
	border-color: #f8d7da;
}

.batcham-agenda2-cta {
	margin-top: 28px !important;
}

@media (max-width: 767px) {
	.batcham-agenda2-signification {
		border-radius: 14px;
	}
}

/* =============================================
   Front Page About Batcham Section
   ============================================= */
.batcham-about-section {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.batcham-about-media-grid {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: 18px;
	align-items: stretch;
}

.batcham-about-media-item {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
	background: #e2e8f0;
	min-height: 260px;
}

.batcham-about-media-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.batcham-about-media-item--main {
	min-height: 460px;
}

.batcham-about-media-item--secondary {
	min-height: 360px;
	align-self: end;
	background: #ffffff;
}

.batcham-about-media-item--secondary img {
	object-fit: cover;
	object-position: center;
}

.batcham-about-content h2 {
	margin-top: 16px;
	margin-bottom: 14px;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #0f172a;
}

.batcham-about-content p {
	color: #475569;
	line-height: 1.8;
	margin-bottom: 14px;
}

.batcham-about-quote {
	font-style: italic;
	font-weight: 600;
	color: #1e3a5f;
	border-left: 3px solid #3b82f6;
	padding-left: 14px;
}

.batcham-about-values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 10px;
}

.batcham-about-value-card {
	background: #ffffff;
	border: 1px solid #dbe7f4;
	border-radius: 14px;
	padding: 16px 14px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.batcham-about-value-card h5 {
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 8px;
}

.batcham-about-value-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.batcham-about-media-grid {
		grid-template-columns: 1fr;
	}

	.batcham-about-media-item--main,
	.batcham-about-media-item--secondary {
		min-height: 340px;
	}

	.batcham-about-values {
		grid-template-columns: 1fr;
	}
}

/* =============================================
   Footer Premium Design (Clean & Professional)
   ============================================= */
.batcham-footer-premium {
	background: #000000;
	/* Pure black */
	color: #94a3b8;
	/* Slate 400 */
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	/* Subtle top border */
}

.batcham-footer-premium .footer-top {
	padding: 30px 0 40px;
}

.batcham-footer-topline {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.batcham-footer-motto {
	color: #e2e8f0;
	/* Gray 200 */
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 1.15rem;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}

.batcham-footer-grid .batcham-footer-col {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.batcham-footer-premium .footer-widget {
	padding: 0;
}

/* Constrain images (logos) inside footer widgets */
.batcham-footer-premium .footer-widget img {
	max-width: 160px;
	height: auto;
	margin-bottom: 15px;
}

.batcham-footer-premium .footer-widget .widget-title,
.batcham-footer-premium .footer-widget h4,
.batcham-footer-premium .footer-widget h5 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 18px;
	font-family: 'Outfit', sans-serif;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
}

/* Subtle accent below title instead of full borders */
.batcham-footer-premium .footer-widget .widget-title::after,
.batcham-footer-premium .footer-widget h4::after,
.batcham-footer-premium .footer-widget h5::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #c98a2c;
	/* Elegant gold accent fitting the theme */
	border-radius: 2px;
}

.batcham-footer-premium .footer-widget p,
.batcham-footer-premium .footer-widget li,
.batcham-footer-premium .footer-widget span,
.batcham-footer-premium .footer-widget address {
	color: #94a3b8;
	/* Slate 400 */
	font-size: 0.95rem;
	line-height: 1.8;
}

.batcham-footer-premium .footer-widget ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.batcham-footer-premium .footer-widget ul li {
	margin-bottom: 6px;
}

.batcham-footer-premium .footer-widget a {
	color: #94a3b8;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.batcham-footer-premium .footer-widget a:hover {
	color: #c98a2c;
	/* Hover gold */
	transform: translateX(4px);
	/* Subtle interaction */
}

.batcham-footer-premium .footer-bottom {
	background: #050505;
	/* Slightly offset black to distinguish the bottom area */
	padding: 24px 0;
}

.batcham-footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.batcham-footer-bottom-wrap p {
	margin-bottom: 0;
	color: #64748b;
	/* Slate 500 */
	font-size: 0.9rem;
	letter-spacing: 0.5px;
}

/* =============================================
   Footer SVGs & Socials
   ============================================= */
.batcham-svg-ornament {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 100%;
}

.batcham-footer-socials {
	display: flex;
	gap: 12px;
	align-items: center;
}

.batcham-footer-socials a {
	color: #64748b;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.02);
}

.batcham-footer-socials a:hover {
	color: #c98a2c;
	border-color: #c98a2c;
	background: rgba(201, 138, 44, 0.05);
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	.batcham-footer-bottom-wrap {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}

/* =============================================
   Pages & Single Posts Clean Layout
   ============================================= */
.batcham-page-header {
	background: #f8fafc;
	padding: 70px 0 50px;
	border-bottom: 1px solid #e2e8f0;
	text-align: center;
}

.batcham-page-header h1 {
	font-family: 'Outfit', sans-serif;
	font-weight: 800;
	font-size: 2.5rem;
	color: #0f172a;
	margin-bottom: 15px;
}

.batcham-breadcrumb {
	margin: 0;
	background: transparent;
	padding: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	list-style: none;
}

.batcham-breadcrumb li.breadcrumb-item a {
	color: #c98a2c;
	text-decoration: none;
	transition: color 0.3s ease;
}

.batcham-breadcrumb li.breadcrumb-item a:hover {
	color: #0f172a;
}

.batcham-breadcrumb li.breadcrumb-item.active {
	color: #64748b;
}

.batcham-breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	color: #94a3b8;
	padding: 0 10px;
}

.batcham-page-content,
.batcham-single-content {
	padding: 80px 0;
}

.batcham-post-thumbnail {
	margin-bottom: 30px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.batcham-post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.batcham-post-meta {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	font-family: 'Manrope', sans-serif;
	font-size: 0.95rem;
	color: #718096;
	font-weight: 600;
	flex-wrap: wrap;
}

.batcham-post-meta span {
	display: flex;
	align-items: center;
}

.batcham-post-meta i {
	color: #c98a2c;
	margin-right: 6px;
}

.batcham-post-title {
	font-family: 'Outfit', sans-serif;
	font-weight: 800;
	font-size: 2.2rem;
	color: #0f172a;
	margin-bottom: 25px;
	line-height: 1.3;
}

.batcham-post-body,
.batcham-page-body {
	font-family: 'Manrope', sans-serif;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #4a5568;
}

.batcham-post-body p,
.batcham-page-body p {
	margin-bottom: 18px;
}

.batcham-post-tags {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.batcham-post-tags strong {
	font-weight: 700;
	color: #1a202c;
	margin-right: 10px;
}

.batcham-post-tags a {
	background: #f1f5f9;
	color: #475569;
	padding: 6px 14px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 0.85rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	margin-right: 5px;
	margin-bottom: 5px;
}

.batcham-post-tags a:hover {
	background: #c98a2c;
	color: #fff;
}