/*
Theme Name: Emaurri Child
Theme URI: https://emaurri.qodeinteractive.com
Description: A child theme of Emaurri
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.6.31
Text Domain: emaurri
Template: emaurri
*/

/* ============================================================
   Podcast category archive
   ============================================================ */

.category-podcast .qodef-page-title {
	height: auto !important;
	min-height: 0;
	padding: 14px 0;
	background: #f4f8fb;
	border-bottom: 1px solid #dce6ef;
}

.category-podcast .qodef-page-title .qodef-m-content {
	padding-top: 0;
	padding-bottom: 0;
}

.category-podcast .qodef-breadcrumbs {
	font-size: 14px;
	color: #5a6a73;
}

.category-podcast .qodef-breadcrumbs-link,
.category-podcast .qodef-breadcrumbs-current {
	color: inherit;
}

.category-podcast .qodef-breadcrumbs-link:hover {
	color: #0d4476;
}

.conbiz-page-intro {
	text-align: center;
	padding: 44px 24px 36px;
	margin: 0 0 40px;
	background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
	border-bottom: 1px solid #e5edf3;
}

.conbiz-page-intro h1 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 600;
	line-height: 1.2;
	color: #1e2b32;
}

.conbiz-page-intro p,
.conbiz-category-intro__desc {
	margin: 0 auto;
	max-width: 700px;
	font-size: 18px;
	line-height: 1.65;
	color: #5a6a73;
}

.conbiz-category-intro__desc p {
	margin: 0 0 0.6em;
}

.conbiz-category-intro__desc p:last-child {
	margin-bottom: 0;
}

/* ============================================================
   General category / tag archives — EN-like post grid
   ============================================================ */

body.category:not(.single-post) .qodef-page-title,
body.tag:not(.single-post) .qodef-page-title {
	height: auto !important;
	min-height: 0 !important;
	padding: 14px 0 !important;
	background: #f4f8fb !important;
	border-bottom: 1px solid #dce6ef !important;
}

body.category:not(.single-post) .qodef-page-title .qodef-m-title,
body.tag:not(.single-post) .qodef-page-title .qodef-m-title {
	display: none !important; /* shown in .conbiz-page-intro */
}

body.category:not(.single-post) .qodef-breadcrumbs,
body.tag:not(.single-post) .qodef-breadcrumbs {
	font-size: 14px !important;
	color: #5a6a73 !important;
}

body.category:not(.single-post) .qodef-breadcrumbs-link,
body.category:not(.single-post) .qodef-breadcrumbs-current,
body.tag:not(.single-post) .qodef-breadcrumbs-link,
body.tag:not(.single-post) .qodef-breadcrumbs-current {
	color: inherit !important;
}

body.category:not(.single-post) .qodef-breadcrumbs-link:hover,
body.tag:not(.single-post) .qodef-breadcrumbs-link:hover {
	color: #0d4476 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-blog.qodef--list,
body.tag:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px 20px !important;
	width: 100% !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-blog-item,
body.tag:not(.single-post) #qodef-page-content .qodef-blog-item {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	vertical-align: top !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-inner,
body.tag:not(.single-post) #qodef-page-content .qodef-e-inner {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-media,
body.category:not(.single-post) #qodef-page-content .qodef-e-media-image,
body.category:not(.single-post) #qodef-page-content .qodef-e-media-image a,
body.tag:not(.single-post) #qodef-page-content .qodef-e-media,
body.tag:not(.single-post) #qodef-page-content .qodef-e-media-image,
body.tag:not(.single-post) #qodef-page-content .qodef-e-media-image a {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-media-image img,
body.tag:not(.single-post) #qodef-page-content .qodef-e-media-image img {
	display: block !important;
	width: 100% !important;
	height: 250px !important;
	object-fit: cover !important;
	border-radius: 0 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-content,
body.tag:not(.single-post) #qodef-page-content .qodef-e-content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	padding: 16px 0 0 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-info.qodef-info--top,
body.tag:not(.single-post) #qodef-page-content .qodef-e-info.qodef-info--top {
	display: none !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-title,
body.tag:not(.single-post) #qodef-page-content .qodef-e-title {
	margin: 0 0 10px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-title a,
body.tag:not(.single-post) #qodef-page-content .qodef-e-title a {
	color: #1e2b32 !important;
	text-decoration: none !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-title a:hover,
body.tag:not(.single-post) #qodef-page-content .qodef-e-title a:hover {
	color: #0d4476 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-excerpt,
body.tag:not(.single-post) #qodef-page-content .qodef-e-excerpt {
	display: block !important;
	margin: 0 0 10px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #7a8a93 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-excerpt p,
body.tag:not(.single-post) #qodef-page-content .qodef-e-excerpt p {
	margin: 0 !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-info.qodef-info--bottom,
body.tag:not(.single-post) #qodef-page-content .qodef-e-info.qodef-info--bottom {
	margin-top: auto !important;
	padding-top: 8px !important;
	display: block !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: 8px 16px !important;
	border: 1px solid #093c6e !important;
	border-radius: 4px !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-text,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-text {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #093c6e !important;
	text-decoration: none !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button:hover,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button:hover {
	background: #093c6e !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button:hover .qodef-m-text,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-button:hover .qodef-m-text {
	color: #ffffff !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-corner,
body.category:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-btn-line,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-corner,
body.tag:not(.single-post) #qodef-page-content .qodef-e-read-more .qodef-m-btn-line {
	display: none !important;
}

body.category:not(.single-post) #qodef-page-content .qodef-m-pagination,
body.tag:not(.single-post) #qodef-page-content .qodef-m-pagination {
	margin-top: 36px !important;
	grid-column: 1 / -1;
}

@media only screen and (max-width: 1200px) {
	body.category:not(.single-post) #qodef-page-content .qodef-blog.qodef--list,
	body.tag:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media only screen and (max-width: 900px) {
	body.category:not(.single-post) #qodef-page-content .qodef-blog.qodef--list,
	body.tag:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media only screen and (max-width: 600px) {
	body.category:not(.single-post) #qodef-page-content .qodef-blog.qodef--list,
	body.tag:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	body.category:not(.single-post) #qodef-page-content .qodef-e-media-image img,
	body.tag:not(.single-post) #qodef-page-content .qodef-e-media-image img {
		height: 220px !important;
	}
}

/* Podcast keeps card treatment + hides excerpts */
.category-podcast .qodef-blog.qodef--list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

body.category-podcast:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 28px !important;
}

body.category-podcast:not(.single-post) .qodef-blog-item {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
}

body.category-podcast:not(.single-post) .qodef-e-inner {
	display: flex !important;
	flex-direction: column !important;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e8eef3;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(13, 68, 118, 0.06);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.category-podcast:not(.single-post) .qodef-e-inner:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(13, 68, 118, 0.12);
}

body.category-podcast:not(.single-post) .qodef-e-media,
body.category-podcast:not(.single-post) .qodef-e-media-image,
body.category-podcast:not(.single-post) .qodef-e-media-image a {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
}

body.category-podcast:not(.single-post) #qodef-page-content .qodef-e-media-image img,
body.category-podcast:not(.single-post) .qodef-e-media-image img {
	display: block;
	width: 100%;
	height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
}

body.category-podcast:not(.single-post) .qodef-e-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px 22px 24px;
}

