/* GLOBAL */
body{
  margin:0;
  font-family:'Segoe UI',sans-serif;
  background:#071a2d;
  color:#fff;
}

/* HERO */
.hero{
  height:95vh;
  display:flex;
  align-items:center;
  padding:60px;
  background:url('../images/lab/research-analytics.png') center/cover;
}


.hero h1{
  font-size:48px;
  margin-bottom:20px;
}

.hero span{
  color:#00d4ff;
}

.hero p{
  width:50%;
  color:#a8c4dc;
  line-height:1.6;
}

.btn{
  display:inline-block;
  margin-top:20px;
  padding:12px 25px;
  background:#00d4ff;
  border-radius:6px;
  text-decoration:none;
  color:#fff;
}

.section{
  padding:80px 60px;
   width:90%;
}

h2{
  font-size:22px;
  margin-bottom:20px;
}

/* CARDs */
.cards{
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  padding:25px;
  border-radius:10px;
  transition:0.3s;
}

.cards:hover{
  transform:translateY(-8px);
}

.cards i{
  color:#00d4ff;
  font-size:28px;
  margin-bottom:10px;
}

/* GRIDs */
.grids{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}






.ongoing-research {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f6fbfc 0%, #ffffff 100%);
  font-family: 'Poppins', sans-serif;
}

.or-container {
  max-width: 1200px;
  margin: auto;
}

.or-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.or-label {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(0,128,128,0.12);
  color: #008080;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
}

.or-header h2 {
  font-size: 36px;
  color: #0b2c4a;
  margin-bottom: 14px;
}

.or-header p {
  font-size: 16px;
  color: #556;
  line-height: 1.8;
}

.or-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.or-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid rgba(0,128,128,0.14);
  box-shadow: 0 14px 35px rgba(11,44,74,0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.or-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#008080, #0b2c4a);
}

.or-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(11,44,74,0.14);
}

.or-status {
  display: inline-block;
  padding: 6px 13px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.or-status.active {
  background: rgba(0,128,128,0.12);
  color: #008080;
}

.or-status.planning {
  background: rgba(11,44,74,0.10);
  color: #0b2c4a;
}

.or-status.development {
  background: rgba(0,198,255,0.14);
  color: #007399;
}

.or-status.future {
  background: rgba(90,90,90,0.12);
  color: #555;
}

.or-card h3 {
  font-size: 20px;
  color: #0b2c4a;
  margin-bottom: 12px;
  line-height: 1.35;
}

.or-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.or-card a {
  color: #1b4545;
  font-size: 15px;
  line-height: 1.75;
  
}


.or-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.or-tags span {
  font-size: 12.5px;
  padding: 6px 10px;
  border-radius: 14px;
  background: #f0fbfb;
  color: #007777;
  font-weight: 500;
}
































/* dashboard */
/* ===== GRID ===== */
.dashboard{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

/* ===== CARD ===== */
.card{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  padding:18px;
  border-radius:8px;
}

.big{
  font-size:32px;
  margin-top:10px;
  color:#4da6ff;
}

.label{
  font-size:13px;
  color:#9fb3c8;
}

/* ===== CHART FIX ===== */
canvas{
  width:100% !important;
  height:250px !important;
}

/* ===== STATUS COLORS ===== */
.low{color:#4caf50;}
.mid{color:#ff9800;}
.high{color:#ff5252;}



/* PROCESS */
.steps{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}

.step{
  flex:1;
  min-width:220px;
  background:rgba(255,255,255,0.05);
  padding:20px;
  border-left:3px solid #00d4ff;
}


/* collaboration call */
.upcr-research-invite {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f4fbfb, #eef7ff);
  font-family: 'Poppins', sans-serif;
}

.upcr-research-container {
  max-width: 1200px;
  margin: auto;
}

.upcr-section-head {
  text-align: center;
  margin-bottom: 45px;
}

.upcr-tag {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.upcr-section-head h2 {
  font-size: 36px;
  color: #0b2c4a;
  margin-bottom: 15px;
}

.upcr-section-head p {
  max-width: 850px;
  margin: auto;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.upcr-research-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.upcr-research-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 12px 35px rgba(0, 60, 80, 0.12);
  border-top: 5px solid #008080;
  transition: 0.3s ease;
}

.upcr-research-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 60, 80, 0.18);
}

.upcr-card-icon {
  font-size: 42px;
  margin-bottom: 15px;
}

.upcr-research-card h3 {
  color: #0b2c4a;
  font-size: 25px;
  margin-bottom: 15px;
}

.upcr-research-card h4 {
  color: #008080;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}

.upcr-research-card p {
  color: #555;
  line-height: 1.7;
  font-size: 15.5px;
}

.upcr-research-card ul {
  padding-left: 20px;
  margin: 0;
}

.upcr-research-card ul li {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.6;
}

.upcr-note {
  background: #f0fbfb;
  border-left: 4px solid #008080;
  padding: 14px 16px;
  border-radius: 8px;
  margin-top: 25px;
  font-size: 14.5px;
}

.upcr-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #008080;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.upcr-btn:hover {
  background: #0b2c4a;
  color: #fff;
}






/* CTA */
.cta{
  text-align:center;
  background:linear-gradient(135deg,#071a2d,#0b2c4a);
  padding:70px;
}






/* Mobile */
@media(max-width:600px){

  .dashboard{
    grid-template-columns:1fr;
  }

  h2{
    font-size:18px;
  }

  .big{
    font-size:28px;
  }

  .section{
    padding:25px 15px;
  }

  canvas{
    height:200px !important;
  }
}


@media (max-width: 650px) {
  .ongoing-research {
    padding: 65px 16px;
  }

  .or-header h2 {
    font-size: 28px;
  }

  .or-grid {
    grid-template-columns: 1fr;
  }

  .or-card {
    padding: 24px;
  }
}



/* RESPONSIVE */
@media(max-width:768px){
  .hero p{width:100%;}
  .dashboard{grid-template-columns:1fr;}
  .stats{flex-direction:column;gap:20px;}
}


@media (max-width: 900px) {
  .upcr-research-grid {
    grid-template-columns: 1fr;
  }

  .upcr-section-head h2 {
    font-size: 28px;
  }

  .upcr-research-card {
    padding: 25px;
  }
}
/* Tablet */
@media(max-width:992px){
  .dashboard{
    grid-template-columns:repeat(2,1fr);
  }
  
   .or-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
}
