.elementor-489 .elementor-element.elementor-element-8994c2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a11f711 *//* =========================
GMSU HOSPITAL PAGE
========================= */

.gmsu-hospital-page{
  position:relative;
  background:#ffffff;
  overflow:hidden;
  color:#0f172a;
  font-family:inherit;
}

/* CONTAINER */

.gmsu-hospital-container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* HERO */

.gmsu-hospital-hero{
  position:relative;
  padding:120px 0 100px;
  background:
  linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.gmsu-hospital-hero::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:380px;
  height:380px;
  border-radius:50%;
  background:rgba(59,130,246,.08);
  filter:blur(80px);
}

.gmsu-hospital-badge{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(30,58,138,.08);
  color:#1E3A8A;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  margin-bottom:28px;
}

.gmsu-hospital-hero h1{
  font-size:clamp(40px,6vw,72px);
  line-height:1.08;
  font-weight:600;
  color:#0B1F5E;
  margin:0 0 18px;
  letter-spacing:-.03em;
  max-width:900px;
}

.gmsu-hospital-subtitle{
  font-size:22px;
  line-height:1.5;
  color:#D4AF37;
  margin-bottom:22px;
  font-weight:500;
}

.gmsu-hospital-description{
  max-width:860px;
  font-size:17px;
  line-height:1.9;
  color:#475569;
  margin-bottom:40px;
}

.gmsu-hospital-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.gmsu-hospital-btn-primary,
.gmsu-hospital-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:14px;
  text-decoration:none;
  transition:.3s ease;
  font-size:15px;
  font-weight:600;
}

.gmsu-hospital-btn-primary{
  background:#0B1F5E;
  color:#fff;
  box-shadow:0 14px 35px rgba(11,31,94,.12);
}

.gmsu-hospital-btn-primary:hover{
  transform:translateY(-2px);
}

.gmsu-hospital-btn-secondary{
  border:1px solid rgba(30,58,138,.12);
  background:#fff;
  color:#1E3A8A;
}

.gmsu-hospital-btn-secondary:hover{
  border-color:#3B82F6;
}

/* SECTIONS */

.gmsu-hospital-section{
  padding:90px 0;
}

.gmsu-hospital-soft-bg{
  background:#f8fbff;
}

/* HEADINGS */

.gmsu-hospital-heading{
  text-align:center;
  margin-bottom:60px;
}

.gmsu-hospital-heading span{
  display:inline-block;
  margin-bottom:16px;
  color:#3B82F6;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
}

.gmsu-hospital-heading h2{
  font-size:clamp(30px,4vw,48px);
  line-height:1.2;
  color:#0B1F5E;
  font-weight:600;
  margin:0;
  letter-spacing:-.02em;
}

/* GRID */

.gmsu-hospital-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}

/* CARD */

.gmsu-hospital-card{
  background:#fff;
  border-radius:28px;
  padding:40px;
  box-shadow:0 18px 60px rgba(15,23,42,.06);
}

.gmsu-hospital-highlight{
  background:linear-gradient(180deg,#0B1F5E 0%,#132d83 100%);
  color:#fff;
}

.gmsu-hospital-label{
  display:inline-block;
  margin-bottom:20px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  color:#3B82F6;
}

.gmsu-hospital-highlight .gmsu-hospital-label{
  color:#D4AF37;
}

.gmsu-hospital-card h2{
  font-size:34px;
  line-height:1.25;
  margin:0 0 20px;
  font-weight:600;
  letter-spacing:-.02em;
}

.gmsu-hospital-card p{
  font-size:16px;
  line-height:1.9;
  color:#64748b;
}

.gmsu-hospital-highlight p{
  color:rgba(255,255,255,.82);
}

/* LIST */

.gmsu-hospital-list{
  margin:28px 0 0;
  padding:0;
  list-style:none;
}

.gmsu-hospital-list li{
  position:relative;
  padding-left:24px;
  margin-bottom:14px;
  color:#475569;
  line-height:1.7;
}

.gmsu-hospital-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:11px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#3B82F6;
}

/* QUOTE */

.gmsu-hospital-quote{
  margin-top:28px;
  padding:24px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  line-height:1.9;
}

.gmsu-hospital-quote-author{
  margin-top:16px;
  color:#D4AF37;
  font-size:14px;
}

/* UNITS */

.gmsu-hospital-units-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.gmsu-hospital-unit-card{
  background:#fff;
  padding:34px;
  border-radius:24px;
  box-shadow:0 16px 50px rgba(15,23,42,.05);
}

