/*
================================================
CUSTOM CSS FOR DR. SUJEET KUMAR WEBSITE
Blood Red Theme (#fa0000)
================================================
*/

/* ============================================
   CSS VARIABLES - BLOOD RED THEME
   ============================================ */
:root {
	--global--color-primary: #fa0000;
	--global--color-primary-darken: #c00000;
	--global--color-primary-light: #ffe6e6;
	--global--color-secondary: #1a1a1a;
	--global--color-heading: #2c2c2c;
	--global--color-heading-darken: #1a1a1a;
	--global--color-heading-light: #444444;
	--global--color-body: #666666;
	--global--color-white: #ffffff;
	--global--color-gray: #f8f9fa;
	--global--color-gray-darken: #e0e0e0;
	--global--color-gray-light: #f5f5f5;
	--global--font-body: "Roboto", sans-serif;
	--global--font-heading: "Rubik", sans-serif;
	--global--font-secondary: "Heebo", sans-serif;
}

/* ============================================
   GLOBAL BUTTON STYLES
   ============================================ */
.btn--primary {
	background-color: #fa0000;
	border-color: #fa0000;
	color: #fff;
}

.btn--primary:hover {
	background-color: #c00000;
	border-color: #c00000;
	color: #fff;
}

.text-primary {
	color: #fa0000 !important;
}

.bg-primary {
	background-color: #fa0000 !important;
}

/* ============================================
   SLIDER/HERO SECTION
   ============================================ */
.slide-content {
	padding: 80px 0;
}

.slide-headline {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
}

.slide-desc {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.slide-subdesc {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

/* ============================================
   ABOUT DOCTOR SECTION
   ============================================ */
.heading-subtitle {
	color: #fa0000;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.doctor-qualifications ul li {
	padding: 12px 0;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid #f0f0f0;
}

.doctor-qualifications ul li:last-child {
	border-bottom: none;
}

.doctor-qualifications ul li i {
	margin-right: 12px;
	font-size: 18px;
}

.hindi-content {
	border-radius: 8px;
	font-family: 'Noto Sans Devanagari', sans-serif;
	line-height: 1.8;
}

.about-img {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(250, 0, 0, 0.15);
}

.doctor-badge {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: #fa0000;
	color: #fff;
	padding: 25px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.doctor-badge h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

.doctor-badge p {
	font-size: 14px;
	margin: 5px 0 0;
	font-weight: 500;
}

/* ============================================
   STATS SECTION
   ============================================ */
.stats-wrapper {
	padding: 40px 0;
}

.stat-box {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.stat-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(250, 0, 0, 0.15);
}

.stat-box h3 {
	font-size: 48px;
	font-weight: 700;
	color: #fa0000;
	margin-bottom: 10px;
	line-height: 1;
}

.stat-box p {
	font-size: 16px;
	color: #666;
	margin: 0;
	font-weight: 500;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.service-panel {
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	transition: all 0.4s ease;
}

.service-panel:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(250, 0, 0, 0.2);
}

.service-panel-holder {
	background: #fff;
	padding: 40px 30px;
	height: 100%;
}

.service-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fa0000 0%, #c00000 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.service-panel:hover .service-icon {
	transform: scale(1.1) rotate(5deg);
}

.service-icon i {
	font-size: 36px;
	color: #fff;
}

.service-title h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #2c2c2c;
}

.service-desc {
	margin-bottom: 20px;
}

.service-desc p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 15px;
}

.service-features {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.service-features li {
	padding: 8px 0;
	font-size: 14px;
	color: #555;
	position: relative;
	padding-left: 25px;
}

.service-features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #fa0000;
	font-weight: 700;
	font-size: 16px;
}

/* ============================================
   CONDITIONS TREATED SECTION
   ============================================ */
.feature-panel-holder {
	margin-bottom: 20px;
}

.feature-panel {
	background: rgba(255, 255, 255, 0.95);
	padding: 30px;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	transition: all 0.3s ease;
	border-left: 4px solid transparent;
}

.feature-panel:hover {
	background: #fff;
	border-left-color: #fa0000;
	transform: translateX(10px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background: #fa0000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.feature-icon i {
	font-size: 24px;
	color: #fff;
}

.feature-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}

.feature-content p {
	font-size: 15px;
	color: #333;
	margin: 0;
	line-height: 1.6;
}

/* Override features section styling to make text visible */
.features .feature-panel-holder .feature-panel .feature-content h4 {
	color: #000 !important;
}

.features .feature-panel-holder .feature-panel .feature-content p {
	color: #333 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* ============================================
   WHY CHOOSE US SECTION
   ============================================ */
.feature-box {
	padding: 40px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
}

.feature-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.feature-icon-large {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #ffe6e6 0%, #ffcccc 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.feature-icon-large i {
	font-size: 36px;
	color: #fa0000;
}

.feature-box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #2c2c2c;
	margin: 20px 0 15px;
}

