/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.15.1764251682
Updated: 2025-11-27 13:54:42

*/


/* Board section background */
.board-section {
  background: #f7f9fc;
  padding: 70px 0;
}


/* Clamp long position text to 2 lines */
.clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Prevent long emails/phones from breaking layout */
.text-break-anywhere{
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Optional: keep badge from being a single huge line */
.doctor-card__role-badge{
  display: block;
  max-width: 100%;
}

/* Optional: add a bit of spacing so the card stays readable */
.doctor-card__body{
  min-width: 0; /* important for text wrapping inside flex */
}

.board-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-bottom: 8px;
  color: #6c757d;
}

.board-section-intro {
  max-width: 580px;
  margin: 0 auto;
  color: #6c757d;
}

/* Doctor card */
.doctor-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px 22px;
  text-align: center;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.10);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  height: 100%;
  position: relative;
}

.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.18);
}

/* Avatar */
.doctor-card__avatar-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 14px auto;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-card__avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: #e5e7eb;
}

/* Text */
.doctor-card__body {
  margin-top: 6px;
}

.doctor-card__name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.doctor-card__role {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 575.98px) {
  .board-section {
    padding: 60px 0;
  }

  .doctor-card {
    padding: 20px 18px;
  }
}
/* Full-page image preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: radial-gradient(circle at top, #0f172a, #020617);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hidden state after load */
#preloader.preloader-done {
  opacity: 0;
  visibility: hidden;
}

/* Spinner circle */
#preloader::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 3px solid rgba(148, 163, 184, 0.45);
  border-top-color: #38bdf8;
  border-right-color: #4ade80;
  animation: preloader-spin 0.9s linear infinite;
}

/* Small text under spinner */
#preloader::after {
  content: "Loading content";
  font-size: 11px;
  opacity: 0.85;
}

@keyframes preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Active / current menu item underline */
/*.navmenu ul li.current-menu-item > a,*/
/*.navmenu ul li.current_page_item > a,*/
/*.navmenu ul li.current-menu-ancestor > a,*/
/*.navmenu ul li.current_page_ancestor > a {*/
/*    text-decoration: underline;*/
    text-underline-offset: 4px;   /* move underline a bit down */
    font-weight: 600;             /* optional: make it a bit bolder */
/*}*/

/* Optional: hover effect matches */
/*.navmenu ul li a:hover {*/
/*    text-decoration: underline;*/
/*    text-underline-offset: 4px;*/
/*}*/