.gmsu-hospital-unit-card h3{
  font-size:22px;
  line-height:1.4;
  font-weight:600;
  color:#0B1F5E;
  margin:0 0 16px;
}

.gmsu-hospital-unit-card p{
  margin:0;
  color:#64748b;
  line-height:1.8;
}

/* IMPACT */

.gmsu-hospital-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.gmsu-hospital-impact-card{
  background:#fff;
  border-radius:24px;
  padding:34px 24px;
  text-align:center;
  box-shadow:0 14px 45px rgba(15,23,42,.05);
}

.gmsu-hospital-impact-card h3{
  margin:0 0 12px;
  font-size:42px;
  font-weight:600;
  color:#0B1F5E;
}

.gmsu-hospital-impact-card p{
  margin:0;
  color:#64748b;
  line-height:1.7;
}

/* FUNDING */

.gmsu-hospital-goal{
  margin-top:26px;
  font-size:20px;
  color:#0B1F5E;
}

.gmsu-hospital-opportunity{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid rgba(148,163,184,.18);
}

.gmsu-hospital-opportunity:last-child{
  border-bottom:none;
}

.gmsu-hospital-opportunity strong{
  color:#0B1F5E;
  font-weight:600;
}

.gmsu-hospital-opportunity span{
  color:#3B82F6;
  font-weight:700;
}

/* LAND */

.gmsu-hospital-land-box{
  background:#fff;
  padding:50px;
  border-radius:28px;
  box-shadow:0 18px 60px rgba(15,23,42,.06);
}

.gmsu-hospital-land-box p{
  margin:0 0 34px;
  color:#64748b;
  line-height:1.9;
  font-size:17px;
}

.gmsu-hospital-land-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.gmsu-hospital-land-item{
  background:#f8fbff;
  border-radius:18px;
  padding:20px 22px;
  color:#0B1F5E;
  font-weight:500;
}

/* CTA */

.gmsu-hospital-cta{
  padding:100px 0;
}

.gmsu-hospital-cta-box{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:70px 50px;
  background:linear-gradient(135deg,#0B1F5E 0%,#16389f 100%);
  text-align:center;
}

.gmsu-hospital-cta-box span{
  display:inline-block;
  margin-bottom:18px;
  color:#D4AF37;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.gmsu-hospital-cta-box h2{
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(32px,5vw,56px);
  line-height:1.15;
  font-weight:600;
}

.gmsu-hospital-cta-box p{
  max-width:780px;
  margin:0 auto 44px;
  color:rgba(255,255,255,.82);
  line-height:1.9;
  font-size:17px;
}

.gmsu-hospital-contact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.gmsu-hospital-contact-card{
  background:rgba(255,255,255,.08);
  border-radius:22px;
  padding:26px;
}

.gmsu-hospital-contact-card h4{
  margin:0 0 10px;
  color:#D4AF37;
  font-size:16px;
  font-weight:600;
}

.gmsu-hospital-contact-card p{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.7;
}

/* RESPONSIVE */

@media (max-width:1024px){

  .gmsu-hospital-grid,
  .gmsu-hospital-units-grid,
  .gmsu-hospital-impact-grid,
  .gmsu-hospital-contact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media (max-width:767px){

  .gmsu-hospital-hero{
    padding:90px 0 70px;
  }

  .gmsu-hospital-section,
  .gmsu-hospital-cta{
    padding:70px 0;
  }

  .gmsu-hospital-container{
    padding:0 18px;
  }

  .gmsu-hospital-grid,
  .gmsu-hospital-units-grid,
  .gmsu-hospital-impact-grid,
  .gmsu-hospital-land-grid,
  .gmsu-hospital-contact-grid{
    grid-template-columns:1fr;
  }

  .gmsu-hospital-card,
  .gmsu-hospital-land-box,
  .gmsu-hospital-cta-box{
    padding:30px 24px;
  }

  .gmsu-hospital-card h2{
    font-size:28px;
  }

  .gmsu-hospital-heading{
    margin-bottom:44px;
  }

  .gmsu-hospital-impact-card h3{
    font-size:34px;
  }

  .gmsu-hospital-hero-buttons{
    flex-direction:column;
  }

  .gmsu-hospital-btn-primary,
  .gmsu-hospital-btn-secondary{
    width:100%;
  }

}/* End custom CSS */