/* OnlineVisit Index — design tokens + fallbacks against site-wide output.css */
.hamrah-teb-online {
  --brand-blue: #1a9de6;
  --brand-green: #8fd400;
  --brand-blue-soft: #e8f6fd;
  --brand-green-soft: #eef9d9;
  --surface: #f5f9fc;
  --foreground: #142033;
  --muted: #eef2f6;
  --muted-foreground: #64748b;
  --border: #e5edf3;
  --shadow-soft: 0 14px 40px rgba(26, 157, 230, 0.14);
  --shadow-card: 0 8px 30px rgba(15, 23, 42, 0.07);
  font-family: Vazirmatn, Tahoma, sans-serif !important;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: #fff;
  color: #142033;
  line-height: 1.5;
}

.hamrah-teb-online,
.hamrah-teb-online * {
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  .hamrah-teb-online .max-w-7xl {
    width: 92% !important;
    max-width: none !important;
  }
}

.hamrah-teb-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}

.hamrah-teb-faq-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.hamrah-teb-faq-panel > div {
  min-height: 0;
  overflow: hidden;
}

.hamrah-teb-online .service-card-hidden {
  display: none !important;
}

.hamrah-teb-online a {
  text-decoration: none !important;
}

/* Beat global output.css heading rules (h2 color, h3 vw sizes, lg h1 80px line-height) */
.hamrah-teb-online h1,
.hamrah-teb-online h2,
.hamrah-teb-online h3 {
  color: #142033 !important;
  font-family: inherit !important;
  margin-right: 0 !important;
}

.hamrah-teb-online h1 {
  font-size: 1.875rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

@media (min-width: 640px) {
  .hamrah-teb-online h1 {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1024px) {
  .hamrah-teb-online h1 {
    font-size: 2.75rem !important;
    line-height: 1.3 !important;
  }
}

.hamrah-teb-online h2 {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

@media (min-width: 640px) {
  .hamrah-teb-online h2 {
    font-size: 1.875rem !important;
  }
}

.hamrah-teb-online #cta h2 {
  color: #fff !important;
  line-height: 1.4 !important;
}

@media (min-width: 1024px) {
  .hamrah-teb-online #cta h2 {
    font-size: 2rem !important;
  }
}

.hamrah-teb-online h3 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.hamrah-teb-online #why h3 {
  font-size: 1rem !important;
}

