/*
Theme Name: chf
Theme URI: https://doctorabdollahi.ir
Author: Mostafa Abdollahi
Author URI: https://doctorabdollahi.ir
Description: Custom Tailwind-based theme for neurosurgery SEO.
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');




body {
  font-family: 'Nunito Sans', sans-serif !important;
}

.spacertime{
z-index: 1;
	opacity: 1;
background: repeating-linear-gradient( 45deg, #c10007, #c10007 4px, #fefefe 4px, #fefefe 20px ) !important;
}

.mediab{


background-color: #e5e5f7;
opacity: 0.2;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 20px ), repeating-linear-gradient( #e7000b55, #e7000b );
}

.cards:hover .card {
  filter: blur(2px);
  opacity: 0.5;
  transition: filter 200ms ease, opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

/* …به‌جز کارتی که زیر موس است */
.cards:hover .card:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
