.elementor-23025 .elementor-element.elementor-element-e3703e2{--display:flex;}.elementor-23025 .elementor-element.elementor-element-df7aa4b{--display:flex;}.elementor-23025 .elementor-element.elementor-element-fbf00ae{--display:flex;}.elementor-23025 .elementor-element.elementor-element-a0f236e{--display:flex;}.elementor-23025 .elementor-element.elementor-element-055cfd3{--display:flex;}.elementor-23025 .elementor-element.elementor-element-1c3ddee{--display:flex;}.elementor-23025 .elementor-element.elementor-element-dec7e30{--display:flex;}.elementor-23025 .elementor-element.elementor-element-0f76f2a{--display:flex;}.elementor-23025 .elementor-element.elementor-element-a6bc600{--display:flex;}.elementor-23025 .elementor-element.elementor-element-2295947{--display:flex;}/* Start custom CSS for html, class: .elementor-element-72b1246 *//* ===============================
   NIRAMAYA – OFFICIAL PROGRAM PAGE
================================ */

:root{
  --primary:#0b5cff;
  --dark:#0f2a6d;
  --muted:#6b7280;
  --bg:#f8fafc;
  --card:#ffffff;
}
/* ===============================
   NIRAMAYA – PREMIUM HERO
================================ */

.nira-hero-pro{
  position:relative;
  padding:120px 24px;
  background:
    radial-gradient(1200px 600px at 50% -10%, #eaf2ff, transparent),
    linear-gradient(180deg,#f8fbff,#ffffff);
  overflow:hidden;
}

/* subtle grid */
.nira-bg-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(15,42,109,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,42,109,.06) 1px, transparent 1px);
  background-size:60px 60px;
  opacity:.35;
  pointer-events:none;
}

/* medical pulse ring */
.nira-pulse{
  position:absolute;
  top:50%;
  left:50%;
  width:520px;
  height:520px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(11,92,255,.08), transparent 65%);
  animation:pulseGlow 6s ease-in-out infinite;
  pointer-events:none;
}

/* content */
.nira-hero-inner{
  max-width:980px;
  margin:auto;
  text-align:center;
  position:relative;
  z-index:2;
}

.nira-title{
  font-size:46px;
  font-weight:800;
  letter-spacing:.4px;
  color:#0f2a6d;
  animation:fadeUp .9s ease forwards;
}

.nira-title span{
  display:block;
  margin-top:14px;
  font-size:18px;
  font-weight:500;
  color:#1d4ed8;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.nira-tagline{
  margin-top:26px;
  font-size:18px;
  color:#475569;
  animation:fadeUp 1.2s ease forwards;
}

/* animations */
@keyframes pulseGlow{
  0%{transform:translate(-50%,-50%) scale(1);opacity:.35}
  50%{transform:translate(-50%,-50%) scale(1.12);opacity:.6}
  100%{transform:translate(-50%,-50%) scale(1);opacity:.35}
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* responsive */
@media(max-width:768px){
  .nira-hero-pro{padding:90px 18px;}
  .nira-title{font-size:32px;}
  .nira-title span{font-size:16px;}
  .nira-tagline{font-size:16px;}
  .nira-pulse{width:380px;height:380px;}
}

body{
  color:#1f2937;
}

/* CONTAINER */
.niramaya-container{
  max-width:1200px;
  margin:auto;
  padding:80px 24px;
}

/* SECTION */
.nira-section{
  margin-bottom:90px;
}

.nira-section h2{
  font-size:34px;
  font-weight:700;
  color:var(--dark);
  margin-bottom:18px;
}

.nira-section p{
  font-size:17px;
  line-height:1.7;
  color:#374151;
}

/* HERO */
.nira-hero{
  background:linear-gradient(135deg,#eaf2ff,#ffffff);
  padding:100px 24px;
  text-align:center;
}

.nira-hero h1{
  font-size:44px;
  font-weight:800;
  color:var(--dark);
}

.nira-hero span{
  color:var(--primary);
}

.nira-hero p{
  max-width:820px;
  margin:18px auto 0;
  font-size:18px;
  color:#475569;
}

/* CARD GRID */
.nira-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
  margin-top:40px;
}

.nira-card{
  background:var(--card);
  border-radius:20px;
  padding:28px;
  box-shadow:0 14px 40px rgba(15,42,109,.08);
}

.nira-card h3{
  font-size:18px;
  font-weight:600;
  color:var(--primary);
  margin-bottom:10px;
}

.nira-card p{
  font-size:15px;
  color:#4b5563;
}

/* LIST */
.nira-list{
  padding-left:20px;
}
.nira-list li{
  margin-bottom:10px;
  line-height:1.6;
}

/* PARTNER STRIP */
.nira-partners{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:32px;
  margin-top:30px;
}

.nira-partners div{
  background:#fff;
  padding:26px;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}

/* HIGHLIGHT BOX */
.nira-highlight{
  background:#eef4ff;
  border-left:5px solid var(--primary);
  padding:26px;
  border-radius:12px;
}

/* FOOTER */
.nira-footer{
  background:#0f2a6d;
  color:#fff;
  padding:50px 24px;
  text-align:center;
}

.nira-footer p{
  margin:6px 0;
  font-size:15px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .nira-hero h1{font-size:32px;}
  .nira-section h2{font-size:28px;}
}
/* ===============================
   NIRAMAYA – PARTNERS + VISION
================================ */

:root{
  --primary:#0b5cff;
  --dark:#0f2a6d;
}

/* SECTION */
.nira-section{
  margin-bottom:90px;
}

.nira-section h2{
  font-size:34px;
  font-weight:700;
  color:var(--dark);
  margin-bottom:18px;
}

.nira-section p{
  font-size:17px;
  line-height:1.7;
  color:#374151;
}

/* ===============================
   PARTNERS
================================ */

.nira-partners{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:32px;
  margin-top:30px;
}

.nira-partner-card{
  background:#ffffff;
  padding:26px;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  transition:transform .3s ease, box-shadow .3s ease;
}

@media (hover:hover){
  .nira-partner-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(15,42,109,.14);
  }
}

