/* =========================================================
   QCD Audit Fixes - Sep 2026
   ========================================================= */

/* ---------- #3 Footer column titles (now <div> instead of <h2>) ---------- */
#footter .porto-u-main-heading > div {
	color: #000000 !important;
	font-weight: 600;
}
#footter .vc_custom_heading.me-auto,
#footter div.vc_custom_heading {
	font-weight: 700;
}

/* ---------- #10 Contact page: clickable email / phone ---------- */
.porto-sicon-box.hover-color-dark .porto-sicon-header p a {
	color: inherit;
	text-decoration: none;
}
.porto-sicon-box.hover-color-dark .porto-sicon-header p a:hover,
.porto-sicon-box.hover-color-dark .porto-sicon-header p a:focus {
	color: var(--porto-primary-color);
	text-decoration: underline;
}
.qcd-quick-btn {
	margin-top: .5rem;
}

/* ---------- #4 Blog listing cards ---------- */
.porto-posts-grid .qcd-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 !important;
	transition: box-shadow .25s ease, transform .25s ease;
}
.porto-posts-grid .qcd-card .qcd-card-meta {
	padding: 0 !important;
}
.porto-posts-grid .qcd-card .qcd-card-body {
	padding: 22px 24px 26px !important;
}
.porto-posts-grid .qcd-card:hover {
	box-shadow: 0 10px 30px rgba(41, 43, 75, .12);
	transform: translateY(-3px);
}
.porto-posts-grid .porto-tb-item {
	margin-bottom: 30px;
}
.porto-posts-grid .posts-wrap:has(.qcd-card) {
	align-items: stretch;
}
.qcd-card .qcd-card-img {
	margin: 0;
}
.qcd-card .qcd-card-img a,
.qcd-card .qcd-card-img .img-thumbnail {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f6f6f6;
}
.qcd-card .qcd-card-img img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}
.qcd-card .qcd-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 24px 26px;
}
.qcd-card .qcd-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #7b858a;
}
.qcd-card .qcd-card-meta a {
	color: #7b858a;
}
.qcd-card .qcd-card-meta a:hover {
	color: var(--porto-primary-color);
}
.qcd-card .qcd-card-meta .porto-tb-icon {
	color: var(--porto-primary-color);
}
.qcd-card h2.qcd-card-title {
	font-family: 'Jost', sans-serif;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: none;
}
.qcd-card h2.qcd-card-title a {
	color: #292b4b;
}
.qcd-card h2.qcd-card-title a:hover {
	color: var(--porto-primary-color);
}
.qcd-card .qcd-card-excerpt {
	flex: 1;
}
.qcd-card .qcd-card-excerpt p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	margin-bottom: 18px;
}
.qcd-card .qcd-card-btn {
	align-self: flex-start;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 6px;
	background: #292b4b;
	border-color: #292b4b;
	color: #fff;
}
.qcd-card .qcd-card-btn:hover {
	background: var(--porto-primary-color);
	border-color: var(--porto-primary-color);
	color: #292b4b;
}
.porto-posts-grid .pagination-wrap {
	margin-top: 10px;
	margin-bottom: 40px;
}
.porto-posts-grid .pagination .page-numbers {
	border-radius: 6px;
}

/* ---------- #6 Sticky header ---------- */
#header .header-main.sticky {
	box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}

/* ---------- #16 Header: keep right-hand menu visible on small laptops / tablets landscape ---------- */
@media (min-width: 992px) and (max-width: 1199px) {
	#header .top-links.d-xl-block,
	#header .d-none.d-xl-block.top-links,
	#header ul.top-links.custom-font {
		display: flex !important;
	}
	#header .main-menu > li.menu-item {
		margin-right: 16px !important;
	}
	#header .main-menu > li.menu-item > a,
	#header .top-links > li.menu-item > a {
		font-size: .875rem !important;
	}
	#header .top-links > li.menu-item > a {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