.feature-box p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonial-thumb {
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.testimonial-thumb:hover,
.testimonial-thumb.active {
	background: rgba(255, 255, 255, 0.2);
	border-color: #fa0000;
}

.thumb-img {
	position: relative;
	flex-shrink: 0;
	margin-right: 15px;
}

.thumb-img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #fff;
}

.thumb-img i {
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: #fa0000;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.thumb-body h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.thumb-body p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin: 0;
}

.testimonial-panel {
	background: rgba(255, 255, 255, 0.98);
	border-radius: 12px;
	padding: 50px 40px;
	min-height: 350px;
}

.testimonial-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #000 !important;
	font-style: italic;
	margin-bottom: 30px;
}

/* Override testimonial text color to ensure visibility */
.testimonial .testimonial-panel .testimonial-body .testimonial-content p {
	color: #000 !important;
}

.testimonial-rating {
	display: flex;
	align-items: center;
}

.testimonial-rating .num {
	font-size: 48px;
	font-weight: 700;
	color: #fa0000;
	margin-right: 20px;
}

.stars i {
	color: #ffc107;
	font-size: 18px;
	margin-right: 3px;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.accordion .card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}

.accordion .card-heading {
	background: #fff;
}

.accordion .card-link {
	display: block;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #2c2c2c;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}

.accordion .card-link:after {
	content: "+";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #fa0000;
	font-weight: 700;
	transition: all 0.3s ease;
}

.accordion .card-link:not(.collapsed):after {
	content: "−";
}

.accordion .card-link:hover {
	color: #fa0000;
	background: #fff5f5;
}

.accordion .card-body {
	padding: 20px 25px 25px;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	background: #fafafa;
}

/* ============================================
   APPOINTMENT FORM SECTION
   ============================================ */
.contact-card {
	background: #fff;
	border-radius: 12px;
	padding: 50px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.card-heading {
	font-size: 32px;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 15px;
}

.card-desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

.form-control {
	height: 55px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 0 20px;
	font-size: 15px;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.form-control:focus {
	border-color: #fa0000;
	box-shadow: 0 0 0 0.2rem rgba(250, 0, 0, 0.1);
}

textarea.form-control {
	height: auto;
	padding: 15px 20px;
	resize: vertical;
}

.select-holder {
	position: relative;
	margin-bottom: 20px;
}

.select-holder select {
	width: 100%;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23fa0000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 45px;
}

.date-select {
	position: relative;
}

.date-select i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fa0000;
	pointer-events: none;
}

.contact-info-box {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-left: 4px solid #fa0000;
}

.contact-info-box p {
	margin-bottom: 10px;
	font-size: 15px;
}

.contact-info-box a {
	color: #fa0000;
	font-weight: 600;
	text-decoration: none;
}

.contact-info-box a:hover {
	text-decoration: underline;
}

/* ============================================
   IMAGE CARD
   ============================================ */
.img-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: flex-end;
	padding: 40px;
}

.img-card .bg-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-card .bg-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-card .card-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

.img-card h3 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.img-card p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 25px;
}

.clinic-hours,
.emergency-info {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-radius: 8px;
	backdrop-filter: blur(10px);
}

.clinic-hours h5,
.emergency-info h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.clinic-hours ul li {
	padding: 8px 0;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.clinic-hours ul li:last-child {
	border-bottom: none;
}

/* ============================================
   CONTACT INFO SECTION
   ============================================ */
.contact-info-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
}

.contact-info-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(250, 0, 0, 0.15);
}

.info-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fa0000 0%, #c00000 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
}

.info-icon i {
	font-size: 32px;
	color: #fff;
}

.contact-info-card h4 {
	font-size: 22px;
	font-weight: 600;
	color: #2c2c2c;
	margin-bottom: 20px;
}

.contact-info-card p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin: 0;
}

.contact-info-card a {
	color: #fa0000;
	font-weight: 600;
	text-decoration: none;
}

.contact-info-card a:hover {
	text-decoration: underline;
}

/* ============================================
   MAP CONTAINER
   ============================================ */
.map-container {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ============================================
   CALL TO ACTION SECTION
   ============================================ */
.cta-section {
	padding: 100px 0;
	position: relative;
}

.cta-content h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}

.cta-content p {
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto 30px;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

/* ============================================
   OVERLAY EFFECTS
   ============================================ */
.bg-overlay-theme:before {
	background: linear-gradient(135deg, rgba(250, 0, 0, 0.9) 0%, rgba(192, 0, 0, 0.95) 100%);
}

.bg-overlay-theme2:before {
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(44, 44, 44, 0.9) 100%);
}

