body {
  margin-top: 105px; }

.navbar {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.65);
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.95), rgba(79, 70, 229, 0.95));
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0.98; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem; }
  .navbar .nav-link {
    color: #cbd5f5;
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease;
  }
  .navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #38bdf8, #a855f7);
    transition: width 0.25s ease;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link:focus {
    color: #e0f2fe;
    transform: translateY(-1px);
  }
  .navbar .nav-link:hover::after,
  .navbar .nav-link:focus::after {
    width: 100%;
  }
  .navbar .nav-item.active .nav-link,
  .navbar .nav-link.active {
    color: #f9fafb;
  }
  .navbar .nav-item.active .nav-link::after,
  .navbar .nav-link.active::after {
    width: 100%;
  }

.navbar {
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.65); }

#showcase {
  position: relative;
  background: url("../img/purple.jpg");
  min-height: 600px; }
  #showcase .primary-overlay {
    background: rgba(85, 21, 202, 0.8);
    position: absolute;
    top: 100;
    left: 100;
    width: 100%;
    height: 100%; }

.carousel-item {
  height: 600px;
  align-content: center; }

.carousel-image-1 {
  background-size: cover; }

.carousel-image-2 {
  background-size: cover; }

.carousel-image-3 {
  background-size: cover; }

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid; }

#authors img {
  margin-top: -50px; }
#authors .card:hover {
  background: #4a14dd;
  color: #fff; }
#authors .fab {
  color: #fff; }

@media (max-width: 768px) {
  #showcase {
    min-height: 500px; }
    #showcase h1 {
      font-size: 4rem; }

  .mb-resp {
    margin-bottom: 1rem; } }
.bg-primary {
  background-image: radial-gradient(circle at top left, #0f172a, #020617 55%, #000000 100%) !important;
  color: #e5e7eb; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.display-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.03em; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #e5e7eb;
  background-color: #020617; }

.btn-primary {
  color: #fff;
  background-image: radial-gradient(circle at top left, #4c1d95, #2563eb);
  border-color: #4f46e5;
  box-shadow: 0 12px 30px rgba(56, 189, 248, 0.35); }

.btn-primary:hover {
  color: #fff;
  background-image: radial-gradient(circle at bottom right, #6366f1, #22d3ee);
  border-color: #6366f1;
  box-shadow: 0 16px 40px rgba(56, 189, 248, 0.55);
  transform: translateY(-1px); }

.btn-primary:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.4);
  background-color: #4338ca;
  border-color: #4338ca; }

#Home-head-section {
  background-image: radial-gradient(circle at top left, #0f172a, #020617 55%, #000000 100%);
}

#Home-head-section .display-4,
#Home-head-section .lead {
  color: #e5e7eb;
}

#showcase {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 118, 178, 0.9)), url("../img/purple.jpg") center center/cover no-repeat;
}

#solution-section,
#service-section,
#expertise-section,
#about-section {
  background-image: radial-gradient(circle at top left, #020617, #020617 45%, #020617 100%);
}

#solution-section .col-md-4,
#service-section .col-md-4 {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(30, 64, 175, 0.9));
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 2rem 1.75rem;
  color: #e5e7eb;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#solution-section .col-md-4:hover,
#service-section .col-md-4:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(56, 189, 248, 0.4);
  border-color: rgba(56, 189, 248, 0.75);
}

#service-section .col-md-4 i,
#solution-section .col-md-4 i {
  display: inline-block;
  transition: transform 0.5s ease;
  transform-origin: center;
}

#service-section .col-md-4:hover i,
#solution-section .col-md-4:hover i {
  transform: rotateY(180deg);
}

.bg-primary .display-4,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary p {
  color: #e5e7eb;
}

#expertise-section h3 {
  color: #e5e7eb;
}

#expertise-section p {
  color: #9ca3af;
}

.ai-hero-image {
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.9);
  transform-origin: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, filter 0.4s ease;
  border: 1px solid rgba(148, 163, 184, 0.45);
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}

.ai-hero-image:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 80px rgba(56, 189, 248, 0.45);
  border-color: rgba(56, 189, 248, 0.9);
  filter: saturate(1.25) brightness(1.05);
}

#main-footer {
  background-image: radial-gradient(circle at top, #020617, #020617 55%, #000000 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.3);
}

#main-footer h3 {
  color: #e0f2fe !important;
}

#main-footer p {
  color: #9ca3af !important;
  margin-bottom: 0.35rem;
}

/*# sourceMappingURL=style.css.map */