/* Design: blue → green clipped text, not a flat green fallback */
.hamrah-teb-online h1 .ov-hero-accent {
  display: inline !important;
  background-image: linear-gradient(to left, #1a9de6, #8fd400) !important;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.hamrah-teb-online .bg-surface {
  background-color: #f5f9fc !important;
}

.hamrah-teb-online .bg-white {
  background-color: #fff !important;
}

.hamrah-teb-online .text-foreground {
  color: #142033 !important;
}

.hamrah-teb-online .text-muted-foreground {
  color: #64748b !important;
}

.hamrah-teb-online .bg-muted {
  background-color: #eef2f6 !important;
}

.hamrah-teb-online .border-border {
  border-color: #e5edf3 !important;
}

.hamrah-teb-online .bg-brand-blue {
  background-color: #1a9de6 !important;
}

.hamrah-teb-online .bg-brand-blue-soft {
  background-color: #e8f6fd !important;
}

.hamrah-teb-online .bg-brand-green {
  background-color: #8fd400 !important;
}

.hamrah-teb-online .bg-brand-green-soft {
  background-color: #eef9d9 !important;
}

.hamrah-teb-online .text-brand-blue {
  color: #1a9de6 !important;
}

.hamrah-teb-online .text-brand-green {
  color: #8fd400 !important;
}

.hamrah-teb-online .text-brand-blue-soft {
  color: #e8f6fd !important;
}

.hamrah-teb-online .text-brand-green-soft {
  color: #eef9d9 !important;
}

.hamrah-teb-online .border-brand-blue\/20 {
  border-color: rgba(26, 157, 230, 0.2) !important;
}

.hamrah-teb-online .border-brand-blue\/30 {
  border-color: rgba(26, 157, 230, 0.3) !important;
}

.hamrah-teb-online .border-brand-blue\/40,
.hamrah-teb-online .group:hover .hover\:border-brand-blue\/40,
.hamrah-teb-online .hover\:border-brand-blue\/40:hover {
  border-color: rgba(26, 157, 230, 0.4) !important;
}

.hamrah-teb-online .hover\:border-brand-blue\/30:hover {
  border-color: rgba(26, 157, 230, 0.3) !important;
}

.hamrah-teb-online .text-brand-green\/10 {
  color: rgba(143, 212, 0, 0.1) !important;
}

.hamrah-teb-online .text-brand-blue\/10 {
  color: rgba(26, 157, 230, 0.1) !important;
}

.hamrah-teb-online .text-white {
  color: #fff !important;
}

.hamrah-teb-online .text-white\/85 {
  color: rgba(255, 255, 255, 0.85) !important;
}

.hamrah-teb-online .text-white\/25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.hamrah-teb-online .text-white\/20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.hamrah-teb-online .bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.hamrah-teb-online .bg-white\/15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.hamrah-teb-online .bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.hamrah-teb-online .border-white\/60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.hamrah-teb-online .hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.hamrah-teb-online .bg-gradient-to-l.from-brand-blue.to-brand-blue\/90,
.hamrah-teb-online button.ov-search-btn {
  background-image: linear-gradient(to left, #1a9de6, rgba(26, 157, 230, 0.9)) !important;
}

.hamrah-teb-online .bg-gradient-to-l.from-brand-blue.via-brand-blue.to-brand-green,
.hamrah-teb-online .ov-cta-banner {
  background-image: linear-gradient(to left, #1a9de6, #1a9de6, #8fd400) !important;
}

.hamrah-teb-online .bg-gradient-to-br.from-brand-blue.to-brand-green {
  background-image: linear-gradient(to bottom right, #1a9de6, #8fd400) !important;
}

.hamrah-teb-online .bg-gradient-to-br.from-brand-blue-soft.via-white.to-brand-green-soft {
  background-image: linear-gradient(to bottom right, #e8f6fd, #fff, #eef9d9) !important;
}

.hamrah-teb-online .bg-gradient-to-br.from-brand-blue-soft.to-brand-green-soft {
  background-image: linear-gradient(to bottom right, #e8f6fd, #eef9d9) !important;
}

.hamrah-teb-online .shadow-\[var\(--shadow-card\)\],
.hamrah-teb-online .hover\:shadow-\[var\(--shadow-card\)\]:hover {
  box-shadow: var(--shadow-card) !important;
}

.hamrah-teb-online .shadow-\[var\(--shadow-soft\)\] {
  box-shadow: var(--shadow-soft) !important;
}

.hamrah-teb-online .shadow-\[0_0_0_4px_var\(--brand-green-soft\)\] {
  box-shadow: 0 0 0 4px #eef9d9 !important;
}

.hamrah-teb-online .group:hover .group-hover\:from-brand-blue {
  --tw-gradient-from: #1a9de6;
}

.hamrah-teb-online .group:hover .group-hover\:to-brand-green {
  --tw-gradient-to: #8fd400;
}

.hamrah-teb-online .group:hover .group-hover\:text-white {
  color: #fff !important;
}

.hamrah-teb-online .group:hover .group-hover\:bg-brand-blue {
  background-color: #1a9de6 !important;
  color: #fff !important;
}

.hamrah-teb-online .group:hover .group-hover\:from-brand-blue.group-hover\:to-brand-green {
  background-image: linear-gradient(to bottom right, #1a9de6, #8fd400) !important;
}

.hamrah-teb-online .group:hover .group-hover\:text-brand-green-soft {
  color: #eef9d9 !important;
}

.hamrah-teb-online button.ov-search-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0.75rem 1rem !important;
  border: none !important;
  border-radius: 0.75rem !important;
  background-color: #1a9de6 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 640px) {
  .hamrah-teb-online button.ov-search-btn {
    padding: 0.75rem 1.5rem !important;
    font-size: 15px !important;
  }
}

.hamrah-teb-online button.ov-search-btn:hover {
  transform: translateY(-2px);
}

.hamrah-teb-online button[data-hamrah-teb-faq-trigger] {
  margin: 0 !important;
  padding: 1rem 1.25rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-align: right !important;
  box-shadow: none !important;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hamrah-teb-online button[data-hamrah-teb-faq-trigger] {
    padding: 1.25rem 1.5rem !important;
  }
}

.hamrah-teb-online button[data-hamrah-teb-faq-trigger]:hover {
  background-color: #f5f9fc !important;
  color: inherit !important;
}