.bg-overlay-dark-slider:before {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 991px) {
	.slide-headline {
		font-size: 42px;
	}
	
	.slide-desc {
		font-size: 20px;
	}
	
	.slide-subdesc {
		font-size: 16px;
	}
	
	.doctor-badge {
		bottom: 20px;
		right: 20px;
		padding: 20px;
	}
	
	.doctor-badge h3 {
		font-size: 28px;
	}
	
	.feature-box {
		margin-bottom: 20px;
	}
	
	.img-card {
		min-height: 400px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.slide-headline {
		font-size: 32px;
	}
	
	.slide-desc {
		font-size: 18px;
	}
	
	.slide-subdesc {
		font-size: 14px;
	}
	
	.card-heading {
		font-size: 26px;
	}
	
	.stat-box h3 {
		font-size: 36px;
	}
	
	.service-panel-holder {
		padding: 30px 20px;
	}
	
	.testimonial-panel {
		padding: 30px 20px;
	}
	
	.contact-card {
		padding: 30px 20px;
	}
	
	.cta-content h2 {
		font-size: 28px;
	}
	
	.cta-content p {
		font-size: 16px;
	}
	
	.cta-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.cta-buttons .btn {
		width: 100%;
		max-width: 300px;
	}
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.bg-gray {
	background-color: #f8f9fa !important;
}

.text-center {
	text-align: center !important;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in-up {
	animation: fadeInUp 0.6s ease-out;
}

/* ============================================
   CUSTOM SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #fa0000;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: #c00000;
}

/* ============================================
   LOADING ANIMATION
   ============================================ */
.btn-loading {
	position: relative;
	pointer-events: none;
}

.btn-loading:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}





/* ============================================
   ABOUT PAGE SPECIFIC STYLES
   ============================================ */

/* About Page Title */
.about-page-title {
  padding: 120px 0 80px;
}

.about-page-title .title-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-page-title .title-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

/* Detailed About Section */
.about-detailed {
  padding: 80px 0;
}

.about-img-detailed {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(250, 0, 0, 0.15);
}

.about-img-detailed img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.about-img-detailed:hover img {
  transform: scale(1.05);
}

.doctor-badge-detailed {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: var(--global--color-primary);
  color: #fff;
  padding: 30px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.doctor-badge-detailed h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.doctor-badge-detailed p {
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: 500;
}

.heading-detailed {
  padding-left: 30px;
}

.doctor-intro {
  margin-bottom: 30px;
}

.doctor-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--global--color-body);
}

.doctor-specialties {
  margin: 30px 0;
}

.doctor-specialties h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 20px;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.specialty-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.specialty-item i {
  font-size: 16px;
}

.specialty-item span {
  font-size: 15px;
  color: var(--global--color-body);
}

/* Education Section */
.education {
  padding: 80px 0;
}

.qualification-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.qualification-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.qualification-icon {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.qualification-icon i {
  font-size: 24px;
  color: #fff;
}

.qualification-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 8px;
}

.institution {
  font-size: 16px;
  font-weight: 600;
  color: var(--global--color-primary);
  margin-bottom: 5px;
}

.duration {
  font-size: 14px;
  color: var(--global--color-body);
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* Experience Section */
.experience {
  padding: 80px 0;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--global--color-primary);
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 80px;
}

.timeline-date {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--global--color-primary);
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  min-width: 80px;
  text-align: center;
}

.timeline-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.timeline-content .institution {
  font-size: 16px;
  color: var(--global--color-primary);
  font-weight: 600;
  margin-bottom: 15px;
}

.timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-content li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
}

.timeline-content li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* Expertise Section */
.expertise {
  padding: 80px 0;
}

.expertise-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.expertise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
}

.expertise-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.expertise-icon i {
  font-size: 32px;
  color: #fff;
}

.expertise-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.expertise-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.expertise-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: var(--global--color-primary);
}

.stat-text {
  font-size: 14px;
  color: var(--global--color-body);
  font-weight: 500;
}

/* Research Section */
.research {
  padding: 80px 0;
}

.publications-list {
  max-width: 800px;
  margin: 0 auto;
}

.publication-item {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-left: 4px solid var(--global--color-primary);
  transition: all 0.3s ease;
}

.publication-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.1);
}

.publication-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 10px;
  line-height: 1.4;
}

