.health-camp-page .main_body{ position: relative; z-index: 1;}
.health-camp-page-bg{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: -1;}
.health-camp-page-bg-main{ position: absolute; left: 50%; translate: -50% 0 0; top: 0; width: clamp(200px, 100%, 1000px); height: auto;}
.health-camp-page-bg-top-right{ position: absolute; top: 0; right: 0; width: clamp(150px, 50%, 280px); height: auto;}


/* Title Section */
.title-section {
    text-align: center;
    margin-bottom: 32px;
}

.main-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
}

.main-title .highlight {
    color: #ef4444;
}

.subtitle {
    font-size: 18px;
    color: #374151;
    margin: 0;
}

.subtitle .highlight {
    color: #ef4444;
}

/* Search Container */
.search-container {
    max-width: 100%;
    width: 740px;
    margin: 0 auto;
}

.search-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #9ca3af;
}

.search-input {
    width: 100%;
    padding: 12px 16px 12px 48px;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    outline: none;
    transition: all 0.2s ease;
}

.search-input:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.search-input::placeholder {
    color: #9ca3af;
}

/* Location Card */
.location-row-wrap{ display: flex; flex-wrap: wrap;}
.location-card {
    height: 100%;
    align-items: center;
    display: flex;background-color: #ffffff; 
    box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.10);
    border-radius: 15px; 
    padding: 15px 20px;
    gap: 16px;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
}
.location-card-body{align-items: center; width: 100%;
    display: flex;}

.location-card:hover {
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.10); 
}

.location-card-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(232, 232, 232, 0.75);
    flex-shrink: 0;
}



.location-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.2s ease;
}

.location-card:hover .location-card-image img {
    scale: 1.1;
 }

.location-card-content{flex: 1; display: flex; gap: 10px; align-items: start;  }
.location-card-title,.location-card-description {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* limit to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.4;
    word-break: break-word; }
  .location-card-title {
    margin-bottom: 2px;
    line-height: 1.4;
}

.location-card-description {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
    
}

.location-card-view {
    
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 4px;
}


.location-card-view svg {
    width: 16px;
    height: 16px;
}
.location-card-view:hover svg{ color: #ef4444;}

.clinic-carousel{
    width: 100%; aspect-ratio: 16/9; overflow: hidden; position: relative; background-color: #f3f4f6;
}
.clinic-carousel img{ width: 100%; height: 100%; object-fit: cover; }

.clinic-carousel .slick-list {height: 100% !important;}

.clinic-carousel .slick-arrow{ width:40px; height:40px; background-color:rgba(0,0,0,0.5); top:50%; translate:0 -50% 0; opacity:1; background-image:none;position:absolute; font-size:0px; align-items: center; justify-content: center;; z-index: 1; border-radius: 8px;}
.clinic-carousel .slick-arrow:after{ font-family:'FontAwesome'; font-size:20px; color:#fff;}
.clinic-carousel .slick-arrow.slick-prev:after {content:"\f104";}
.clinic-carousel .slick-arrow.slick-next:after {content:"\f105";}
.clinic-carousel .slick-arrow.slick-prev{ left:40px; }
.clinic-carousel .slick-arrow.slick-next{ right:40px;}
.clinic-carousel .slick-arrow:hover,.clinic-carousel .slick-arrow:focus{background-color:rgba(255,255,255,0.2); }


.health-camp-detail-top{ display: flex; flex-direction: column; align-items: center; text-align: center;}
.health-camp-detail-badge{display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center; color: #9F2D00; background-color: #FFEDD4; border-radius: 8px; font-size: 12px; font-weight: 500; margin-bottom: 20px;}
.health-camp-detail-grid{ flex-wrap: wrap; display: flex;}
.health-camp-detail-grid > div{ padding: 0;}
.health-camp-detail-grid-wrap{ border-radius: 10px; overflow: hidden; margin: 25px 0;}

.clinic-map_ttl{ margin-bottom: 15px;}
.clinic-map, .clinic-map iframe{ width: 100%; height: 100%; }

.clinic-info{ display: flex; gap: 20px;flex-wrap: wrap; margin-top: 40px; justify-content: center;}
.clinic-info .btn{ background-color: #38b49b; color: #fff; padding: 15px 30px; display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 200px;}
.clinic-info .btn img{ filter: brightness(0) invert(1); width: 16px; height: 16px;}
.clinic-info .btn.btn-2{ background-color: #ef4444;}
.clinic-info .btn:hover{ background-color: #288976; color: #fff;}
.clinic-info .btn.btn-2:hover{ background-color: #9F2D00; color: #fff;}
 
.clinical-features{ list-style: none; padding: 0; margin: 20px 0 0 0; display: flex; gap: 15px; flex-wrap: wrap; justify-content: center;}
.clinical-features li{ display: flex; gap:6px}
.clinical-features li img{ width: 16px; height: 16px; object-fit: contain; margin-top: 2px; filter: brightness(0) invert(.4);}

.location-row-wrap{ margin: -20px -10px 0;}
.location-card-col{ margin-top: 20px; padding: 0 10px; }






@media screen and (max-width: 768px) {
.health-camp-page-main{ padding: 30px 0 60px;}

.pujaaddress-icon{
    display: none;
}

.health-camp-details .map_area iframe{
    display: none;
}

.search-container {
    margin-bottom: 25px;
}

.clinic-info{ flex-direction: column; }
.clinic-info-right{ flex: 1;}
.clinic-map{ height: 300px;}

}

@media screen and (min-width: 767px) {
  
.health-camp-page{
    padding-top: 140px;

}
    .health-camp-page .menu_area .nav > li:not(.active)  > a{
  color: #777;
}
.health-camp-page-main{ padding: 20px 0 80px;}
.search-container {
    margin-bottom: 48px;
}
}