/* ---------- #17 Mobile / tablet banners readable ---------- */
@media (max-width: 991px) {
	/* Inner page banners (Digitizing, Vector, Patch, Blog, Contact ...) */
	body #breadcrumb-baner {
		min-height: 0;
		padding-top: 50px !important;
		padding-bottom: 40px !important;
		background-position: center !important;
		box-shadow: inset 0 0 0 100vmax rgba(26, 28, 52, .78);
	}
	body #breadcrumb-baner .vc_column_container.col-md-4:empty,
	body #breadcrumb-baner .vc_column_container.col-md-4 > .vc_column-inner:empty {
		display: none;
	}
	body #breadcrumb-baner .page-top .page-title {
		color: #ffffff !important;
		font-size: 2.4em !important;
		line-height: 1.15;
		text-shadow: none;
	}
	body #breadcrumb-baner .breadcrumb,
	body #breadcrumb-baner .breadcrumb li,
	body #breadcrumb-baner .breadcrumb a {
		color: rgba(255, 255, 255, .85) !important;
	}
	body #breadcrumb-baner .porto-sicon-title {
		color: var(--porto-primary-color) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}
	body #breadcrumb-baner .porto-sicon-description,
	body #breadcrumb-baner .porto-sicon-description * {
		color: #ffffff !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Home page slider */
	body [id^="home-sliderz"] {
		background-size: cover !important;
		background-position: center !important;
		box-shadow: inset 0 0 0 100vmax rgba(26, 28, 52, .72);
		padding: 60px 1.5rem 50px !important;
	}
	body [id^="home-sliderz"] .porto-ultimate-content-box {
		padding: 0 1rem !important;
	}
	body [id^="home-sliderz"] > .vc_column_container:first-child {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	body [id^="home-sliderz"] > .vc_column_container:nth-child(2) {
		display: none !important;
	}
	body [id^="home-sliderz"] .porto-u-main-heading h2 {
		color: #ffffff !important;
		text-shadow: none !important;
	}
	body [id^="home-sliderz"] .slider1h1 h2,
	body [id^="home-sliderz"] .slider2h1 h2,
	body [id^="home-sliderz"] .slider3h1 h2 {
		color: #ffb718 !important;
	}
	body #sliderbtton a,
	body [id^="home-sliderz"] .vc_btn3 {
		background-color: #ffb718 !important;
		border-color: #ffb718 !important;
		color: #292b4b !important;
	}
}
@media (max-width: 575px) {
	body #breadcrumb-baner .page-top .page-title {
		font-size: 2em !important;
	}
	body [id^="home-sliderz"] .porto-u-main-heading h2 {
		font-size: 1.6rem !important;
		line-height: 1.2 !important;
	}
}

