/**
 * Medical Theme - Custom Color Palette
 * Primary: Royal Blue #0D3B66
 * Secondary: Medical Teal #1CA7A6
 * Accent: Soft Sky #E6F4F4 (alternative section backgrounds)
 * Text: #1A1A1A
 */

/* Title bar background for Services dropdown pages only */
.pbmit-title-bar-wrapper.titlebar-bg-services {
	background-image: url(../images/bg/titlebar-bg-img-3.jpg);
}

/* Title bar background for About Us and Resources dropdown pages only */
.pbmit-title-bar-wrapper.titlebar-bg-about-resources {
	background-image: url(../images/bg/titlebar-bg-img-2.jpg);
}

/* Disable enlarged first letter on .pbmit-firstletter (site-wide) */
.pbmit-firstletter::first-letter {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	display: inline;
	float: none;
	font-weight: inherit;
	margin-right: 0;
}

/* Rubik font – site-wide */
body {
	font-family: 'Rubik', sans-serif !important;
}

/* Override hardcoded fonts (Outfit, Raleway, Montserrat) */
a.link-btn,
.link-btn a,
.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-team-style-3 .pbmit-team-title-wapper::before,
.pbmit-team-style-4 .pbminfotech-box-team-position,
.pbmit-slider-six .pbmit-sub-title,
.pbmit-slider-eight .pbmit-sub-title,
.pbmit-slider-eight .pbmit-title,
.pbmit-slider-eight .pbmit-slider-content .pbmit-text,
.pbmit-slider-thirteen .pbmit-slider-content .bottom-area {
	font-family: 'Rubik', sans-serif !important;
}

:root {
	/* Primary Color – Royal Blue */
	--pbmit-global-color: #0D3B66;
	--pbmit-global-color-rgb: 13, 59, 102;

	/* Secondary Color – Medical Teal */
	--pbmit-secondary-color: #1CA7A6;
	--pbmit-secondary-color-rgb: 28, 167, 166;

	/* Accent Color – Soft Sky (light/alternative section backgrounds) */
	--pbmit-light-color: #E6F4F4;

	/* Text Color */
	--pbmit-body-typography-color: #1A1A1A;
	--pbmit-heading-color: #1A1A1A;
	--pbmit-blackish-color: #1A1A1A;
	--pbmit-blackish-color-rgb: 26, 26, 26;
	--pbmit-link-color-normal: #1A1A1A;
	--pbmit-link-color-hover: #0D3B66;
}

/* Alternative section backgrounds – Soft Sky */
.bg-vlight,
.section-lgb.bg-vlight,
.pbmit-bg-color-light,
.pbmit-light-color {
	background-color: #E6F4F4 !important;
	background: #E6F4F4 !important;
}

/* All buttons – consistent Primary Royal Blue */
.pbmit-btn,
.pbmit-btn.pbmit-btn-blackish,
.pbmit-btn-secondary,
.pbmit-button-box-second .pbmit-btn,
.pbmit-btn:hover,
.pbmit-btn.pbmit-btn-blackish:hover,
.pbmit-btn-secondary:hover,
button.pbmit-btn,
input[type="submit"].pbmit-btn,
.input-button .pbmit-btn {
	background-color: #0D3B66 !important;
	border-color: #0D3B66 !important;
	color: #ffffff !important;
}

.pbmit-btn:hover,
.pbmit-btn.pbmit-btn-blackish:hover,
.pbmit-btn-secondary:hover,
.pbmit-button-box-second .pbmit-btn:hover,
button.pbmit-btn:hover,
input[type="submit"].pbmit-btn:hover {
	background-color: #1CA7A6 !important;
	border-color: #1CA7A6 !important;
	color: #ffffff !important;
}

/* Outline buttons – Royal Blue border & text, fill on hover */
.pbmit-btn-outline-blackish {
	color: #0D3B66 !important;
	border-color: #0D3B66 !important;
	background-color: transparent !important;
}