body.category-podcast:not(.single-post) .qodef-e-info.qodef-info--top {
	display: flex !important;
	margin-bottom: 10px;
}

body.category-podcast:not(.single-post) .qodef-e-info-category,
body.category-podcast:not(.single-post) .qodef-e-info-author {
	display: none !important;
}

body.category-podcast:not(.single-post) .qodef-e-info-date {
	font-size: 14px;
	color: #7a8a93;
}

body.category-podcast:not(.single-post) .qodef-e-info-date a {
	color: inherit;
	text-decoration: none;
}

body.category-podcast:not(.single-post) .qodef-e-text {
	flex: 1 1 auto;
}

body.category-podcast:not(.single-post) .qodef-e-title {
	margin: 0 0 12px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

body.category-podcast:not(.single-post) .qodef-e-title a {
	color: #1e2b32;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.category-podcast:not(.single-post) .qodef-e-title a:hover {
	color: #0d4476;
}

body.category-podcast:not(.single-post) #qodef-page-content .qodef-e-excerpt,
body.category-podcast:not(.single-post) .qodef-e-excerpt {
	display: none !important;
}

body.category-podcast:not(.single-post) .qodef-e-info.qodef-info--bottom {
	margin-top: auto;
	padding-top: 16px;
}

.category-podcast .qodef-e-read-more .qodef-button {
	min-height: 0;
	padding: 10px 22px !important;
	border: 1px solid #0d4476 !important;
	border-radius: 999px !important;
	background: transparent !important;
}

.category-podcast .qodef-e-read-more .qodef-m-text {
	font-size: 15px;
	font-weight: 600;
	color: #0d4476;
	text-decoration: none !important;
}

.category-podcast .qodef-e-read-more .qodef-button:hover {
	background: #0d4476 !important;
}

.category-podcast .qodef-e-read-more .qodef-button:hover .qodef-m-text {
	color: #ffffff;
}

.category-podcast .qodef-e-read-more .qodef-m-corner,
.category-podcast .qodef-e-read-more .qodef-m-btn-line {
	display: none !important;
}

@media only screen and (min-width: 1100px) {
	.category-podcast .qodef-blog.qodef--list,
	body.category-podcast:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media only screen and (max-width: 767px) {
	.conbiz-page-intro {
		padding: 32px 18px 28px;
		margin-bottom: 28px;
	}

	.conbiz-page-intro p,
	.conbiz-category-intro__desc {
		font-size: 16px;
	}

	.category-podcast .qodef-blog.qodef--list,
	body.category-podcast:not(.single-post) #qodef-page-content .qodef-blog.qodef--list {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	.category-podcast .qodef-e-title {
		font-size: 18px !important;
	}
}

/* ============================================================
   Articles list page
   ============================================================ */

.page-id-1979 .qodef-page-title {
	height: auto !important;
	min-height: 0;
	padding: 14px 0;
	background: #f4f8fb;
	border-bottom: 1px solid #dce6ef;
}

.page-id-1979 .qodef-page-title .qodef-m-content {
	padding-top: 0;
	padding-bottom: 0;
}

.page-id-1979 .qodef-breadcrumbs {
	font-size: 14px;
	color: #5a6a73;
}

.page-id-1979 .qodef-breadcrumbs-link,
.page-id-1979 .qodef-breadcrumbs-current {
	color: inherit;
}

.page-id-1979 .qodef-breadcrumbs-link:hover {
	color: #0d4476;
}

.page-id-1979 .uagb-post__items {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	height: auto !important;
	min-height: 0 !important;
	position: static !important;
	width: 100% !important;
}

.page-id-1979 .uagb-post__inner-wrap {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 0 !important;
	background: #ffffff;
	border: 1px solid #e8eef3;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(13, 68, 118, 0.06);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-id-1979 .uagb-post__inner-wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(13, 68, 118, 0.12);
}

.page-id-1979 .uagb-post__image,
.page-id-1979 .uagb-post__title,
.page-id-1979 .uagb-post-grid-byline,
.page-id-1979 .uagb-post__excerpt,
.page-id-1979 .uagb-post__cta,
.page-id-1979 .uagb-post__text {
	width: 100% !important;
	max-width: 100% !important;
}

.page-id-1979 .uagb-post__image {
	overflow: hidden;
}

.page-id-1979 .uagb-post__image a {
	display: block;
}

.page-id-1979 .uagb-post__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.page-id-1979 .uagb-post__title {
	margin: 0 !important;
	padding: 20px 22px 0;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

.page-id-1979 .uagb-post__title a {
	color: #1e2b32;
	text-decoration: none;
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-id-1979 .uagb-post__title a:hover {
	color: #0d4476;
}

.page-id-1979 .uagb-post-grid-byline {
	padding: 10px 22px 0;
}

.page-id-1979 .uagb-post__date {
	font-size: 14px;
	color: #7a8a93;
}

.page-id-1979 .uagb-post__date .dashicons {
	display: none;
}

.page-id-1979 .uagb-post__excerpt {
	padding: 12px 22px 0;
	flex: 1 1 auto;
}

.page-id-1979 .uagb-post__excerpt p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #5a6a73;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-id-1979 .uagb-post__cta {
	padding: 18px 22px 24px;
	margin-top: auto;
}

.page-id-1979 .uagb-post__cta .wp-block-button__link,
.page-id-1979 .uagb-post__cta a.uagb-text-link {
	display: inline-block !important;
	padding: 10px 22px !important;
	border: 1px solid #093c6e !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: #093c6e !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.page-id-1979 .uagb-post__cta .wp-block-button__link:hover,
.page-id-1979 .uagb-post__cta a.uagb-text-link:hover {
	background: #093c6e !important;
	color: #ffffff !important;
}

.page-id-1979 .uagb-post__items > .uagb-post-pagination-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	grid-column: 1 / -1 !important;
	order: 99;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 36px;
	padding-top: 8px;
}

.page-id-1979 .uagb-post-pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #dce6ef;
	border-radius: 999px;
	background: #ffffff;
	color: #0d4476;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-id-1979 .uagb-post-pagination-wrap .page-numbers:hover,
.page-id-1979 .uagb-post-pagination-wrap .page-numbers.current {
	background: #0d4476;
	border-color: #0d4476;
	color: #ffffff;
}

.page-id-1979 .uagb-post-pagination-wrap .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #7a8a93;
	min-width: auto;
	padding: 0 6px;
}

@media only screen and (max-width: 1024px) {
	.page-id-1979 .uagb-post__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.page-id-1979 .uagb-post__items {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.page-id-1979 .uagb-post__title {
		font-size: 18px !important;
		padding-top: 18px;
	}
}

/* ============================================================
   Internal service page CTAs (/our-services/ subtree)
   ============================================================ */

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #ffffff !important;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-info-box.uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-info-box .uagb-ifb-title-wrap {
	width: auto;
	max-width: none;
	flex: 0 1 auto;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-info-box .uagb-ifb-title {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	word-break: normal;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-info-box .uagb-ifb-title a {
	display: inline;
	white-space: nowrap;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-container:has(.wp-block-uagb-info-box):has(.splite-showpopup) .wp-block-uagb-info-box .uagb-ifb-icon-wrap {
	flex-shrink: 0;
}

/* ============================================================
   Floating contact — simple visible pill, text centered.
   Lottie/label hidden (they desync from the hit target).
   ============================================================ */

html body .conbiz-floating-contact.popup123,
html body .conbiz-floating-contact,
html body.conbiz-popup-open .conbiz-floating-contact.popup123,
html body.conbiz-popup-open .conbiz-floating-contact {
	pointer-events: none !important;
	z-index: 2147483000 !important;
	width: 340px !important;
	max-width: 340px !important;
	min-width: 340px !important;
	height: 191px !important;
	left: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	top: auto !important;
	cursor: default !important;
}

html body .conbiz-floating-contact .elementor-widget-container,
html body.conbiz-popup-open .conbiz-floating-contact .elementor-widget-container {
	pointer-events: none !important;
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	cursor: default !important;
}

html body .conbiz-floating-contact .conbiz-eu-lottie {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none !important;
	z-index: 1 !important;
}
html body .conbiz-floating-contact .conbiz-eu-lottie svg,
html body .conbiz-floating-contact .conbiz-eu-lottie canvas {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none !important;
}
html body .conbiz-floating-contact .conbiz-floating-label {
	display: flex !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	width: 46% !important;
	height: 30% !important;
	z-index: 2 !important;
	align-items: center !important;
	justify-content: center !important;
	direction: rtl !important;
	color: #ffffff !important;
	font-size: clamp(14px, 1.15vw, 18px) !important;
	font-weight: 700 !important;
	pointer-events: none !important;
}

html body .conbiz-floating-contact a.elementor-button,
html body.conbiz-popup-open .conbiz-floating-contact a.elementor-button {
	pointer-events: auto !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	width: 46% !important;
	height: 30% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 999px !important;
	z-index: 3 !important;
	cursor: pointer !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

html body .conbiz-floating-contact a.elementor-button::before {
	display: none !important;
	content: none !important;
}

html body .conbiz-floating-contact a.elementor-button .elementor-button-content-wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

html body .conbiz-floating-contact a.elementor-button .elementor-button-text {
	display: block !important;
	opacity: 1 !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	animation: none !important;
	transform: none !important;
	position: static !important;
}

/* Only disable when Elementor popup is truly open */
html.elementor-popup-modal-opened body .conbiz-floating-contact,
html body.elementor-popup-modal-opened .conbiz-floating-contact,
html.elementor-popup-modal-opened body .conbiz-floating-contact a.elementor-button,
html body.elementor-popup-modal-opened .conbiz-floating-contact a.elementor-button {
	pointer-events: none !important;
	z-index: 10 !important;
}

/* Floating WhatsApp — right side, aligned with contact pill */
html body a.conbiz-floating-whatsapp {
	position: fixed !important;
	z-index: 2147483000 !important;
	right: 16px !important;
	left: auto !important;
	bottom: 20px !important;
	width: 56px !important;
	height: 56px !important;
	border-radius: 14px !important;
	background: #25d366 !important;
	color: #ffffff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22) !important;
	text-decoration: none !important;
	line-height: 0 !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

html body a.conbiz-floating-whatsapp:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
	color: #ffffff !important;
}

html body a.conbiz-floating-whatsapp svg {
	width: 32px !important;
	height: 32px !important;
	display: block !important;
	fill: currentColor !important;
	pointer-events: none !important;
}

html.elementor-popup-modal-opened body a.conbiz-floating-whatsapp,
html body.elementor-popup-modal-opened a.conbiz-floating-whatsapp {
	pointer-events: none !important;
	opacity: 0.35 !important;
}

@media only screen and (max-width: 767px) {
	html body .conbiz-floating-contact.popup123,
	html body .conbiz-floating-contact,
	html body.conbiz-popup-open .conbiz-floating-contact.popup123,
	html body.conbiz-popup-open .conbiz-floating-contact {
		left: 0 !important;
		bottom: -36px !important;
		width: 240px !important;
		max-width: 240px !important;
		min-width: 240px !important;
		height: 135px !important;
	}
	html body a.conbiz-floating-whatsapp {
		right: 12px !important;
		bottom: 16px !important;
		width: 56px !important;
		height: 56px !important;
		border-radius: 12px !important;
	}

	html body a.conbiz-floating-whatsapp svg {
		width: 28px !important;
		height: 28px !important;
	}
}

/* Keep a11y toolbar usable, but side icons MUST sit below top bar / header
   so the phone number remains clickable. */
#pojo-a11y-toolbar {
	z-index: 99990 !important;
}
#qodef-page-content-side {
	z-index: 100 !important;
}

/* ============================================================
   Service pages — RTL-aligned / centered icon-list bullets
   ============================================================ */

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list {
	direction: rtl;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list .uagb-icon-list__wrap {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	direction: rtl !important;
	text-align: right !important;
	gap: 10px;
	width: auto;
	max-width: 100%;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list .uagb-icon-list__source-wrap {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0;
	margin: 0 0 0 10px !important;
	line-height: 0;
}

body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list .uagb-icon-list__label {
	text-align: right !important;
	line-height: 1.45 !important;
}

/* White bullet icons on dark hero/sections (block IDs vary per page) */
body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list svg,
body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list .uagb-icon-list__source-wrap svg,
body.conbiz-our-services-internal #qodef-page-content .wp-block-uagb-icon-list.ticss-48e21e7c svg {
	fill: #ffffff !important;
	color: #ffffff !important;
	stroke: #ffffff !important;
}

body.conbiz-our-services-internal #qodef-page-content ul:not([class*="menu"]):not(.pojo-a11y-toolbar-items) li::marker,
body.conbiz-our-services-internal #qodef-page-content ol:not([class*="menu"]) li::marker {
	color: #ffffff;
}

/* Unify fonts + undo accidental nested <strong> wrapping whole paragraphs */
body.conbiz-our-services-internal #qodef-page-content,
body.conbiz-our-services-internal #qodef-page-content p,
body.conbiz-our-services-internal #qodef-page-content li,
body.conbiz-our-services-internal #qodef-page-content .uagb-icon-list__label,
body.conbiz-our-services-internal #qodef-page-content .uagb-heading-text,
body.conbiz-our-services-internal #qodef-page-content .uagb-ifb-title,
body.conbiz-our-services-internal #qodef-page-content .wp-block-cover__inner-container,
body.conbiz-our-services-internal #qodef-page-content .wp-block-cover p,
body.conbiz-our-services-internal #qodef-page-content .wp-block-cover strong {
	font-family: inherit !important;
}

body.conbiz-our-services-internal #qodef-page-content p,
body.conbiz-our-services-internal #qodef-page-content p strong,
body.conbiz-our-services-internal #qodef-page-content p b,
body.conbiz-our-services-internal #qodef-page-content p span {
	font-weight: 400 !important;
}

body.conbiz-our-services-internal #qodef-page-content h1,
body.conbiz-our-services-internal #qodef-page-content h2,
body.conbiz-our-services-internal #qodef-page-content h3,
body.conbiz-our-services-internal #qodef-page-content h4,
body.conbiz-our-services-internal #qodef-page-content .uagb-heading-text {
	font-family: inherit !important;
}