/* ===============================
   VISION HIGHLIGHT
================================ */

.nira-highlight{
  background:#eef4ff;
  border-left:5px solid var(--primary);
  padding:30px;
  border-radius:14px;
}

/* ===============================
   ANIMATIONS (PURE CSS)
================================ */

.nira-animate{
  opacity:0;
  animation-duration:.9s;
  animation-fill-mode:forwards;
  animation-timing-function:cubic-bezier(.22,.61,.36,1);
}

/* Fade Up */
.nira-fade-up{
  animation-name:niraFadeUp;
}

/* Slide Left */
.nira-slide-left{
  animation-name:niraSlideLeft;
}

/* Keyframes */
@keyframes niraFadeUp{
  from{
    opacity:0;
    transform:translateY(30px) scale(.98);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes niraSlideLeft{
  from{
    opacity:0;
    transform:translateX(-40px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce){
  .nira-animate{
    animation:none;
    opacity:1;
  }
}

/* RESPONSIVE */
@media(max-width:768px){
  .nira-section h2{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28e8f44 *//* SECTION */
.glass-ui {
  padding: 100px 6%;
  background: radial-gradient(
    circle at top left,
    #eef5ff,
    #f8fafc
  );
}

.infra-heading {
  font-size: 42px;
  font-weight: 700;
  color: #0b2545;
  margin-bottom: 60px;
}

/* GRID – FORCE 3 IN ONE ROW */
.glass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* CARD BASE */
.glass-card {
  border-radius: 22px;
  padding: 34px 30px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

/* HEADINGS */
.glass-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 14px;
}

/* TEXT */
.glass-card p {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* LIST */
.glass-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.glass-card ul li {
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}

.glass-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563eb;
}

/* SOFT GRADIENT OVERLAYS */
.gradient-one {
  background-image:
    linear-gradient(135deg, rgba(96,165,250,0.25), rgba(255,255,255,0.55));
}

.gradient-two {
  background-image:
    linear-gradient(135deg, rgba(52,211,153,0.25), rgba(255,255,255,0.55));
}

.gradient-three {
  background-image:
    linear-gradient(135deg, rgba(167,139,250,0.25), rgba(255,255,255,0.55));
}

/* RESPONSIVE FALLBACK */
@media (max-width: 1024px) {
  .glass-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cca42f *//* ===============================
   ROOT SECTION
================================ */
.sector-focus-alt {
  font-family: "Poppins", system-ui, sans-serif;
  padding: 100px 6%;
  background: #f4f8ff;
}

/* ===============================
   HEADER
================================ */
.sector-header {
  max-width: 720px;
  margin-bottom: 70px;
}

.sector-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #0b2545;
}

.sector-header p {
  font-size: 18px;
  color: #6b7c93;
  margin-top: 10px;
}

/* ===============================
   LIST CONTAINER
================================ */
.sector-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ===============================
   ITEM BASE
================================ */
.sector-item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 45px rgba(0, 64, 128, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    border-left 0.35s ease;
  border-left: 6px solid transparent;
}

/* ===============================
   REVERSE LAYOUT
================================ */
.sector-item.reverse {
  flex-direction: row-reverse;
}

/* ===============================
   IMAGE
================================ */
.sector-item img {
  width: 42%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.5s ease;
}

/* ===============================
   CONTENT
================================ */
.sector-content {
  flex: 1;
}

.sector-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.sector-content p {
  font-size: 16px;
  color: #334155;
  line-height: 1.7;
}

/* ===============================
   HOVER EFFECTS
================================ */
.sector-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(0, 64, 128, 0.2);
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #eef5ff 100%
  );
  border-left: 6px solid #1d4ed8;
}

.sector-item:hover img {
  transform: scale(1.05);
}

.sector-item:hover h3 {
  color: #1d4ed8;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .sector-item,
  .sector-item.reverse {
    flex-direction: column;
  }

  .sector-item img {
    width: 100%;
    height: 220px;
  }
}

@media (max-width: 640px) {
  .sector-header h2 {
    font-size: 32px;
  }

  .sector-content h3 {
    font-size: 22px;
  }
}/* End custom CSS */