.publication-meta {
  font-size: 14px;
  color: var(--global--color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.publication-authors {
  font-size: 14px;
  color: var(--global--color-body);
  font-style: italic;
  margin: 0;
}

/* Awards Section */
.awards {
  padding: 80px 0;
}

.award-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.award-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.award-icon i {
  font-size: 28px;
  color: #fff;
}

.award-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.award-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 15px;
}

.award-year {
  display: inline-block;
  background: var(--global--color-primary-light);
  color: var(--global--color-primary);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Memberships Section */
.memberships {
  padding: 80px 0;
}

.membership-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.logo-item {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.1);
}

.logo-item img {
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.logo-item p {
  font-size: 14px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-page-title .title-heading {
    font-size: 36px;
  }
  
  .about-img-detailed {
    margin-bottom: 40px;
  }
  
  .heading-detailed {
    padding-left: 0;
  }
  
  .specialties-grid {
    grid-template-columns: 1fr;
  }
  
  .timeline::before {
    left: 20px;
  }
  
  .timeline-item {
    padding-left: 60px;
  }
  
}
/* ============================================
   HEMATOLOGY CONSULTATION PAGE SPECIFIC STYLES
   ============================================ */

/* Service Overview Section */
.service-overview {
  padding: 80px 0;
}

.service-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(250, 0, 0, 0.15);
}

.service-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.service-image:hover img {
  transform: scale(1.05);
}

/* When to Consult Section */
.when-to-consult {
  padding: 80px 0;
}

.symptom-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.symptom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.symptom-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.symptom-card:hover .symptom-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.symptom-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.symptom-card:hover .symptom-icon i {
  color: #fff;
}

.symptom-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.symptom-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* Diagnostic Services Section */
.diagnostic-services {
  padding: 80px 0;
}

.diagnostic-item {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid transparent;
}

.diagnostic-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
  border-left-color: var(--global--color-primary);
}

.diagnostic-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.diagnostic-header i {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 24px;
  color: #fff;
}

.diagnostic-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
}

.diagnostic-item > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.diagnostic-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diagnostic-item li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid var(--global--color-gray);
}

.diagnostic-item li:last-child {
  border-bottom: none;
}

.diagnostic-item li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* Conditions Treated Section */
.conditions-treated {
  padding: 80px 0;
}

.condition-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.condition-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.condition-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--global--color-gray);
  position: relative;
}

.condition-card h5:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--global--color-primary);
  transition: width 0.3s ease;
}

.condition-card:hover h5:after {
  width: 100%;
}

.condition-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.condition-card li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid var(--global--color-gray-light);
  transition: all 0.3s ease;
}

.condition-card li:last-child {
  border-bottom: none;
}

.condition-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.condition-card:hover li:before {
  transform: scale(1.2);
}

.condition-card li:hover {
  color: var(--global--color-primary);
  padding-left: 30px;
}

/* Consultation Process Section */
.consultation-process {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.process-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.process-timeline:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  border-radius: 3px;
}

.process-step {
  position: relative;
  margin-bottom: 50px;
  padding-left: 100px;
}

.process-step:last-child {
  margin-bottom: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: var(--global--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.process-step:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.4);
}

.step-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.process-step:hover .step-content {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.step-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.step-content h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--global--color-primary);
}

.step-content p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* Why Choose Hematology Section */
.why-choose-hematology {
  padding: 80px 0;
}

.feature-box-light {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box-light:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.2);
}

.feature-icon-large {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.feature-box-light:hover .feature-icon-large {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.feature-icon-large i {
  font-size: 36px;
  color: #fff;
}

.feature-box-light h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-box-light p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
}

.faq-section .heading-4 {
  margin-bottom: 30px;
}

.faq-section .paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 30px;
}

.faq-section img {
  transition: transform 0.3s ease;
}

.faq-section img:hover {
  transform: scale(1.02);
}

/* Enhanced Accordion Styles */
.accordion .card {
  border: 1px solid var(--global--color-gray-darken);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion .card:hover {
  border-color: var(--global--color-primary);
  box-shadow: 0 5px 15px rgba(250, 0, 0, 0.1);
}

.accordion .card-heading {
  background: #fff;
}

.accordion .card-link {
  display: block;
  padding: 20px 60px 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
}

.accordion .card-link:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--global--color-primary);
  font-weight: 700;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  background: var(--global--color-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion .card-link:not(.collapsed):after {
  content: "−";
  background: var(--global--color-primary);
  color: #fff;
}

.accordion .card-link:hover {
  color: var(--global--color-primary);
  background: var(--global--color-primary-light);
}

.accordion .card-body {
  padding: 20px 25px 25px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--global--color-body);
  background: #fafafa;
  border-top: 1px solid var(--global--color-gray);
}