body.conbiz-our-services-internal #qodef-page-content ul:not([class*="menu"]):not(.pojo-a11y-toolbar-items),
body.conbiz-our-services-internal #qodef-page-content ol:not([class*="menu"]) {
	direction: rtl;
	text-align: right;
	padding-right: 1.35em;
	padding-left: 0;
	list-style-position: outside;
}

body.conbiz-our-services-internal #qodef-page-content ul:not([class*="menu"]):not(.pojo-a11y-toolbar-items) li,
body.conbiz-our-services-internal #qodef-page-content ol:not([class*="menu"]) li {
	text-align: right;
}

/* ============================================================
   Site-wide content tables — RTL right-aligned
   ============================================================ */

#qodef-page-content table,
#qodef-page-content .wp-block-table table,
.entry-content table,
.qodef-page-content table {
	direction: rtl;
	text-align: right;
}

#qodef-page-content table th,
#qodef-page-content table td,
#qodef-page-content .wp-block-table th,
#qodef-page-content .wp-block-table td,
.entry-content table th,
.entry-content table td,
.qodef-page-content table th,
.qodef-page-content table td {
	direction: rtl;
	text-align: right;
}

/* Mobile menu accordion arrow (parent link stays clickable) */
.qodef-mobile-header-navigation ul li.menu-item-has-children {
	position: relative;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children > a {
	padding-left: 48px;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children > .qodef-menu-item-arrow {
	position: absolute;
	left: 1px;
	right: auto;
	top: 2px;
	z-index: 99999;
	width: 40px;
	height: 40px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	transform: rotate(180deg);
	transform-origin: center;
	transition: transform 0.25s ease;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened > .qodef-menu-item-arrow {
	transform: rotate(90deg);
}

/* Homepage Google logos — center on mobile */
@media (max-width: 767px) {
	.elementor-1971 .elementor-element.elementor-element-9a7c4c2 {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px !important;
		width: 100% !important;
		grid-template-columns: none !important;
	}
	.elementor-1971 .elementor-element.elementor-element-9a7c4c2 > .elementor-element {
		width: auto !important;
		max-width: 42% !important;
		flex: 0 1 auto !important;
		margin: 0 !important;
	}
	.elementor-1971 .elementor-element.elementor-element-9a7c4c2 img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Blog slider pagination — compact on mobile */
@media (max-width: 1024px) {
	.swiper-pagination.qodef-swiper-pagination-outside {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 7px !important;
		margin-top: 14px !important;
	}
	.swiper-pagination.qodef-swiper-pagination-outside .swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		margin: 0 !important;
		background: #c9d3dd !important;
		opacity: 1 !important;
	}
	.swiper-pagination.qodef-swiper-pagination-outside .swiper-pagination-bullet-active {
		width: 22px !important;
		border-radius: 999px !important;
		background: #093c6e !important;
	}

	/* Elementor carousels: compact dots instead of a wrapped grid */
	.elementor-widget .swiper-pagination:not(.qodef-swiper-pagination-outside) {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 6px !important;
		margin-top: 12px !important;
		line-height: 1 !important;
	}
	.elementor-widget .swiper-pagination:not(.qodef-swiper-pagination-outside) .swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		margin: 0 !important;
		background: #c9d3dd !important;
		opacity: 1 !important;
	}
	.elementor-widget .swiper-pagination:not(.qodef-swiper-pagination-outside) .swiper-pagination-bullet-active {
		background: #093c6e !important;
	}

	/* 25-logo image carousel: dots add nothing on mobile, arrows stay */
	.elementor-widget-image-carousel .swiper-pagination {
		display: none !important;
	}
}

/* ============================================================
   Single post: sidebar + related posts (parity with EN)
   ============================================================ */

.single-post article.qodef-blog-item {
	margin-bottom: 0 !important;
}

.single-post #qodef-single-post-navigation {
	margin-bottom: 0 !important;
}

.single-post #qodef-related-posts {
	margin-top: 0 !important;
	padding-top: 8px;
}

