/*=========== Banner 3 CSS ========== */
/* ===============================
   HERO SLIDER WRAPPER
================================ */
.hero-banner-slider-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* ===============================
   EACH SLIDE
================================ */
.hero-banner-slider-3 .hero-slide {
    min-height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

/* Dark overlay like screenshot */
.hero-banner-slider-3 .hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.25)
    );
    z-index: 1;
}

/* ===============================
   CONTAINER
================================ */
.hero-banner-slider-3 .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* ===============================
   CONTENT
================================ */
.hero-banner-slider-3 .hero-content {
    max-width: 650px;
    color: #ffffff;
}

.hero-banner-slider-3 .hero-content h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 24px;
}

.hero-banner-slider-3 .hero-content .description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* ===============================
   BUTTON
================================ */
.hero-banner-slider-3 .hero-content .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 60px 12px 20px;
    background-color: #fe824c;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-banner-slider-3 .hero-content .hero-btn:hover {
    background-color: #fe824c;
    transform: translateY(-2px);
}

/* ===============================
   OWL NAV ARROWS (IMAGE STYLE)
================================ */

.hero-banner-slider-3 .hero-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
	width: 44px;
    height: 44px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.hero-banner-slider-3 .hero-slider .owl-nav > div:first-child {
    right: 0;
    left: unset;
}

.hero-banner-slider-3 .hero-slider .owl-nav > div:last-child {
    left: 0;
    height: max-content;
} 


/* Custom Arrow Wrapper */
.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Arrow image */
.custom-arrow img {
    width: 18px;
    height: auto;
}

/* Rotate RIGHT arrow */
.right-arrow img {
    transform: rotate(180deg);
}



/* ======= Clinic Two Column Listing with Image Section ======== */

.clinic-section {
    background: #fe824c;
    padding: 80px 20px;
}

.clinic-wrapper {
	margin: auto;
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 0 20px;
	width:100%;
}
.clinic-section .clinic-wrapper {
	max-width: 1320px;
	align-items: stretch;
}

.clinic-image{
	width:40%;
}
.clinic-image img {
	width: 100%;
	max-width: 420px;
	border-radius: 28px;
	object-fit: cover;
	height: 100%;
	display: block;
}

.clinic-content {
    background: #fff;
    padding: 50px;
    border-radius: 28px;
    flex: 1;
	width: 60%;
}

.clinic-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0186d5;
	font-weight: 700;
}

.clinic-content .intro {
    line-height: 1.7;
    margin-bottom: 30px;
}

.clinic-content hr {
    border: none;
    border-top: 1px solid #e3e8ee;
    margin: 30px 0;
}

.clinic-features {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

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

.clinic-features li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.clinic-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fe824c;
    font-weight: bold;
}

.clinic-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.clinic-actions .btn-primary {
    background: #fe824c;
    color: #fff;
    padding: 12px 60px 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 900;
}
.clinic-actions .btn-primary:hover{
	background-color: #fe824c;
    border-color: #fe824c;
}

.lang span {
    display: block;
    font-size: 14px;
    color: #666;
}

.lang a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

/* ======= Health/Counter/Stats Section ============ */

.health-section {
    background: #ffffff;
    padding: 100px 20px;
	display: none !important;
}

.health-container {
	max-width: 1320px;
	margin: auto;
	width: 100%;
	padding: 0 20px;
}

/* Header */
.health-header h2 {
    font-size: 40px;
    max-width: 600px;
    color: #0186d5;
	letter-spacing: 1px;
	font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
}

.health-header p {
    max-width: 600px;
    color: #777777;
    line-height: 1.7;
}

.health-header .row-box {
    display: flex;
    width: 100%;
}

.health-header .content-box {
    width: 60%;
}

.health-header .image-box {
    width: 40%;
}

.health-header .image-box img {
    width: 100%;
    /* max-width: 420px; */
    border-radius: 28px;
    object-fit: cover;
    height: 350px;
    display: block;
}

/* Bottom Layout */
.health-bottom {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
	width:100%;
}

/* Left text */
.health-text {
    font-size: 18px;
    line-height: 1.6;
	width: 35%;
}

/* Stats */
.health-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	width: 65%;
}

.stat-card {
	background: #fe824c;
	color: #fff;
	padding: 30px 20px;
	border-radius: 12px;
	text-align: center;
}
 
.stat-card h3 {
    font-size: 42px;
    margin-bottom: 10px;
}
.stat-card span.counter {
    font-size: 48px;
}
.stat-card span.suffix {
    font-size: 42px;
}

.stat-card span {
    font-size: 14px;
    opacity: 0.9;
}

/*========= FAQ Section ============*/
.faq-section {
    background: #ffffff;
    padding: 80px 20px;
}

.faq-container {
    max-width: 900px;
    margin: auto;
}

.faq-title {
    text-align: center;
    color: #0186d5;
	font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
}

/* Accordion */
.faq-item {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.faq-question {
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	cursor: pointer;
	color: #0186d5;
	font-weight: 600;
}

.faq-question:hover {
    background: #fe824c;
	color: #fff;
}
.faq-question:focus{
    outline: none;
}

.faq-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-answer p {
    padding: 15px 0 20px;
    color: #777;
    line-height: 1.6;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 300px;
}
.faq-item.active .faq-question {
    background: #fe824c;
    color: #fff;
} 

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.stat-card h3 span {
	font-size: 42px;
	margin-bottom: 10px;
	font-weight: 700 !important;
}
.faq-item.active .faq-answer p {
	margin-bottom: 0;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
    .hero-banner-slider-3 .hero-content h1 {
        font-size: 44px;
    }
.clinic-wrapper {
	flex-direction: column;
	padding: 0 0;
}

    .clinic-content h2 {
        font-size: 32px;
    }

    .clinic-features {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
.clinic-content {
	padding: 30px 20px;
	width: 100%
}
.health-bottom {
	margin-top: 40px;
	gap: 20px;
	flex-wrap: wrap;
}
.health-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.stat-card {
	padding: 30px 20px;
	min-width: 100%;
}	
.health-text {
	max-width: 100%;
	width: 100%;
}	
.health-stats {
	width: 100%;
}

.clinic-image {
	width: 100%;
}
.clinic-image img {
	max-width: 100%;
}
.clinic-content hr {
	margin: 20px 0;
}	
.health-header .row-box {
	flex-wrap: wrap;
}
.health-header .content-box, .health-header .image-box {
	width: 100%;
}	
.health-section {
	padding: 50px 0px;
}
.hero-banner-slider-3 .owl-nav {
	display: none;
}	
.clinic-content h2 {
	font-size: 27px;
	line-height: 35px;
}
.clinic-features {
	margin-bottom: 0px;
}	
.health-header h2 {
	font-size: 28px;
	max-width: 100%;
	padding-bottom: 20px;
	line-height: 38px;
}
.faq-question {
	font-size: 18px;
	text-align: left;
}
.hero-banner-slider-3 .hero-slide {
	min-height: 70vh;
}
.hero-banner-slider-3 .hero-content h1 {
	font-size: 40px;
}	
.faq-section {
	padding: 0px 20px 50px;
}
.faq-title {
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 38px;
}
.clinic-section {
	padding: 50px 20px;
}	
	

 
}

