/*!
Theme Name: Ainuindia
Theme URI: https://ainuindia.org/
Author: AINU
Author URI: https://ainuindia.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ainuindia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ainuindia is based on Underscores https://ainuindia.org/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/* =============================================================
   CUSTOM HEADER & FOOTER STYLES FROM WIREFRAME
   ============================================================= */
   :root {
    --primary-color: #c13832;
    --secondary-color: #1a365d;
    --light-bg: #f8f9fa;
}

body {
    font-family: "Figtree", sans-serif;
    padding-top: 10.2rem;
}
p{color: #44596e;}
.top-header {
    background: white;
    padding: 0.65rem 0 0px;
    border-bottom: 0px solid #e9ecef;
}

.logo-container {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
}

.logo {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}
.logo-text h1 {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
}

.logo-text p {
    color: #666;
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-box {
    position: relative;
}

.search-box input {
    border-radius: 9px;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    border: 2px solid #CFDEEF;
    width: 100%;
}

.search-box input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(193, 56, 50, 0.15);
}

.search-box .search-icon {
    position: absolute;
    right: 0.34em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    cursor: pointer;
    background: #f9eaea;
    padding: 8px 12px;
    border-radius: 6px;
}

.quick-actions-card {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  margin-top: -04px;
  position: relative;
  z-index: 3;
}
.quick-action-btn {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0.96rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #495057;
  font-weight: 500;
  font-size: 0.95rem;
}
.quick-action-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
 /* transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  */
}
.quick-action-btn.active {
  background: #ffe5e8;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.quick-action-btn i {
  font-size: 1.25rem;
}
.ainu-about-section {
  padding: 5rem 0;
  background: #fff;
}
.carousel-indicators [data-bs-target]{ background-color: #af7979;}

.appointment-btn {
background: var(--primary-color);
    color: white;
    padding: 0.45rem 0.98rem;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    display: block;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}
.appointment-btn:after,
.appointment-btn:before {
content:'';
 position:absolute;
 z-index:-1;
 top:50%;
 left:50%;
 width:100%;
 height:100%;
 padding:2px;
 -webkit-transform:translate(-50%, -50%);
 -ms-transform:translate(-50%, -50%);
 transform:translate(-50%, -50%);
 -webkit-animation:4s gradient-spin linear infinite;
 animation:4s gradient-spin linear infinite;
 border-radius:9999999px;
 background-image:conic-gradient(from var(--angle), transparent 70%, rgba(216,106,212,0.231373), rgba(151,110,221,0.309804), rgba(162,110,220,0.2), rgba(255,255,255,0))
}
.sc-pad {
padding: 60px 0px;
}
/* .btn-primary-hero, .btn-secondary-hero, .btn-primary{min-height: 55px; max-height: 55px;} */
.appointment-btn:hover {
background: #a02e29;
    color: white;
    
    box-shadow: 0 4px 12px rgba(193, 56, 50, 0.3);
}
.appointment-label {
font-size: 0.7rem;
    display: block;
}
nav.bg-white {
background-color: #FBF5F5 !important;
}
.btn-patient {
display: inline-flex;
     align-items: center;
     gap: 8px;
     background:  linear-gradient(90deg, #eaefff 0%, #fbd7d7 100%);
     color: #0d1b2a;
     border: 1px solid #fff;
     border-radius: 8px;
     font-weight: 500;
     padding: 0.93rem;
     transition: all 0.3s ease;
}
.btn-patient:hover {
background: linear-gradient(90deg, #eaefff 0%, #f3cece 100%);
     color: #0d1b2a;
        border: 1px solid #f3cece;
}
.btn-patient svg {
width: 20px;
     height: 20px;
     fill: #da291c;
}

.dropdown-menu {
border: none;
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
    animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .btn:hover {
   color: var(--primary-color);
   background-color: var(--primary-color);
   border-color: var(--primary-color);
} */


/* Dropdown styling */
.dropdown-menu {
    border: none;
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
    animation: fadeIn 0.2s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown items */
.dropdown-item {
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    color:var(--text-dark);
    transition: all 0.2s ease;
    border-radius: 0rem;
}
.navbar .dropdown-item:hover{color: var(--primary-color);}
/* Hover effect */
.dropdown-item:hover {
    background-color: rgba(220, 53, 69, 0.08);
    /* light red bg */
    color: #b3001b;
    /* brand red */
    transform: translateX(0px);
}

/* Submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

/* Arrow styling */
.dropdown-toggle::after {
    display: none !important;
}

.nav-link .arrow,
.dropdown-item .arrow {
    transition: transform 0.25s ease;
    font-size: 0.75rem;
    margin-left: 6px;
}

.show>.nav-link .arrow,
.show>.dropdown-item .arrow {
    transform: rotate(180deg);
}

 /* Mobile: Position arrows more to the right for easier tapping */
@media (max-width: 991px) {
    .navbar .nav-link,
    .offcanvas .nav-link,
    .navbar .dropdown-item,
    .offcanvas .dropdown-item {
        position: relative;
        padding-right: 2.5rem !important;
    }
    
    .navbar .nav-link .arrow,
    .offcanvas .nav-link .arrow,
    .navbar .dropdown-item .arrow,
    .offcanvas .dropdown-item .arrow,
    .navbar .nav-link .sub-arrow,
    .offcanvas .nav-link .sub-arrow,
    .navbar .dropdown-item .sub-arrow,
    .offcanvas .dropdown-item .sub-arrow {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
        font-size: 0.9rem;
        pointer-events: auto;
        z-index: 10;
        cursor: pointer;
    }
    
    /* Make the arrow area not trigger link clicks */
    .navbar .nav-link.dropdown-toggle,
    .offcanvas .nav-link.dropdown-toggle,
    .navbar .dropdown-item.dropdown-toggle,
    .offcanvas .dropdown-item.dropdown-toggle {
        pointer-events: auto;
    }
    
    /* Create a clickable area for the arrow that doesn't trigger link */
    .navbar .nav-link.dropdown-toggle::after,
    .offcanvas .nav-link.dropdown-toggle::after,
    .navbar .dropdown-item.dropdown-toggle::after,
    .offcanvas .dropdown-item.dropdown-toggle::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 2.5rem;
        height: 100%;
        pointer-events: none;
    }
    
    .show > .nav-link .arrow,
    .show > .dropdown-item .arrow,
    .show > .nav-link .sub-arrow,
    .show > .dropdown-item .sub-arrow {
        transform: translateY(-50%) rotate(180deg);
    }
}

.navbar-nav {
    color: #081727;
    font-weight: 500;
    font-size: 0.92rem;
}

.navbar-nav .btn {
    font-size: .86rem;
}

/* Desktop only */
.navbar-collapse {
    display: none !important;
}



/* Navbar link default style */
.navbar .nav-link {
 color: #1a365d; /* default dark grey */
 font-weight: 500;
 transition: color 0.2s ease-in-out;
}

/* Hover & active state */
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
 color: #d9232d !important; /* AINU Red */
}

/* Optional underline animation on hover */
.navbar .nav-link {
 position: relative;
}

/* Responsive */
@media (max-width: 767.98px) {
 body { padding-top: 5.2rem; }
 .navbar { --bs-navbar-padding-y: 0rem; }
}


/* Footer */
.footer {
 background-color: #344256;
    color: #ccc;
    padding: 50px 0;
    font-family: "Figtree", sans-serif;
}
.footer h5 { 
 color: #fff;
       margin-bottom: 36px;
       font-weight: bold;
       position: relative;
       display: inline-block;
 }
.footer h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #ff5e5e, transparent);
    border-radius: 2px;
}
.footer ul {
 list-style: none;
 padding: 0;
 margin: 0;
 text-align: left;       /* force left alignment */
}

.footer ul li {
 padding-bottom: 18px;
 text-align: left;       /* also ensure child li’s align left */
}

.footer ul li a {
 display: block;         /* makes link fill full width for cleaner alignment */
 text-align: left;
 color: #e0edff;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s;
}


.footer ul li a:hover {
 color: #fff;
}


.footer ul li a:hover {
 color: #fff;
 transform: translatex(5px);
   text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}


.social-icons a {
 color: #e0edff;
 margin-right: 15px;
 font-size: 1.2em;
 transition: all 0.3s ease;
 background: #4e617b;
 padding: 10px 12px;
 border-radius: 3px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-decoration: none;
}
.social-icons a:hover 
{  background-color: #fff;
 color: #b81e26;
 /* transform: translateY(-4px); */
}

/* Optional: smooth “scroll/bounce” animation when hovering */
.social-icons a:hover i {
 animation: iconScroll 0.6s ease-in-out;
}

/* Keyframes for icon scroll / bounce effect */
@keyframes iconScroll {
 0% { transform: translateY(0); }
 30% { transform: translateY(-4px); }
 60% { transform: translateY(3px); }
 100% { transform: translateY(0); }
}

.logo-text { 
  color: #C3CCD3;
    font-size: 0.9em;
    line-height: 1.6;
 }
.divider {
    border-top: 1px solid #657285;
    margin: 30px 0;
}
.footer .copyright {
 text-align: center;
 width: 100%;
 margin: 0 auto;
 display: block;
}

@media (min-width: 992px) {
 .footer .copyright {
   text-align: center;
 }
}

.bottom-links a {
    color: #C3CCD3;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.9em;
    transition: color 0.3s;
}
.bottom-links a:hover {
    color: #ccc;
}

/* Responsive visibility */
@media (min-width: 768px) {
 .mobile-footer {
   display: none !important;
 }
}

@media (max-width: 767.98px)  {
   body{padding-bottom: 56px;}
    .navbar {
        --bs-navbar-padding-y: 0rem;
    }
}

/* =============================================================
  FOOTER BOTTOM LINKS INLINE
  ============================================================= */

.bannerone {
 background: url(https://ainu-uat-cdn.s3.ap-south-2.amazonaws.com/2025/11/06022047/bannerone-bg1-1.png);
 background-size: cover;
 background-repeat: no-repeat;
}
.carousel-item {
 min-height: 490px;
}
.carousel-content {
 display: flex;
 align-items: center;
 min-height: 510px;
 padding: 40px 0;
}
.badge-custom {
 background-color: #fcf5f5;
 border: 1px solid rgba(217, 35, 45, 0.1);
 color: var(--primary-color);
 padding: 9px 12px;
 border-radius: 9px;
 font-weight: 500;
 font-size: 18px;
 display: inline-flex;
 align-items: center;
 gap: 12px;
 margin-bottom: 20px;
}
.badge-custom::before {
 content: "✓";
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 20px;
 height: 20px;
 background-color: #28a745;
 color: white;
 border-radius: 50%;
 font-size: 12px;
}
.main-heading {
 font-size: 3rem;
 color: #72869b;
 font-weight: 600;
 margin-bottom: 0;
}
.highlight-heading {
 font-size: 3.6rem;
 color: #022344;
 font-weight: 700;
 line-height: 1.2;
 margin-bottom: 30px;
 text-shadow: 3px 1px 3px #c5c5c5;
}
.features {
 display: flex;
 gap: 9px;
 flex-wrap: wrap;
 margin-bottom: 30px;
}
.feature-item {
 color: #28333e;
 font-size: 16px;
 position: relative;
 padding-left: 0;
}
.feature-item::after {
 content: "|";
 margin-left: 10px;
 color: #ccc;
}
.feature-item:last-child::after {
 content: "";
}
.btn-primary-custom {
 background-color: var(--primary-color);
 border: none;
 padding: 14px 32px;
 font-size: 16px;
 border-radius: 12px;
 color: white;
 transition: all 0.3s;
}
.btn-primary-custom:hover {
 background-color: #b03d3d;
 transform: translateY(-2px);
 color: #fff;
 box-shadow: 0 4px 12px rgba(201, 74, 74, 0.3);
}
.btn-secondary-custom {
 background-color: white;
 border: 2px solid #ddd;
 padding: 14px 32px;
 font-size: 16px;
 border-radius: 12px;
 color: #555;
 transition: all 0.3s;
}
.btn-secondary-custom:hover {
 border-color: var(--primary-color);
 color:  var(--primary-color);
}
.kidney-illustration {
 position: relative;
 max-width: 100%;
 height: auto;
}
.kidney-container {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
}
.kidney-svg {
 max-width: 500px;
 width: 100%;
 height: auto;
}
.carousel-indicators button {
 width: 40px;
 height: 4px;
 border-radius: 2px;
 background-color: #ccc;
}
.carousel-indicators .active {
 background-color: var(--primary-color);
}
.ainu-hero-section {
 padding: 60px 0 40px;
 background: #fff;
}
.ainu-hero-title {
 font-size: 2.5rem;
 font-weight: 700;
 color: #333;
 margin-bottom: 3rem;
 text-align: center;
}
.ainu-hero-title .ainu-highlight {
 color: var(--primary-color);
}
.ainu-highlight {
 color: var(--primary-color);
}
.ainu-title {
 font-size: 2.25rem;
 font-weight: 700;
 color: #1a365d;
 margin-bottom: 2rem;
 text-align: center;
}
.ainu-title p{ color: #1a365d; font-weight: 700;}
.ainu-feature-card {
 background: white;
 border-radius: 12px;
 padding: 2rem 1.5rem;
 height: 100%;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
 border: 1px solid #f0f0f0;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ainu-feature-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.ainu-feature-icon {
 width: 70px;
 height: 70px;
 margin: 0 auto 1.5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #fff5f5;
 border-radius: 12px;
}
.ainu-feature-icon i {
 font-size: 2rem;
 color: var(--primary-color);
}
.ainu-feature-title {
 font-size: 1.25rem;
 font-weight: 600;
 color: #28333e;
 margin-bottom: 1rem;
 text-align: center;
}
.ainu-feature-description {
 font-size: 0.95rem;
 color: #666;
 line-height: 1.6;
 text-align: center;
 margin-bottom: 0px;
}
.ainu-stats-section {
 padding: 10px 0 60px;
}
.ainu-stat-item {
 text-align: center;
}
.ainu-stat-number {
 font-size: 3rem;
 font-weight: 700;
 color: #081727;
 margin-bottom: 0.5rem;
}
.ainu-stat-label {
 font-size: 1.1rem;
 color: #081727;
 font-weight: 500;
}
.stats-card {
 background: url(https://ainu-uat-cdn.s3.ap-south-2.amazonaws.com/2025/11/06021648/statsbg.png);
 box-shadow: 0 2px 10px rgb(219 221 239);
 border: 0px;
 border-radius: 12px;
}
.centres-section {
 padding: 60px 0;
 background-color: #f6f7f9;
}
.section-title {
 font-size: 2rem;
 font-weight: 700;
 color: var(--text-dark);
 text-align: center;
 margin-bottom: 3rem;
}
.section-title .highlight {
 color: var(--primary-color);
}
.img-thumbnail {
 min-height: 130px;
 aspect-ratio: 16 / 9;
 object-fit: cover;
 width: 100%;
 height: auto;
}
.breadcrumb{margin-bottom: 0px !important;}
.cntbanner {
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
   padding: 30px 0px;
   position: relative;
   overflow: hidden;
   /* min-height: 200px; */
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}
.sctr-title{    font-size: 2.2rem;
   font-weight: 700;
   text-align: center;
   color: #fff; margin-bottom: 0px;}
.centre-card {
 background: white;
 border-radius: 9px;
 padding: 1.6rem 1rem 0.3rem;
 height: 100%;
 box-shadow: 0 0px 6px #e4eaf0;
 border: 1px solid #e8f3fe;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 overflow: hidden;
 transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.centre-card:hover {
 border-color: #cb0c0c;
 box-shadow: 0 4px 12px #e4eaf0;
 transform: translateY(-5px);
}
.centre-icon {
 width: 80px;
 height: 80px;
 border-radius: 16px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 1.5rem;
 font-size: 2.5rem;
 color: white;
}
.icon-green {
 background: linear-gradient(135deg, #4caf50, #45a049);
}
.icon-blue {
 background: linear-gradient(135deg, #2196f3, #1976d2);
}
.icon-purple {
 background: linear-gradient(135deg, #9c27b0, #7b1fa2);
}
.icon-yellow {
 background: linear-gradient(135deg, #ffc107, #ffa000);
}
.icon-red {
 background: linear-gradient(135deg, #e57373, #d32f2f);
}
.icon-cyan {
 background: linear-gradient(135deg, #00bcd4, #0097a7);
}
.icon-pink {
 background: linear-gradient(135deg, #e91e63, #c2185b);
}
.icon-indigo {
 background: linear-gradient(135deg, #5c6bc0, #3949ab);
}
.icon-orange {
 background: linear-gradient(135deg, #ff9800, #f57c00);
}
.centre-title {
 font-size: 1.25rem;
 font-weight: 600;
 color: #022344;
 margin-bottom: 1.5rem;
 min-height: 60px;
 display: flex;
 align-items: center;
}
.know-more-btn {
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 color: var(--primary-color);
 text-decoration: none;
 font-weight: 600;
 font-size: 1rem;
 padding: 0.75rem 1.5rem;
 background: #fff5f5;
 border-radius: 8px;
 transition: all 0.3s ease;
}
.know-more-btn:hover {
 background: var(--primary-color);
 color: white;
 transform: translateX(4px);
}
.know-more-btn i {
 transition: transform 0.3s ease;
}
.know-more-btn:hover i {
 transform: translateX(4px);
}
.doctors-section {
 padding: 60px 0;
}
.doctor-card-mobile {
 background: white;
 border-radius: 9px;
 padding: 1.2rem;
 margin-bottom: 1rem;
 box-shadow: 0 2px 8px #e4eaf0;
 border: 1px solid #e8f3fe;
}
.doctor-image {
 width: 136px;
 height: 136px;
 border-radius: 50%;
 object-fit: cover;
 margin-bottom: 1.5rem;
 margin: 0px auto 18px;
}
.doctor-image-mobile {
 width: 60px;
 height: 60px;
 border-radius: 50%;
 object-fit: cover;
 flex-shrink: 0;
}
.doctor-name {
 font-size: 1.32rem;
 font-weight: 700;

 margin-bottom: 0.4rem;
}
.doctor-name-mobile {
 font-size: 1.1rem;
 font-weight: 700;
 color: var(--text-dark);
 margin-bottom: 0.25rem;
}
.doctor-title {
 font-size: 0.92rem;
 font-weight: 500;
 margin-bottom: 1rem;
 line-height: 1.4;
}
.doctor-title-mobile {
 color: var(--primary-color);
 font-size: 0.85rem;
 font-weight: 500;
 margin-bottom: 0.5rem;
 line-height: 1.3;
}
.doctor-info {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 color: var(--text-muted);
 font-size: 0.9rem;
 margin-bottom: 0.75rem;
}
.doctor-info-mobile {
 display: flex;
 align-items: center;
 gap: 0.4rem;
 color: var(--text-muted);
 font-size: 0.85rem;
 margin-bottom: 0.5rem;
}
.doctor-info i,
.doctor-info-mobile i {
 color: #4caf50;
 font-size: 1rem;
}
.doctor-info span {
 color: #90a0b1;
}
.location-info {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 color: var(--text-muted);
 font-size: 0.9rem;
 margin-bottom: 1.5rem;
}
.location-info-mobile {
 display: flex;
 align-items: center;
 gap: 0.4rem;
 color: var(--text-muted);
 font-size: 0.85rem;
 margin-bottom: 0.75rem;
}
.location-info i,
.location-info-mobile i {
 color: var(--text-muted);
}
.button-group {
 display: flex;
 gap: 0.6rem;
 width: 100%;
}
.button-group-mobile {
 display: flex;
 gap: 0.5rem;
 margin-top: 0.5rem;
}
.doctor-card {
 background: white;
 border-radius: 9px;
 padding: 1.2rem;
 height: 100%;
 box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
 border: 1px solid #f0f0f0;
 transition: transform 0.3s ease, box-shadow 0.3s ease;

 text-align: center;
}
.dr-grid {
 display: flex;
 flex-direction: column;
}
.doctor-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 8px 12px rgba(237, 199, 199, 0.15);
 border: 1px solid #ffb4b4;
}
.doctor-info i {
 color: #4caf50;
 font-size: 1rem;
}
.location-info i {
 color: var(--text-muted);
}
.btn-view-profile {
 flex: 1;
 padding: 0.65rem 0.4rem;
 background: white;
 border: 2px solid #e0e0e0;
 color: var(--text-dark);
 font-weight: 500;
 border-radius: 6px;
 transition: all 0.3s ease;
 text-decoration: none;
 display: inline-block;
 text-align: center;
 font-size: 13px;
}
.btn-view-profile:hover {
 border-color: var(--primary-color);
 color: var(--primary-color);
}
.btn-book-appointment {
 flex: 1;
 padding: 0.65rem 0.5rem;
 background: var(--primary-color);
 border: 2px solid var(--primary-color);
 color: white;
 font-weight: 500;
 border-radius: 6px;
 transition: all 0.3s ease;
 text-decoration: none;
 display: inline-block;
 text-align: center;
 font-size: 0.8rem;
}
.btn-book-appointment:hover {
 background: #c82333;
 border-color: #c82333;
 color: white;
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.btn-view-all {
     display: inline-flex
;
   align-items: center;
   gap: 0.8rem;
   padding: 0.82rem 1.6rem;
   background: white;
   border: 1px solid var(--primary-color);
   color: var(--primary-color);
   font-weight: 600;
   font-size: 1rem;
   border-radius: 8px;
   transition: all 0.3s ease;
   text-decoration: none;
    
}
.btn-view-all:hover {
 background: var(--primary-color);
 color: white;
}
.btn-view-all i {
 transition: transform 0.3s ease;
}
.btn-view-all:hover i {
 transform: translateX(4px);
}
.desktop-view {
 display: block;
}
.mobile-view {
 display: none;
}
.locations-section {
 background-color: #ffffff;
}
.location-card {
 background: white;
 border-radius: 9px;
 padding: 1.2rem;
 height: 100%;
 box-shadow: 0 2px 12px #e4eaf0;
 border: 1px solid #f0f0f0;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 display: flex;
 flex-direction: column;
}
.location-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.location-header {
 display: flex;
 align-items: flex-start;
 gap: 0.6rem;
 margin-bottom: 0.5rem;
}
.location-icon {
 width: 26px;
 height: 26px;

 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}
.location-icon i {
 font-size: 1.25rem;
 color: var(--text-muted);
}
.location-name {
 font-size: 1.08rem;
 font-weight: 700;
 color: var(--text-dark);
 margin-bottom: 0rem;
}
.location-address {
 font-size: 0.88rem;
 color: #768798;
 line-height: 1.4;
 margin-bottom: 1.3rem;
 flex-grow: 1;
}
.location-phone {
 display: flex;
 align-items: center;
 gap: 0.75rem;
 color: var(--text-dark);
 font-size: 1rem;
 font-weight: 600;
 margin-bottom: 1.5rem;
}
.location-phone i {
 color: var(--text-muted);
 font-size: 1.1rem;
}
.location-actions {
 display: flex;
 gap: 0.5rem;
 justify-content: space-between;
 align-items: center;
}
.btn-directions {
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 padding: 0.75rem 0.85rem;
 background: white;
 border: 1px solid #e4ecf5;
 color: var(--text-dark);
 font-weight: 600;
 font-size: 0.84rem;
 border-radius: 6px;
 transition: all 0.3s ease;
 text-decoration: none;
}
.btn-directions i {
 color: var(--blue-link);
}
.btn-directions:hover {
 border-color: var(--blue-link);
 color: var(--blue-link);
}
.btn-know-more {
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 padding: 0.75rem 0.85rem;
 background: #fff5f5;
 border: none;
 color: var(--primary-color);
 font-weight: 600;
 font-size: 0.84rem;
 border-radius: 6px;
 transition: all 0.3s ease;
 text-decoration: none;
}
.btn-know-more:hover {
 background: var(--primary-color);
 color: white;
}
.btn-know-more i {
 transition: transform 0.3s ease;
}
.btn-know-more:hover i {
 transform: translateX(4px);
}
.health-talks-section {
 padding: 60px 0;
 background: #f8f8f8;
}
.health-talks-section .videos-wrapper {gap: 1.2rem;}
.video-card {
 background: white;
 border-radius: 9px;
 overflow: hidden;
 box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
 border: 1px solid #f0f0f0;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 cursor: pointer;
 flex: 0 1 calc(25% - 1.125rem);
 min-width: 242px;
 /* max-width: calc(25% - 1.125rem); */
 display: flex;
 flex-direction: column;
 padding: 0.98rem;
}
.video-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.video-thumbnail {
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
 background: #e0e0e0;
 border-radius: 6px;
 margin-bottom: 16px;
}
.video-thumbnail img {
 width: 100%;
 height: 126px;
 object-fit: cover;
}
.play-button {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 46px;
 height: 46px;
 background: rgba(255, 255, 255, 0.95);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s ease;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.play-button i {
 font-size: 1.8rem;
 color: var(--primary-color);
 margin-left: 4px;
}
.video-card:hover .play-button {
 transform: translate(-50%, -50%) scale(1.1);
 background: white;
}
/* .video-content {
padding: 1.2rem;
    flex-grow: 1;
} */
.video-title {
 font-size: 0.94rem;
   font-weight: 600;
   color: var(--text-dark);
   line-height: 1.6;
   margin: 0;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   height: 4.2rem;
   overflow: hidden;
}
.mobile-scroll-container {
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 padding: 0 15px 20px;
}
.mobile-scroll-container::-webkit-scrollbar {
 display: none;
}
.mobile-scroll-wrapper {
 display: flex;
 gap: 1rem;
}
.mobile-video-card {
 flex: 0 0 280px;
 max-width: 280px;
}
.modal-content {
 border: none;
 border-radius: 12px;
 background: #000;
}
.modal-header {
 border: none;
 padding: 1rem;
 background: #000;
}
.modal-body {
 padding: 0;
 background: #000;
}
.btn-close {
 filter: invert(1);
 opacity: 0.8;
}
.video-wrapper {
 position: relative;
 padding-top: 56.25%;
 background: #000;
}
.video-wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.branchsplty-welcome-content{margin-bottom: 30px;}
/* .success-stories-section {
 padding: 60px 0;
 background: #f8f8f8;
}
.story-card {
 background: white;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 2px 12px #cadeec;
 border: 1px solid #f0f0f0;
 margin: 0 15px;
 cursor: pointer;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.story-thumbnail {
 position: relative;
 width: 100%;
 height: 250px;
 overflow: hidden;

 border-radius: 9px;
 padding: 1.1rem;
}
.story-thumbnail img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 9px;
}
.story-card:hover .play-button {
 transform: translate(-50%, -50%) scale(1.1);
 background: white;
}
.story-content {
 padding: 1.1rem;
}
.story-quote {
 font-style: italic;
 color: #555;
 font-size: 0.95rem;
 line-height: 1.6;
 margin-bottom: 1.5rem;
 min-height: 80px;
}
.patient-name {
 font-size: 1.1rem;
 font-weight: 700;
 color: var(--text-dark);
 margin-bottom: 0.5rem;
}
.patient-info {
 font-size: 0.85rem;
 color: var(--text-muted);
 line-height: 1.5;
}
.success-stories-section .carousel-control-prev,
.carousel-control-next {
 width: 30px;
 height: 30px;
 background: white;
 border-radius: 50%;
 top: 40%;
 opacity: 1;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 display: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 filter: invert(1);
 width: 20px;
 height: 20px;
}
.success-stories-section .carousel-indicators {
 margin-bottom: -20px;
}
.success-stories-section .carousel-indicators [data-bs-target] {
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background-color: #d0d0d0;
 border: none;
 margin: 0 5px;
}
.mobile-story-card {
 flex: 0 0 320px;
 max-width: 320px;
} */

/* Patient Success Stories */




.success-stories-section {
           padding: 60px 0;
           background: white;
       }

       
        
       .stories-container {
           position: relative;
           padding: 0 15px;
       }
       
       .stories-wrapper {
           display: flex;
           gap: 1.2rem;
           overflow-x: hidden;
           scroll-behavior: smooth;
       }
       
       .story-card {
           background: white;
           border-radius: 12px;
           overflow: hidden;
           box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
           border: 1px solid #ffe9e9;
           transition: transform 0.3s ease, box-shadow 0.3s ease;
           cursor: pointer;
           flex: 0 0 calc(33.333% - 1rem);
           min-width: 260px;
           display: flex;
           flex-direction: column;
           margin: 12px 0px;
       }
       
       /* .story-card:hover {
           transform: translateY(-8px);
           box-shadow: 0 8px 24px rgba(0,0,0,0.15);
       } */
       
       .story-thumbnail {
           position: relative;
           width: 100%;
           height: 200px;
           overflow: hidden;
           
               padding: 1.1rem 1.1rem 0rem;
       }
       
       .story-thumbnail img {
           width: 100%;
           height: 100%;
           border-radius: 6px;
           object-fit: cover;
       }
       
       /* .play-button {
           position: absolute;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
           width: 70px;
           height: 70px;
           background: rgba(255, 255, 255, 0.95);
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           transition: all 0.3s ease;
           box-shadow: 0 4px 15px rgba(0,0,0,0.2);
       }
       
       .play-button i {
           font-size: 1.8rem;
           color: var(--primary-red);
           margin-left: 4px;
       }
       
       .story-card:hover .play-button {
           transform: translate(-50%, -50%) scale(1.1);
           background: white;
       } */
       
       .story-content {
           padding: 1.1rem;
           flex-grow: 1;
           display: flex;
           flex-direction: column;
       }
       
       .story-quote {
           font-size: 0.95rem;
           color: var(--text-muted);
           line-height: 1.6;
           margin-bottom: 1.2rem;
           font-style: italic;
           flex-grow: 1;
       }
       
       .patient-name {
           font-size: 1.25rem;
           font-weight: 700;
           color: var(--text-dark);
           margin-bottom: 0.5rem;
       }
       
       .patient-info {
           font-size: 0.85rem;
           color: var(--text-muted);
           line-height: 1.6;
       }
       
       /* Navigation Controls Container */
       .navigation-controls {
           display: flex;
           align-items: center;
           justify-content: center;
           gap: 1rem;
           margin-top: 1.5rem;
       }
       
       /* Navigation Arrows */
       .nav-arrow {
           width: 36px;
           height: 36px;
           background: white;
           border: 2px solid #d0d0d0;
           border-radius: 8px;
           display: flex;
           align-items: center;
           justify-content: center;
           cursor: pointer;
           transition: all 0.3s ease;
           flex-shrink: 0;
       }
       
       .nav-arrow:hover {
           border-color: #999;
           background: #f8f9fa;
       }
       
       .nav-arrow i {
           font-size: 1.25rem;
           color: #666;
           transition: color 0.3s ease;
       }
       
       .nav-arrow.disabled {
           opacity: 0.4;
           cursor: not-allowed;
           pointer-events: none;
       }
       
       /* Carousel Indicators */
       .carousel-indicators-custom {
           display: flex;
           align-items: center;
           gap: 0.5rem;
       }
       
       .indicator-dot {
           width: 12px;
           height: 9px;
           border-radius: 3px;
           background: #d0d0d0;
           border: none;
           cursor: pointer;
           transition: all 0.3s ease;
           padding: 0;
       }
       
       .indicator-dot:hover {
           background: #999;
       }
       
       .indicator-dot.active {
           background: var(--primary-color);
           
       }
       
       /* Modal Styles */
       .modal-content {
           border: none;
           border-radius: 12px;
           background: #000;
       }
       
       .modal-header {
           border: none;
           padding: 1rem;
           background: #000;
       }
       
       .modal-body {
           padding: 0;
           background: #000;
       }
       
       .btn-close {
           filter: invert(1);
           opacity: 0.8;
       }
       
       .video-wrapper {
           position: relative;
           padding-top: 56.25%;
           background: #000;
       }
       
       .video-wrapper iframe {
           position: absolute;
           top: 0;
           left: 0;
           width: 100%;
           height: 100%;
       }
       
       
       
      









.footer {
 background-color: #344256;
 color: #ccc;
 padding: 50px 0;
 font-family: "Figtree", sans-serif;
}
.footer h5 {
 color: #fff;
 margin-bottom: 36px;
 font-weight: 600;
 position: relative;
 display: inline-block;
}
.footer h5::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: -16px;
 width: 52px;
 height: 2px;
 background: linear-gradient(to right, #ff5e5e, transparent);
 border-radius: 2px;
}
.footer ul {
 list-style: none;
 padding: 0;
}
.footer ul li {
 padding-bottom: 18px;
}
.footer ul li a {
 color: #e0edff;
 text-decoration: none;
 transition: all 0.3s ease;
 display: inline-block;
 font-weight: 400;
}
.footer ul li a:hover {
 color: #fff;
 transform: translatex(5px);
 text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}
.social-icons a {
 color: #e0edff;
 margin-right: 15px;
 margin-bottom: 9px;
 font-size: 1.2em;
 transition: all 0.3s ease;
 background: #4e617b;
 padding: 10px 12px;
 border-radius: 3px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-decoration: none;
}
.social-icons a:hover {
 background-color: #fff;
 color: #b81e26;
}
.social-icons a:hover i {
 animation: iconScroll 0.6s ease-in-out;
}
@keyframes iconScroll {
 0% {
   transform: translateY(0);
 }

 30% {
   transform: translateY(-4px);
 }

 60% {
   transform: translateY(3px);
 }

 100% {
   transform: translateY(0);
 }
}
.logo-text {
 color: #c3ccd3;
 font-size: 0.9em;
 line-height: 1.6;
}
.divider {
 border-top: 1px solid #657285;
 margin: 30px 0;
}
.copyright {
 color: #c3ccd3;
 font-size: 0.9em;
}
.bottom-links a {
 color: #c3ccd3;
 text-decoration: none;
 margin: 0 10px;
 font-size: 0.9em;
 transition: color 0.3s;
}
.bottom-links a:hover {
 color: #ccc;
}
.health-blog-section {
 padding: 60px 0;
}
.section-title .text-red {
 color: var(--primary-color);
}
.filter-buttons {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 10px;
 margin-bottom: 20px;
}
.filter-btn {
 padding: 10px 24px;
 border: 1px solid #d1d5db;
 border-radius: 50px;
 background-color: white;
 color: #4b5563;
 font-size: 0.95rem;
 cursor: pointer;
 transition: all 0.3s ease;
}
.filter-btn:hover {
 background-color: #f3f4f6;
}
.filter-btn.active {
 background-color: var(--primary-color);
 color: white;
 border-color: var(--primary-color);
}
.cards-container {
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 -ms-overflow-style: none;
}
.cards-container::-webkit-scrollbar {
 display: none;
}
.cards-wrapper {
 display: flex;
 gap: 24px;
 padding-bottom: 20px;
}
.cards-scroll-container {
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 -ms-overflow-style: none;
 margin: 0 -15px;
 padding: 0 15px;
}
.cards-scroll-container::-webkit-scrollbar {
 display: none;
}
.cards-row {
 display: flex;
 flex-wrap: nowrap;
 gap: 0;
 margin: 0;
}
.card-column {
 flex: 0 0 85%;
 max-width: 85%;
 padding-left: 12px;
 padding-right: 12px;
}
/* Home page blog grid specific styles */
.home-blog-grid .cards-scroll-container {
 overflow-x: visible;
 margin: 0;
 padding: 0;
}

.home-blog-row {
 flex-wrap: wrap !important;
 gap: 0;
 margin: 0 -10px;
}

.home-blog-column {
 flex: 0 0 auto !important;
 max-width: 100% !important;
 padding-left: 10px !important;
 padding-right: 10px !important;
 margin-bottom: 20px;
}

@media (min-width: 576px) {
 .home-blog-column {
   flex: 0 0 50% !important;
   max-width: 50% !important;
 }
}

@media (min-width: 768px) {
 .home-blog-column {
   flex: 0 0 25% !important;
   max-width: 25% !important;
 }
}

.blog-card {
 background: white;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 height: 100%;
 display: flex;
 flex-direction: column;
 margin-bottom: 24px;
}
.blog-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.card-image {
 width: 100%;
 min-height: 130px;
max-height: 130px;  
 object-fit: fill;  
 background-position: top center;
 aspect-ratio: 16 / 9;
   width: 100%;
   height: auto;
}
.news-sec .card-image{min-height: 210px;}

.card-body {
 padding: 20px;
 flex-grow: 1;
 display: flex;
 flex-direction: column;
}
.card-category {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 12px;
}
.category-label {
 color: #6b7280;
 font-size: 0.9rem;
}
.card-date {
 color: #9ca3af;
 font-size: 0.85rem;
}
.card-title {
 font-size: 1.15rem;
 font-weight: 600;
 color: #1f2937;
 margin-bottom: 12px;
 line-height: 1.4;
}
.card-description {
 color: rgb(107, 114, 128);
   font-size: 0.9rem;
   line-height: 1.6;
   margin-bottom: 20px;
   flex-grow: 1;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   height: calc(1rem);
   overflow: hidden;
}
.read-more-link {
 display: inline-flex;
 align-items: center;
 color: var(--primary-color);
 font-weight: 500;
 text-decoration: none;
 font-size: 0.95rem;
 transition: gap 0.3s ease;
 gap: 5px;
}
.read-more-link:hover {
 gap: 10px;
}
.read-more-link svg {
 width: 18px;
 height: 18px;
}
.view-all-container {
 text-align: center;
 margin-top: 10px;
}
.view-all-btn {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 14px 32px;
 border: 2px solid var(--primary-color);
 border-radius: 50px;
 background-color: white;
 color: var(--primary-color);
 font-weight: 600;
 text-decoration: none;
 transition: all 0.3s ease;
}
.view-all-btn:hover {
 background-color: var(--primary-color);
 color: white;
}
.view-all-btn svg {
 width: 20px;
 height: 20px;
}
.awards-section {
 padding: 60px 0;
 background-color: #f9f9fb;
}
.award-card {
 background: white;
 border-radius: 9px;
 padding: 1.2rem;
 box-shadow: 0 0 4px #d1dde8;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 height: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 margin-bottom: 24px;
}
.award-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 6px 9px #c5d7e7;
}
.award-icon {
 width: 120px;
 height: 120px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 30px;
 background: #f9fafb;
 border-radius: 12px;
}
.award-icon img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
}
.award-title {
 font-size: 1.25rem;
 font-weight: 700;
 color: var(--primary-color);
 margin-bottom: 15px;
 line-height: 1.4;
 min-height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.award-source {
 font-size: 1rem;
 color: #6b7280;
 font-weight: 500;
}
.faq-section {
 padding: 60px 0;
 background-color: #ffffff;
}
.section-subtitle {
 text-align: center;
 color: #6b7280;
 font-size: 1.1rem;
 margin-bottom: 50px;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}
.faq-container {
 max-width: 1100px;
 margin: 0 auto;
}
.accordion-item {
 border: 1px solid #d0e4fb;
 border-radius: 9px !important;
 margin-bottom: 16px;
 background: white;
 overflow: hidden;
 box-shadow: 0 0 12px #e6e6e6;
}
.accordion-item:last-child {
 margin-bottom: 0;
}
.accordion-button {
 font-size: 1.1rem;
 font-weight: 600;
 color: #1f2937;
 padding: 24px 60px 24px 24px;
 background-color: white;
 border: none;
 box-shadow: none !important;
 position: relative;
}
.accordion-button:not(.collapsed) {
 background-color: white;
 color: #1f2937;
}
.accordion-button:hover {
 background-color: #f9fafb;
}
.accordion-button::after {
 display: none;
}
.accordion-button .icon-wrapper {
 position: absolute;
 right: 24px;
 top: 50%;
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 border: 2px solid var(--primary-color);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s ease;
 background: white;
}
.accordion-button .icon-wrapper svg {
 width: 16px;
 height: 16px;
 stroke: var(--primary-color);
 transition: opacity 0.3s ease;
}
.accordion-button:not(.collapsed) .icon-wrapper {
 background-color: var(--primary-color);
 border-color: var(--primary-color);
}
.accordion-button:not(.collapsed) .icon-wrapper .plus-icon {
 display: none;
}
.accordion-button:not(.collapsed) .icon-wrapper .minus-icon {
 display: block;
 stroke: white;
}
.icon-wrapper .minus-icon {
 display: none;
}
.accordion-body {
 padding: 0 24px 24px 24px;
 color: #4b5563;
 font-size: 1rem;
 line-height: 1.7;
}
.question-number {
 color: #9ca3af;
 margin-right: 8px;
}
.contact-section {
 background-color: #952624;
 padding: 80px 0;
 text-align: center;
 color: #fff;
}
.contact-section h2 {
 font-weight: 700;
 margin-bottom: 1rem;
}
.contact-section p {
 color: #f3f3f3;
 max-width: 700px;
 margin: 0 auto 3rem;
 font-size: 1.05rem;
}
.contact-card {
 background-color: #bc4a4a;
 border-radius: 10px;
 padding: 1.2rem 1.5rem;
 color: #fff;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.contact-card:hover {
 transform: translateY(-6px);
 box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.contact-icon {
 font-size: 2rem;
 margin-bottom: 1rem;
}
.contact-card h5 {
 font-weight: 600;
 margin-bottom: 0.75rem;
}
.contact-card p {
 margin-bottom: 1.25rem;
 color: #f8f8f8;
 font-size: 0.95rem;
}
.contact-card a.btn {
 background-color: #fff;
 color: var(--primary-color);
 font-weight: 600;
 padding: 0.5rem 1.25rem;
 border-radius: 6px;
 transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-card a.btn:hover {
 background-color: var(--primary-color);
 color: #fff;
}
.search-section {
 padding: 30px 0;
 background: linear-gradient(
   178deg,
   rgb(255 255 255) 0%,
   rgb(249 234 234) 50%,
   rgb(248 238 238) 100%
 );
}
.filter-container {
 padding: 0.2rem;
}
.filter-group {
 margin-bottom: 1.5rem;
}
.filter-group:last-child {
 margin-bottom: 0;
}
.filter-label {
 font-size: 0.9rem;
 font-weight: 500;
 color: var(--primary-color);
 margin-bottom: 0.45rem;
 display: block;
}
.search-input-wrapper {
 position: relative;
}
.search-input {
 width: 100%;
 padding: 0.65rem 1rem;
 padding-right: 3rem;
 border: 1px solid #e0e0e0;
 border-radius: 6px;
 font-size: 0.95rem;
 color: var(--text-dark);
 transition: all 0.3s ease;
}
.search-input:focus {
 outline: none;
 border-color: var(--primary-color);
 box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.search-input::placeholder {
 color: #999;
}
.search-icon {
 position: absolute;
 right: 1rem;
 top: 50%;
 transform: translateY(-50%);
 color: #999;
 font-size: 1.1rem;
 pointer-events: none;
}
.custom-select {
 width: 100%;
 padding: 0.65rem 2.5rem 0.65rem 1rem;
 border: 1px solid #e0e0e0;
 border-radius: 6px;
 font-size: 0.95rem;
 color: var(--text-dark);
 background-color: white;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a 1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 1rem center;
 background-size: 16px;
 appearance: none;
 cursor: pointer;
 transition: all 0.3s ease;
}
.custom-select:focus {
 outline: none;
 border-color: var(--primary-color);
 box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.custom-select option {
 padding: 0.5rem;
}
.srchpage-title {
 font-size: 24px;
 font-weight: 600;
 text-align: center;
 padding-bottom: 10px;
}
.pagination {
 justify-content: center;
 margin-top: 2rem;
}
.page-link {
 color: #cb0c0c;
 border-radius: 50%;
 width: 38px;
 height: 38px;
 display: flex;
 align-items: center;
 gap: 6px;
 justify-content: center;
}
.page-item {
 margin: 0px 6px;
}
.page-item.active .page-link {
 background-color: #cb0c0c;
 border-color: #cb0c0c;
 color: #fff;
}
.urology-hero {
 background: linear-gradient(90deg, #fff9f9 0%, #ffffff 100%);
 min-height: 70vh;
 display: flex;
 align-items: center;
}
.urology-hero-title {
 font-size: 2.3rem;
 font-weight: 600;
 color: #111827;
 line-height: 1.3;
}
.urology-highlight {
 color: #cb0c0c;
 font-weight: 700;
}
.urology-hero-text {
 color: #334155;
 font-size: 1rem;
 max-width: 500px;
}
.urology-btn {
 background-color: #cb0c0c;
 color: #fff;
 border: none;
 border-radius: 6px;
 transition: all 0.3s ease;
}
.urology-btn:hover {
 background-color: #a20909;
 transform: translateY(-2px);
}
.urology-hero-image {
 max-width: 90%;
 height: auto;
}
.specialty-card {
 background: white;
 border-radius: 9px;
 padding: 1.5rem;
 text-align: center;
 box-shadow: 0 2px 4px rgb(166 186 211 / 32%);
 transition: all 0.3s ease;
 height: 100%;
 border: none;
}
.specialty-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.icon-wrapper {
 width: 72px;
 height: 72px;
 margin: 0 auto 0.75rem;
 border-radius: 9px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.icon-wrapper i {
 font-size: 2.5rem;
 color: white;
}
.bg-green {
 background: linear-gradient(135deg, #5cb85c, #449d44);
}
.bg-red {
 background: linear-gradient(135deg, #d9534f, #c9302c);
}
.bg-pink {
 background: linear-gradient(135deg, #e83e8c, #d63384);
}
.bg-purple {
 background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.bg-blue {
 background: linear-gradient(135deg, #5b9bd5, #4a7fb8);
}
.bg-cyan {
 background: linear-gradient(135deg, #17a2b8, #138496);
}
.bg-light-blue {
 background: linear-gradient(135deg, #5bc0de, #46b8da);
}
.bg-orange {
 background: linear-gradient(135deg, #f0ad4e, #ec971f);
}
.specialty-title {
 font-size: 1.25rem;
 font-weight: 600;

 margin-bottom: 1rem;
}
.know-more-link {
 color: #dc3545;
 text-decoration: none;
 font-weight: 500;
 font-size: 0.95rem;
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 transition: gap 0.3s ease;
 background-color: rgba(201, 48, 44, 0.08);
 padding: 0.625rem 1.25rem;
 border-radius: 0.3rem;
}
.know-more-link:hover {
 color: #c82333;
 gap: 0.8rem;
}
.know-more-link i {
 font-size: 0.85rem;
}

.lct-hero-section {
 background-color: var(--bg-light);
 background: url(assets/images/hydherobg.png);
 background-size: cover;
 position: relative;
 overflow: hidden;
}
.lct-hero-content {
 padding-right: 2rem;
}
.lct-hero-title {
 font-size: 2.45rem;
 font-weight: 700;
 color: var(--primary-color);
 line-height: 1.2;
 margin-bottom: 1.5rem;
}
.lct-hero-description {
 font-size: 1.125rem;
 color: var(--secondary-color);
 line-height: 1.6;
 margin-bottom: 1rem;
}
.features-list {
 list-style: none;
 padding: 0;
 margin: 1rem 0;
}
.features-list li {
 display: flex;
 align-items: flex-start;
 margin-bottom: 1rem;
 font-size: 1rem;
 color: var(--secondary-color);
 font-weight: 500;
}
.check-icon {
 color: var(--primary-color);
 flex-shrink: 0;
 margin-right: 0.75rem;
 margin-top: 0.125rem;
}
.cta-buttons {
 margin-top: 2.5rem;
}
.btn-appointment {
 background-color: var(--primary-color);
 border: none;
 padding: 0.875rem 1.75rem;
 font-size: 1rem;
 font-weight: 600;
 border-radius: 0.375rem;
 display: inline-flex;
 align-items: center;
 gap: 0.625rem;
 transition: all 0.3s ease;
}
.btn-appointment:hover {
 background-color: #a92822;
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(201, 48, 44, 0.3);
}
.btn-location {
 background-color: transparent;
 border: 2px solid #DDD;
 color: var(--secondary-color);
 padding: 0.875rem 1.75rem;
 font-size: 1rem;
 font-weight: 600;
 border-radius: 0.45rem;
 display: inline-flex;
 align-items: center;
 gap: 0.625rem;
 transition: all 0.3s ease;
}
.btn-location:hover {
 border-color: var(--primary-color);
 color: var(--primary-color);
 background-color: transparent;
 transform: translateY(-2px);
}
.calendar-icon,
.location-icon {
 width: 20px;
 height: 20px;
 flex-shrink: 0;
}
.hero-illustration {
 position: relative;
 width: 100%;
 max-width: 600px;
 margin-left: auto;
}
.hero-illustration svg {
 width: 100%;
 height: auto;
}
.monument-path {
 stroke-linecap: round;
 stroke-linejoin: round;
}
.cross-accent {
 animation: pulse 3s ease-in-out infinite;
}
.city-card {
 background: #fff;
 border-radius: 10px;
 border: 1px solid #e5e9ec;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

 transition: all 0.3s ease;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.city-card .bg-light {
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 padding: 0.8rem 1.2rem;
}
.city-content {
 padding: 1.2rem;
}
.city-content a{text-decoration: none;}
.city-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.city-header {
 display: flex;
 gap: 0.3rem;
}
.city-header i {
 color: #cb0c0c;
 font-size: 1.25rem;
 margin-right: 8px;
}
.city-header h5 {
 font-weight: 600;
 font-size: 1.05rem;
 color: #1a365d;
 margin: 0;
}
.city-address {
 color: #344256;
 font-size: 0.9rem;
 line-height: 1.5;
 margin: 0.8rem 0px;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 height: calc(2.3rem * 2);
}
.city-phone {
 font-weight: 600;
 color: #cb0c0c;
 font-size: 1rem;
}
.city-phone i {
 color: #cb0c0c;
 margin-right: 6px;
 font-size: 1.1rem;
}
.city-card .btn-outline {
 border: 1px solid #d4d8dc;
 color: #1a365d;
 background: #fff;
 font-weight: 500;
 border-radius: 6px;
 transition: all 0.2s ease;
 padding: 0.45rem 0.6rem;
}
.btn-outline:hover {
 background-color: #f5f7fa;
}
.btn-red {
 background-color: #ffe8e8;
 color: #cb0c0c;
 font-weight: 500;
 border-radius: 6px;
 transition: all 0.2s ease;
}
.btn-red:hover {
 background-color: #cb0c0c;
 color: #fff;
}
.btn i {
 font-size: 0.9rem;
 margin-left: 4px;
}
.sec-coe {
 background-color: #f6f7f9;
}
@keyframes pulse {
 0%,
 100% {
   opacity: 1;
   transform: scale(1);
 }
 50% {
   opacity: 0.6;
   transform: scale(0.95);
 }
}
.about-section {
 background-color: #ffffff;
 padding: 3rem 0;
}
.about-image-wrapper {
 position: relative;
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.about-image {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 1rem;
}
.image-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(
   135deg,
   rgba(201, 48, 44, 0.05) 0%,
   rgba(201, 48, 44, 0.02) 100%
 );
 pointer-events: none;
}
.about-content {
 padding-left: 2rem;
}
.about-title {
 font-size: 1.9rem;
 font-weight: 700;
 color: var(--secondary-color);
 line-height: 1.3;
 margin-bottom: 0.98rem;
}
.about-text {
 font-size: 1rem;
 color: var(--light-text);
 line-height: 1.6;
 margin-bottom: 0.96rem;
}
.about-text:last-child {
 margin-bottom: 0;
}
.why-choose-section {
 background-color: #fafafa;
 padding: 5rem 0;
}
.why-choose-title {
 font-size: 2.25rem;
 font-weight: 700;
 color: var(--secondary-color);
 line-height: 1.3;
}
.text-highlight {
 color: var(--primary-color);
}
.why-choose-image-wrapper {
 position: relative;
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.why-choose-image {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 1rem;
}
.why-choose-list {
 list-style: none;
 padding: 0;
 margin: 0;
}
.why-choose-item {
 display: flex;
 align-items: flex-start;
 margin-bottom: 0.95rem;
 font-size: 1rem;
 color: var(--secondary-color);
 font-weight: 400;
 line-height: 1.6;
}
.why-choose-item:last-child {
 margin-bottom: 0;
}
.check-icon-red {
 color: var(--primary-color);
 flex-shrink: 0;
 margin-right: 1rem;
 margin-top: 0.125rem;
 background: #fce9e9;
 padding: 0.36rem 0.42rem;
 border-radius: 60px;
 font-size: 0.96rem;
}
.contact-title {
 font-size: 2.5rem;
 font-weight: 700;
 color: var(--secondary-color);
 line-height: 1.3;
}
.contact-form-wrapper {
 background: #ffffff;
 border-radius: 0.75rem;
 padding: 1.5rem 2rem 2rem;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
 border-top: 4px solid var(--primary-color);
}
.form-group {
 margin-bottom: 0;
}
.form-label {
 font-size: 0.9375rem;
 font-weight: 500;
 color: var(--secondary-color);
 margin-bottom: 0.5rem;
 display: block;
}
.form-control,
.form-select {
 border: 1px solid #e0e0e0;
 border-radius: 0.5rem;
 padding: 0.75rem 1rem;
 font-size: 0.9375rem;
 color: var(--secondary-color);
 transition: all 0.3s ease;
 background-color: #ffffff;
}
.form-control:focus,
.form-select:focus {
 border-color: var(--primary-color);
 box-shadow: 0 0 0 0.2rem rgba(201, 48, 44, 0.1);
 outline: none;
}
.form-control::placeholder {
 color: #b0b0b0;
}
.form-select {
 appearance: none;
 background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 1rem center;
 padding-right: 3rem;
}
textarea.form-control {
 resize: vertical;
 /* min-height: 120px; */
}
.btn-submit {
 background-color: var(--primary-color);
 border: none;
 color: #ffffff;
 padding: 0.875rem 3rem;
 font-size: 1rem;
 font-weight: 600;
 border-radius: 0.5rem;
 transition: all 0.3s ease;
 min-width: 180px;
}
.btn-submit:hover {
 background-color: #a92822;
 transform: translateY(-2px);
 box-shadow: 0 6px 20px rgba(201, 48, 44, 0.3);
}
.text-danger {
 color: var(--primary-color) !important;
}
.videos-container {
 padding: 0 15px;
}
.videos-wrapper {
 display: flex;
 flex-wrap: wrap;
  gap: 0rem;  
 justify-content: flex-start;
}

.urology-banner {
 background: linear-gradient(135deg, #fdeaea 0%, #ffffff 50%, #f8f9fa 100%);
 padding: 3rem 0;
 position: relative;
 overflow: hidden;
}

.urology-banner::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e5e7eb" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
 opacity: 0.4;
 z-index: 0;
}

.urology-banner .container {
 position: relative;
 z-index: 1;
}

.banner-badge {
 display: inline-flex;
 align-items: center;
 background: rgba(255, 255, 255, 0.9);
 color: var(--primary-color);
 padding: 0.5rem 1rem;
 border-radius: 25px;
 font-weight: 600;
 font-size: 0.9rem;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(10px);
}

.banner-features {
 display: flex;
 /* flex-direction: column; */
 gap: 0.5rem;
}

.banner-features .feature-item {
 display: flex;
 align-items: center;
 font-size: 0.95rem;
 color: #4a5568;
 font-weight: 500;
}

.banner-image-wrapper {
 position: relative;
 display: inline-block;
}

.banner-image {
 border-radius: 15px;
 /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
 transition: transform 0.3s ease;
}

/* .banner-image:hover {
 transform: scale(1.02);
} */

.floating-stats {
 position: absolute;
 top: 20px;
 right: -20px;
 display: flex;
 flex-direction: column;
 gap: 1rem;
}

.stat-item {
 background: white;
 padding: 1rem;
 border-radius: 12px;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
 min-width: 120px;
 animation: float 3s ease-in-out infinite;
}

.stat-item:nth-child(2) {
 animation-delay: 1.5s;
}

.stat-number {
 font-size: 1.5rem;
 font-weight: 700;
 color: var(--primary-color);
 margin-bottom: 0.25rem;
}

.stat-label {
 font-size: 0.8rem;
 color: #6b7280;
 font-weight: 500;
}

@keyframes float {
 0%,
 100% {
   transform: translateY(0px);
 }
 50% {
   transform: translateY(-10px);
 }
}

.banner-title {
 font-size: 2.6rem;
 font-weight: 500;
 color: var(--secondary-color);
 line-height: 1.2;
 margin-bottom: 1.5rem;
 /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.banner-title span {
 color: var(--primary-color);
 font-weight: 600;
 position: relative;
}

.banner-title span::after {
 content: "";
 position: absolute;
 bottom: -4px;
 left: 0;
 width: 100%;
 height: 3px;
 background: linear-gradient(90deg, var(--primary-color), #ff6b6b);
 border-radius: 2px;
}

.banner-subtext {
 font-size: 1.1rem;
 color: #4a5568;
 max-width: 550px;
 line-height: 1.6;
 margin-bottom: 2rem;
 font-weight: 400;
}

.btn-primary {
 background: linear-gradient(135deg, var(--primary-color) 0%, #ce2828 100%);
 border: none;
 border-radius: 9px;
 font-weight: 400;
 font-size: 1.1rem;
 padding: 0.92rem 1.4rem;
 /* box-shadow: 0 6px 20px rgba(203, 12, 12, 0.3); */
 transition: all 0.3s ease;
 position: relative;
 overflow: hidden;
}

.btn-primary::before {
 content: "";
 position: absolute;
 top: 0;
 left: -100%;
 width: 100%;
 height: 100%;
 background: linear-gradient(
   90deg,
   transparent,
   rgba(255, 255, 255, 0.2),
   transparent
 );
 transition: left 0.5s;
}

.btn-primary:hover::before {
 left: 100%;
}

.btn-primary:hover {
 background: linear-gradient(135deg, #a50a0a 0%, #c53030 100%);
 box-shadow: 0 8px 25px rgba(203, 12, 12, 0.4);
 transform: translateY(-2px);
}

/* Best Hospitals Section */
.best-hospitals {
 background-color: #ffffff;
}

.section-heading {
 font-size: 2rem;
 font-weight: 700;
 color: var(--secondary-color);
 line-height: 1.4;
}

.section-heading span {
 color: var(--primary-color);
}

.section-text {
 font-size: 1.05rem;
 color: #344054;
 line-height: 1.8;
 margin-bottom: 1.5rem;
 max-width: 900px;
}


/* Treatment Section */
.urology-treatments {
 background-color: #f9f9f9;
}

.treatment-card {
 position: relative;
 background: #fff;
 border: 1px solid #e6e6e6;
 border-radius: 10px;
 overflow: hidden;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 z-index: 1;
}

.treatment-card::before {
 content: "";
 position: absolute;
 inset: 0;
 padding: 1px;
 border-radius: 9px;
 background: conic-gradient(
   from var(--angle, 0deg),
   #ffffff,
   #ebd4c4,
   #ef3144,
   #ee0b48,
   #b10a0a
 );
 mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 mask-composite: exclude;
 -webkit-mask-composite: destination-out;
 opacity: 0;
 transition: opacity 0.3s ease;
 z-index: -1;
}

.treatment-card:hover::before {
 opacity: 1;
 animation: gradient-spin 3s linear infinite;
}

@property --angle {
 syntax: "<angle>";
 initial-value: 0deg;
 inherits: false;
}

@keyframes gradient-spin {
 to {
   --angle: 360deg;
 }
}

.treatment-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.treatment-card h5 {
 font-weight: 600;
 color: var(--secondary-color);
 margin-bottom: 5px;
 transition: color 0.3s ease;
}

.treatment-card:hover h5 {
 color: var(--primary-color);
}

.treatment-card p {
 font-size: 0.95rem;
 color: var(--text-color);
 margin: 0;
}

.icon-box {
 width: 60px;
 height: 60px;
 border-radius: 8px;
 background-color: #fff0f0;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}

.icon-box img {
 width: 52px;
 height: 52px;
}

.arrow {
 font-size: 1.5rem;
 color: var(--primary-color);
 transition: transform 0.2s ease-in-out;
}

.treatment-card:hover .arrow {
 transform: translateX(6px);
}

/* Urology Intro */
.urology-intro {
 background-color: #fff;
}

.urology-intro h2 {
 font-size: 2rem;
 line-height: 1.4;
 color: #1a365d;
}


.urology-intro h3  {
       font-size: 1.75rem;
       font-weight: 600;
       color: #1a365d;
       margin-bottom: 9px;
   }

.urology-intro .text-danger {
 color: #d61b1b !important;
}

.urology-intro p {
 font-size: 1rem;
 line-height: 1.7;
 color: #44596e;
}

.urology-intro-image {
 max-width: 85%;
 transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.urology-intro ul{margin-bottom: 0px;}
.urology-intro ul li{font-size: 1rem;
 line-height: 1.7;
 color: #44596e;
padding-bottom: 12px;
}

 .urology-intro ol{margin-bottom: 0px;}
.urology-intro ol li{font-size: 1rem;
 line-height: 1.7;
 color: #44596e;padding-bottom: 12px}

/* .urology-intro-image:hover {
 transform: scale(1.03);
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
} */

/* Responsive */
@media (max-width: 992px) {
 .banner-title {
   font-size: 2.2rem;
 }

 .banner-subtext {
   font-size: 1rem;
 }

 /* .section-heading,
 .section-text {
   text-align: center;
 } */
}

@media (max-width: 576px) {
 .urology-banner {
   padding: 2rem 1rem;
   
 }
  .section-heading,
 .section-text {
   margin-bottom: 0px;
 }

 .banner-badge {
   font-size: 0.8rem;
   padding: 0.4rem 0.8rem;
 }

 .banner-title {
   font-size: 1.4rem;
   margin-bottom: 1rem;
 }

 .banner-title span::after {
   height: 2px;
   bottom: -2px;
 }

 .banner-subtext {
   font-size: 1rem;
   margin-bottom: 1.5rem;
 }

 .banner-features {
    
   flex-direction: column;
   margin-bottom: 1.5rem;
 }

 .banner-features .feature-item {
   font-size: 0.9rem;
 }

 .btn-primary {
   font-size: 1rem;
   padding: 0.875rem 2rem;
 }

 .floating-stats {
   position: static;
   flex-direction: row;
   justify-content: center;
   margin-top: 2rem;
   gap: 1rem;
 }

 .stat-item {
   min-width: 100px;
   padding: 0.75rem;
 }

 .stat-number {
   font-size: 1.2rem;
 }

 .stat-label {
   font-size: 0.7rem;
 }

 .section-heading {
   font-size: 1.26rem;
 }

 .treatment-card {
   /* flex-direction: column; */
   text-align: center;
   align-items: center;
   padding: 1.25rem;
 }

 .icon-box {
   margin-bottom: 10px;
 }

 .arrow {
   margin-top: 10px;
 }

 .urology-intro h2 {
   font-size: 1.2rem;
    
 }

  

 .urology-intro-image {
   max-width: 100%;
 }
}

@media (max-width: 1199.98px) {
 .hero-content {
   padding-right: 0;
   text-align: center;
 }
 .features-list li {
   justify-content: center;
 }
 .cta-buttons {
   justify-content: center;
 }
}

@media (max-width: 575.98px) {
 .sctr-title{    font-size: 1.75rem;}
 .hero-title {
   font-size: 1.875rem;
 }
 .hero-content {
   text-align: left;
 }
 .cta-buttons {
   flex-direction: column;
   align-items: stretch;
 }
 .about-title {
   font-size: 1.5rem;
 }
 .why-choose-title {
   font-size: 1.5rem;
 }
 .why-choose-item {
   font-size: 0.875rem;
 }
 .locations-title {
   font-size: 1.5rem;
 }
 .locations-subtitle {
   font-size: 0.9375rem;
 }
 .location-name {
   font-size: 1.125rem;
 }
 .location-address {
   font-size: 0.875rem;
 }
 .contact-title {
   font-size: 1.5rem;
 }
 .contact-form-wrapper {
   padding: 1.5rem;
 }
 .form-label {
   font-size: 0.875rem;
 }
 .form-control,
 .form-select {
   font-size: 0.875rem;
   padding: 0.625rem 0.875rem;
 }
}

@media (max-width: 576px) {
 .section-title {
   font-size: 1.5rem;
 }
 .doctors-section {
   padding: 40px 0;
 }
 .filter-container {
   padding: 0.65rem;
 }
}





@media (max-width: 991.98px) {
 .hero-title {
   font-size: 2.75rem;
 }
 .hero-description {
   font-size: 1rem;
 }
 .about-section {
   padding: 4rem 0;
 }
 .about-content {
   padding-left: 0;
   text-align: center;
 }
 .about-title {
   font-size: 2rem;
 }
 .why-choose-section {
   padding: 4rem 0;
 }
 .why-choose-title {
   font-size: 2rem;
 }
 .why-choose-list {
   margin-top: 2rem;
 }
 .locations-section {
   padding: 4rem 0;
 }
 .locations-title {
   font-size: 2rem;
 }
 .contact-section {
   padding: 4rem 0;
 }
 .contact-title {
   font-size: 2rem;
 }
 .contact-form-wrapper {
   padding: 2.5rem;
 }
}
@media (max-width: 767.98px) {
 .card-column{margin-bottom: 12px;}
 .hero-title {
   font-size: 2.25rem;
 }
 .hero-description {
   font-size: 0.9375rem;
 }
 .btn-appointment,
 .btn-location {
   width: 100%;
   justify-content: center;
   padding: 0.875rem 1.25rem;
   font-size: 0.9375rem;
 }
 .features-list li {
   font-size: 0.9375rem;
   text-align: left;
   justify-content: flex-start;
 }
 .about-section {
   padding: 3rem 0;
 }
 .about-title {
   font-size: 1.75rem;
 }
 .about-text {
   font-size: 0.9375rem;
   text-align: left;
 }
 .about-content {
   text-align: left;
 }
 .why-choose-section {
   padding: 3rem 0;
 }
 .why-choose-title {
   font-size: 1.75rem;
 }
 .why-choose-item {
   font-size: 0.9375rem;
 }
 .locations-section {
   padding: 40px 0;
   background-color: #f6f7f9;
 }
 .locations-title {
   font-size: 1.75rem;
 }
 .location-card {
   padding: 0.92rem;
   margin-bottom: 1rem;
 }
 .location-address,
 .location-phone,
 .location-actions {
   padding-left: 0;
 }
 .location-actions {
   flex-direction: column;
   gap: 0.75rem;
 }
 .btn-outline-directions,
 .btn-know-more {
   width: 100%;
   justify-content: center;
 }
 .contact-section {
   padding: 3rem 0;
 }
 .contact-title {
   font-size: 1.75rem;
 }
 .contact-form-wrapper {
   padding: 1.4rem;
 }
     .content-wrapper {
       padding: 0px 10px;
   }
 .btn-submit {
   width: 100%;
 }
 body {
   padding-bottom: 56px;
   padding-top: 9.2rem;
 }
 .sc-pad {
   padding: 30px 0px;
 }
 .dr-grid {
   display: flex;
   flex-direction: row;
   gap: 0.9rem;
 }
 .ainu-title {
   font-size: 1.6rem;
   font-weight: 700;
   color: #1a365d !important;
   margin-bottom: 1.4rem;
   text-align: center;
 }
 .centre-title {
   font-size: 0.98rem;
   margin-bottom: 0.75rem;
 }
 .know-more-btn {
   font-size: 0.92rem;
   padding: 0.65rem 0.95rem;
   background: #fff5f5;
   border-radius: 6px;
   margin-bottom: 12px;
 }
 .navbar {
   --bs-navbar-padding-y: 0rem;
 }
 .main-heading {
   font-size: 1.6rem;
 }
 .highlight-heading {
   font-size: 2.2rem;
   margin-bottom: 16px;
 }
 .carousel-item {
   min-height: auto;
 }
 .carousel-content {
   min-height: auto;
   padding: 40px 0;
 }
 .features {
   flex-direction: column;
   gap: 4px;
   margin-bottom: 20px;
 }
 .feature-item::after {
   content: "";
 }
 .ainu-hero-title {
   font-size: 1.5rem;
 }
 .ainu-stat-number {
   font-size: 1.6rem;
   margin-bottom: 0px;
   font-weight: 800;
 }
 .ainu-feature-card {
   padding: 1rem 0.95rem;
 }
 .ainu-feature-title {
   font-size: 0.96rem;
   font-weight: 600;
   color: #28333e;
   margin-bottom: 1rem;
   text-align: center;
 }
 .ainu-feature-description{font-size: 0.86rem;
   color: #666;
   line-height: 1.4;
   text-align: center;
   margin-bottom: 0px;}
 .ainu-stat-item {
   text-align: center;
   padding: 0.6rem 0px;
 }
 .section-title {
   font-size: 1.75rem;
   margin-bottom: 2rem;
 }
     .centre-icon {
       width: 56px;
       height: 56px;
       font-size: 0.2rem;
       border-radius: 10px;
       margin-bottom: 0px;
   }
   .centre-icon img{width: 46px;}
 .desktop-view {
   display: none;
 }
 .mobile-view {
   display: block;
 }
 .btn-view-profile,
 .btn-book-appointment {
   padding: 0.6rem 1rem;
   font-size: 0.85rem;
 }
 .locations-section{padding: 30px 0px !important;}
 .location-header {
   margin-bottom: 1rem;
 }
 .location-icon {
   width: 22px;
   height: 22px;
 }
 .location-icon i {
   font-size: 1.1rem;
 }
 .location-name {
   font-size: 0.92rem;
   font-weight: 600;
   line-height: 1.4;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height: calc(1.4em * 2);
 }
 .location-address {
   display: none;
 }
 .location-phone {
   font-size: 0.89rem;
   margin-bottom: 0.6rem;
 }
 .btn-directions,
 .btn-know-more {
   width: 100%;
   justify-content: center;
   padding: 0.7rem 1rem;
 }
 .health-talks-section {
   padding: 40px 0;
 }
 .play-button {
   width: 60px;
   height: 60px;
 }
 .play-button i {
   font-size: 1.5rem;
 }
  
 .story-thumbnail {
   height: 200px;
 }
 .story-card {
   margin: 0 6px;
 }
 .mobile-scroll-wrapper {
   gap: 0.01rem;
 }
 .award-card {
   padding: 12px 12px;
 }
 .award-icon {
   width: 100px;
   height: 100px;
   margin-bottom: 20px;
 }
 .award-title {
   font-size: 0.92rem;
   min-height: auto;
 }
 .award-source {
   font-size: 0.86rem;
   margin-bottom: 0px;
 }
 .btn-directions{    font-weight: 500;
   font-size: 0.72rem;}
  .faq-section{padding: 20px 0px 40px;} 
 .accordion-button {
   font-size: 1rem;
   padding: 20px 50px 20px 20px;
 }
 .accordion-button .icon-wrapper {
   width: 28px;
   height: 28px;
   right: 20px;
 }
 .accordion-button .icon-wrapper svg {
   width: 16px;
   height: 16px;
 }
 .accordion-body {
   padding: 0 20px 20px 20px;
   font-size: 0.95rem;
 }
 .health-blog-section {
   padding: 40px 0px;
 }
 .btn-view-all {
   font-weight: 500;
   font-size: 0.98rem;
   border-radius: 6px;
   padding: 0.75rem 1.4rem;
 }
 .awards-section {
   padding: 40px 0px;
 }
 .centres-section {
   padding: 40px 0px;
 }
 .filter-container {
   padding: 1.5rem;
 }
 .filter-group {
   margin-bottom: 1.25rem;
 }
 .srchpage-title {
   font-size: 17px;
   padding-bottom: 0px;
   margin-bottom: 6px;
   padding-left: 16px;
   padding-right: 16px;
   font-weight: 600;
 }
 .search-section {
   padding: 20px 0px 16px;
 }
 .doctor-card {
   flex-direction: row;
   text-align: left;
   gap: 0.6rem;
   padding: 0.98rem;
   border-radius: 9px;
 }
 .doctor-card:hover {
   transform: none;
 }
 .doctor-image {
   width: 60px;
   height: 60px;
   margin-bottom: 0;
   flex-shrink: 0;
 }
 .doctor-content {
   flex: 1;
 }
 .doctor-name {
   font-size: 1.1rem;
   margin-bottom: 0.25rem;
 }
 .doctor-title {
   font-size: 0.85rem;
   margin-bottom: 0.5rem;
 }
 .doctor-info {
   justify-content: flex-start;
   font-size: 0.85rem;
   margin-bottom: 0.5rem;
 }
 .location-info {
   justify-content: flex-start;
   font-size: 0.85rem;
   margin-bottom: 0.75rem;
 }
 .button-group {
   gap: 0.5rem;
   margin-top: 0.5rem;
 }
 .btn-view-profile,
 .btn-book-appointment {
   padding: 0.6rem 1rem;
   font-size: 0.85rem;
 }
}

@media (min-width: 768px) {
 .mobile-footer {
   display: none !important;
 }
 .ainu-hero-title {
   font-size: 1.8rem;
 }
 .ainu-stat-number {
   font-size: 2.2rem;
 }
 .ainu-stat-label {
   font-size: 1rem;
 }
 .ainu-feature-card {
   margin-bottom: 1.5rem;
 }
 .section-title {
   font-size: 1.8rem;
 }
 .centre-card {
   margin-bottom: 1.5rem;
 }
 .centre-title {
   font-size: 1.2rem;
   font-weight: 700;
   min-height: auto;
 }
 .cards-wrapper {
   flex-wrap: wrap;
 }
 .cards-scroll-container {
   overflow-x: visible;
   margin: 0;
   padding: 0;
 }
 .cards-row {
   flex-wrap: wrap;
           margin-bottom: 16px;
 }
 .card-column {
   flex: 0 0 50%;
   max-width: 50%;
 }
 .contact-section {
   padding: 60px 0;
 }
 .contact-card {
   margin-bottom: 1.5rem;
 }
 .urology-hero {
   text-align: center;
   padding-top: 2rem;
 }
 .urology-hero-title {
   font-size: 1.8rem;
 }
 .urology-hero-text {
   font-size: 0.95rem;
 }
 .urology-hero-image {
   margin-top: 1.5rem;
 }
}

@media (min-width: 768px) and (max-width: 991px) {
 .video-card {
   flex: 1 1 calc(50% - 0.75rem);
 }
}

@media (min-width: 992px) {
 .navbar-collapse {
   display: flex !important;
 }
 /* .offcanvas {
   display: none;
 } */
 .card-column {
   flex: 0 0 25%;
   max-width: 25%;
 }
}

@media (min-width: 992px) and (max-width: 1199px) {
 .video-card {
   flex: 1 1 calc(33.333% - 1rem);
 }
}


/* ===========================================
  Accordion UI for About Us Page Sidebar
  =========================================== */

.sidebar {
   background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
   padding: 0;
   min-height: 100vh;
   box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
   position: sticky;
   top: 0;
   height: 100vh;
   overflow-y: auto;
}

.sidebar-header {
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
   padding: 35px 30px;
   position: relative;
   overflow: hidden;
}

.sidebar-header::before {
   content: '';
   position: absolute;
   top: -50%;
   right: -50%;
   width: 200%;
   height: 200%;
   background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
   animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
   0%, 100% { transform: scale(1); opacity: 0.5; }
   50% { transform: scale(1.1); opacity: 0.8; }
}

.sidebar-title {
   font-family: 'Playfair Display', serif;
   font-size: 28px;
   font-weight: 700;
   color: var(--bg-white);
   margin: 0;
   position: relative;
   z-index: 1;
   letter-spacing: -0.5px;
}

.title-underline {
   width: 60px;
   height: 3px;
   background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
   margin-top: 12px;
   border-radius: 2px;
   position: relative;
   z-index: 1;
}

.sidebar-nav {
   padding: 20px 0;
}

.sidebar-nav .nav {
   padding: 0;
}

.sidebar-nav .nav-item {
   margin-bottom: 4px;
}

.sidebar-nav .nav-link {
   color: var(--text-medium);
   padding: 16px 30px;
   font-size: 14px;
   font-weight: 500;
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 12px;
   transition: var(--transition);
   border-left: 3px solid transparent;
   position: relative;
}

.sidebar-nav .nav-link i:first-child {
   font-size: 18px;
   color: var(--text-light);
   transition: var(--transition);
}

.sidebar-nav .nav-link span {
   flex: 1;
}

.sidebar-nav .nav-link .arrow {
   font-size: 14px;
   opacity: 0;
   transform: translateX(-10px);
   transition: var(--transition);
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.active {
   background: linear-gradient(90deg, rgba(203, 12, 12, 0.05) 0%, transparent 100%);
   color: var(--primary-color);
   border-left-color: var(--primary-color);
   padding-left: 35px;
}

.sidebar-nav .nav-link:hover i:first-child,
.sidebar-nav .nav-link.active i:first-child {
   color: var(--primary-color);
   transform: scale(1.1);
}

.sidebar-nav .nav-link:hover .arrow,
.sidebar-nav .nav-link.active .arrow {
   opacity: 1;
   transform: translateX(0);
}

/* Sidebar Footer */
.sidebar-footer {
   padding: 20px;
   margin-top: auto;
}

.contact-card {
   /* background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%); */
   padding: 25px;
   border-radius: 12px;
   text-align: center;
   box-shadow: var(--shadow-lg);
}

.contact-card h3 {
   color: var(--bg-white);
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 8px;
}

.contact-card p {
   color: rgba(255, 255, 255, 0.9);
   font-size: 13px;
   margin-bottom: 20px;
}

.btn-contact {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: var(--bg-white);
   color: var(--primary-color);
   padding: 10px 20px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: 600;
   font-size: 14px;
   transition: var(--transition);
}

.btn-contact:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
   color: var(--primary-dark);
}

/* Content Area */
.content-area {
   background-color: var(--bg-light);
   padding: 0;
   min-height: 100vh;
}

.content-wrapper {
   padding: 50px 60px;
   max-width: 1400px;
}

/* Hero Section */
.hero-section {
   background: linear-gradient(135deg, var(--bg-white) 0%, #f8f9fa 100%);
   padding: 30px 90px;
   border-radius: 20px;
   margin-bottom: 40px;
   box-shadow: var(--shadow-md);
   /* border: 1px solid var(--border-color); */
   position: relative;
   overflow: hidden;
}

.hero-section::before {
   content: '';
   position: absolute;
   top: -50%;
   right: -20%;
   width: 500px;
   height: 500px;
   background: radial-gradient(circle, rgba(203, 12, 12, 0.05) 0%, transparent 70%);
   border-radius: 50%;
}

.hero-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
   color: var(--bg-white);
   padding: 8px 18px;
   border-radius: 50px;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 20px;
   box-shadow: 0 4px 15px rgba(203, 12, 12, 0.3);
   position: relative;
   z-index: 1;
}

.hero-title {
   /* font-family: 'Playfair Display', serif; */
   font-size: 42px;
   font-weight: 700;
   /* color: var(--text-dark); */
   margin-bottom: 15px;
   line-height: 1.2;
   position: relative;
   z-index: 1;
}

.hero-subtitle {
   font-size: 18px;
   color: var(--text-light);
   font-weight: 400;
   margin: 0;
   position: relative;
   z-index: 1;
}

/* Content Cards */
.content-card {
   background: var(--bg-white);
   padding: 35px;
   border-radius: 16px;
   margin-bottom: 25px;
   box-shadow: var(--shadow-sm);
   border: 1px solid var(--border-color);
   display: flex;
   gap: 25px;
   transition: var(--transition);
}

.content-card:hover {
   box-shadow: var(--shadow-lg);
   transform: translateY(-3px);
   border-color: rgba(203, 12, 12, 0.2);
}

.card-icon {
   width: 60px;
   height: 60px;
   min-width: 60px;
   background: linear-gradient(135deg, rgba(203, 12, 12, 0.1) 0%, rgba(149, 38, 36, 0.05) 100%);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 26px;
   color: var(--primary-color);
}

.card-content {
   flex: 1;
}

.card-title {
   font-size: 17px;
   font-weight: 600;
   color: var(--text-dark);
   margin-bottom: 12px;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   height: 4.2rem;
   overflow: hidden;
}

.content-text {
   font-size: 15px;
   line-height: 1.8;
   color: var(--text-medium);
   margin: 0;
}

/* Highlight Card */
.highlight-card {
   background: linear-gradient(135deg, #fff8f8 0%, #fff 100%);
   border: 2px solid rgba(203, 12, 12, 0.15);
}

.highlight-card .card-icon {
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
   color: var(--bg-white);
   box-shadow: 0 4px 15px rgba(203, 12, 12, 0.3);
}

/* Stats Section */
.stats-section {
   margin: 40px 0;
}

.stat-card {
   background: linear-gradient(135deg, var(--bg-white) 0%, #f8f9fa 100%);
   padding: 35px 25px;
   border-radius: 16px;
   text-align: center;
   box-shadow: var(--shadow-sm);
   border: 1px solid var(--border-color);
   transition: var(--transition);
   height: 100%;
}

.stat-card:hover {
   box-shadow: var(--shadow-lg);
   transform: translateY(-5px);
   border-color: var(--primary-color);
}

.stat-icon {
   width: 70px;
   height: 70px;
   margin: 0 auto 20px;
   background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   color: var(--bg-white);
   box-shadow: 0 8px 20px rgba(203, 12, 12, 0.3);
}

.stat-number {
   font-size: 42px;
   font-weight: 700;
   color: var(--primary-color);
   margin-bottom: 8px;
   font-family: 'Inter', sans-serif;
}

.stat-label {
   font-size: 14px;
   color: var(--text-light);
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

/* Department Cards */
.department-card {
   background: var(--bg-white);
   padding: 40px;
   border-radius: 16px;
   box-shadow: var(--shadow-md);
   border: 1px solid var(--border-color);
   height: 100%;
   transition: var(--transition);
}

.department-card:hover {
   box-shadow: var(--shadow-lg);
   transform: translateY(-5px);
   border-color: var(--primary-color);
}

.department-header {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 2px solid var(--bg-light);
}

.department-header i {
   font-size: 32px;
   color: var(--primary-color);
}

.department-header h3 {
   font-size: 22px;
   font-weight: 600;
   color: var(--text-dark);
   margin: 0;
}

.dept-link {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   color: var(--primary-color);
   font-weight: 600;
   text-decoration: none;
   margin-top: 15px;
   font-size: 14px;
   transition: var(--transition);
}

.dept-link:hover {
   gap: 12px;
   color: var(--primary-dark);
}

/* Responsive Design */

/* Tablet View */
@media (max-width: 991px) {
   .sidebar {
       min-height: auto;
       position: relative;
       height: auto;
   }
   
   .sidebar-header {
       padding: 25px 20px;
   }
   
   .sidebar-title {
       font-size: 24px;
   }
   
   .sidebar-nav .nav-link {
       padding: 14px 20px;
   }
   
   .sidebar-footer {
       display: none;
   }
   
   .content-wrapper {
       padding: 35px 30px;
   }
   
   .hero-section {
       padding: 35px;
   }
   
   .hero-title {
       font-size: 32px;
   }
   
   .hero-subtitle {
       font-size: 16px;
   }
   
   .content-card {
       padding: 25px;
       gap: 20px;
   }
   
   .card-icon {
       width: 50px;
       height: 50px;
       min-width: 50px;
       font-size: 22px;
   }
   
   .department-card {
       padding: 30px;
       margin-bottom: 20px;
   }
}

/* Mobile View */
@media (max-width: 767px) {
 .btn-primary-custom{  padding: 14px 24px;}
 .btn-secondary-custom{padding: 14px 32px;}
 #hospitalCarousel .btn, #hospitalCarousel .btn-primary-custom, #hospitalCarousel .btn-secondary-custom {
   position: relative;
   z-index: 10;
   border-radius: 9px;
   width: 100%;
}
  .ainu-feature-icon {
     width: 48px;
     height: 48px;
     border-radius: 6px;
     margin: 0 auto 0.6rem;
   }
.ainu-feature-icon img{    width: 32px;}
 .ainu-stat-label {
   font-size: 0.98rem;
 }
 .filter-btn{ padding: 6px 12px; font-size: 0.86rem;}
 .section-title {
   font-size: 1.75rem;
   margin-bottom: 2rem;
 }
 .health-talks-section {
   padding: 40px 0;
 }
 .videos-container {
   overflow-x: auto;
   overflow-y: hidden;
   -webkit-overflow-scrolling: touch;
   scrollbar-width: none;
 }
 .videos-container::-webkit-scrollbar {
   display: none;
 }
 .videos-wrapper {
   flex-wrap: nowrap;
   padding-bottom: 1rem;
 }
 .video-card {
   flex: 0 0 280px;
   min-width: 280px;
 }
 .play-button {
   width: 60px;
   height: 60px;
 }
 .play-button i {
   font-size: 1.5rem;
 }
 /* .video-thumbnail {
   height: 180px;
 } */
 .badge-custom{font-size: 14px; margin-bottom: 9px;}
           .ainu-title {
               font-size: 1.45rem;
               margin-bottom: 1rem;
           }
           .ainu-title p{margin-bottom: 0px;}
           .ainu-hero-section{padding: 30px 0px;}
           
           .success-stories-section {
               padding: 40px 0;
           }
           
           .stories-container {
               padding: 0 15px;
           }
           
           .stories-wrapper {
              gap: 0.2rem;
               overflow-x: auto;
               -webkit-overflow-scrolling: touch;
               scrollbar-width: none;
               padding-bottom: 1rem;
           }
           
           .stories-wrapper::-webkit-scrollbar {
               display: none;
           }
           
           .story-card {
               flex: 0 0 280px;
               min-width: 280px;
           }
           
           .nav-arrow {
               display: none;
           }
           
           .navigation-controls {
               margin-top: 1.5rem;
           }
           
           .play-button {
               width: 60px;
               height: 60px;
           }
           
           .play-button i {
               font-size: 1.5rem;
           }
           
           .story-thumbnail {
               height: 180px;
           }
 .lct-hero-title{
   font-size: 1.45rem;
   margin-bottom: 0.5rem;
 }
 .lct-hero-content{padding: 16px;}
 .about-section{padding: 2rem 0;}
     .why-choose-section {
       padding: 2rem 0;
   }
       .about-title {
       font-size: 1.2rem;
   }
   
   .why-choose-title {
       font-size: 1.42rem;
   }

   .sidebar-header {
       padding: 20px 15px;
   }
   
   .sidebar-title {
       font-size: 22px;
   }
   
   .sidebar-nav .nav-link {
       padding: 12px 15px;
       font-size: 13px;
       gap: 10px;
   }
   
   .sidebar-nav .nav-link i:first-child {
       font-size: 16px;
   }
   
   .content-wrapper {
       padding: 25px 20px;
   }
   
   .hero-section {
       padding: 25px;
       border-radius: 16px;
       margin-bottom: 30px;
   }
   
   .hero-title {
       font-size: 26px;
   }
   
   .hero-subtitle {
       font-size: 14px;
   }
   
   .hero-badge {
       font-size: 12px;
       padding: 6px 14px;
   }
   
   .content-card {
       flex-direction: column;
       padding: 20px;
       gap: 15px;
   }
   
   .card-icon {
       width: 50px;
       height: 50px;
       font-size: 22px;
   }
   
   .card-title {
       font-size: 18px;
   }
   
   .content-text {
       font-size: 14px;
       line-height: 1.7;
   }
   
   .stat-card {
       padding: 25px 15px;
       margin-bottom: 15px;
   }
   
   .stat-icon {
       width: 60px;
       height: 60px;
       font-size: 26px;
   }
   
   .stat-number {
       font-size: 36px;
   }
   
   .stat-label {
       font-size: 12px;
   }
   
   .department-card {
       padding: 25px;
   }
   
   .department-header {
       flex-direction: column;
       align-items: flex-start;
       gap: 10px;
   }
   
   .department-header i {
       font-size: 28px;
   }
   
   .department-header h3 {
       font-size: 18px;
   }

 .city-address{
   -webkit-line-clamp: 5;
   height: calc(2.6rem * 2);}
}

/* Small Mobile View */
@media (max-width: 576px) {
   .hero-title {
       font-size: 22px;
   }
   
   .hero-subtitle {
       font-size: 13px;
   }
   .card-category{margin-bottom: 6px;}
   .card-title {
       font-size: 16px;
       margin-bottom: 6px;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   height: 3rem;
   overflow: hidden;
   }
   
   .content-text {
       font-size: 13px;
   }
   
   .stat-number {
       font-size: 32px;
   }
}

/* Smooth Scrolling */
html {
   scroll-behavior: smooth;
}

/* Custom Scrollbar */
.sidebar::-webkit-scrollbar {
   width: 6px;
}

.sidebar::-webkit-scrollbar-track {
   background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
   background: var(--primary-color);
   border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
   background: var(--primary-dark);
}

/* prasad css Keep banner content clickable */
/* custom css for home page buttons */
#hospitalCarousel .btn,
#hospitalCarousel .btn-primary-custom,
#hospitalCarousel .btn-secondary-custom {
   position: relative;
   z-index: 10;
}

.carousel-control-prev,
.carousel-control-next {
   z-index: 5;
}

/* Disease and conditions page */

:root {
 --diaginv-primary-red: #c13832;
 --diaginv-dark-red: #952624;
 --diaginv-accent-red: #e63946;
 --diaginv-light-gray: #f8fafc;
 --diaginv-medium-gray: #e2e8f0;
 --diaginv-dark-gray: #64748b;
 --diaginv-text-primary: #1a1a2e;
 --diaginv-text-secondary: #475569;
 --diaginv-border-color: #e2e8f0;
 --diaginv-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
 --diaginv-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
 --diaginv-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
 --diaginv-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.diaginv-hero {
 background: linear-gradient(181deg, #ffffff 0%, #f7f7f7 100%);
 padding: 3rem 0 3rem;
 position: relative;
 overflow: hidden;
}

.diaginv-hero::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 2px;
 background: linear-gradient(90deg, #fddfde 0%, #fbe5e6 100%);
}

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

.diaginv-section-title {
 font-size: 2.6rem;
 font-weight: 700;
 color: var(--diaginv-text-primary);
 margin-bottom: 1rem;
 letter-spacing: -1px;
 line-height: 1.1;
}

.diaginv-section-subtitle {
 font-size: 1.125rem;
 color: var(--diaginv-text-secondary);
 font-weight: 400;
 max-width: 700px;
 margin: 0 auto 0.5rem;
 line-height: 1.7;
}

.diaginv-stats-row {
 display: flex;
 justify-content: center;
 gap: 3rem;
 margin-top: 2rem;
}

.diaginv-stat-item {
 text-align: center;
}

.diaginv-stat-number {
 font-size: 2rem;
 font-weight: 700;
 color: var(--diaginv-primary-red);
 line-height: 1;
 margin-bottom: 0.25rem;
}

.diaginv-stat-label {
 font-size: 0.813rem;
 color: var(--diaginv-text-secondary);
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

/* Main Content Card */
.diaginv-main-content-card {
 background: #ffffff;
 border-radius: 12px;
 box-shadow: var(--diaginv-shadow-md);
 padding: 0;
 margin-top: 2rem;
 margin-bottom: 1rem;
 overflow: hidden;
 border: 1px solid rgba(226, 232, 240, 0.8);
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diaginv-main-content-card:hover {
 transform: translateY(-2px);
 box-shadow: 0 12px 20px -5px rgba(107, 115, 126, 0.12);
}

.diaginv-content-inner {
 padding: 2.5rem;
}   

/* Search Section */
.diaginv-search-section {
 padding: 2.5rem 3rem 2.5rem 2.5rem;
 background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
 border-right: 1px solid var(--diaginv-border-color);
 height: 100%;
}

.diaginv-section-header {
 display: flex;
 align-items: center;
 margin-bottom: 1rem;
}

.diaginv-section-icon {
 width: 40px;
 height: 40px;
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-accent-red) 100%);
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: white;
 font-size: 1.125rem;
 margin-right: 1rem;
 box-shadow: 0 2px 4px rgba(203, 12, 12, 0.3);
}

.diaginv-section-label {
 font-size: 0.875rem;
 font-weight: 700;
 color: var(--diaginv-text-primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin: 0;
}

.diaginv-section-description {
 font-size: 0.813rem;
 color: var(--diaginv-text-secondary);
 margin-bottom: 1rem;
 font-weight: 400;
}

.diaginv-search-container {
 position: relative;
}

.diaginv-search-input-wrapper {
 position: relative;
 background: white;
 border: 2px solid var(--diaginv-border-color);
 border-radius: 16px;
 transition: all 0.3s ease;
 overflow: hidden;
}

.diaginv-search-input-wrapper:hover {
 border-color: var(--diaginv-medium-gray);
}

.diaginv-search-input-wrapper:focus-within {
 border-color: var(--diaginv-primary-red);
 box-shadow: 0 0 0 4px rgba(203, 12, 12, 0.08);
}

.diaginv-search-icon-left {
 position: absolute;
 left: 1.25rem;
 top: 50%;
 transform: translateY(-50%);
 color: var(--diaginv-dark-gray);
 font-size: 1.125rem;
 z-index: 1;
 pointer-events: none;
}

.diaginv-search-input {
 width: 100%;
 padding: 1rem 8rem 1rem 3.5rem;
 border: none;
 font-size: 0.938rem;
 color: var(--diaginv-text-primary);
 background: transparent;
 font-weight: 400;
}

.diaginv-search-input:focus {
 outline: none;
}

.diaginv-search-input::placeholder {
 color: #94a3b8;
}

.diaginv-search-btn {
 position: absolute;
 right: 6px;
 top: 50%;
 transform: translateY(-50%);
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-dark-red) 100%);
 border: none;
 color: white;
 padding: 0.75rem 1.75rem;
 border-radius: 12px;
 cursor: pointer;
 font-weight: 600;
 font-size: 0.875rem;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 gap: 0.5rem;
 box-shadow: 0 4px 12px rgba(203, 12, 12, 0.3);
}

.diaginv-search-btn:hover {
 transform: translateY(-50%) scale(1.05);
 box-shadow: 0 6px 16px rgba(203, 12, 12, 0.4);
}

.diaginv-search-btn:active {
 transform: translateY(-50%) scale(0.98);
}

.diaginv-search-suggestions {
 margin-top: 1rem;
 display: flex;
 flex-wrap: wrap;
 gap: 0.5rem;
}

.diaginv-suggestion-tag {
 padding: 0.375rem 0.875rem;
 background: var(--diaginv-light-gray);
 border: 1px solid var(--diaginv-border-color);
 border-radius: 20px;
 font-size: 0.75rem;
 color: var(--diaginv-text-secondary);
 cursor: pointer;
 transition: all 0.2s ease;
 font-weight: 500;
}

.diaginv-suggestion-tag:hover {
 background: var(--diaginv-primary-red);
 color: white;
 border-color: var(--diaginv-primary-red);
 transform: translateY(-1px);
}

/* Browse Section */
.diaginv-browse-section {
 padding: 2rem 2.5rem 2rem 3rem;
 background: white;
}

.diaginv-alphabet-container {
 margin-top: 1.5rem;
}

.diaginv-alphabet-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
 gap: 0.625rem;
}

.diaginv-alphabet-btn {
 background: #f7f7f7;
 border: 2px solid transparent;
 color: var(--diaginv-text-primary);
 padding: 0.75rem;
 border-radius: 12px;
 font-size: 0.938rem;
 font-weight: 700;
 cursor: pointer;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 text-align: center;
 height: 48px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 overflow: hidden;
}

.diaginv-alphabet-btn::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-accent-red) 100%);
 opacity: 0;
 transition: opacity 0.3s ease;
 z-index: 0;
}

.diaginv-alphabet-btn span {
 position: relative;
 z-index: 1;
}

.diaginv-alphabet-btn:hover {
 transform: translateY(-3px);
 box-shadow: 0 8px 16px rgba(203, 12, 12, 0.2);
}

.diaginv-alphabet-btn:hover::before {
 opacity: 1;
}

.diaginv-alphabet-btn:hover {
 color: white;
 border-color: transparent;
}

.diaginv-alphabet-btn.diaginv-active {
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-accent-red) 100%);
 color: white;
 border-color: transparent;
 box-shadow: 0 8px 20px rgba(203, 12, 12, 0.35);
 transform: translateY(-2px);
}

.diaginv-alphabet-btn.diaginv-all {
 grid-column: span 2;
 background: linear-gradient(135deg, var(--diaginv-text-primary) 0%, #334155 100%);
 color: white;
 font-weight: 800;
 letter-spacing: 0.5px;
}

.diaginv-alphabet-btn.diaginv-all::before {
 display: none;
}

.diaginv-alphabet-btn.diaginv-all:hover {
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-accent-red) 100%);
}

.diaginv-alphabet-btn.diaginv-all.diaginv-active {
 background: linear-gradient(135deg, var(--diaginv-primary-red) 0%, var(--diaginv-accent-red) 100%);
 box-shadow: 0 8px 20px rgba(203, 12, 12, 0.4);
}

/* Quick Stats */
.diaginv-quick-stats {
 display: flex;
 justify-content: space-between;
 margin-top: 1.25rem;
 padding-top: 1.25rem;
 border-top: 1px solid var(--diaginv-border-color);
}

.diaginv-quick-stat {
 text-align: center;
 flex: 1;
}

.diaginv-quick-stat-number {
 font-size: 1.25rem;
 font-weight: 700;
 color: var(--diaginv-primary-red);
 margin-bottom: 0.25rem;
}

.diaginv-quick-stat-label {
 font-size: 0.688rem;
 color: var(--diaginv-text-secondary);
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

/* Loading States */
.diaginv-loading-dots {
 display: none;
}

.diaginv-loading-dots.diaginv-active {
 display: inline-flex;
 gap: 4px;
 margin-left: 8px;
}

.diaginv-loading-dot {
 width: 4px;
 height: 4px;
 background: white;
 border-radius: 50%;
 animation: diaginvLoadingDot 1.4s infinite;
}

.diaginv-loading-dot:nth-child(2) {
 animation-delay: 0.2s;
}

.diaginv-loading-dot:nth-child(3) {
 animation-delay: 0.4s;
}

@keyframes diaginvLoadingDot {
 0%, 80%, 100% {
     opacity: 0.3;
     transform: scale(0.8);
 }
 40% {
     opacity: 1;
     transform: scale(1);
 }
}

/* Responsive Design */
@media (max-width: 991px) {
 .diaginv-section-title {
     font-size: 2.25rem;
 }

 .diaginv-section-subtitle {
     font-size: 1rem;
 }

 .diaginv-stats-row {
     gap: 2rem;
 }

 .diaginv-search-section {
     padding: 2rem;
     border-right: none;
     border-bottom: 1px solid var(--diaginv-border-color);
     background: white;
 }

 .diaginv-browse-section {
     padding: 2rem;
 }

 .diaginv-alphabet-grid {
     grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
 }

 .diaginv-alphabet-btn {
     height: 44px;
     font-size: 0.875rem;
 }
}

@media (max-width: 768px) {
 .diaginv-hero {
     padding: 3rem 0 2rem;
 }

 .diaginv-section-title {
     font-size: 1.45rem;
 }

 .diaginv-section-subtitle {
     font-size: 0.938rem;
 }

 .diaginv-stats-row {
     gap: 1.5rem;
     flex-wrap: wrap;
 }

 .diaginv-stat-number {
     font-size: 1.5rem;
 }

 .diaginv-main-content-card {
     border-radius: 16px;
     margin-top: 1rem;
 }
     .diaginv-search-section {
padding: 1rem;
     }
     .diaginv-browse-section {
padding: 1rem;
}

 .diaginv-search-input {
     padding: 0.875rem 7rem 0.875rem 3rem;
     font-size: 0.875rem;
 }

 .diaginv-search-btn {
     padding: 0.625rem 1.25rem;
     font-size: 0.813rem;
 }

 .diaginv-suggestion-tag {
     font-size: 0.688rem;
     padding: 0.313rem 0.75rem;
 }
}

@media (max-width: 576px) {
 .treatment-card h5{font-size: 1.02rem;}
 .treatment-card .icon-box {
      width: 42px;
      height:42px;
      margin-bottom: 0px;
    }
    .treatment-card .icon-box img {
      width: 36px;
      height: 36px;
    }
 .diaginv-section-icon {
     width: 36px;
     height: 36px;
     font-size: 1rem;
 }

 .diaginv-section-label {
     font-size: 0.813rem;
 }

 .diaginv-section-description {
     font-size: 0.75rem;
 }

 .diaginv-search-input {
     padding: 0.75rem 6rem 0.75rem 2.75rem;
 }

 .diaginv-search-icon-left {
     left: 1rem;
     font-size: 1rem;
 }

 .diaginv-search-btn {
     padding: 0.563rem 1rem;
 }

 .diaginv-alphabet-grid {
     grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
     gap: 0.5rem;
 }

 .diaginv-alphabet-btn {
     height: 40px;
     font-size: 0.813rem;
     border-radius: 10px;
 }

 .diaginv-quick-stats {
     flex-direction: column;
     gap: 0.75rem;
 }

 .diaginv-quick-stat {
     padding: 0.5rem 0;
     border-bottom: 1px solid var(--diaginv-border-color);
 }

 .diaginv-quick-stat:last-child {
     border-bottom: none;
 }
}

/* Animations */
@keyframes diaginvFadeInUp {
 from {
     opacity: 0;
     transform: translateY(30px);
 }
 to {
     opacity: 1;
     transform: translateY(0);
 }
}

@keyframes diaginvFadeIn {
 from {
     opacity: 0;
 }
 to {
     opacity: 1;
 }
}

.diaginv-main-content-card {
 animation: diaginvFadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.diaginv-hero-content {
 animation: diaginvFadeIn 0.8s ease-out;
}

.diaginv-alphabet-btn {
 animation: diaginvFadeIn 0.4s ease-out backwards;
}

.diaginv-alphabet-btn:nth-child(1) { animation-delay: 0.05s; }
.diaginv-alphabet-btn:nth-child(2) { animation-delay: 0.07s; }
.diaginv-alphabet-btn:nth-child(3) { animation-delay: 0.09s; }
.diaginv-alphabet-btn:nth-child(4) { animation-delay: 0.11s; }
.diaginv-alphabet-btn:nth-child(5) { animation-delay: 0.13s; }

/* Accessibility */
.diaginv-alphabet-btn:focus-visible,
.diaginv-search-btn:focus-visible,
.diaginv-suggestion-tag:focus-visible {
 outline: 2px solid var(--diaginv-primary-red);
 outline-offset: 2px;
}

/* Smooth Scrolling */
html {
 scroll-behavior: smooth;
}

/* Shake Animation */
@keyframes diaginvShake {
 0%, 100% { transform: translateX(0); }
 10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
 20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.diaginv-shake {
 animation: diaginvShake 0.5s;
}



/* Kidney Stone & Prostate Section Styles */
.kidney-prostate-section {
   background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
   position: relative;
   overflow: hidden;
}

.kidney-prostate-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: 
       radial-gradient(circle at 20% 30%, rgba(203, 12, 12, 0.03) 0%, transparent 50%),
       radial-gradient(circle at 80% 70%, rgba(203, 12, 12, 0.03) 0%, transparent 50%);
   pointer-events: none;
}

.condition-card {
   height: 100%;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
   background: #ffffff;
   position: relative;
   border: 1px solid #fff; 

}

/* .condition-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 5px;
   background: linear-gradient(90deg, #cb0c0c, #952624);
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.4s ease;
} */

.condition-card:hover::before {
   transform: scaleX(1);
}

.condition-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 40px rgba(203, 12, 12, 0.15);
   border-color: #cb0c0c;
}

.condition-card-inner {
   padding: 2.5rem;
   display: flex;
   flex-direction: column;
   height: 100%;
   position: relative;
   z-index: 1;
}

.condition-icon-wrapper {
   margin-bottom: 1.5rem;
}

.condition-icon {
   width: 80px;
   height: 80px;
   border-radius: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   overflow: hidden;
   transition: all 0.4s ease;
}

.condition-icon-img {
   width: 50px;
   height: 50px;
   object-fit: contain;
   transition: all 0.4s ease;
}

/* .condition-icon::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 0;
   height: 0;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.2);
   transform: translate(-50%, -50%);
   transition: width 0.6s ease, height 0.6s ease;
} */

.condition-card:hover .condition-icon::before {
   width: 200px;
   height: 200px;
}

.kidney-icon {
   background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
   box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
}

.prostate-icon {
   background: linear-gradient(135deg, #cb0c0c 0%, #952624 100%);
   box-shadow: 0 8px 25px rgba(203, 12, 12, 0.3);
}

/* .condition-card:hover .condition-icon {
   transform: scale(1.1) rotate(5deg);
} */

.condition-card:hover .condition-icon-img {
   transform: scale(1.15);
}

.condition-content {
   flex: 1;
   display: flex;
   flex-direction: column;
}

.condition-title {
   font-size: 1.25rem;
   font-weight: 600;
   color: #022344;
   margin-bottom: 1rem;
   line-height: 1.3;
   transition: color 0.3s ease;
}

.condition-card:hover .condition-title {
   color: #cb0c0c;
}

.condition-description {
   font-size: 1rem;
   color: #6c757d;
   line-height: 1.7;
   margin-bottom: 1.5rem;
   flex: 1;
}

.btn-read-more {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.875rem 1.75rem;
   background: linear-gradient(135deg, #cb0c0c 0%, #952624 100%);
   color: #ffffff;
   text-decoration: none;
   border-radius: 8px;
   font-weight: 600;
   font-size: 0.95rem;
   transition: all 0.3s ease;
   align-self: flex-start;
   box-shadow: 0 4px 15px rgba(203, 12, 12, 0.2);
}

.btn-read-more:hover {
   background: linear-gradient(135deg, #952624 0%, #7a1f1d 100%);
   color: #ffffff;
   transform: translateX(5px);
   box-shadow: 0 6px 20px rgba(203, 12, 12, 0.3);
}

.btn-read-more i {
   transition: transform 0.3s ease;
}

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

/* Responsive Design */
@media (max-width: 768px) {
   .condition-card-inner {
       padding: 2rem 1.5rem;
   }
   
   .condition-icon {
       width: 70px;
       height: 70px;
   }
   
   .condition-icon-img {
       width: 45px;
       height: 45px;
   }
   
   .condition-title {
       font-size: 1.5rem;
   }
   
   .condition-description {
       font-size: 0.95rem;
   }
   
   .btn-read-more {
       padding: 0.75rem 1.5rem;
       font-size: 0.9rem;
   }
   .news-sec .card-image {
   min-height: 165px;
   max-height: 210px;
}
}

@media (max-width: 576px) {
   .kidney-prostate-section {
       padding: 3rem 0 !important;
   }
   
   .condition-card-inner {
       padding: 1.75rem 1.25rem;
   }
   
   .condition-icon {
       width: 60px;
       height: 60px;
   }
   
   .condition-icon-img {
       width: 40px;
       height: 40px;
   }
   
   .condition-title {
       font-size: 1.35rem;
   }
}

/* ===== Urology Special Card with Filter Buttons ===== */
.centre-card.urology-special-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #dc3545;
    border-radius: 12px;
}

/* Make only the Urology (first) COE icon larger on desktop */
/* .centre-card.urology-special-card .centre-icon {
    width: 96px;
    height: 96px;
    font-size: 2.75rem;
}

.centre-card.urology-special-card .centre-icon img {
    width: 64px;
    height: 64px;
} */

.centre-card.urology-special-card .centre-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.centre-card.urology-special-card .centre-title {
    margin-bottom: 0;
    flex: 1;
    color: #2c3e50;
}

.centre-card.urology-special-card .centre-title-arrow {
    color: #2c3e50;
    font-size: 1.25rem;
    text-decoration: none;
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}

.centre-card.urology-special-card .centre-title-arrow:hover {
    transform: translateX(4px);
}

/* Hide title arrow on all COE cards except the main Urology card */
.centre-card .centre-title-arrow {
    display: none;
}

.centre-card.urology-special-card .centre-title-arrow {
    display: inline-flex;
}

/* Filter Buttons Container */
.coe-filter-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 30pxrem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Filter Button Base Styles */
.coe-filter-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    flex: 1;
    min-width: 240px;
    border: none;
}

.coe-filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Prostate Button (Red) */
.coe-filter-btn-prostate {
    background-color: #ffe5e8;
    color: #dc3545;
}

.coe-filter-btn-prostate .coe-filter-icon svg,
.coe-filter-btn-prostate .coe-filter-text,
.coe-filter-btn-prostate .coe-filter-arrow {
    color: #dc3545;
}

.coe-filter-btn-prostate:hover {
    background-color: #ffd6db;
}

.coe-filter-btn-prostate:hover .coe-filter-icon svg,
.coe-filter-btn-prostate:hover .coe-filter-text,
.coe-filter-btn-prostate:hover .coe-filter-arrow {
    color: #c82333;
}

/* Kidney Stone Button (Gray) */
.coe-filter-btn-kidney {
    background-color: #f8f9fa;
    color: #2c3e50;
}

.coe-filter-btn-kidney .coe-filter-icon svg,
.coe-filter-btn-kidney .coe-filter-text,
.coe-filter-btn-kidney .coe-filter-arrow {
    color: #2c3e50;
}

.coe-filter-btn-kidney:hover {
    background-color: #e9ecef;
}

.coe-filter-btn-kidney:hover .coe-filter-icon svg,
.coe-filter-btn-kidney:hover .coe-filter-text,
.coe-filter-btn-kidney:hover .coe-filter-arrow {
    color: #1a1f2e;
}

/* Others Button (Purple/Blue) */
.coe-filter-btn-others {
    background-color: #f0f4ff;
    color: #4a5568;
}

.coe-filter-btn-others .coe-filter-icon svg,
.coe-filter-btn-others .coe-filter-text,
.coe-filter-btn-others .coe-filter-arrow {
    color: #4a5568;
}

.coe-filter-btn-others:hover {
    background-color: #e0e8ff;
}

.coe-filter-btn-others:hover .coe-filter-icon svg,
.coe-filter-btn-others:hover .coe-filter-text,
.coe-filter-btn-others:hover .coe-filter-arrow {
    color: #2d3748;
}

/* Filter Icon */
.coe-filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
}

/* Icon background colours for COE filters */
.coe-filter-btn-prostate .coe-filter-icon {
    background: #e23632; /* prostate red */
}

.coe-filter-btn-kidney .coe-filter-icon {
    background: #2f7ae5; /* kidney blue */
}

.coe-filter-btn-others .coe-filter-icon {
    background: #6366f1; /* others indigo */
}

.coe-filter-btn-others .coe-filter-icon svg {
    color: #ffffff;
}

.coe-filter-btn-others .coe-filter-icon svg path {
    stroke: #ffffff;
    fill: none;
}

/* Ensure icons scale properly for both SVG and IMG */
.coe-filter-icon svg,
.coe-filter-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Icon colors - Prostate button uses red, Kidney button uses gray */
.coe-filter-btn-prostate .coe-filter-icon svg {
    color: #dc3545;
}

.coe-filter-btn-prostate .coe-filter-icon svg path {
    stroke: #dc3545;
    fill: none;
}

.coe-filter-btn-kidney .coe-filter-icon svg {
    color: #2c3e50;
}

.coe-filter-btn-kidney .coe-filter-icon svg path {
    stroke: #2c3e50;
    fill: none;
}

.coe-filter-btn-kidney .coe-filter-icon svg circle {
    fill: #2c3e50;
    stroke: none;
}

/* Filter Text */
.coe-filter-text {
    flex: 1;
    font-weight: 600;
    font-size: 0.95rem;
    color: #000000;
}

/* Filter Arrow */
.coe-filter-arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
    color: inherit;
}

.coe-filter-btn:hover .coe-filter-arrow {
    transform: translateX(4px);
}

/* Mobile Responsive Styles */
@media (max-width: 767.98px) {
    .centre-card.urology-special-card .centre-title-wrapper {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }
    
    .coe-filter-buttons {
        flex-direction: column;
        gap: 0.625rem;
    }
    
    .coe-filter-btn {
        padding: 0.75rem 0.875rem;
        gap: 0.625rem;
        min-width: auto;
        flex: none;
    }
    
    .coe-filter-icon {
        width: 28px;
        height: 28px;
    }
    
    .coe-filter-text {
        font-size: 0.875rem;
    }
    
    .coe-filter-arrow {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .centre-card.urology-special-card .centre-title {
        font-size: 1.1rem;
    }
    
    .coe-filter-btn {
        padding: 0.625rem 0.75rem;
    }
    
    .coe-filter-icon {
        width: 24px;
        height: 24px;
    }
    
    .coe-filter-text {
        font-size: 0.8rem;
    }
}
@media (max-width: 992px) {
.custom-logo{ width: 98px;}
}