.single-post #qodef-related-posts > .conbiz-related-title {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #1e2b32;
	text-align: center;
}

html body.single-post #qodef-related-posts .qodef-blog,
html body.single-post #qodef-related-posts .qodef-blog.qodef-layout--columns,
html body.single-post #qodef-related-posts .qodef-grid {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

html body.single-post #qodef-related-posts .qodef-grid-inner {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

html body.single-post #qodef-related-posts .qodef-grid-inner::before,
html body.single-post #qodef-related-posts .qodef-grid-inner::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

html body.single-post #qodef-related-posts .qodef-grid-inner > article,
html body.single-post #qodef-related-posts .qodef-blog-item,
html body.single-post #qodef-related-posts .qodef-grid-item {
	display: block !important;
	flex: 1 1 0 !important;
	width: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	grid-column: auto !important;
}

html body.single-post #qodef-related-posts .qodef-blog-item .qodef-e-inner {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	overflow: hidden !important;
	background: #ffffff !important;
	border: 1px solid #e8eef3 !important;
	border-radius: 14px !important;
	box-shadow: 0 4px 16px rgba(13, 68, 118, 0.06) !important;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

html body.single-post #qodef-related-posts .qodef-blog-item .qodef-e-inner:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(13, 68, 118, 0.12) !important;
}

