	body {font-family: 'Inter', sans-serif;}	
	.top-info-bar {
  background: #0f1523;
  font-family: 'Inter', sans-serif;
}

.top-info-bar a:hover {
  opacity: 0.8;
}

h2 {
    letter-spacing: -0.5px;
}
.navbar-brand small {
  font-size: 12px;
}

.nav-link {
  color: #0f172a;
}

.nav-link:hover {
  color: #020617;
}


.hero-slider,
.hero-slide {
  height: 90vh;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

/*.hero-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
}*/

.hero-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5) !important;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
}

.hero-slider .owl-nav .owl-prev {
  left: 30px;
}

.hero-slider .owl-nav .owl-next {
  right: 30px;
}

.hero-slider .owl-nav span {
  font-size: 35px;
  color: #fff;
}

.image-frame {
  background: #020617;
  padding: 0;
  border-radius: 20px;
}

.focus-list li {
  margin-bottom: 12px;
  font-weight: 500;
}

.focus-list i {
  color: #20282d;
  margin-right: 8px;
}

.read-more {
  text-decoration: none;
  color: #020617;
  font-weight: 500;
}

.read-more:hover {
  text-decoration: underline;
}

.served-sectors-section {
  background-color: #1f2a30;
}

.sector-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sector-card h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.sector-card p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.6;
}

.arrow {
  font-weight: 700;
  margin-left: 4px;
}
.capability-list li {
  margin-bottom: 12px;
  font-weight: 500;
}

.capability-list i {
  color: #1f2a30;
  margin-right: 8px;
}

.explore-link {
  display: inline-block;
  margin-top: 10px;
  color: #020617;
  font-weight: 600;
  text-decoration: none;
}

.explore-link:hover {
  text-decoration: underline;
}

 .hero-section { padding:50px 0;
      display: flex;
      align-items: center;
	   background: linear-gradient(135deg, #0b1320, #060b16);
      color: #ffffff;
    }

    .hero-title {
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .hero-text {
      color: #cfd6e1;
      max-width: 520px;
      margin-top: 1rem;
      font-size: 18px;
    }

/*    .sector-list {
      border-top: 1px solid rgba(255,255,255,0.2);
    }*/

    .sector-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.1rem 0;
      border-bottom: 2px solid #fff;
      font-size: 1.1rem;
      cursor: pointer;
      transition: opacity 0.2s ease;
    }

    .sector-item:hover {
      opacity: 0.8;
    }

    .sector-item span { font-size: 20px; }

    .sector-heading {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
    }
 
    .section-wrapper {
      padding: 5rem 0;
    }

    .section-subtitle {
      font-size: 18px;
    color: #20282d;
    font-weight: 700;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
    }

    .section-desc {
      color: #0f1523;
      max-width: 700px;
      margin-bottom: 3rem;
    }

    .info-card {
      background: #f2f2f2;
      border-radius: 16px;
      padding: 2rem;
      height: 100%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .info-card.dark {
      background: #101523;
      color: #ffffff;
    }

    .info-card.dark p {
      color: #cbd5e1;
    }

    .icon-circle {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: 1.5px solid currentColor;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.25rem;
    }

    .icon-circle img { width: 50%; }

    .info-title {
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 0.75rem;
    }

    .info-text {
      color: #475569;
      font-size: 0.95rem;
      margin-bottom: 1.75rem;
    }

    .read-more {
      font-weight: 500;
      color: inherit;
      text-decoration: none;
    }

    .read-more i {
      margin-left: 0.25rem;
      transition: transform 0.2s ease;
    }

    .read-more:hover i {
      transform: translateX(4px);
    }

    .btn-pill {
      border-radius: 50px;
      padding: 0.6rem 1.5rem;
      font-weight: 500;
    }
	
	 .footer-section {
    background: #20272d;
  }

  .logo-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #8b90ff;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-link {
    color: #9aa4af;
    margin-left: 1.5rem;
    text-decoration: none;
    font-size: 0.9rem;
  }

  .social-link:hover {
    color: #ffffff;
  }

  .footer-divider {
    border-color: #5f6467;
  }

  .footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .footer-text {
    color: #b0b1b3;
    font-size: 16px;
  }

  .footer-links li {
    margin-bottom: 0.5rem;
  }

  .footer-links a {
    color: #b0b1b3;
    text-decoration: none;
    font-size: 16px;
  }

  .footer-links a:hover {
    color: #ffffff;
  }

  .newsletter-box {
    background: rgba(255,255,255,0.15);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
  }

  .arrow {
    font-size: 1.25rem;
  }

  .bell-icon {
    width: 90px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }

.navbar button.rounded-circle { background: #f2f2f2; padding-top: 7px; padding-bottom: 7px; }
.navbar .bi-search, .navbar .bi-list { color: #0f1523; }
.navbar a.fw-semibold{ background: #0f1523; }

.image-frame { position: relative; padding-top: 27px; }
.image-frame:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #000; z-index: -1; border-radius: 20px; }
.image-frame img { position: relative; z-index: 99; width: 100%; margin-left: 30px;
    margin-bottom: -27px; border-radius: 25px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.about-section { padding: 95px 0 120px !important; }
.about-section .left_side { padding-right: 20px; }
 .about-section .right_side { padding-left: 20px; }
 .about-section .right_side span.text { font-size: 18px; color: #20282d; font-weight: 700; }
 .about-section .right_side h5 { font-size: 28px; }
.about-section strong { font-size: 22px; }
.about-section a.read-more { font-weight: 700; }

.about-section .founder_img { width: 100px; height: 100px; }
.served-sectors-section span.served { color: #fff;
    font-size: 20px; letter-spacing: 0.5px; }

.served-sectors-section { padding: 60px 0; }
.served-sectors-section h2 { font-size: 35px; }
.served-sectors-section h5 { font-size: 25px; height: 55px; }


.capabilities-section { padding: 95px 0;  }


.capabilities-section span.text { font-size: 18px; color: #20282d; font-weight: 700; }
.capabilities-section a.explore-link { font-weight: 700; text-decoration: underline; }

.top-info-bar span { position: relative; }
.top-info-bar span:first-child:after { position: absolute; right: -12px; top: 4px; content: ''; width: 1px; height: 80%; background: #fff; }
footer a.copyryt { color: #6c757d; text-decoration: none; }
