/*
Theme Name: Bharat Chikitsalaya Theme
Theme URI: http://bharatchikitsalaya.com
Author: Antigravity Senior Developer
Author URI: http://bharatchikitsalaya.com
Description: Native WordPress theme for Bharat Chikitsalaya, multi-specialty eco-hospital. Designed around sterile modern technology and natural harmony. Developed with custom post types and admin-ajax data handling.
Version: 1.0.0
License: Apache-2.0
Text Domain: bharat-chikitsalaya
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,850;1,100;1,200;1,400;1,500&family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800;900&display=swap');

/* Base Styles Override */
body {
  background-color: #FDFBF7;
  color: #2C3E2D;
}

/* Custom organic-card styling pattern matching the design */
.organic-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid #A5D6A7;
  border-radius: 1.5rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.organic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -10px rgba(30, 70, 32, 0.12);
  border-color: #1E4620;
}

/* Hide scrollbar utility */
.scroller-hidden::-webkit-scrollbar {
  display: none;
}
.scroller-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Custom fade in animation classes */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
  animation: fadeIn 0.4s ease-in-out forwards;
}

/* Lucide Icon styling utility */
.lucide-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
}