html body.single-post #qodef-related-posts .qodef-e-media,
html body.single-post #qodef-related-posts .qodef-e-media-image,
html body.single-post #qodef-related-posts .qodef-e-media-image a {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

html body.single-post #qodef-related-posts .qodef-e-media-image.qodef--background {
	background-image: none !important;
	position: relative !important;
	min-height: 0 !important;
}

html body.single-post #qodef-related-posts .qodef-e-media-image img {
	display: block !important;
	opacity: 1 !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10;
	object-fit: cover !important;
	border-radius: 0 !important;
}

html body.single-post #qodef-related-posts .qodef-e-content {
	position: relative !important;
	margin: 0 !important;
	padding: 20px 22px 24px !important;
	text-align: right !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}

html body.single-post #qodef-related-posts .qodef-e-info.qodef-info--top {
	display: flex !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

html body.single-post #qodef-related-posts .qodef-e-info-category,
html body.single-post #qodef-related-posts .qodef-e-info-author,
html body.single-post #qodef-related-posts .qodef-e-info .qodef-social-share {
	display: none !important;
}

html body.single-post #qodef-related-posts .qodef-e-info-date,
html body.single-post #qodef-related-posts .qodef-e-info-date a {
	display: inline-block !important;
	font-size: 14px !important;
	color: #7a8a93 !important;
	text-decoration: none !important;
}

html body.single-post #qodef-related-posts .qodef-e-post-link {
	display: none !important;
}

html body.single-post #qodef-related-posts .qodef-e-title,
html body.single-post #qodef-related-posts .qodef-e-content h5 {
	margin: 0 0 12px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	text-align: right !important;
}

html body.single-post #qodef-related-posts .qodef-e-title a {
	color: #1e2b32 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

html body.single-post #qodef-related-posts .qodef-e-title a:hover {
	color: #0d4476 !important;
}

html body.single-post #qodef-related-posts .qodef-e-excerpt {
	display: block !important;
	margin: 0 0 12px !important;
	flex: 1 1 auto !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #5a6a73 !important;
}

html body.single-post #qodef-related-posts .qodef-e-excerpt,
html body.single-post #qodef-related-posts .qodef-e-excerpt p {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

html body.single-post #qodef-related-posts .qodef-e-excerpt p {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #5a6a73 !important;
}

html body.single-post #qodef-related-posts .qodef-e-read-more,
html body.single-post #qodef-related-posts .qodef-e-info.qodef-info--bottom,
html body.single-post #qodef-related-posts .qodef-e-info-left {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	margin-top: auto !important;
	padding-top: 6px !important;
}

html body.single-post #qodef-related-posts .qodef-e-read-more a,
html body.single-post #qodef-related-posts .qodef-e-read-more a.qodef-button,
html body.single-post #qodef-related-posts a.conbiz-related-more {
	display: inline-block !important;
	padding: 10px 22px !important;
	border: 1px solid #093c6e !important;
	border-radius: 4px !important;
	color: #093c6e !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
	background: transparent !important;
	letter-spacing: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