.pbmit-btn-outline-blackish:hover {
	color: #ffffff !important;
	border-color: #0D3B66 !important;
	background-color: #0D3B66 !important;
}

.pbmit-btn-outline-blackish .pbmit-button-icon svg path {
	stroke: #0D3B66;
}

.pbmit-btn-outline-blackish:hover .pbmit-button-icon svg path {
	stroke: #ffffff;
}

/* Patient Testimonials – avatar initial (rounded theme bg + first letter) */
.pbmit-testimonial-style-6 .pbmit-testimonial-avatar {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background-color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-testimonial-style-6 .pbmit-testimonial-avatar::before,
.pbmit-testimonial-style-6 .pbmit-testimonial-avatar::after {
	display: none;
}
.pbmit-testimonial-style-6 .pbmit-testimonial-initial {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	font-family: var(--pbmit-heading-typography-font-family);
}

/* Blog details – comment avatar initial (80px rounded theme bg + first letter) */
.blog-details .pbmit-comment-avatar-initial {
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-details .pbmit-comment-initial-letter {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	font-family: var(--pbmit-heading-typography-font-family);
}

/* Button icons SVG stroke */
.pbmit-btn .pbmit-button-icon svg path,
.pbmit-btn-secondary .pbmit-button-icon svg path {
	stroke: #ffffff !important;
}

/* Footer & Contact form dark sections – Primary Royal Blue */
.pbmit-bg-color-blackish,
.contact-fifteen-form.pbmit-bg-color-blackish,
.footer-style-2.pbmit-bg-color-blackish {
	background-color: #0D3B66 !important;
	background: #0D3B66 !important;
}

/* Footer contact – white text, icons, bold phone */
.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-phone,
.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-email {
	display: flex !important;
	align-items: center;
	gap: 12px;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-phone i,
.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-email i {
	color: #ffffff;
	font-size: 20px;
	flex-shrink: 0;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-phone a {
	color: #ffffff !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	transition: opacity 0.2s;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-phone a:hover {
	opacity: 0.9;
	color: #E6F4F4 !important;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-email a {
	color: #ffffff !important;
	text-decoration: none !important;
	transition: opacity 0.2s;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-email a:hover {
	opacity: 0.9;
	color: #E6F4F4 !important;
}

.footer-style-2 .pbmit-contact-widget-line {
	color: rgba(255, 255, 255, 0.9);
}

/* Phone & email first (match HTML order); address lines after */
.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-phone {
	order: 1;
	margin-bottom: 15px;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-email {
	order: 2;
	margin-bottom: 15px;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-line:not(.pbmit-contact-widget-phone):not(.pbmit-contact-widget-email) {
	order: 10;
}

/* Pre-header – background & border */

.pbmit-pre-header-wrapper {
	background-color: #0D3B66;
	border-bottom-color: #0D3B66;
	color: #ffffff;
	border-bottom-left-radius: 26px;
	border-bottom-right-radius: 26px;
}

.pbmit-pre-header-left .pbmit-contact-info,
.pbmit-pre-header-left .pbmit-contact-info a {
	color: rgba(255, 255, 255, 0.95) !important;
}

.pbmit-pre-header-left .pbmit-contact-info li i {
	color: #ffffff !important;
}

/* Pre-header right – 24/7 Emergency badge & social icons */
.pbmit-pre-header-right-inner {
	display: flex !important;
	align-items: center;
	gap: 20px;
}

.pbmit-emergency-badge a {
	display: inline-flex;
	align-items: center;
	height: 36px;
	gap: 8px;
	padding: 0 16px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff !important;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}

.pbmit-emergency-badge a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
	color: #ffffff !important;
}

.pbmit-emergency-badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background-color: #ffffff;
	border-radius: 50%;
}

.pbmit-emergency-badge-icon i {
	font-size: 12px;
	color: #e74c3c !important;
}

/* Header social icons – rounded background */
.header-style-15 .pbmit-social-links {
	display: flex;
	gap: 8px;
}

.header-style-15 .pbmit-social-links li {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
}
.header-style-15 .pbmit-social-links li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	max-width: 36px !important;
	max-height: 36px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	background-color: #4ccae2;
	border-radius: 50%;
	transition: all 0.25s ease;
}

.header-style-15 .pbmit-social-links li a:hover {
	background-color: #1CA7A6;
}

.header-style-15 .pbmit-social-links li a span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-style-15 .pbmit-social-links li i {
	color: #ffffff !important;
	font-size: 16px;
}

/* Footer social icons – rounded background */
.footer-style-2 .pbmit-social-links li,
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
}
.footer-style-2 .pbmit-social-links li a,
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	max-width: 36px !important;
	max-height: 36px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	background-color: #4ccae2 !important;
	border-radius: 50% !important;
	transition: all 0.25s ease;
}
.footer-style-2 .pbmit-social-links li a:hover,
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a:hover {
	background-color: #1CA7A6 !important;
}
.footer-style-2 .pbmit-social-links li a span,
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-style-2 .pbmit-social-links li i,
.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li i {
	color: #ffffff !important;
}

/* Links and accents */
a.pbmit-global-color,
.pbmit-global-color,
.pbmit-element-title a:hover {
	/*color: #0D3B66 !important;*/
}

/* Subtitle/accent text */
.pbmit-subtitle {
	color: #1CA7A6 !important;
}

/* Main slider text – bold (900) */
.pbmit-slider-fifteen .pbmit-title,
.pbmit-slider-fifteen .pbmit-sub-title {
	font-weight: 900 !important;
}

/* About the Doctor section – check icons with rounded background */
.about-one-rightbox .list-group .pbmit-icon-list-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	background-color: #1CA7A6;
	border-radius: 50%;
	margin-right: 12px;
}

.about-one-rightbox .list-group .pbmit-icon-list-icon i {
	color: #ffffff !important;
	transform: none;
}

.about-one-rightbox .list-group .pbmit-icon-list-text {
	padding-left: 0;
}

/* About the Doctor section – use img instead of background */
.about-one_img.about-one_img-inline {
	background-image: none !important;
	padding: 0 !important;
	overflow: hidden;
	min-height: auto;
}

.about-one_img.about-one_img-inline .about-one_img-photo {
	display: block;
	width: 100%;
	height: auto;
	min-height: 340px;
	object-fit: cover;
	border-radius: 30px;
}

/* ============================================
   Service Detail Pages Styles
   ============================================ */

/* WhatsApp Button Animations */
@keyframes pulse-whatsapp {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.3);
		opacity: 0.3;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes wave-whatsapp {
	0% {
		transform: scale(1);
		opacity: 0.4;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.2;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

.pbmit-whatsapp-btn:hover {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

/* Process Cards Hover Effects */
.pbmit-process-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pbmit-process-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(13, 59, 102, 0.25) !important;
}

/* Evaluation Services Box */
.pbmit-evaluation-services-box {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #E6F4F4 0%, #ffffff 100%);
	border-radius: 20px;
	padding: 40px;
	margin: 40px 0;
	box-shadow: 0 10px 30px rgba(13, 59, 102, 0.1);
	border: 1px solid #b0cbcb;
}

.pbmit-heading{
	margin-top:25px;
}

.pbmit-evaluation-services-box::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(28, 167, 166, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.pbmit-evaluation-services-box .pbmit-title {
	color: #0D3B66;
}

.pbmit-evaluation-services-box .pbmit-firstletter {
	font-size: 16px;
	line-height: 1.8;
	color: #1A1A1A;
}

.pbmit-evaluation-services-box .list-group-item {
	background: transparent;
	border: none;
	padding: 12px 0;
}

.pbmit-evaluation-services-box .pbmit-icon-list-icon {
	color: #1CA7A6;
	margin-right: 10px;
}

.pbmit-evaluation-services-box .pbmit-icon-list-text {
	font-size: 15px;
	color: #1A1A1A;
}

/* Process Box */
.pbmit-process-box {
	margin: 50px 0;
}

.pbmit-process-card {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	border-radius: 15px;
	padding: 35px 30px;
	height: 100%;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.15);
}

.pbmit-process-box .col-md-4:nth-child(2) .pbmit-process-card {
	background: linear-gradient(135deg, #1CA7A6 0%, #0D3B66 100%);
	box-shadow: 0 8px 25px rgba(28, 167, 166, 0.15);
}

.pbmit-process-box .col-md-4:nth-child(1) .pbmit-process-card,
.pbmit-process-box .col-md-4:nth-child(3) .pbmit-process-card {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.15);
}

.pbmit-process-card .pbmit-element-title {
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.pbmit-process-card .pbmit-heading-desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.6;
}

.pbmit-process-card .pbmit-process-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pbmit-process-card .pbmit-process-icon i {
	font-size: 35px;
	color: #ffffff;
}

/* CTA Sidebar Button Hover */
.pbmit-btn-cta-sidebar:hover {
	background: #1CA7A6 !important;
	color: #ffffff !important;
	border-color: #1CA7A6 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.pbmit-btn-cta-sidebar:hover .pbmit-button-icon svg path {
	stroke: #ffffff !important;
}

/* CTA Content Section Button Hover */
.pbmit-btn-cta-content:hover {
	background: #1CA7A6 !important;
	color: #ffffff !important;
	border-color: #1CA7A6 !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

.pbmit-btn-cta-content:hover .pbmit-button-icon svg path {
	stroke: #ffffff !important;
}

/* CTA Sidebar Widget Spacing */
.pbmit-cta-sidebar {
	margin-top: 30px;
}

/* WhatsApp Button Wrapper */
.pbmit-whatsapp-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.pbmit-whatsapp-pulse {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	opacity: 0.6;
	animation: pulse-whatsapp 2s infinite;
}

.pbmit-whatsapp-wave {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	opacity: 0.4;
	animation: wave-whatsapp 2s infinite;
}

.pbmit-whatsapp-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.pbmit-whatsapp-btn i {
	font-size: 28px;
}

/* Phone Number in Sidebar */
.pbmit-ads-desc {
	font-size: 24px;
	font-weight: 900;
	margin: 15px 0;
}

/* CTA Sidebar Box */
.pbmit-cta-sidebar-box {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	border-radius: 16px;
	padding: 30px 25px;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.2);
}

.pbmit-cta-heading {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

.pbmit-cta-description {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	margin: 0 0 25px 0;
	line-height: 1.6;
}

.pbmit-cta-content-section {
	margin-top: 50px;
}

.pbmit-cta-content-box {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	border-radius: 16px;
	padding: 40px 35px;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.2);
}

.pbmit-cta-content-box .pbmit-cta-heading {
	font-size: 28px;
	margin-bottom: 15px;
}

.pbmit-cta-content-box .pbmit-cta-description {
	font-size: 16px;
	margin-bottom: 30px;
}

.pbmit-btn-cta-sidebar,
.pbmit-btn-cta-content {
	background: #ffffff;
	color: #0D3B66;
	border: 2px solid #ffffff;
	padding: 14px 30px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	width: 100%;
}

.pbmit-btn-cta-content {
	padding: 16px 40px;
	font-size: 16px;
	display: inline-block;
	width: auto;
}

.pbmit-btn-cta-sidebar .pbmit-button-icon,
.pbmit-btn-cta-content .pbmit-button-icon {
	margin-left: 8px;
}

.pbmit-btn-cta-content .pbmit-button-icon {
	margin-left: 10px;
}

.pbmit-btn-cta-sidebar .pbmit-button-icon svg path,
.pbmit-btn-cta-content .pbmit-button-icon svg path {
	stroke: #0D3B66;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.pbmit-process-card {
		margin-bottom: 20px;
	}
	
	.pbmit-evaluation-services-box {
		padding: 30px 20px !important;
	}
}

/* ========================================
   Contact page – top 3 cards
   Rounded borders, box shadow, background, equal height
   ======================================== */
.contact_us .section-xl .row {
	align-items: stretch;
}
.contact_us .section-xl .row > div[class*="col-"] {
	display: flex;
}
.contact_us .section-xl .pbmit-ihbox-style-15 {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-ihbox-box {
	clip-path: none;
	background: linear-gradient(145deg, #ffffff 0%, #E6F4F4 100%);
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(13, 59, 102, 0.08), 0 2px 12px rgba(13, 59, 102, 0.06);
	border: 1px solid rgba(28, 167, 166, 0.15);
	padding: 40px 35px;
	min-height: 280px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.contact_us .section-xl .pbmit-ihbox-style-15:hover .pbmit-ihbox-box {
	box-shadow: 0 16px 48px rgba(13, 59, 102, 0.12), 0 4px 16px rgba(13, 59, 102, 0.08);
	border-color: rgba(28, 167, 166, 0.25);
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper {
	background: rgba(13, 59, 102, 0.06);
	border-radius: 16px;
	padding: 18px;
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-element-title {
	color: #0D3B66;
	border-top-color: rgba(13, 59, 102, 0.12);
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-heading-desc,
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-heading-desc a {
	color: #1A1A1A;
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-ihbox-btn a {
	background: #0D3B66;
	color: #fff;
	box-shadow: 0 4px 14px rgba(13, 59, 102, 0.25);
}
.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover {
	background: #1CA7A6;
	box-shadow: 0 6px 20px rgba(28, 167, 166, 0.35);
}
@media (max-width: 991px) {
	.contact_us .section-xl .pbmit-ihbox-style-15 .pbmit-ihbox-box {
		min-height: 0;
		padding: 32px 28px;
	}
}

/* Make Appointment page – form selects and inputs visible on light background */
.appointment-form-box .form-select,
.appointment-form-box .form-control {
	color: #1A1A1A !important;
	border: 1px solid rgba(26, 26, 26, 0.25) !important;
	background-color: #fff !important;
	border-radius: 8px;
}
.appointment-form-box .form-select,
.appointment-form-box .form-control:not(textarea.form-control) {
	height: 48px !important;
	min-height: 48px;
	padding: 0 1rem;
	line-height: 1.5;
}
.appointment-form-box .form-select {
	padding: 0 2.25rem 0 1rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}
.appointment-form-box textarea.form-control {
	height: auto !important;
	min-height: 100px;
	padding: 0.75rem 1rem;
	border-radius: 8px;
}
.appointment-form-box .form-control::placeholder {
	color: rgba(26, 26, 26, 0.5);
}
.appointment-form-box .form-control:focus,
.appointment-form-box .form-select:focus {
	border-color: #0D3B66 !important;
	box-shadow: 0 0 0 0.2rem rgba(13, 59, 102, 0.15);
}
.appointment-form-box .form-select option {
	color: #1A1A1A;
}

/* Qualifications page – check icons white on dark background */
.qualifications-block .pbmit-icon-list-icon,
.qualifications-block .pbmit-icon-list-icon i,
.qualifications-block .ti-check {
	color: #ffffff !important;
}

/* Blog detail pages – checklist lists inside article content */
.blog-details .pbmit-entry-content ul.list-group.list-group-borderless {
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 1.5rem;
}
.blog-details .pbmit-entry-content .list-group-borderless .list-group-item {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 5px;
	border: none;
	background: transparent;
}
.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-icon {
	display: flex;
	background-color: var(--pbmit-global-color);
	border-radius: 0.375rem;
	padding: 0.35em 0.5em;
}
.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-icon i {
	font-size: 22px;
	color: var(--pbmit-white-color);
	transform: rotate(8deg);
}
.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-text {
	padding-left: 10px;
	margin-bottom: 0;
}