/* Hero Section */
.hero-section {
	position: relative;
	color: white;
	max-height: 600px;
	overflow: hidden;
}

.hero-section img {
	max-height: 600px;
	object-fit: cover;
	object-position: center;
}

.hero-text-overlay {
	position: absolute;
	top: 20%;
	left: 0;
	background-color: rgba(196, 199, 202, 0.85);
	width: 35%;
	border-radius: 12px;
	padding: 2rem 2.5rem;
}

.hero-title {
	font-size: 36px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 20px;
}

.hero-description {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}

/* Hero Section Responsive */
@media (max-width: 1400px) {
	.hero-text-overlay {
		width: 40%;
		left: 0;
	}
}

@media (max-width: 1200px) {
	.hero-text-overlay {
		width: 45%;
		left: 0;
		top: 15%;
	}
	.hero-title {
		font-size: 28px;
	}
	.hero-description {
		font-size: 14px;
	}
	.hero-section img {
		max-height: 550px !important;
	}
}

@media (max-width: 1024px) {
	.hero-text-overlay {
		width: 50%;
		left: 0;
		top: 10%;
	}
	.hero-section img {
		max-height: 500px !important;
	}
}

@media (max-width: 991px) {
	.hero-section-mobile {
		height: 350px !important;
	}
	.hero-section-mobile img {
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.hero-section-mobile {
		height: 300px !important;
	}
}

@media (max-width: 576px) {
	.hero-section-mobile {
		height: 250px !important;
	}
}

/* Why Us Section */
.why-us-section {
	padding: 80px 0;
	background: white;
}

.section-title {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 30px;
}

.why-us-content {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.why-us-image {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Meet Pediatricians Section */
.meet-doctors-section {
	padding: 80px 0;
	background: white;
	position: relative;
	overflow: visible;
}

.meet-doctors-shape {
	background: linear-gradient(135deg, #FFD93D 0%, #F9C74F 100%);
	padding: 60px 40px;
	border-radius: 0% 0% 50% 0%;
	width: 250px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.meet-doctors-shape h2 {
	font-size: 34px;
	font-weight: 700;
	color: white;
	margin: 0;
	line-height: 1.3;
	text-align: center;
}

.doctors-slider-container {
	position: relative;
	padding-left: 20px;
}

.doctor-card-special {
	background: white;
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 0 10px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
}

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

.doctor-card-special img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 20px;
	border: 4px solid #f1f5f9;
}

.doctor-card-special h5 {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 10px;
	min-height: 45px;
	line-height: 1.4;
}

.doctor-card-special .specialty {
	font-size: 13px;
	color: #048CD6;
	font-weight: 600;
	margin-bottom: 8px;
}

.doctor-card-special .location {
	font-size: 12px;
	color: #999;
	margin-bottom: auto;
	padding-bottom: 15px;
}

.view-profile-btn {
	color: #048CD6;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap 0.3s ease;
	margin-top: auto;
}

.view-profile-btn:hover {
	gap: 10px;
	text-decoration: none;
	color: #036aa8;
}

/* Slider Navigation */
.slider-nav {
	position: absolute;
	bottom: -60px;
	right: 40px;
	display: flex;
	gap: 10px;
	z-index: 10;
}

.slider-nav button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #ddd;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-nav button:hover {
	border-color: #048CD6;
	background: #048CD6;
	color: white;
}

.slider-nav button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

/* Tiny Slider Controls */
.tns-nav {
	display: none;
}

@media (max-width: 768px) {
	.meet-doctors-shape {
		border-radius: 50%;
		width: 200px;
		height: 200px;
		margin-bottom: 30px;
	}

	.meet-doctors-shape h2 {
		font-size: 28px;
	}

	.doctors-slider-container {
		padding-left: 0;
	}

	.slider-nav {
		bottom: -50px;
		right: 20px;
	}
}

/* Patient Resources Section */
.resources-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #FFF4CC 0%, #FFEAA7 100%);
	position: relative;
	overflow: visible;
}

.resources-content {
	position: relative;
	z-index: 2;
}

.resources-content h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.resources-content p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 30px;
}

.resource-btn {
	background: #048CD6;
	color: white;
	padding: 12px 30px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	border: none;
}

.resource-btn:hover {
	background: #036aa8;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(4, 140, 214, 0.3);
	color: white;
	text-decoration: none;
}

.resources-image {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.decorative-element {
	position: absolute;
}

/* Clouds behind image */
.decorative-element.cloud-back-1 {
	top: 100px;
	right: 20%;
	width: 180px;
	opacity: 0.6;
	z-index: 1;
}

.decorative-element.cloud-back-2 {
	bottom: 100px;
	right: 25%;
	width: 150px;
	opacity: 0.5;
	z-index: 1;
}

.decorative-element.cloud-back-3 {
	top: 50%;
	right: 30%;
	width: 120px;
	opacity: 0.4;
	z-index: 1;
}

/* Clouds in front of image */
.decorative-element.cloud-front-1 {
	bottom: 50px;
	right: 80px;
	width: 160px;
	opacity: 0.7;
	z-index: 3;
}

.decorative-element.cloud-front-2 {
	bottom: 20px;
	right: 250px;
	width: 130px;
	opacity: 0.6;
	z-index: 3;
}

/* Butterfly */
.decorative-element.butterfly {
	bottom: 30px;
	right: 50px;
	width: 60px;
	z-index: 3;
}

@media (max-width: 768px) {
	.decorative-element {
		display: none;
	}
}

/* News & Articles Section */
.news-section {
	padding: 80px 0;
	background: white;
}

.news-card-wrapper {
	padding-right: 0.5rem;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-card:hover {
	transform: translateY(-5px);
}

.news-card img {
	width: 100%;
	object-fit: cover;
}

.news-card-content {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-top: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	flex: 1;
	display: flex;
	flex-direction: column;
}

.news-card-content .TitleFont {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
}

.news-card-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
	flex: 1;
}

.btn-read-more {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	background-color: #048CD6 !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 3px 10px rgba(4, 140, 214, 0.3) !important;
	text-decoration: none !important;
	align-self: flex-end !important;
	color: white !important;
}

.btn-read-more:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 5px 15px rgba(4, 140, 214, 0.5) !important;
	background-color: #044D75 !important;
	text-decoration: none !important;
	color: white !important;
}

.btn-read-more i {
	color: white !important;
	font-size: 14px !important;
	transition: transform 0.3s ease !important;
}

.btn-read-more:hover i {
	transform: translateX(2px) !important;
}

/* Footer Info Section */
.footer-info-section {
	padding: 60px 0 40px 0;
	background: #f8f9fa;
	border-top: 1px solid #e0e0e0;
}

.footer-column h5 {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 12px;
}

.footer-column ul li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-column ul li a:hover {
	color: #048CD6;
}

.newsletter-input {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	height: 3.5rem;
}

.newsletter-input input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
}

.newsletter-input button {
	background: #048CD6;
	color: white;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.newsletter-input button:hover {
	background: #036aa8;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-icons a:hover {
	background: #048CD6;
	color: white;
	border-color: #048CD6;
}

.copyright-section {
	background: #ffffff;
	color: #666;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #e0e0e0;
}

/* Responsive */
@media (max-width: 768px) {
	.hero-section {
		height: auto;
	}

	.hero-image {
		position: relative;
		width: 100%;
		height: 300px;
	}

	.hero-text-box {
		margin-top: 20px;
		max-width: 100%;
	}

	.meet-doctors-badge {
		border-radius: 12px;
		max-width: 100%;
	}

	.section-title {
		font-size: 24px;
	}

	.hero-title {
		font-size: 28px;
	}
}

/* Yellow Line */
.yellow-line {
	background-color: #FFD93D;
	height: 0.3rem;
}

/* Mobile Text Box */
.mobile-text-box {
	background-color: #f8f9fa;
	border-radius: 12px;
}

/* Resource Button Container */
.resource-btn-container {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
