.preloader-text,
.research-tag,
.service-num {
  font-family: var(--font-mono);
}
#navbar,
#preloader,
#scrollTop {
  position: fixed;
}
.float-card-label,
.hero-stat-label,
.preloader-text,
.section-label {
  text-transform: uppercase;
}
:root {
  --primary: #1a56db;
  --cyan: #0ea5e9;
  --accent: #06b6d4;
  --emerald: #10b981;
  --dark: #f8faff;
  --darker: #eef2fb;
  --mid: #dde7f7;
  --white: #0f172a;
  --gray: #64748b;
  --light: #e0eaff;
  --font-body: "Space Grotesk", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 12px;
  --shadow: 0 8px 32px rgba(26, 86, 219, 0.12);
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--white);
  line-height: 1.7;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--darker);
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 3px;
}
#preloader {
  inset: 0;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: opacity 0.6s, visibility 0.6s;
}
#navbar,
.about-img-wrap img,
.btn-nav,
.counter-card,
.nav-link,
.nav-link::after,
.research-card,
.research-card::before,
.research-icon {
  transition: var(--transition);
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--white);
}
.footer-brand span,
.navbar-brand span,
.preloader-logo span {
  color: var(--cyan);
}
.molecule {
  width: 80px;
  height: 80px;
  position: relative;
}
.molecule-ring {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
.molecule-ring:nth-child(2) {
  inset: 12px;
  border-top-color: var(--cyan);
  animation-duration: 0.75s;
  animation-direction: reverse;
}
.molecule-ring:nth-child(3) {
  inset: 24px;
  border-top-color: var(--accent);
  animation-duration: 0.5s;
}
.hero-badge .dot,
.preloader-text {
  animation: 1.5s ease-in-out infinite pulse;
}
.molecule-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cyan);
}
#home,
.nav-link {
  position: relative;
}
.preloader-text {
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 3px;
}
.preloader-bar {
  width: 200px;
  height: 2px;
  background: rgba(26, 86, 219, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.preloader-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  animation: 2s forwards loadBar;
}
#navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 18px 0;
}
#navbar.scrolled {
  background: rgba(248, 250, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(26, 86, 219, 0.1);
  box-shadow: 0 4px 30px rgba(26, 86, 219, 0.08);
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white) !important;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.navbar-brand .brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
}
#home,
.hero-visual {
  display: flex;
  align-items: center;
}
.nav-link {
  color: rgba(15, 23, 42, 0.65) !important;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 14px !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  transform: scaleX(0);
  border-radius: 2px;
}
.nav-link:hover {
  color: var(--primary) !important;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.navbar-toggler {
  border: 1px solid rgba(26, 86, 219, 0.2);
  padding: 6px 10px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826,86,219,.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-nav {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 8px 20px !important;
  font-weight: 600;
  font-size: 0.85rem;
}
.hero-badge .dot,
.particle {
  background: var(--cyan);
  border-radius: 50%;
}
.btn-nav:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.3);
}
#home {
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  opacity: 0.35;
  animation: float var(--dur, 6s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
}
.gradient-text,
.hero-title .gradient-text {
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--cyan),
    var(--accent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  margin-top: 2px;
}
.hero-visual {
  position: relative;
  justify-content: center;
}
.hero-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.15);
  box-shadow: 0 0 60px rgba(26, 86, 219, 0.1),
    0 32px 80px rgba(26, 86, 219, 0.12);
}
.hero-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) saturate(1.15);
}
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.18),
    rgba(14, 165, 233, 0.08)
  );
}
.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(26, 86, 219, 0.15);
  border-radius: var(--radius);
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.1);
}
#about,
#publications,
#services,
#testimonials,
#testing-services,
.bg-darker {
  background: var(--darker);
}
.hero-float-card.card-1 {
  bottom: 40px;
  left: -30px;
}
.hero-float-card.card-2 {
  top: 40px;
  right: -20px;
}
.float-card-label {
  font-size: 0.7rem;
  color: #64748b;
  letter-spacing: 1px;
}
.float-card-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary);
}
#contact,
#facilities,
#research,
#team {
  background: var(--dark);
}
#blog-detail-hero,
#faq-hero,
#privacy-hero,
#terms-hero {
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 100%);
}
.about-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.93) saturate(1.15);
}
.about-img-wrap:hover img {
  transform: scale(1.03);
  filter: brightness(1) saturate(1.2);
}
.about-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 16px;
  padding: 20px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  color: #fff;
}
#research,
.research-card,
.team-img-wrap {
  position: relative;
  overflow: hidden;
}
.about-badge .num {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.about-badge .label {
  font-size: 0.8rem;
  opacity: 0.9;
  color: #fff;
}
.counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}
.counter-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.research-card,
.service-card,
.team-card {
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.counter-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(26, 86, 219, 0.12);
}
.counter-num,
.hero-stat-num {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.counter-label {
  color: #64748b;
  font-size: 0.85rem;
  margin-top: 4px;
}
.map-wrap,
.pub-authors,
.pub-link,
.research-tag {
  margin-top: 16px;
}
#research::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.06) 0,
    transparent 70%
  );
}
.research-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  cursor: default;
}
.research-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.03),
    rgba(14, 165, 233, 0.04)
  );
  opacity: 0;
}
.research-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(26, 86, 219, 0.13);
}
.footer-links a:hover::before,
.gallery-item:hover .gallery-hover,
.research-card:hover::before {
  opacity: 1;
}
.research-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.1),
    rgba(14, 165, 233, 0.1)
  );
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 24px;
}
.research-card:hover .research-icon {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  transform: scale(1.1);
  border-color: transparent;
}
.research-card h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}
.research-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}
.research-tag {
  display: inline-block;
  background: rgba(26, 86, 219, 0.08);
  color: var(--primary);
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.service-card,
.service-icon-wrap {
  display: flex;
  transition: var(--transition);
}
.service-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  flex-direction: column;
  gap: 16px;
}
.service-card:hover {
  border-color: rgba(26, 86, 219, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 86, 219, 0.13);
}
.service-num {
  font-size: 0.75rem;
  color: var(--cyan);
  letter-spacing: 2px;
}
.service-icon-wrap {
  width: 52px;
  height: 52px;
  background: rgba(26, 86, 219, 0.08);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary);
}
.service-card:hover .service-icon-wrap {
  background: var(--primary);
  color: #fff;
}
.service-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}
.service-card p {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.7;
  flex: 1;
  margin: 0;
}
.service-link,
.team-social a {
  font-size: 0.85rem;
  display: flex;
  transition: var(--transition);
  text-decoration: none;
}
.service-link {
  color: var(--primary);
  font-weight: 600;
  align-items: center;
  gap: 6px;
}
.pub-date,
.pub-tag {
  font-size: 0.72rem;
  letter-spacing: 1px;
  font-family: var(--font-mono);
}
.blog-link:hover,
.service-link:hover {
  gap: 12px;
  color: var(--cyan);
}
.team-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
}
.team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 20px 60px rgba(26, 86, 219, 0.14);
}
.pub-card:hover,
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.12);
}
.team-img-wrap {
  height: 360px;
}
.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  filter: grayscale(15%);
}
.team-card:hover .team-img-wrap img {
  transform: scale(1.08);
  filter: grayscale(0%);
}
.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 86, 219, 0.88) 0, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.team-social {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition);
}
#scrollTop.visible,
.team-card:hover .team-social {
  opacity: 1;
  transform: translateY(0);
}
.team-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pub-card h5,
.team-info h5 {
  font-weight: 700;
  color: #0f172a;
}
.team-social a:hover {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.team-info {
  padding: 24px;
}
.team-info h5 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.team-info .role {
  color: var(--primary);
  font-size: 0.83rem;
  font-family: var(--font-mono);
  letter-spacing: 1px;
}
.pub-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.pub-card:hover {
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateY(-4px);
}
.pub-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pub-date {
  color: #94a3b8;
}
.pub-authors,
.pub-link:hover,
.pub-tag {
  color: var(--primary);
}
.pub-tag {
  background: rgba(26, 86, 219, 0.08);
  padding: 3px 10px;
  border-radius: 100px;
}
.pub-card h5 {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.4;
}
.pub-card p {
  color: #64748b;
  font-size: 0.87rem;
  line-height: 1.7;
  flex: 1;
}
.pub-authors {
  font-size: 0.8rem;
  font-family: var(--font-mono);
}
.pub-link {
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.pub-link:hover {
  gap: 12px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.08);
}
.gallery-item:first-child {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: var(--transition);
  display: block;
}
.gallery-item:first-child img {
  height: 380px;
}
.gallery-hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.82),
    rgba(14, 165, 233, 0.7)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: var(--transition);
}
#testimonials,
.newsletter-wrap,
.testimonial-card {
  position: relative;
}
.contact-info-card,
.testimonial-card {
  background: #fff;
  transition: var(--transition);
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-hover i {
  font-size: 2rem;
  color: #fff;
}
.gallery-hover span {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
#testimonials {
  overflow: hidden;
}
#testimonials::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(26, 86, 219, 0.06) 0,
    transparent 70%
  );
}
.testimonial-card {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 24px;
  padding: 36px;
  height: 100%;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.07);
}
#scrollTop,
.author-img {
  width: 48px;
  height: 48px;
}
.contact-info-card,
.map-wrap {
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 5rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(26, 86, 219, 0.08);
  pointer-events: none;
}
.testimonial-card:hover {
  border-color: rgba(14, 165, 233, 0.3);
}
.stars {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.testimonial-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 28px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-img {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(26, 86, 219, 0.25);
}
.author-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}
.author-role {
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.contact-info-card {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-info-card:hover {
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateX(4px);
  box-shadow: 0 8px 28px rgba(26, 86, 219, 0.1);
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(26, 86, 219, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--primary);
  flex-shrink: 0;
}
.footer-brand,
.footer-social a {
  display: flex;
  align-items: center;
}
.contact-info-card h6 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: #0f172a;
}
.contact-info-card p {
  color: #64748b;
  font-size: 0.87rem;
  margin: 0;
  line-height: 1.6;
}
.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.1);
}
.map-wrap iframe {
  display: block;
}
.form-wrap {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(26, 86, 219, 0.08);
}
.form-control,
.form-select {
  background: #f8faff !important;
  border: 1px solid rgba(26, 86, 219, 0.15) !important;
  color: #0f172a !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-family: var(--font-body);
  transition: var(--transition);
}
.blog-detail-meta,
.blog-meta,
.step-number {
  font-family: var(--font-mono);
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(14, 165, 233, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1) !important;
  background: #fff !important;
}
.form-control::placeholder {
  color: #94a3b8;
}
.form-label {
  color: #374151;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-select option {
  background: #fff;
  color: #0f172a;
}
.btn-submit {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  transition: var(--transition);
  cursor: pointer;
}
.btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 86, 219, 0.28);
}
footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 70px 0 0;
}
.footer-brand {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-desc,
.footer-links a {
  font-size: 0.9rem;
  color: #94a3b8;
}
.footer-desc {
  line-height: 1.8;
  max-width: 300px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  justify-content: center;
  color: #94a3b8;
  text-decoration: none;
  transition: var(--transition);
}
.footer-bottom,
.footer-links a {
  align-items: center;
  display: flex;
}
.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.category-list,
.contact-info,
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  text-decoration: none;
  transition: var(--transition);
  gap: 8px;
}
.footer-links a::before {
  content: "-";
  color: var(--cyan);
  font-size: 0.8rem;
  opacity: 0;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--cyan);
  padding-left: 4px;
}
.newsletter-wrap input {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 13px 18px !important;
  width: 100%;
  font-family: var(--font-body);
}
#scrollTop,
.newsletter-wrap button {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  transition: var(--transition);
  cursor: pointer;
}
.newsletter-wrap input::placeholder {
  color: #64748b;
}
.newsletter-wrap input:focus {
  outline: 0;
  border-color: rgba(14, 165, 233, 0.4) !important;
}
.newsletter-wrap button {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 10px;
  width: 100%;
}
.newsletter-wrap button:hover {
  opacity: 0.88;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 0;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p {
  color: #64748b;
  font-size: 0.85rem;
  margin: 0;
}
.footer-bottom a {
  color: var(--cyan);
  text-decoration: none;
}
#scrollTop {
  bottom: 30px;
  right: 30px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(20px);
  box-shadow: 0 4px 20px rgba(26, 86, 219, 0.3);
}
#scrollTop:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.4);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes loadBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 0.7;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .about-badge {
    right: 0;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-item:first-child {
    grid-column: span 2;
  }
  .hero-stats {
    gap: 20px;
  }
  #navbar {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-float-card {
    display: none;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item:first-child {
    grid-column: span 1;
  }
  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-wrap {
    padding: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.text-cyan {
  color: var(--cyan) !important;
}
.gradient-text {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#faq-hero,
#privacy-hero,
#terms-hero {
  min-height: 40vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.faq-section,
.privacy-section,
.terms-section {
  padding: 80px 0;
}
.faq-container,
.privacy-container,
.terms-container {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: var(--shadow);
}
.privacy-container h2,
.terms-container h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 16px;
  color: #0f172a;
}
.privacy-container h2:first-of-type,
.terms-container h2:first-of-type {
  margin-top: 0;
}
.privacy-container h3,
.terms-container h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 30px 0 12px;
}
.privacy-container p,
.terms-container p {
  color: #334155;
  margin-bottom: 20px;
  line-height: 1.8;
}
.privacy-container ol,
.privacy-container ul,
.terms-container ol,
.terms-container ul {
  color: #334155;
  margin-bottom: 20px;
  padding-left: 24px;
}
.privacy-container li,
.terms-container li {
  margin-bottom: 8px;
}
.privacy-container .last-updated,
.terms-container .last-updated {
  font-family: var(--font-mono);
  color: var(--gray);
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.privacy-container address {
  font-style: normal;
  background: var(--darker);
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}
#hero-consult,
#hero-data,
#hero-equipment,
#hero-pharma,
#hero-sample,
#hero-testing {
  min-height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.consult-card,
.data-card,
.equipment-card,
.pharma-card,
.sample-card,
.testing-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  transition: var(--transition);
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.consult-card:hover,
.data-card:hover,
.equipment-card:hover,
.pharma-card:hover,
.sample-card:hover,
.testing-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 86, 219, 0.13);
}
.consult-icon,
.data-icon,
.equipment-icon,
.pharma-icon,
.sample-icon,
.testing-icon {
  width: 60px;
  height: 60px;
  background: rgba(26, 86, 219, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.consult-card h5,
.data-card h5,
.equipment-card h5,
.pharma-card h5,
.sample-card h5,
.testing-card h5 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.consult-card p,
.data-card p,
.equipment-card p,
.pharma-card p,
.sample-card p,
.testing-card p {
  color: var(--gray);
  font-size: 0.9rem;
}
.related-post-card:hover,
.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--cyan);
}
.step-number {
  width: 48px;
  height: 48px !important;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
#hero-blog,
.blog-meta {
  align-items: center;
  display: flex;
}
#hero-blog {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.blog-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, 0.4);
  box-shadow: 0 20px 40px rgba(26, 86, 219, 0.12);
}
.blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-content {
  flex: 1;
}
.blog-meta {
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.75rem;
}
.blog-date {
  color: #94a3b8;
}
.blog-category,
.blog-title a:hover,
.recent-post a:hover {
  color: var(--primary);
}
.blog-category {
  background: rgba(14, 165, 233, 0.1);
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.blog-title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blog-link,
.page-link {
  transition: var(--transition);
  font-weight: 600;
  text-decoration: none;
}
.blog-title a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
.blog-excerpt {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.blog-link {
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-form {
  display: flex;
}
.search-form input {
  flex: 1;
  background: var(--dark);
  border: 1px solid rgba(26, 86, 219, 0.2);
  border-radius: 10px 0 0 10px;
  padding: 12px 16px;
  outline: 0;
  font-family: var(--font-body);
}
.page-link.active,
.page-link:hover,
.search-form button {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
}
.search-form button {
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 0 18px;
  cursor: pointer;
  transition: var(--transition);
}
.search-form button:hover {
  opacity: 0.85;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.blog-detail-meta,
.page-link {
  display: flex;
  align-items: center;
}
.page-link {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.2);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  color: var(--white);
}
.page-link.active,
.page-link:hover {
  border-color: transparent;
}
#blog-detail-hero {
  padding: 180px 0 60px;
  position: relative;
  overflow: hidden;
}
.blog-detail-meta {
  gap: 20px;
  font-size: 0.8rem;
  color: var(--gray);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.blog-detail-author,
.share-btn {
  align-items: center;
  display: flex;
}
.blog-detail-category {
  background: rgba(14, 165, 233, 0.1);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.blog-detail-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
  color: #0f172a;
}
.comment-meta .comment-date,
.expert-card .role,
.tag {
  font-size: 0.8rem;
  font-family: var(--font-mono);
}
.blog-detail-author {
  gap: 16px;
}
.author-avatar,
.comment-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.author-info h6,
.comment-meta h6 {
  font-weight: 700;
  margin-bottom: 4px;
}
.author-info p {
  color: var(--gray);
  font-size: 0.85rem;
  margin: 0;
}
.blog-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.share-btn,
.tag {
  background: var(--light);
  color: var(--primary);
}
.blog-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 16px;
}
.blog-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
}
.blog-content p {
  color: #334155;
  margin-bottom: 24px;
  font-size: 1.05rem;
}
.blog-content blockquote {
  background: var(--darker);
  border-left: 4px solid var(--primary);
  padding: 24px 28px;
  border-radius: 12px;
  margin: 32px 0;
  font-style: italic;
  color: #1e293b;
  font-size: 1.1rem;
}
.blog-content img {
  max-width: 100%;
  border-radius: 16px;
  margin: 24px 0;
}
.blog-content figure {
  margin: 32px 0;
}
.blog-content figcaption {
  text-align: center;
  color: var(--gray);
  font-size: 0.85rem;
  margin-top: 8px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0 20px;
}
.tag {
  padding: 6px 16px;
  border-radius: 100px;
}
.share-buttons {
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(26, 86, 219, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
.share-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
}
.approach-step,
.process-step,
.related-post-card,
.step-card {
  height: 100%;
  transition: var(--transition);
}
.author-bio,
.contact-info li {
  align-items: center;
}
.share-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.author-bio {
  background: var(--darker);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 24px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.author-bio img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.author-bio h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.author-bio p {
  color: var(--gray);
  margin-bottom: 12px;
}
.comments-section {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.comment {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(26, 86, 219, 0.1);
}
.contact-info li,
.recent-post {
  gap: 12px;
  display: flex;
}
.comment-meta .comment-date {
  color: var(--gray);
}
.comment-text {
  margin: 8px 0;
  color: #334155;
}
.comment-reply {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.category-list li {
  margin-bottom: 10px;
}
.accordion-item,
.contact-info li,
.expert-card img,
.faq-title,
.recent-post,
footer p {
  margin-bottom: 16px;
}
.category-list a {
  color: var(--gray);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: var(--transition);
}
.category-list a:hover {
  color: var(--primary);
  padding-left: 4px;
}
.recent-post img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.recent-post h6 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
.expert-card h6,
.faq-title {
  font-weight: 700;
}
.recent-post a {
  color: var(--white);
  text-decoration: none;
}
.related-post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.1);
}
.related-post-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.related-post-content {
  padding: 20px;
}
.related-post-content h6 {
  font-weight: 700;
  font-size: 1rem;
}
.expert-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
}
.accordion-body,
.accordion-button {
  padding: 20px 24px;
  background: #fff;
}
.expert-card:hover {
  border-color: var(--cyan);
  transform: translateY(-4px);
}
.expert-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--light);
}
.expert-card .role {
  color: var(--primary);
}
.faq-title {
  font-size: 1.8rem;
  color: #0f172a;
}
.accordion-item {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
}
.accordion-button {
  color: var(--white);
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: var(--light);
  color: var(--primary);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a56db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  color: #334155;
  border-top: 1px solid rgba(26, 86, 219, 0.05);
}
.sidebar-widget {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 30px;
}
.widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--light);
}
.hero-bg,
.hero-grid {
  position: absolute;
  inset: 0;
}
.accred-badge,
.contact-info li i {
  align-items: center;
  color: var(--primary);
}
.contact-info li i {
  width: 36px;
  height: 36px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.step-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  border: 1px solid rgba(26, 86, 219, 0.1);
  text-align: center;
}
.approach-step:hover,
.industry-item:hover,
.process-step:hover,
.step-card:hover {
  border-color: var(--cyan);
  transform: scale(1.02);
}
.tech-item,
.tool-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 12px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
}
.tech-item i,
.tool-item i {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 8px;
}
.tech-item span,
.tool-item span {
  font-weight: 500;
}
.tech-item:hover,
.tool-item:hover {
  border-color: var(--cyan);
  background: #f0f7ff;
}
.approach-step,
.process-step {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  border: 1px solid rgba(26, 86, 219, 0.1);
  text-align: center;
}
.accred-badge {
  background: #fff;
  border-radius: 100px;
  padding: 12px 28px;
  border: 1px solid rgba(26, 86, 219, 0.2);
  display: inline-flex;
  gap: 10px;
  font-weight: 600;
}
.hero-bg {
  background: radial-gradient(
      ellipse 80% 60% at 70% 50%,
      rgba(14, 165, 233, 0.12) 0,
      transparent 70%
    ),
    radial-gradient(
      ellipse 60% 80% at 20% 60%,
      rgba(26, 86, 219, 0.09) 0,
      transparent 70%
    );
}
.hero-grid {
  background-image: linear-gradient(
      rgba(26, 86, 219, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(26, 86, 219, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 40%,
    transparent 100%
  );
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
  color: #0f172a;
}
.hero-sub {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.btn-outline-lab,
.btn-primary-lab {
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
.btn-primary-lab {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(26, 86, 219, 0.22);
}
.btn-primary-lab:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.35);
  color: #fff;
}
.btn-outline-lab {
  background: 0 0;
  color: var(--white);
  border: 1px solid rgba(26, 86, 219, 0.3);
  border-radius: 10px;
}
.btn-outline-lab:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-3px);
  background: rgba(26, 86, 219, 0.05);
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 86, 219, 0.12);
}
.hero-stat-label {
  font-size: 0.8rem;
  color: #64748b;
  letter-spacing: 1px;
}
.industry-item i,
.section-label {
  color: var(--primary);
  margin-bottom: 12px;
}
section {
  padding: 100px 0;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 3px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #0f172a;
}
.section-subtitle {
  color: #64748b;
  max-width: 540px;
  line-height: 1.8;
}
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  border-radius: 2px;
  margin: 20px 0;
}
.divider.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.step-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #fff;
  font-weight: 700;
}
.industry-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
  height: 100%;
}
.industry-item i {
  font-size: 2rem;
}
footer p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.7;
}
.footer-bottom a {
  margin-right: 20px;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}