/* Make service icon text bigger and bolder */
.service-card .card-title, .service-card h3, .service-card h5 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
/* Map iframe style moved from inline HTML */
.map-iframe {
  border: 0;
}
/* Lab icon row */
.lab-icons-row {
  margin-top: 2.5rem;
}

.lab-icon-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lab-icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
}

.lab-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

/* Individual colors */
.lab-icon-hpc { color: #0b5ed7; }       /* blue */
.lab-icon-quantum { color: #ff8a1f; }   /* orange */
.lab-icon-cyber { color: #0b5ed7; }     /* blue */
.lab-icon-ai { color: #00a39a; }        /* teal */

/* Hover pulse animation */
.lab-icon-card:hover .lab-icon {
  animation: labPulse 0.9s ease-in-out infinite;
}

@keyframes labPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}

/* Career cards */
.career-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.career-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: #e0edff;
  color: #0b5ed7;
  transition: background 0.25s ease, color 0.25s ease;
}

.career-card:hover .career-icon {
  background: #0b5ed7;
  color: #ffffff;
}

/* --- Inline styles moved from index.html --- */
html {
  scroll-behavior: smooth;
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* HERO / SLIDER */
#home {
  position: relative;
}
.hero-carousel .carousel-item {
  min-height: 75vh;
  color: #ffffff;
  position: relative;
}
.hero-carousel .carousel-item img {
  object-fit: cover;
  height: 75vh;
  width: 100%;
  filter: brightness(0.35);
}
.hero-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-inner {
  max-width: 720px;
}
.badge-soft {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}
.hero-carousel .display-5 span {
  color: #0dcaf0;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* Sections */
.section-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-subtitle {
  color: #6c757d;
  margin-bottom: 2rem;
}
.service-card {
  height: 100%;
}
.service-card p {
  font-size: 0.95rem;
}
.bg-light-alt {
  background: #f8fafc;
}
.footer {
  padding: 2rem 0;
  background: #0b1120;
  color: #e5e7eb;
}
.footer a {
  color: #93c5fd;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.badge-pill {
  border-radius: 50rem;
  padding: 0.45rem 1.1rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Service icons */
.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0edff 60%, #cfe2ff 100%);
  margin-bottom: 0.75rem;
  font-size: 2.4rem;
  box-shadow: 0 4px 16px rgba(11, 94, 215, 0.10);
  color: #0b5ed7;
  border: 2px solid #b6d4fe;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, #0b5ed7 60%, #0dcaf0 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(11, 94, 215, 0.18);
  border-color: #0b5ed7;
}

@media (max-width: 767.98px) {
  .hero-carousel .carousel-item,
  .hero-carousel .carousel-item img {
    height: 65vh;
    min-height: 65vh;
  }
  .hero-carousel .display-5 {
    font-size: 1.9rem;
  }
}
/* Footer */
.footer-main{
  background:#0b1c2d;
  color:#cfd8e3;
}

.footer-title{
  color:#ffffff;
  font-weight:600;
  margin-bottom:1rem;
}

.footer-text{
  font-size:14px;
  line-height:1.7;
  color:#cfd8e3;
}

.footer-links li{
  margin-bottom:8px;
}

.footer-links a{
  color:#cfd8e3;
  text-decoration:none;
  font-size:14px;
}

.footer-links a:hover{
  color:#0d6efd;
}

.footer-contact li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  margin-bottom:12px;
}

.footer-contact i{
  color:#0d6efd;
  font-size:16px;
  margin-top:3px;
}

.footer-contact a{
  color:#cfd8e3;
  text-decoration:none;
}

.footer-contact a:hover{
  color:#0d6efd;
}

.footer-divider{
  border-color:rgba(255,255,255,0.1);
}

.footer-bottom-link{
  margin-left:15px;
  font-size:13px;
  color:#cfd8e3;
  text-decoration:none;
}

.footer-bottom-link:hover{
  color:#0d6efd;
}

.card-text {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.card-body {
  padding: 1rem;
}
/* Softer contact links (phone/email) */
.contact-link {
  color: #1f2937;              /* dark grey, not harsh blue */
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.contact-link:hover,
.contact-link:focus {
  text-decoration: underline;
}

/* Optional: make the small text slightly smoother */
.contact-info-wrap .text-muted.small {
  font-size: 0.95rem;
  line-height: 1.45;
}