/* CTA Section Enhancement */
.cta-section {
  padding: 80px 0;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cta-content p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-buttons .btn {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
  .service-overview,
  .when-to-consult,
  .diagnostic-services,
  .conditions-treated,
  .consultation-process,
  .why-choose-hematology,
  .faq-section {
    padding: 60px 0;
  }
  
  .process-timeline:before {
    left: 30px;
  }
  
  .process-step {
    padding-left: 80px;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .service-overview,
  .when-to-consult,
  .diagnostic-services,
  .conditions-treated,
  .consultation-process,
  .why-choose-hematology,
  .faq-section {
    padding: 40px 0;
  }
  
  .diagnostic-header {
    flex-direction: column;
    text-align: center;
  }
  
  .diagnostic-header i {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .process-timeline:before {
    display: none;
  }
  
  .process-step {
    padding-left: 0;
    text-align: center;
  }
  
  .step-number {
    position: relative;
    margin: 0 auto 20px;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .accordion .card-link {
    padding: 15px 50px 15px 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .symptom-card,
  .diagnostic-item,
  .condition-card {
    padding: 20px;
  }
  
  .feature-box-light {
    padding: 30px 15px;
  }
  
  .step-content {
    padding: 20px;
  }
}

/* Animation Enhancements */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(250, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 0, 0, 0);
  }
}

.pulse-animation {
  animation: pulse 2s infinite;
}

/* Loading States */
.btn-loading {
  position: relative;
  pointer-events: none;
}

.btn-loading:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Print Styles */
@media print {
  .btn,
  .cta-section,
  .bg-overlay:before {
    display: none !important;
  }
  
  .service-overview,
  .when-to-consult,
  .diagnostic-services,
  .conditions-treated,
  .consultation-process {
    padding: 20px 0 !important;
  }
  
  .symptom-card,
  .diagnostic-item,
  .condition-card,
  .step-content {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

/* ============================================
   BONE MARROW TRANSPLANT PAGE SPECIFIC STYLES
   ============================================ */

/* BMT Types Section */
.bmt-types {
  padding: 80px 0;
}

.bmt-type-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.bmt-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.bmt-type-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--global--color-gray);
}

.bmt-type-header i {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
}

.bmt-type-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
}

.bmt-type-card > p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.bmt-type-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.bmt-type-card li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid var(--global--color-gray-light);
}

.bmt-type-card li:last-child {
  border-bottom: none;
}

.bmt-type-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: 700;
}

.bmt-suitability {
  background: var(--global--color-primary-light);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--global--color-primary);
}

.bmt-suitability h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.bmt-suitability p {
  font-size: 14px;
  color: var(--global--color-body);
  margin: 0;
  line-height: 1.5;
}

.bmt-comparison {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.bmt-comparison h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.bmt-comparison p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* BMT Conditions Section */
.bmt-conditions {
  padding: 80px 0;
}

.condition-bmt-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border-bottom: 4px solid transparent;
}

.condition-bmt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
  border-bottom-color: var(--global--color-primary);
}

.condition-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.condition-bmt-card:hover .condition-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.condition-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.condition-bmt-card:hover .condition-icon i {
  color: #fff;
}

.condition-bmt-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 20px;
}

.condition-bmt-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.condition-bmt-card li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--global--color-body);
  border-bottom: 1px solid var(--global--color-gray-light);
  transition: all 0.3s ease;
}

.condition-bmt-card li:last-child {
  border-bottom: none;
}

.condition-bmt-card:hover li {
  color: var(--global--color-primary);
  padding-left: 10px;
}

/* BMT Process Timeline */
.bmt-process-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.bmt-process-timeline:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  border-radius: 3px;
}

.bmt-process-step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 100px;
}

.bmt-process-step:last-child {
  margin-bottom: 0;
}

.bmt-process-step .step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: var(--global--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.bmt-process-step:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.4);
}

.bmt-process-step .step-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.bmt-process-step:hover .step-content {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.bmt-process-step .step-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.bmt-process-step .step-content h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--global--color-primary);
}

.bmt-process-step .step-content > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 15px;
}

.bmt-process-step .step-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bmt-process-step .step-content li {
  padding: 5px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 20px;
}

.bmt-process-step .step-content li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* BMT Success Section */
.bmt-success {
  padding: 80px 0;
}

.success-stat {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.success-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--global--color-primary);
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.success-stat p {
  font-size: 14px;
  color: var(--global--color-body);
  margin: 0;
  line-height: 1.4;
}

.outcome-table {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.outcome-table th {
  background: var(--global--color-primary);
  color: #fff;
  font-weight: 600;
  padding: 15px;
  border: none;
}

.outcome-table td {
  padding: 15px;
  border-color: var(--global--color-gray);
  vertical-align: middle;
}

.outcome-table tbody tr:hover {
  background-color: var(--global--color-primary-light);
}

/* BMT FAQ Section */
.bmt-faq {
  padding: 80px 0;
}

/* BMT Consultation CTA */
.bmt-consultation-cta {
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .bmt-process-timeline:before {
    left: 30px;
  }
  
  .bmt-process-step {
    padding-left: 80px;
  }
  
  .bmt-process-step .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  
  .bmt-type-header {
    flex-direction: column;
    text-align: center;
  }
  
  .bmt-type-header i {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .bmt-process-timeline:before {
    display: none;
  }
  
  .bmt-process-step {
    padding-left: 0;
    text-align: center;
  }
  
  .bmt-process-step .step-number {
    position: relative;
    margin: 0 auto 20px;
  }
  
  .outcome-table {
    font-size: 14px;
  }
  
  .stat-number {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .bmt-type-card,
  .condition-bmt-card,
  .success-stat {
    padding: 20px;
  }
  
  .bmt-process-step .step-content {
    padding: 20px;
  }
}

/* ============================================
   CAR-T CELL THERAPY PAGE SPECIFIC STYLES
   ============================================ */

/* CAR-T Process Section */
.cart-process {
  padding: 80px 0;
}

.cart-process-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.cart-process-timeline:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  border-radius: 3px;
}

.cart-process-step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 100px;
}

.cart-process-step:last-child {
  margin-bottom: 0;
}

.cart-process-step .step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: var(--global--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.cart-process-step:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.4);
}

