.elementor-462 .elementor-element.elementor-element-fa7a82d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */@font-face {
  font-family: "MyClinicFont";
  src: url("https://clinic-adhd.com/wp-content/themes/hello-theme-child-master/fonts/DanaFaNum-Regular.woff2")
    format("woff2");
}

:root {
  --secondary: #102c57;
  --bg-pure: #ffffff;
  --accent-blue: #38bdf8;
  --glass-white: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(16, 44, 87, 0.08);
  --text-main: #102c57;
  --text-muted: #64748b;
}

body {
  margin: 0;
  background-color: var(--bg-pure);
  color: var(--text-main);
  font-family: "MyClinicFont", Tahoma, sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

/* بابل‌های خوش‌رنگ و داینامیک پس‌زمینه */
.neon-bubble {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  opacity: 0.4;
}
.bubble-1 {
  width: 400px;
  height: 400px;
  background: #00b4d8;
  top: -100px;
  left: -100px;
}
.bubble-2 {
  width: 500px;
  height: 500px;
  background: #38bdf8;
  bottom: -150px;
  right: -150px;
  animation-delay: -5s;
}
.bubble-3 {
  width: 300px;
  height: 300px;
  background: #ccfb24a6;
  top: 40%;
  right: 10%;
  opacity: 0.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* HERO SECTION */
.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
  padding: 40px 0;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  color: var(--secondary);
  margin: 10px 0 20px 0;
  line-height: 1.1;
  font-weight: 900;
}

.hero-content p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 30px;
}

/* المان بصری مدرن (React Style) */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-circle {
  width: 320px;
  height: 320px;
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 35% 65% 70% 30% / 30% 30% 70% 70%;
  animation: morphing 10s infinite alternate;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

@keyframes morphing {
  0% {
    border-radius: 35% 65% 70% 30% / 30% 30% 70% 70%;
  }
  100% {
    border-radius: 65% 35% 30% 70% / 70% 70% 30% 30%;
  }
}

.floating-label {
  position: absolute;
  background: white;
  padding: 12px 20px;
  border-radius: 15px;
  border: 1px solid var(--glass-border);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  animation: float 4s infinite ease-in-out;
}
.label-1 {
  top: 10%;
  right: 0;
}
.label-2 {
  bottom: 15%;
  left: -20px;
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.video {
  margin-top: 80px;
  width: 300px;
  height: auto-fit;
  animation: float 4s infinite ease-in-out;
}
/* GRID CARDS */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 60px 0;
}

.glass-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid white;
  border-radius: 30px;
  padding: 35px;
  transition: 0.4s;
  box-shadow: 0 15px 35px rgba(16, 44, 87, 0.04);
}
.glass-card h3 {
  font-size: 25px;
  font-weight: 600;
}
.glass-card p {
  font-size: 17px;
  text-align: justify;
}
.glass-card:hover {
  transform: translateY(-10px);
  border-color: #00b4d8;
  background: rgba(255, 255, 255, 0.8);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--glass-border);
}

/* تنظیمات کلی سکشن */
.lab-section {
  padding: 60px 20px;
  text-align: center;
  direction: rtl;
}

.section-title {
  color: #102c57;
  margin-bottom: 35px;
  font-family: "MyClinicFont", sans-serif !important;
}

/* کانتینر تگ‌ها */
.test-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

/* استایل هر تگ */
.tag {
  position: relative; /* برای تراز شدن باکس توضیحات */
  background: rgba(13, 148, 136, 0.1); /* سبزآبی بسیار ملایم */
  color: #0d9488;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid rgba(13, 148, 136, 0.2);
  transition: all 0.3s ease;
}

.tag:hover {
  background: #0d9488;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(13, 148, 136, 0.2);
}

/* ساخت باکس اطلاعات (Tooltip) */
.tag::after {
  content: attr(data-info); /* خواندن متن از HTML */
  position: absolute;
  bottom: 130%; /* قرارگیری بالای تگ */
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: rgba(16, 44, 87, 0.95); /* سرمه‌ای تیره شیشه‌ای */
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13px;
  width: 220px;
  line-height: 1.6;
  text-align: center;
  pointer-events: none; /* جلوگیری از تداخل با ماوس */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 100;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
}

/* مثلث کوچک زیر باکس */
.tag::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: rgba(16, 44, 87, 0.95) transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* نمایش باکس هنگام هاور */
.tag:hover::after,
.tag:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}

/* CTA SECTION */
.cta-btn1 {
  background: #00b4d8;
  color: white;
  padding: 16px 45px;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 197, 203, 0.3);
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.cta-btn1:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 197, 203, 0.4);
  filter: brightness(1.1);
}

.feature-box {
  background: var(--secondary);
  border-radius: 35px;
  padding: 50px;
  color: white;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .visual-circle {
    width: 250px;
    height: 250px;
  }
  .label-1,
  .label-2 {
    position: static;
    margin: 10px;
  }
  .hero-visual {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .feature-box {
    padding: 30px;
  }
  .glass-card {
    padding: 25px;
  }
  .cta-btn1 {
    width: 100%;
    text-align: center;
  }
}

/* بهینه‌سازی برای موبایل */
@media (max-width: 768px) {
  .tag::after {
    width: 160px;
    font-size: 11px;
  }
}/* End custom CSS */