html body.single-post #qodef-related-posts .qodef-e-read-more a .qodef-m-text,
html body.single-post #qodef-related-posts a.conbiz-related-more {
	color: #093c6e !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

html body.single-post #qodef-related-posts .qodef-e-read-more a:hover,
html body.single-post #qodef-related-posts .qodef-e-read-more a:hover .qodef-m-text,
html body.single-post #qodef-related-posts a.conbiz-related-more:hover {
	background: #093c6e !important;
	color: #fff !important;
}

html body.single-post #qodef-related-posts .qodef-e-read-more .qodef-m-corner,
html body.single-post #qodef-related-posts .qodef-e-read-more .qodef-m-btn-line {
	display: none !important;
}

@media (max-width: 900px) {
	html body.single-post #qodef-related-posts .qodef-grid-inner {
		flex-wrap: wrap !important;
		gap: 22px !important;
	}
	html body.single-post #qodef-related-posts .qodef-grid-inner > article {
		flex: 1 1 calc(50% - 11px) !important;
		width: auto !important;
	}
}

@media (max-width: 768px) {
	html body.single-post #qodef-related-posts .qodef-grid-inner > article {
		flex: 1 1 100% !important;
		width: 100% !important;
	}
}

/* Sidebar chrome */
.single-post #qodef-page-sidebar .qodef-widget-title {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #1e2b32;
}

.single-post #qodef-page-sidebar .widget {
	margin-bottom: 28px;
}

/* EN hides separator lines (inline width:0) — match that */
.single-post #qodef-page-sidebar .widget_emaurri_core_separator {
	margin: 0;
	min-height: 0;
}

.single-post #qodef-page-sidebar .widget_emaurri_core_separator .qodef-m-line {
	display: none !important;
}

/* Categories list like EN — no divider lines */
.single-post #qodef-page-sidebar .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post #qodef-page-sidebar .widget_categories li {
	margin: 0;
	padding: 6px 0;
	border: 0 !important;
	border-bottom: none !important;
	background: none !important;
}

html body.single-post #qodef-page-sidebar .widget_categories a {
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 15px;
	line-height: 1.4;
	text-transform: uppercase;
}

html body.single-post #qodef-page-sidebar .widget_categories a:hover {
	color: #0d4476 !important;
}

/* Popular posts: always text LEFT of image (RTL), never stacked */
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-blog-item,
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-blog-item .qodef-e-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 14px !important;
	height: auto !important;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 0 18px !important;
	transform: none !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-blog-item:last-child,
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-blog-item:last-child .qodef-e-inner {
	margin-bottom: 0 !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-media,
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-media-image {
	flex: 0 0 80px !important;
	width: 80px !important;
	max-width: 80px !important;
	min-width: 80px !important;
	margin: 0 !important;
}

/* DOM is image then title; RTL row → title on the LEFT, image on the RIGHT */
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-content {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	max-width: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-media-image a {
	display: block !important;
	line-height: 0 !important;
	width: 80px !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-media-image img {
	width: 80px !important;
	height: 80px !important;
	max-width: 80px !important;
	object-fit: cover !important;
	display: block !important;
	aspect-ratio: auto !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-title,
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-title.entry-title {
	margin: 0 0 4px !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	text-align: right !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-title a {
	color: #1e2b32 !important;
	text-decoration: none !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-title a:hover {
	color: #0d4476 !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-info,
html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-info a {
	color: #84898a !important;
	font-size: 12px !important;
	text-decoration: none !important;
}

html body.single-post #qodef-page-sidebar .widget_emaurri_core_blog_list .qodef-e-read-more {
	display: none !important;
}

@media (max-width: 1024px) {
	.single-post #qodef-page-sidebar {
		margin-top: 40px;
	}
}

/* Inline «צרו קשר» CTA (replaces CF7 embeds) */
.conbiz-inline-contact-cta {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 2.75em 0 3em !important;
	padding: 0 !important;
	text-align: center !important;
}

html body .conbiz-inline-contact-cta a.elementor-button,
html body .conbiz-inline-contact-cta a.conbiz-open-contact-popup,
html body.single-post .conbiz-inline-contact-cta a.elementor-button,
html body.page .conbiz-inline-contact-cta a.elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0;
	min-width: 220px;
	padding: 15px 42px !important;
	margin: 0 !important;
	background: #0d4476 !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 28px rgba(13, 68, 118, 0.24) !important;
	color: #ffffff !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

html body .conbiz-inline-contact-cta a.elementor-button .elementor-button-content-wrapper,
html body .conbiz-inline-contact-cta a.elementor-button .elementor-button-text {
	color: #ffffff !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

html body .conbiz-inline-contact-cta a.elementor-button:hover,
html body .conbiz-inline-contact-cta a.elementor-button:focus,
html body .conbiz-inline-contact-cta a.conbiz-open-contact-popup:hover,
html body .conbiz-inline-contact-cta a.conbiz-open-contact-popup:focus {
	background: #093c6e !important;
	box-shadow: 0 12px 32px rgba(9, 60, 110, 0.32) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	text-decoration: none !important;
}

html body .conbiz-inline-contact-cta a.elementor-button:active {
	transform: translateY(0);
	box-shadow: 0 6px 16px rgba(13, 68, 118, 0.22) !important;
}

@media (max-width: 767px) {
	html body .conbiz-inline-contact-cta a.elementor-button,
	html body .conbiz-inline-contact-cta a.conbiz-open-contact-popup {
		min-width: 0;
		width: 100%;
		max-width: 320px;
		padding: 14px 28px !important;
		font-size: 16px !important;
	}
}

/* ============================================================
   CF7 contact form — match previous Elementor form look
   ============================================================ */
.conbiz-cf7-contact,
.conbiz-cf7-contact-wrap,
.wpcf7 form.cf7-rtl-form,
.elementor-location-popup .wpcf7,
#qodef-page-footer .wpcf7,
.conbiz-cf7-like-elementor {
	direction: rtl;
	text-align: right;
	width: 100%;
	max-width: 640px;
	margin-inline: auto;
}

.conbiz-cf7-like-elementor .conbiz-cf7-fields,
.cf7-rtl-form .conbiz-cf7-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 0 0 14px;
	width: 100%;
}

.conbiz-cf7-like-elementor .conbiz-cf7-half,
.cf7-rtl-form .conbiz-cf7-half {
	flex: 1 1 calc(50% - 8px);
	min-width: 0;
	max-width: calc(50% - 8px);
	display: block;
}

.conbiz-cf7-like-elementor .conbiz-cf7-full,
.cf7-rtl-form .conbiz-cf7-full {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	display: block;
}

/* CF7 wraps shortcodes in <p> — neutralize inside our grid */
.conbiz-cf7-like-elementor .conbiz-cf7-half > p,
.conbiz-cf7-like-elementor .conbiz-cf7-full > p,
.conbiz-cf7-like-elementor p {
	margin: 0 0 0;
}

.conbiz-cf7-like-elementor .wpcf7-form-control-wrap,
.cf7-rtl-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.conbiz-cf7-contact .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="acceptance"]),
.conbiz-cf7-contact-wrap .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]),
.cf7-rtl-form .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]),
.conbiz-cf7-like-elementor .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]),
#qodef-page-footer .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]),
.elementor-location-popup .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]) {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	padding: 12px 16px !important;
	border: 1px solid #d5dee6 !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	color: #1e2b32 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	direction: rtl !important;
	text-align: right !important;
	box-shadow: none !important;
	min-height: 48px !important;
	appearance: none;
	-webkit-appearance: none;
}

