/* ===== NCNC Modern Design Overrides ===== */

/* Google Fonts - Inter for modern look */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary: #1a7fc1;
  --primary-dark: #135f91;
  --primary-light: #e8f4fd;
  --accent: #2ec4b6;
  --accent-dark: #1a9e94;
  --text-dark: #1e293b;
  --text-mid: #475569;
  --text-light: #94a3b8;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,.10);
  --shadow-lg: 0 10px 40px rgba(0,0,0,.12);
}

/* ---- Header Top ---- */
.header-top {
  background: var(--primary-dark);
  padding: 8px 0;
}
.header-top .top-left li a,
.header-top .top-left li {
  color: rgba(255,255,255,.85);
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}
.header-top .top-left li a:hover { color: #fff; }

/* ---- Header Upper ---- */
.header-upper {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

/* ---- Banner ---- */
.banner-section .slide-item {
  min-height: 560px;
  display: flex;
  align-items: center;
}
.banner-section .banner-column .title {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(46,196,182,.15);
  display: inline-block;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.banner-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
}
.banner-section .text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  font-family: 'Inter', sans-serif;
  max-width: 520px;
}

/* ---- Featured Section ---- */
.featured-section {
  background: var(--bg-white);
  padding: 60px 0;
}
.featured-block .inner-box {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #e2e8f0;
  padding: 36px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  text-align: center;
}
.featured-block .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
.featured-block .icon-box {
  width: 72px;
  height: 72px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: var(--primary);
  transition: background .3s, color .3s;
}
.featured-block .inner-box:hover .icon-box {
  background: var(--primary);
  color: #fff;
}
.featured-block h3 a {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}
.featured-block p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

/* ---- Why Choose Us / Values ---- */
.values-section {
  padding: 80px 0;
  background: var(--bg-light);
}
.values-section .section-title h2 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.values-section .section-title p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.value-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 24px;
  margin-bottom: 28px;
  border: 1px solid #e2e8f0;
  transition: box-shadow .3s, transform .3s;
}
.value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.value-card .val-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--primary);
  margin-bottom: 18px;
}
.value-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.value-card p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ---- Fullwidth Section ---- */
.right-column .inner-column h2 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 28px;
}
.featured-list li .title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}
.featured-list li p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 14px;
}

/* ---- Section Titles ---- */
.section-title h2,
.title-box h2 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--text-dark);
}
.section-title p.text {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 15px;
}

/* ---- Services Page ---- */
.services-section-two .services-block .inner-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 28px;
  border: 1px solid #e2e8f0;
  transition: box-shadow .3s, transform .3s, border-color .3s;
  height: 100%;
  margin-bottom: 28px;
}
.services-section-two .services-block .inner-box:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--primary);
}
.services-section-two .services-block h3 a {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
}
.services-section-two .services-block p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.7;
}
.services-section-two .icon-box {
  margin-bottom: 16px;
}

/* ---- Services Tag Pill ---- */
.service-tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}
.tag-neurology { background: #e8f4fd; color: var(--primary); }
.tag-general   { background: #fef3e8; color: #e07b0a; }
.tag-diagnostics { background: #edfbf7; color: #0e9e73; }

/* ---- About Page ---- */
.about-intro-section {
  padding: 80px 0;
  background: #fff;
}
.about-intro-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.about-intro-section p {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-stat {
  text-align: center;
  padding: 28px 16px;
  background: var(--primary-light);
  border-radius: var(--radius);
  margin-bottom: 20px;
}
.about-stat .stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
}
.about-stat .stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--text-mid);
  font-weight: 500;
}

/* ---- Team Section ---- */
.team-section .team-block .inner-box {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: box-shadow .3s, transform .3s;
}
.team-section .team-block .inner-box:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.team-section .team-block .lower-content {
  padding: 22px 20px 24px;
  background: #fff;
}
.team-section .team-block h3 a {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
}
.team-section .team-block .designation {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--primary);
  font-weight: 600;
}
.doctor-bio {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-top: 10px;
}
.doctor-interests {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.doctor-interests li {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--text-mid);
  padding: 3px 0 3px 16px;
  position: relative;
}
.doctor-interests li::before {
  content: '•';
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.section-title .badge-pill {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}

/* ---- Contact Page ---- */
.contact-address h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}
.contact-address .text {
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.7;
}
.contact-address .inner {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 24px 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
  transition: box-shadow .3s;
}
.contact-address .inner:hover { box-shadow: var(--shadow-md); }

/* ---- Emergency / CTA Section ---- */
.emergency-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
}
.emergency-section .phone a {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

/* ---- Footer ---- */
.main-footer {
  background: #0e2038 !important;
}
.main-footer .footer-widget p.text,
.main-footer .footer-list li a,
.main-footer .time-list li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.main-footer h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* ---- Breadcrumb ---- */
.page-breadcrumb h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

/* ---- Theme Buttons ---- */
.theme-btn.btn-style-two,
.theme-btn.btn-style-three {
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  transition: all .25s ease;
}

/* ---- Appointment Section ---- */
.appointment-section .title-box h2 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.calender-form h3,
.calender-title h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* ---- Utilities ---- */
.text-primary-custom { color: var(--primary); }
.bg-primary-light { background: var(--primary-light); }