/* ---------- #14 CTA sections on service pages ---------- */
.qcd-cta-inline {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}
.qcd-cta-inline .vc_btn3-container {
	display: inline-block;
	margin: 0 10px 10px 0 !important;
}
.qcd-cta-band {
	background: #292b4b;
	border-radius: 16px;
	padding: 44px 40px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.qcd-cta-band .qcd-cta-title,
.qcd-cta-band h2 {
	color: #ffffff !important;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 12px;
}
.qcd-cta-band p {
	color: rgba(255, 255, 255, .85);
	font-size: 1.05em;
	max-width: 760px;
	margin: 0 auto 24px;
}
.qcd-cta-band .qcd-cta-buttons a {
	display: inline-block;
	margin: 6px;
	padding: 14px 30px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: all .2s ease;
}
.qcd-cta-band .qcd-btn-yellow {
	background: #ffb718;
	color: #292b4b;
}
.qcd-cta-band .qcd-btn-yellow:hover {
	background: #ffffff;
	color: #292b4b;
}
.qcd-cta-band .qcd-btn-outline {
	border: 2px solid #ffffff;
	color: #ffffff;
}
.qcd-cta-band .qcd-btn-outline:hover {
	background: #ffffff;
	color: #292b4b;
}
@media (max-width: 767px) {
	.qcd-cta-band {
		padding: 32px 20px;
		border-radius: 0;
	}
	.qcd-cta-band .qcd-cta-title,
	.qcd-cta-band h2 {
		font-size: 1.5em;
	}
}

/* ---------- #15 Portfolio quote form ---------- */
.qcd-portfolio-form {
	margin-top: 40px;
	margin-bottom: 60px;
}
.qcd-portfolio-form .vector-form {
	background: #ffffff;
}
.qcd-contact-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.qcd-contact-list li {
	margin-bottom: 10px;
	font-size: 15px;
}
.qcd-contact-list li i {
	color: var(--porto-primary-color);
	width: 22px;
}
.qcd-contact-list a {
	color: #292b4b;
	font-weight: 600;
}

/* ---------- #13 Monthly subscription plans page ---------- */
.qcd-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin: 10px 0 30px;
}
.qcd-plan {
	position: relative;
	background: #ffffff;
	border: 1px solid #e6e6ea;
	border-radius: 14px;
	padding: 32px 26px 28px;
	text-align: center;
	display: flex;
	flex-direction: column;
	transition: box-shadow .25s ease, transform .25s ease;
}
.qcd-plan:hover {
	box-shadow: 0 14px 34px rgba(41, 43, 75, .14);
	transform: translateY(-4px);
}
.qcd-plan.is-popular {
	border: 2px solid #ffb718;
}
.qcd-plan .qcd-plan-badge {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffb718;
	color: #292b4b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 20px;
}
.qcd-plan .qcd-plan-name {
	font-family: 'Jost', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #292b4b;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin: 0 0 6px;
}
.qcd-plan .qcd-plan-designs {
	color: #777;
	font-size: 14px;
	margin-bottom: 14px;
}
.qcd-plan .qcd-plan-price {
	font-family: 'Jost', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	color: #292b4b;
	line-height: 1;
}
.qcd-plan .qcd-plan-price span {
	font-size: 1rem;
	font-weight: 500;
	color: #777;
}
.qcd-plan .qcd-plan-per {
	color: #1f8a4c;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 18px;
}
.qcd-plan ul {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
	text-align: left;
	flex: 1;
}
.qcd-plan ul li {
	padding: 7px 0 7px 26px;
	position: relative;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: #555;
}
.qcd-plan ul li:before {
	content: "\2713";
	position: absolute;
	left: 2px;
	color: #ffb718;
	font-weight: 700;
}
.qcd-plan .qcd-plan-btn {
	display: block;
	background: #292b4b;
	color: #ffffff;
	font-weight: 700;
	padding: 13px 18px;
	border-radius: 8px;
	text-decoration: none;
}
.qcd-plan .qcd-plan-btn:hover,
.qcd-plan.is-popular .qcd-plan-btn {
	background: #ffb718;
	color: #292b4b;
}
.qcd-plan.is-popular .qcd-plan-btn:hover {
	background: #292b4b;
	color: #ffffff;
}
.qcd-plans-note {
	text-align: center;
	color: #777;
	font-size: 14px;
}
@media (max-width: 991px) {
	.qcd-plans {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.qcd-plans {
		grid-template-columns: 1fr;
	}
}

.qcd-plan p { margin: 0; }
.qcd-plan p:empty { display: none; }

/* Inline CTA buttons on service pages */
.qcd-cta-inline { margin-top: -2.5rem; margin-bottom: 2.5rem; }
.qcd-cta-inline p { margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.qcd-cta-inline .qcd-inline-btn { padding: 14px 28px; font-size: 14px; font-weight: 700; border-radius: 8px; text-transform: none; }
.qcd-cta-inline .btn-primary.qcd-inline-btn { background: #ffb718; border-color: #ffb718; color: #292b4b; }
.qcd-cta-inline .btn-primary.qcd-inline-btn:hover { background: #292b4b; border-color: #292b4b; color: #fff; }
.qcd-cta-inline .btn-dark.qcd-inline-btn { background: #292b4b; border-color: #292b4b; color: #fff; }
.qcd-cta-inline .btn-dark.qcd-inline-btn:hover { background: #25d366; border-color: #25d366; color: #fff; }
@media (max-width: 991px) { .qcd-cta-inline { margin-top: 0; margin-bottom: 2rem; } }
@media (max-width: 767px) { .qcd-cta-inline { margin-top: 1.25rem; } .qcd-cta-inline .qcd-inline-btn { width: 100%; text-align: center; } }
