.elementor-183 .elementor-element.elementor-element-6b189eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6fe4f9f *//* ==================== PROFILE PHOTO FIX - SQUARE + CENTER FACE ==================== */

.crx-card-photo {
    aspect-ratio: 1 / 1 !important;
    background: #EDE7DC;
    overflow: hidden;
}

.crx-card-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.5s ease;
}

.crx-profile-card:hover .crx-card-photo img {
    transform: scale(1.04);
}

/* Founder Card ke liye bhi square */
.crx-cards-grid.founder-grid .crx-card-photo {
    aspect-ratio: 1 / 1 !important;
    min-height: 300px;
}

/* Agar face thoda upar chahiye (optional) */
.crx-card-photo img {
    object-position: 50% 25% !important;   /* Adjust 25% ko 20% ya 30% kar sakte ho */
}





/* ══ MOBILE TABLE FIX V2 ══ */
@media (max-width: 768px) {

  .crx-index-section {
    padding: 48px 16px;
  }

  .crx-index-table,
  .crx-index-table tbody,
  .crx-index-table thead,
  .crx-index-table tr,
  .crx-index-table td,
  .crx-index-table th {
    display: block;
    border: none !important;
    outline: none !important;
  }

  .crx-index-table thead {
    display: none !important;
  }

  .crx-index-table tbody tr {
    display: grid;
    grid-template-columns: 28px 1fr 32px;
    align-items: center;
    gap: 0 10px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(247,243,237,0.08) !important;
  }

  .crx-index-table .td-num {
    font-size: 0.72rem;
    width: auto;
    padding: 0;
  }

  .crx-index-table .td-specialty {
    font-size: 0.83rem;
    width: auto;
    padding: 0;
    line-height: 1.5;
  }

  .crx-index-table .td-members {
    display: none !important;
  }

  .crx-index-table .td-count {
    font-size: 1.1rem;
    text-align: right;
    padding: 0;
  }
}




/* ═══════════════════════════════════════════════════
   CovidRxExchange — Image Fix Override
   governance-faculty-image-fix.css
   
   Ye file sirf images ko fix karti hai.
   Apni main CSS ke BAAD load karein.
═══════════════════════════════════════════════════ */
 
/* ── Card photo container: taller + light bg ── */
.crx-card-photo {
  height: 280px !important;
  background: #f0ece5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
 
/* ── Image: fully contained, no crop, no zoom ── */
.crx-card-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
  padding: 16px !important;
  transform: none !important;
  transition: none !important;
}
 
/* Hover pe bhi scale nahi hoga ── */
.crx-profile-card:hover .crx-card-photo img {
  transform: none !important;
}
 
/* ── Founder card (horizontal) ── */
.crx-cards-grid.founder-grid .crx-card-photo {
  width: 300px !important;
  min-width: 300px !important;
  height: 300px !important;
}
.crx-cards-grid.founder-grid .crx-card-photo img {
  padding: 20px !important;
}
 
/* ── Responsive ── */
@media (max-width: 1024px) {
  .crx-cards-grid.founder-grid .crx-card-photo {
    width: 100% !important;
    min-width: unset !important;
    height: 260px !important;
  }
}
@media (max-width: 768px) {
  .crx-card-photo { height: 220px !important; }
}
@media (max-width: 480px) {
  .crx-card-photo { height: 200px !important; }
}









/* ═══════════════════════════════════════════════════
   CovidRxExchange — Mobile Responsive Fix
   Sirf Elementor Custom CSS mein paste karein
═══════════════════════════════════════════════════ */
 
@media (max-width: 768px) {
 
  /* Hero section — single column, no side gaps */
  .crx-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: unset !important;
    width: 100% !important;
    overflow: hidden !important;
  }
 
  .crx-hero-left {
    padding: 48px 20px 44px 20px !important;
    width: 100% !important;
  }
 
  .crx-hero-h1 {
    font-size: 2.6rem !important;
    line-height: 1.1 !important;
    word-break: break-word !important;
  }
 
  .crx-hero-desc {
    font-size: 0.88rem !important;
    line-height: 1.75 !important;
    max-width: 100% !important;
  }
 
  .crx-hero-stats {
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 32px !important;
  }
 
  .crx-hero-right {
    padding: 36px 20px 44px 20px !important;
    width: 100% !important;
    min-height: unset !important;
  }
 
  .crx-who-body {
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
  }
 
  .crx-who-sub {
    font-size: 0.82rem !important;
    line-height: 1.75 !important;
  }
 
  /* Faculty sections */
  .crx-faculty-section {
    padding: 48px 16px !important;
  }
 
  .crx-section-header {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
 
  /* Cards — 1 column on small mobile, 2 on larger */
  .crx-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
 
  .crx-card-body {
    padding: 14px 12px 18px !important;
  }
 
  .crx-card-name {
    font-size: 1rem !important;
  }
 
  .crx-card-position {
    font-size: 0.8rem !important;
  }
 
  /* Marquee band */
  .crx-marquee-band {
    padding: 12px 0 !important;
  }
 
  .crx-marquee-item {
    padding: 0 20px !important;
    font-size: 0.58rem !important;
  }
 
  /* Deco rule */
  .crx-deco-rule {
    padding: 0 16px !important;
  }
}
 
@media (max-width: 480px) {
 
  .crx-hero-left {
    padding: 40px 16px 36px 16px !important;
  }
 
  .crx-hero-h1 {
    font-size: 2.1rem !important;
  }
 
  .crx-hero-right {
    padding: 30px 16px 36px 16px !important;
  }
 
  /* 1 column on very small screens */
  .crx-cards-grid {
    grid-template-columns: 1fr !important;
  }
 
  .crx-faculty-section {
    padding: 40px 14px !important;
  }
 
  /* Founder card stacked */
  .crx-cards-grid.founder-grid .crx-profile-card {
    flex-direction: column !important;
  }
 
  .crx-cards-grid.founder-grid .crx-card-photo {
    width: 100% !important;
    min-width: unset !important;
    height: 220px !important;
  }
 
  .crx-cards-grid.founder-grid .crx-card-body {
    padding: 24px 16px !important;
  }
}













/* ── SHIMMER LOADING EFFECT ── */
.crx-card-photo {
  position: relative;
}

.crx-card-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.4) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: crxShimmer 1.6s infinite;
  z-index: 1;
  pointer-events: none;
}

.crx-card-photo:has(img[src])::before {
  display: none;
}

.crx-card-photo:has(.crx-img-fallback)::before {
  display: none;
}

@keyframes crxShimmer {
  from { background-position: 200% 0; }
  to   { background-position: -200% 0; }
}

/* ── INITIALS FALLBACK ── */
.crx-img-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #C4713A;
  opacity: 0.35;
  z-index: 2;
  letter-spacing: 0.05em;
}/* End custom CSS */