.cart-process-step .step-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.cart-process-step:hover .step-content {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.cart-process-step .step-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.cart-process-step .step-content h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--global--color-primary);
}

.cart-process-step .step-content > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 15px;
}

.step-details {
  background: var(--global--color-primary-light);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--global--color-primary);
}

.step-details strong {
  display: block;
  font-size: 14px;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.step-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 20px;
}

.step-details li {
  padding: 5px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 15px;
  break-inside: avoid;
}

.step-details li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* CAR-T Conditions Section */
.cart-conditions {
  padding: 80px 0;
}

.condition-cart-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  position: relative;
  border-bottom: 4px solid transparent;
}

.condition-cart-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
  border-bottom-color: var(--global--color-primary);
}

.condition-status {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.condition-status.approved {
  background: #28a745;
  color: #fff;
}

.condition-status.trial {
  background: #ffc107;
  color: #000;
}

.condition-status.research {
  background: #6c757d;
  color: #fff;
}

.condition-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.condition-cart-card:hover .condition-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.condition-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.condition-cart-card:hover .condition-icon i {
  color: #fff;
}

.condition-cart-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.condition-cart-card > p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--global--color-body);
  margin-bottom: 20px;
  min-height: 60px;
}

.condition-stats {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--global--color-gray);
  padding-top: 15px;
}

.stat {
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--global--color-primary);
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 12px;
  color: var(--global--color-body);
  margin-top: 5px;
}

/* CAR-T Benefits Section */
.cart-benefits {
  padding: 80px 0;
}

.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border-top: 4px solid transparent;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1) rotate(5deg);
}

.benefit-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon i {
  color: #fff;
}

.benefit-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* CAR-T Side Effects Section */
.cart-side-effects {
  padding: 80px 0;
}

.side-effect-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid #dc3545;
}

.side-effect-card.critical {
  border-left-color: #dc3545;
}

.side-effect-card.moderate {
  border-left-color: #ffc107;
}

.side-effect-card.mild {
  border-left-color: #28a745;
}

.side-effect-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.effect-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--global--color-gray);
}

.effect-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
  flex: 1;
}

.effect-severity {
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
}

.side-effect-card.critical .effect-severity {
  background: #dc3545;
  color: #fff;
}

.side-effect-card.moderate .effect-severity {
  background: #ffc107;
  color: #000;
}

.side-effect-card.mild .effect-severity {
  background: #28a745;
  color: #fff;
}

.side-effect-card > p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--global--color-body);
  margin-bottom: 15px;
}

.effect-details {
  font-size: 13px;
}

.effect-details strong {
  display: block;
  font-size: 14px;
  color: var(--global--color-heading);
  margin: 10px 0 5px 0;
}

.effect-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.effect-details li {
  padding: 3px 0;
  color: var(--global--color-body);
  position: relative;
  padding-left: 15px;
}

.effect-details li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* CAR-T Success Section */
.cart-success {
  padding: 80px 0;
}

/* CAR-T FAQ Section */
.cart-faq {
  padding: 80px 0;
}

/* CAR-T Consultation CTA */
.cart-consultation-cta {
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .cart-process-timeline:before {
    left: 30px;
  }
  
  .cart-process-step {
    padding-left: 80px;
  }
  
  .cart-process-step .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  
  .step-details ul {
    columns: 1;
  }
  
  .condition-stats {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .cart-process-timeline:before {
    display: none;
  }
  
  .cart-process-step {
    padding-left: 0;
    text-align: center;
  }
  
  .cart-process-step .step-number {
    position: relative;
    margin: 0 auto 20px;
  }
  
  .effect-header {
    flex-direction: column;
    text-align: center;
  }
  
  .effect-severity {
    margin-left: 0;
    margin-top: 10px;
    align-self: center;
  }
  
  .condition-cart-card h5 {
    min-height: auto;
  }
  
  .condition-cart-card > p {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .cart-process-step .step-content,
  .condition-cart-card,
  .benefit-card,
  .side-effect-card {
    padding: 20px;
  }
  
  .step-details {
    padding: 15px;
  }
  
  .stat-value {
    font-size: 20px;
  }
}


/* ============================================
   TEST SERVICES PAGE SPECIFIC STYLES
   ============================================ */

/* Test Services Overview */
.lab-features {
  margin: 25px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}

.feature-item i {
  margin-right: 12px;
  font-size: 16px;
}

/* Test Categories Section */
.test-categories {
  padding: 80px 0;
}

.test-category-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border-top: 4px solid transparent;
}

.test-category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.test-category-card:hover .category-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.category-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.test-category-card:hover .category-icon i {
  color: #fff;
}

.test-category-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.test-category-card > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.test-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.test-list li {
  padding: 8px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid var(--global--color-gray-light);
}

.test-list li:last-child {
  border-bottom: none;
}

.test-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: 700;
  font-size: 12px;
}

