﻿@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Spicy+Rice&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root{--accent:#0d6efd; --dark:#0b1220}
      body{
       font-family: "Poppins", sans-serif;
        color:var(--dark)}
   .hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .6);
    height: 70vh;
    /* top: -110px; */
    padding-top: 4%;
}
      .hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to bottom, #00000000, #0064ff6b);
}
      .hero video{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        object-fit:cover;
        z-index:0;
        filter:brightness(60%);
      }
      .hero .overlay-content{
        position:relative;
        z-index:2;
        padding:6rem 0;
      }
      .product-card{border:1px solid #e9ecef;border-radius:.6rem; transition:transform .18s ease, box-shadow .18s ease}
      .product-card:hover{transform:translateY(-6px); box-shadow:0 8px 30px rgba(13,110,253,0.08)}
      .feature-icon{width:56px;height:56px;border-radius:12px;display:grid;place-items:center;background:#fff;border:1px solid #eef2ff}
      .gallery-item{height:220px;object-fit:cover;border-radius:.5rem}
      footer{background:#0f1724;color:#cbd5e1}
li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.hero h1 span {
    color: #ff9e08;
    text-transform: uppercase;
    font-weight: bold;
}

.hero p {
   padding: 0 130px;
}


.product-card video {
    width: 100%;
    height: 220px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffb405 !important;
}

.navbar-brand img {
    width: 140px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 1; */
    background: #2e5797;
}

.hero h1 {
    font-size: 80px;
    font-weight: bold;
    text-shadow: none;
}

  #products {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  }
  .product-card {
    transition: all 0.3s ease;
    border-radius: 0.75rem;
  }
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  .product-card video {
    border-bottom: 3px solid #0d6efd;
    border-radius: 0.75rem 0.75rem 0 0;
  }
a.btn.btn-outline-primary.btn-sm.w-100 {
    padding: 15px;
}

#products h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}

#products p.text-muted {
    font-family: "Poppins", sans-serif;
}

#services h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
    text-transform: uppercase;
}

#services h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
}


#services p {
    font-family: "Poppins", sans-serif;
}

#gallery h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
    text-transform: uppercase;
}

#contact h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
    text-transform: uppercase;
}

#contact h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
}


.icon-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service-box:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.btn-gradient {
  background: linear-gradient(90deg, #007bff, #6610f2);
  border: none;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #6610f2, #007bff);
}

  footer {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  }
  .footer-link:hover {
    color: #fff !important;
    text-decoratio

  }
footer p {
    color: #fff !important;
}
#navMenu a.btn.btn-primary.ms-3 {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
     font-family: "Poppins", sans-serif;
}

#navMenu a.btn.btn-primary.ms-3:hover {
    background: #547ac0;
    border: 2px solid #547ac0;
}



button.navbar-toggler {
    background: #fff;
}


.offcanvas {
  width: 250px;
  background-color: #fff;
}

.offcanvas .nav-link {
  padding: 10px 0;
  font-size: 1.05rem;
  color: #333;
}

.offcanvas .nav-link:hover {
  color: #0d6efd;
}

.offcanvas-body ul li.nav-item a {
    color: #000;
}





      @media (max-width:576px){
        .hero h1{font-size: 37px;}
        .hero .overlay-content{padding:4rem 0;}
          .hero p {padding: 20px;}
      }