/* Theme 2: Medical / Doctor – clinic style, stethoscope feel, medical iconography */
.content-div.vcard-theme-2 { background: #f0f9ff; }
.vcard-theme-2 .home-div-white-div.vcard-theme-hero {
  background: linear-gradient(180deg, #e0f2fe 0%, #bae6fd 100%) !important;
  color: #0c4a6e;
  border-bottom: 3px solid #0ea5e9;
}
.vcard-theme-2 .business-name { color: #0c4a6e; font-weight: 800; }
.vcard-theme-2 .home-name-designation { color: #0369a1; }
.vcard-theme-2 .home-cta-btns-ul a { background: #1a3b8b; color: #fff; }
.vcard-theme-2 .home-cta-btns-ul a:hover { background: #2563eb; }
.vcard-theme-2 .vcard-medical-badge {
  background: rgba(14, 165, 233, 0.9);
  color: #fff;
  border: 2px solid #0c4a6e;
  box-shadow: 0 2px 12px rgba(14, 165, 233, 0.4);
}
.vcard-theme-2 .vcard-medical-badge i { font-size: 16px; font-weight: bold; }
@keyframes vcardPulse {
  0%, 100% { box-shadow: 0 2px 12px rgba(14, 165, 233, 0.4); }
  50% { box-shadow: 0 2px 20px rgba(14, 165, 233, 0.7); }
}
.vcard-theme-2 .vcard-medical-badge { animation: vcardPulse 2s ease-in-out infinite; }
.vcard-theme-2 .home-div-content-div {
  border-left: 4px solid #0ea5e9;
}
.vcard-theme-2 .section-label { color: #0c4a6e; border-color: #bae6fd; }
.vcard-theme-2 .icon-box { background: #0ea5e9; color: #fff; }
.vcard-theme-2 .section {
  border-left: 4px solid #0ea5e9;
  background: #fff;
  box-shadow: 0 2px 14px rgba(14, 165, 233, 0.08);
}
.vcard-theme-2 .section h2 { color: #0c4a6e; }
.vcard-theme-2 .section h2 i { color: #0284c7; }
.vcard-theme-2 .btn-vcard-primary { background: #1a3b8b; }
.vcard-theme-2 .btn-vcard-primary:hover { background: #2563eb; }
.vcard-theme-2 .form-submit { background: #dc2626; color: #fff; }
.vcard-theme-2 .ratings-ul li { color: #f59e0b; }
.vcard-theme-2 .social-ul a { background: #e0f2fe; color: #0369a1; }
.vcard-theme-2 .navigation-div { background: #1a3b8b; }
.vcard-theme-2 .navigation-div a { color: rgba(255,255,255,0.9); }
.vcard-theme-2 .navigation-div a:hover { color: #fff; }