.test-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid var(--global--color-gray);
  font-size: 13px;
}

.report-time {
  color: var(--global--color-body);
}

.report-time i {
  margin-right: 5px;
  color: var(--global--color-primary);
}

.test-price {
  font-weight: 600;
  color: var(--global--color-primary);
}

/* Advanced Diagnostics */
.advanced-diagnostics {
  padding: 80px 0;
}

.advanced-test-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--global--color-primary);
  height: 100%;
}

.test-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.test-header i {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
}

.test-header h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
}

.advanced-test-card > p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.test-applications {
  margin-bottom: 20px;
}

.test-applications strong {
  display: block;
  font-size: 14px;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.test-applications ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.test-applications li {
  padding: 5px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 15px;
}

.test-applications li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

.test-specs {
  display: flex;
  gap: 20px;
  font-size: 13px;
}

.spec-item {
  display: flex;
  flex-direction: column;
}

.spec-label {
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 2px;
}

.spec-value {
  color: var(--global--color-body);
}

/* Test Packages */
.test-packages {
  padding: 80px 0;
}

.package-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

.package-card.popular {
  transform: scale(1.05);
  border: 2px solid var(--global--color-primary);
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.package-card.popular:hover {
  transform: scale(1.05) translateY(-5px);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--global--color-primary);
  color: #fff;
  padding: 5px 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.package-header {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  color: #fff;
  padding: 30px;
  text-align: center;
}

.package-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.package-price {
  font-size: 32px;
  font-weight: 700;
}

.package-features {
  padding: 30px;
}

.package-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid var(--global--color-gray-light);
}

.package-features li:last-child {
  border-bottom: none;
}

.package-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: 700;
}

.package-benefits {
  padding: 0 30px 30px;
}

.package-benefits strong {
  display: block;
  font-size: 14px;
  color: var(--global--color-heading);
  margin-bottom: 5px;
}

.package-benefits p {
  font-size: 13px;
  color: var(--global--color-body);
  margin: 0;
}

.package-card .btn {
  margin: 0 30px 30px;
}

/* Sample Collection */
.sample-collection {
  padding: 80px 0;
}

.collection-info h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
}

.collection-info > p {
  font-size: 16px;
  color: var(--global--color-body);
  margin-bottom: 30px;
}

.collection-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.step-number {
  width: 40px;
  height: 40px;
  background: var(--global--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 5px;
}

.step-content p {
  font-size: 14px;
  color: var(--global--color-body);
  margin: 0;
  line-height: 1.5;
}

.collection-options h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 25px;
}

.option-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.option-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(250, 0, 0, 0.15);
}

.option-icon {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.option-icon i {
  font-size: 24px;
  color: #fff;
}

.option-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 8px;
}

.option-content > p {
  font-size: 14px;
  color: var(--global--color-body);
  margin-bottom: 10px;
}

.option-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.option-content li {
  padding: 3px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 15px;
}

.option-content li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: bold;
}

/* Test FAQ Section */
.test-faq {
  padding: 80px 0;
}

/* Test CTA Section */
.test-cta {
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .package-card.popular {
    transform: scale(1);
    margin: 20px 0;
  }
  
  .package-card.popular:hover {
    transform: translateY(-5px);
  }
  
  .test-specs {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .test-info {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .step {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .step-number {
    align-self: center;
  }
  
  .option-card {
    flex-direction: column;
    text-align: center;
  }
  
  .test-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .test-header i {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .test-category-card,
  .advanced-test-card,
  .package-features,
  .package-benefits {
    padding: 20px;
  }
  
  .package-header {
    padding: 20px;
  }
  
  .option-card {
    padding: 20px;
  }
}

/* ============================================
   NURSING CARE PAGE SPECIFIC STYLES
   ============================================ */

/* Nursing Care Overview */
.nursing-features {
  margin: 25px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}

.feature-item i {
  margin-right: 12px;
  font-size: 16px;
}

/* Nursing Services Section */
.nursing-services {
  padding: 80px 0;
}

.nursing-service-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border-top: 4px solid transparent;
}

.nursing-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.nursing-service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.service-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.nursing-service-card:hover .service-icon i {
  color: #fff;
}

.nursing-service-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  line-height: 1.4;
}

.nursing-service-card h4 small {
  font-size: 14px;
  color: var(--global--color-body);
  font-weight: 400;
}

.nursing-service-card > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.service-features li {
  padding: 8px 0;
  font-size: 13px;
  color: var(--global--color-body);
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid var(--global--color-gray-light);
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--global--color-primary);
  font-weight: 700;
  font-size: 12px;
}

.service-info {
  padding-top: 15px;
  border-top: 1px solid var(--global--color-gray);
  font-size: 13px;
}

.service-type {
  color: var(--global--color-body);
}

.service-type i {
  margin-right: 5px;
  color: var(--global--color-primary);
}

/* Home Nursing Section */
.home-nursing {
  padding: 80px 0;
}

.home-service-features {
  margin: 25px 0;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 20px;
  color: #fff;
}

.feature-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 5px;
}