.conbiz-cf7-like-elementor select.wpcf7-form-control,
.cf7-rtl-form select.wpcf7-form-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231e2b32' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: left 14px center !important;
	padding-left: 36px !important;
}

.conbiz-cf7-contact textarea.wpcf7-form-control,
.conbiz-cf7-contact-wrap textarea.wpcf7-form-control,
.cf7-rtl-form textarea.wpcf7-form-control,
.conbiz-cf7-like-elementor textarea.wpcf7-form-control,
.elementor-location-popup textarea.wpcf7-form-control {
	min-height: 72px !important;
	height: 72px !important;
	max-height: 120px;
	resize: vertical;
	padding-top: 12px !important;
}

.conbiz-cf7-contact .wpcf7-submit,
.conbiz-cf7-contact-wrap .wpcf7-submit,
.cf7-rtl-form .wpcf7-submit,
.conbiz-cf7-like-elementor .wpcf7-submit,
#qodef-page-footer .wpcf7-submit,
.elementor-location-popup .wpcf7-submit {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 14px 36px !important;
	margin-top: 10px !important;
	background: #0d4476 !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
	box-shadow: 0 8px 20px rgba(13, 68, 118, 0.22) !important;
}

.conbiz-cf7-contact .wpcf7-submit:hover,
.conbiz-cf7-contact-wrap .wpcf7-submit:hover,
.cf7-rtl-form .wpcf7-submit:hover,
.conbiz-cf7-like-elementor .wpcf7-submit:hover,
.elementor-location-popup .wpcf7-submit:hover {
	background: #093c6e !important;
	transform: translateY(-1px);
}

.conbiz-cf7-contact .wpcf7-acceptance,
.conbiz-cf7-contact-wrap .wpcf7-acceptance,
.cf7-rtl-form .wpcf7-acceptance,
.conbiz-cf7-like-elementor .wpcf7-acceptance,
.elementor-location-popup .wpcf7-acceptance,
.elementor-popup-modal .wpcf7-acceptance {
	font-size: 13px;
	line-height: 1.45;
	color: #5a6a73;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 10px 0 12px;
}

.elementor-popup-modal .wpcf7-acceptance .wpcf7-list-item,
.elementor-location-popup .wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}

.elementor-popup-modal .wpcf7-acceptance input[type="checkbox"],
.elementor-location-popup .wpcf7-acceptance input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	margin-inline-end: 8px !important;
	accent-color: #0d4476;
	vertical-align: middle;
}

/* Disabled submit looks inert — keep it readable but clearly inactive */
.elementor-popup-modal .wpcf7-submit:disabled,
.elementor-location-popup .wpcf7-submit:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
}

.conbiz-cf7-contact .wpcf7-not-valid-tip,
.conbiz-cf7-contact-wrap .wpcf7-not-valid-tip,
.conbiz-cf7-like-elementor .wpcf7-not-valid-tip {
	font-size: 12px;
	color: #c0392b;
}

@media (max-width: 767px) {
	.conbiz-cf7-like-elementor .conbiz-cf7-half,
	.cf7-rtl-form .conbiz-cf7-half {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* Footer links — two clean columns (no pipe separators) */
html body #qodef-page-footer .conbiz-footer-links,
html body #qodef-page-footer #block-12 .conbiz-footer-links,
#qodef-page-footer .conbiz-footer-links,
#qodef-page-footer #block-12 .conbiz-footer-links {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	column-gap: 28px !important;
	row-gap: 6px !important;
	align-items: start !important;
	justify-content: stretch !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	direction: rtl !important;
	text-align: right !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	max-width: 440px !important;
	flex-wrap: unset !important;
}

html body #qodef-page-footer .conbiz-footer-links a,
#qodef-page-footer .conbiz-footer-links a {
	color: inherit !important;
	text-decoration: none !important;
	display: block !important;
	white-space: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body #qodef-page-footer .conbiz-footer-links a:hover,
#qodef-page-footer .conbiz-footer-links a:hover {
	text-decoration: underline !important;
	opacity: 0.9;
}

