
/* style.css - Align.MD mockup replication */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

:root{
  /* --primary: #0133a1;
  --muted: #6b7280;
  --dark: #0b1220;
  --accent: #1e3a8a; */
  
  --primary: #0084ec;
  --muted: #6b7280;
  --dark: #0b1220;
  --accent: #0084ec;
  
}
.font-bold {
  font-weight: 700;
}
a{
  text-decoration: none;
}
*{box-sizing:border-box}
body {
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--dark);
  margin:0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.6;
}
.text-primary{
  color: var(--primary) !important;
}
.bg-primary{
  background-color: var(--primary) !important;
}
.f-weight-400{
  font-weight: 400;
}
.f-weight-500{
  font-weight: 500;
}
.f-weight-600{
  font-weight: 600;
}
.f-weight-700{
  font-weight: 700;
}
.list-bullet li{
  list-style-type: disc;
  margin-bottom: 10px;  
}
.text-baby-blue{
  color: #cdddff;
}
.sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 1020 !important;
}

.sublist-items li {
  list-style-type: circle;
  font-weight: normal;
}

.navbar {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
}

.navbar-brand strong {
  color: var(--dark);
  font-weight:700;
  letter-spacing:0.2px;
  font-size: 1.5rem;
}

.nav-link {
  color: var(--dark) !important;
  font-weight: 500;
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: var(--primary) !important;
}
.nav-link:focus-visible{
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 35px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--primary) !important;
  background-color: transparent;
}
.dropdown-item{
  text-align: left;
}
.text-orange{
  color: #f77214;
}
.bg-orange, .btn-orange{
  background-color: #f77214;
}
.btn-orange{
  background-color: #f77214;
  color: #fff;
}
.btn-orange:hover{
  background-color: #e76406;
}
.bg-baby-orange{
  background-color: #ffb38a; 
}
.blue-shade{
  background-color: #c8ceff;
}
.bg-03205c{
  background-color: #03205c !important;
}

.btn-darkblue{
  background-color: #001c5b;
  color: #fff;
}
.btn-darkblue:hover{
  background-color: #0a4ee5;
}
.text-159cff {
  color: #159cff;
}
.action-likns{
  color: #159cff;
}
.action-likns:hover, .action-likns:focus{
  color: #ffffff;
}
.body-bg-image {
  position: relative;
  background-color: #000716;
  background-image: url(../img/futuristic-technology-hologram.jpg);
  background-size: cover;
  background-position: center;
  /* min-height: 86vh; */
  
}

/* Overlay to reduce image opacity */
.body-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* adjust opacity here */
  z-index: 1;
}

.body-bg-image > * {
  position: relative;
  z-index: 2;
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  /* background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)); */
  background-color: rgb(227 239 255);
}

.w-20 {
  width: 5rem;
}
.h-20 {
  height: 5rem;
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-baby-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(214 230 255);
}


.hover\:shadow-xl:hover
 {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.font-bold {
  font-weight: 700;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}

.font-semibold {
  font-weight: 600;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.font-25{
  font-size: 25px;
}
.rounded-full {
  border-radius: 9999px;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}
.text-yellow{
  color: #facc15;
}

.hero {
  position:relative;
  /* background-image: url('../img/hero-full.png'); */
  background-image: url('../img/futuristic-image-2.png');
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display:flex;
  align-items:center;
  padding: 4rem 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: linear-gradient(to right, rgb(37 99 235 / 0.3), rgb(30 64 175 / 0.3)); */
  background-color: rgba(0, 0, 0, 0.4);

}


.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(70%);
  opacity: 0.7;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7); /* dark overlay */
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 48px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero h1 .accent {
  color: #0095ff;
}

.hero p.lead {
  --tw-text-opacity: 1;
  /* color: rgb(75 85 99 / var(--tw-text-opacity, 1)); */
  /* color: rgb(55 63 74); */
  color: #ffffff;
  /* max-width: 680px; */ */
  font-weight: 400;
  margin-bottom: 2rem;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 6px 18px rgba(36,99,235,0.18);
  padding: 10px 20px;
  font-weight:600;
  border-radius: 10px;
}

.btn-outline {
  color: var(--primary);
  border: 2px solid rgba(36,99,235,0.45);
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 9px 18px;
  font-weight:600;
}
.bg-000716{
  background: #000716;
}
.section {
  padding: 4rem 0;
}

.section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cards .card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(15,23,42,0.06);
  padding: 1.6rem;
}

.card .icon {
  background: rgba(36,99,235,0.08);
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  margin-bottom: 0.8rem;
}

.section-img {
  width:100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(10,20,40,0.06);
}

.testimonials .card {
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(15,23,42,0.06);
  padding: 1.2rem;
}

.avatars img {
  width:72px;
  height:72px;
  border-radius:50%;
  object-fit:cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(10,20,40,0.12);
}

.cta {
  background: #0133a1;
  color: #fff;
  padding: 3.4rem 0;
  text-align:center;
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.btn-phone-number:hover{
 color: #0d6efd;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer {
  background: #001c5b;
  color: rgba(255,255,255,0.8);
  padding: 2.2rem 0;
}
.vmac-list{
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Each list item */
.vmac-list li{
  position: relative;
  padding: 0px 18px 14px 70px; /* leaves room for the marker */
  margin: 10px 0;
  line-height: 1.3;  
  font-size: 20px;
  font-weight: 600;
}

/* small description under title */
.vmac-list li small{
  display: block;
  font-size: 0.92rem;
  color: #fff;
  margin-top: 6px;
  font-weight: 500;
}

/* Rounded tick marker */
.vmac-list li::before{
  content: "✓";                       /* tick character */
  position: absolute;
  left: 16px;
  top: 18px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #159cff;                /* teal — change to your brand color */
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(14,165,163,0.14);
}

/* Hover / focus states for accessibility */
/* .vmac-list li:hover,
.vmac-list li:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2,6,23,0.08);
} */

/* Make it responsive on small screens */
@media (max-width: 420px){
  .vmac-list li{ padding-left: 56px; }
  .vmac-list li::before{ left: 12px; width: 32px; height: 32px; font-size: 15px; }
}
@media (max-width: 1366px) {
  .nav-link{
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.3rem;
      padding-left: 0.3rem;      
  }
  .nav-link{
    font-size: 12px;
  }
  .hero {
    min-height: auto;
  }
}
@media (max-width: 820px) {
  .nav-link{
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .hero h1 { font-size: 32px; }
  .hero p.lead { font-size: 15px; }
  .hero { min-height: 56vh; padding-top:3rem;padding-bottom:3rem }
  
}