.feature-content p {
  font-size: 14px;
  color: var(--global--color-body);
  margin: 0;
}

.home-nursing-packages {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.package-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: var(--global--color-gray);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.package-option:hover {
  background: var(--global--color-primary-light);
  transform: translateX(5px);
}

.package-name {
  font-weight: 600;
  color: var(--global--color-heading);
}

.package-price {
  font-weight: 700;
  color: var(--global--color-primary);
}

.home-nursing-image {
  position: relative;
}

.emergency-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #dc3545;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.badge-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-content i {
  font-size: 24px;
}

.badge-content h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.badge-content p {
  font-size: 12px;
  margin: 0;
  opacity: 0.9;
}

/* Specialized Nursing Care */
.specialized-nursing {
  padding: 80px 0;
}

.special-care-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid var(--global--color-primary);
}

.special-care-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(250, 0, 0, 0.15);
}

.care-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.care-header i {
  width: 60px;
  height: 60px;
  background: var(--global--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}

.care-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin: 0;
  line-height: 1.4;
}

.care-header h4 small {
  font-size: 14px;
  color: var(--global--color-body);
  font-weight: 400;
}

.special-care-card > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin-bottom: 20px;
}

.care-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.feature i {
  color: var(--global--color-primary);
  font-size: 12px;
}

.care-duration {
  font-size: 13px;
  color: var(--global--color-body);
  padding-top: 15px;
  border-top: 1px solid var(--global--color-gray);
}

.care-duration strong {
  color: var(--global--color-heading);
}

/* Nursing Team Section */
.nursing-team {
  padding: 80px 0;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
}

.team-image {
  height: 250px;
  overflow: hidden;
}

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

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

.team-content {
  padding: 25px;
  text-align: center;
}

.team-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 5px;
}

.designation {
  font-size: 16px;
  color: var(--global--color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.experience {
  font-size: 14px;
  color: var(--global--color-body);
  margin-bottom: 15px;
}

.specializations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.badge {
  background: var(--global--color-primary-light);
  color: var(--global--color-primary);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}

/* Nursing FAQ Section */
.nursing-faq {
  padding: 80px 0;
}

/* Nursing CTA Section */
.nursing-cta {
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .care-features {
    grid-template-columns: 1fr;
  }
  
  .package-options {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .care-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .feature-box {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .feature-icon {
    align-self: center;
  }
  
  .badge-content {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  
  .emergency-badge {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .nursing-service-card,
  .special-care-card,
  .team-content,
  .home-nursing-packages {
    padding: 20px;
  }
  
  .package-option {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}

/* ============================================
   WHY CHOOSE US SECTION STYLES
   ============================================ */

.why-choose-section {
  padding: 80px 0;
}

.why-choose-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.why-choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 0, 0, 0.15);
  border-top-color: var(--global--color-primary);
}

.why-choose-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--global--color-primary-light) 0%, #ffcccc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.why-choose-card:hover .why-choose-icon {
  background: linear-gradient(135deg, var(--global--color-primary) 0%, var(--global--color-primary-darken) 100%);
  transform: scale(1.1);
}

.why-choose-icon i {
  font-size: 32px;
  color: var(--global--color-primary);
  transition: all 0.3s ease;
}

.why-choose-card:hover .why-choose-icon i {
  color: #fff;
}

.why-choose-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--global--color-heading);
  margin-bottom: 15px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--global--color-body);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .why-choose-card {
    padding: 25px 15px;
  }
  
  .why-choose-card h4 {
    min-height: auto;
    font-size: 16px;
  }
  
  .why-choose-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .why-choose-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding: 60px 0;
  }
  
  .why-choose-card {
    margin-bottom: 20px;
  }
  
  .why-choose-card h4 {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .why-choose-card {
    padding: 20px 15px;
  }
  
  .why-choose-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .why-choose-icon i {
    font-size: 24px;
  }
  
  .why-choose-card h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .why-choose-card p {
    font-size: 13px;
  }
}