/* Hide leftover pipe separators from old JS rewrite */
html body #qodef-page-footer .conbiz-footer-links > span,
html body #qodef-page-footer .conbiz-footer-links [aria-hidden="true"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Show all link items in the 2-col list */
html body #qodef-page-footer #block-12 .conbiz-footer-links a[href*="tac"],
html body #qodef-page-footer #block-12 .conbiz-footer-links a[href*="privacy"],
html body #qodef-page-footer .conbiz-footer-links a[href*="tac"],
html body #qodef-page-footer .conbiz-footer-links a[href*="privacy"] {
	display: block !important;
}

/* Footer heading "קישורים" must be white on blue strip */
html body #qodef-page-footer #block-12 .wp-block-heading,
html body #qodef-page-footer #block-12 h6,
#qodef-page-footer #block-12 .wp-block-heading,
#qodef-page-footer #block-12 h6 {
	color: #ffffff !important;
	margin: 0 0 10px !important;
}

/* Logo column: stack disclaimer under logo */
html body #qodef-page-footer .qodef-grid-item:has(.qodef-footer-logo) {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 10px !important;
}

html body #qodef-page-footer .qodef-footer-logo {
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
}

html body #qodef-page-footer .qodef-footer-logo-image img {
	display: block !important;
	height: auto !important;
	max-width: 220px !important;
}

html body #qodef-page-footer .conbiz-footer-disclaimer,
#qodef-page-footer .conbiz-footer-disclaimer,
html body #qodef-page-footer #block-8 .conbiz-footer-disclaimer {
	color: #ffffff !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	margin: 4px 0 0 !important;
	max-width: 280px !important;
	direction: rtl;
	text-align: right;
}

@media (max-width: 767px) {
	html body #qodef-page-footer .conbiz-footer-links,
	#qodef-page-footer .conbiz-footer-links {
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
	}
}

/* Single post: show date like EN; hide category/author clutter in top info */
html body.single-post article .qodef-e-info.qodef-info--top,
html body.single-post .qodef-blog-item .qodef-e-info.qodef-info--top,
html body.single-post .qodef-e-info.qodef-info--top {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px 14px !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
}

html body.single-post article .qodef-e-info-date,
html body.single-post article .qodef-e-info-date a {
	display: inline-block !important;
	color: #84898a !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0.02em;
}

html body.single-post article .qodef-e-info-category,
html body.single-post article .qodef-e-info-author,
html body.single-post article .qodef-e-info .qodef-social-share {
	display: none !important;
}

/* Sidebar categories — denser, brand blue like EN */
.single-post #qodef-page-sidebar .widget_categories li {
	padding: 2px 0 !important;
	margin: 0 !important;
	line-height: 1.35 !important;
}

html body.single-post #qodef-page-sidebar .widget_categories a {
	color: #000000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

html body.single-post #qodef-page-sidebar .widget_categories a:hover {
	color: #0d4476 !important;
}

/* Post nav — EN visual style (double chevron, no circles) */
#qodef-single-post-navigation,
.single-post #qodef-single-post-navigation {
	display: block !important;
	margin: 24px 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

#qodef-single-post-navigation .qodef-m-inner {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	gap: 16px !important;
	min-height: 44px !important;
	box-sizing: border-box !important;
}

#qodef-single-post-navigation .qodef-m-nav,
#qodef-single-post-navigation a.qodef-m-nav {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: auto !important;
	height: auto !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: none !important;
	padding: 6px 4px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111111 !important;
	text-decoration: none !important;
	transform: none !important;
	position: relative !important;
	flex: 0 0 auto !important;
	line-height: 1 !important;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	margin-inline-end: auto !important;
	margin-inline-start: 0 !important;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	margin-inline-start: auto !important;
	margin-inline-end: 0 !important;
}

#qodef-single-post-navigation .qodef-m-nav:hover {
	border: 0 !important;
	background: transparent !important;
	color: #0d4476 !important;
	opacity: 0.75 !important;
}

#qodef-single-post-navigation .qodef-m-nav::before,
#qodef-single-post-navigation .qodef-m-nav::after {
	content: none !important;
	display: none !important;
}

#qodef-single-post-navigation .conbiz-nav-label {
	display: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: inherit;
	letter-spacing: 0;
}

/* Hide theme SVG; show only our injected EN-style arrow */
#qodef-single-post-navigation .qodef-m-nav > svg:not(.conbiz-nav-arrow) {
	display: none !important;
}

#qodef-single-post-navigation .qodef-m-nav svg.conbiz-nav-arrow {
	display: block !important;
	width: 22px !important;
	height: 30px !important;
	color: inherit !important;
	fill: none !important;
	flex: 0 0 auto !important;
	pointer-events: none !important;
	transform: none !important;
}

/* HE RTL: prev (right) points right; next (left) points left */
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg.conbiz-nav-arrow {
	transform: scaleX(1) !important;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg.conbiz-nav-arrow {
	transform: scaleX(-1) !important;
}

#qodef-single-post-navigation .qodef-m-nav svg.conbiz-nav-arrow line {
	stroke-linecap: round !important;
}

@media only screen and (max-width: 767px) {
	#qodef-single-post-navigation,
	.single-post #qodef-single-post-navigation {
		margin: 20px 0 8px !important;
		padding: 0 4px !important;
	}

	#qodef-single-post-navigation .qodef-m-inner {
		min-height: 48px !important;
		gap: 12px !important;
	}

	#qodef-single-post-navigation .qodef-m-nav,
	#qodef-single-post-navigation a.qodef-m-nav {
		min-width: 72px !important;
		min-height: 48px !important;
		padding: 8px 6px !important;
		gap: 6px !important;
	}

	#qodef-single-post-navigation .conbiz-nav-label {
		display: inline-block !important;
	}

	#qodef-single-post-navigation .qodef-m-nav svg.conbiz-nav-arrow {
		width: 18px !important;
		height: 26px !important;
	}
}

/* Floating contact + WhatsApp — bottom corners */
@media only screen and (max-width: 767px) {
	html body a.conbiz-floating-whatsapp {
		right: 12px !important;
		left: auto !important;
		bottom: 20px !important;
		width: 56px !important;
		height: 56px !important;
	}
}
