    body {
      font-family: monospace;
      width: 100%;
      overflow-x: hidden;
      margin: 0;
      padding: 0;background: #000;
      line-height: 22px;COLOR:rgb(255, 255, 255) !important
    }
    section{margin:40px 0}
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
     
     position: fixed;
    top: 0;
    width: 100%;
    }
  
    nav .flex a {
      margin-left: 20px;
      text-decoration: none;
      color: #333;
      font-weight: 600;
    }
    .first-banner {
      height: 150vh;
    
;
      /* display: flex; */
     
    }
    .com-name {
      font-size: 64px !important;
      font-weight: bold !important;
      line-height: 80px !important;
    }
    h2 {
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 800;
    color: #ff8913;
    font-family: sans-serif;
    }
    h1 {
      font-size: 16px;
      font-weight: 100;
    }
    .text-box {
      padding: 20px;backdrop-filter: blur(5px);
    }
   .animate {
  color: #ffffff !important;
font-size: 28px;
    font-weight: 100;
    line-height: 48px;

}
.cursor-light {
  position: absolute;
  pointer-events: none;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 165, 0, 0.4) 0%, rgba(255, 165, 0, 0) 80%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.about-us:hover .cursor-light {
  opacity: 1;
}


.about-us {height: 150vh; display: flex; align-items: center; position: relative;background:rgba(0, 0, 0, 0.208)}
.about-us  .container{height: 100%;}
.stick{position: sticky;top:20%;text-align: center;}
  /* Services Section */
        .services {
            background: #000000;
            padding: 5rem 0;
            position: relative;
        }

        .services-wrapper {
            position: relative;
            height: 400px;
            overflow: hidden;
        }

        .services-container {
            display: flex;
            gap: 2rem;
            padding: 2rem 0;
            transition: transform 0.5s ease;
            height: 100%;
        }

        

        .service-card:hover {
            /* transform: translateY(-10px); */
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border-color: #6366f1;
        }

        .service-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            display: block;
        }

        .service-card h3 {
            font-size: 29px;
    margin-bottom: 1rem;
    color: #f0f0f0;
    font-weight: 900;
        }

        .service-card p {
            color: #dddddd;
            line-height: 1.6;text-align: justify;font-size:14px
        }
            
/* horizontal sider */
.sticky-parent{
  height: 700vh;width:80%;margin:0 10%;padding:80px 0
}
.serivce{background:rgb(0, 0, 0)}
.sticky{
  position: sticky;
  top: 0px;
  max-height: 100vh;
z-index:3;
  overflow-x: hidden;
  overflow-y: hidden;padding-top: 10vh;    padding-bottom: 10px;
}
/* Parent holds 2 cards at a time */
.horizontal {
  display: flex;
  padding: 0 5vw;
  gap: 4vw; /* spacing between cards */
  width: max-content;
}
.dim.note{border:1px solid rgb(0, 0, 0);box-shadow: rgba(0, 0, 0, 0) 0px 2px 8px 0px;visibility: hidden;}
/* Each dim = 2 per screen (viewport width) */
.dim {
flex: 0 0 calc((100vw - 10vw - 4vw) / 2);
    height: 56vh;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #000000;
    border-radius: 10px;
    scroll-snap-align: start;
    box-shadow: rgba(255, 144, 9, 0.618) 0px 2px 8px 0px;
    border: 1px solid rgba(255, 166, 0, 0.337);
}

.horizontal{
  display: flex;padding:0 5vw;gap:20px;margin-left:15%
}
.why-choose p{height:120px}
 .why-choose h4{
    color: white;
    padding: 5px 15px;
    border-radius: 8px;margin-top:30px;height: 73px;

}
.animated{position: sticky;top:0;}
.flotings {
    position: sticky;
    top: 70%;    overflow: hidden;background:rgb(0, 0, 0)
}
.why-choose .why-text:before{content:"";position: absolute;width:96%;height:96%;top:2%;left:2%;border:1px solid white;border-radius:15px;}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  background: #000000;
}
.card p{color:rgb(202, 202, 202)}
.marquee-track {
  display: flex;
  gap: 40px;
  animation: scrollLoop 30s linear infinite;
  width: fit-content;
}

.img-box {
  flex: 0 0 auto;
}

.img-box img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;filter: grayscale(1);
}
.img-box:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
  transition: filter 0.1s ease;
} 
/* Animation */
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

 .contact-info {
  flex: 1;
  min-width: 300px;
    padding: 20px;
}

.contact-info h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.section {
  margin-bottom: 30px;
}

.section h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-row {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.icon-circle {
  background: #000;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
}

hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.quote-form {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000000ac;height:100%
}

.quote-form h2 {
  margin-bottom: 20px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  border: none;
  border-radius: 25px;
  background: #f1f1f1;
  font-size: 16px;
}

.quote-form button {
  width: 100%;
  padding: 15px;
  background: #2e2e2e;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.quote-form button:hover {
  background: #000;
}



header {
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 1000;
}
.com-name span{
  color: #ff8000;
  font-weight: bold;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}

.logo {
    width: 70px;
    backdrop-filter: blur(2px);
    background: #ffffff;
    border-radius: 10px;
}

.nav-links {
    display: flex
;
    gap: 20px;
    padding: 20px;
    backdrop-filter: blur(3px);
    background: #ffffff21;
    border-radius: 12px;
}

.nav-links a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.toggle-btn {
  opacity: 0;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

/* Scroll-triggered behavior */
.show-toggle .toggle-btn {
  opacity: 1;
}

/* Vertical nav menu */
.vertical-nav {
  position: fixed;
    bottom: 97px;
    /* left: 0; */
    right: 27px;
    flex-direction: column;
    background: #c6c6c62b;
    box-shadow: 0 2px 5px rgba(255, 113, 19, 0.438);
    display: none;
    padding: 20px 30px;
    width: 156px;border-radius: 8px;
}

.vertical-nav a {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* Show nav on toggle */
.vertical-nav.show {
  display: flex;
}


#toggleBtn{position: fixed;bottom:40px;right:30px;background:#fd8802;color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;cursor:pointer;z-index:1000;box-shadow: 0 2px 4px rgba(0,0,0,0.1);transition: background-color 0.3s;}


.first-banner {
  position: relative;
  overflow: hidden;
  height: 150vh;
}

.floaters {
  position: absolute;
  width: 100px;
  height: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  animation: float infinite linear;
}

/* Default animation (overridden by JS with unique values) */
@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(100vw, -100vh) scale(1.2);
    opacity: 1;
  }
}
.contact-float{position: absolute;top:0;width:40%;height: 100%;right:0;padding:20px}
.contact-us{position: relative;}
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 20px 20px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 180px;
}

.footer-section h3 {
  color: #ff8000;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
    margin: 15px 0;
    cursor: pointer;
    padding: 5px 0px;
}
.footer-section ul li:hover {
   border-bottom:2px solid #bbbbbb;
}

.company .logo {
  width: 120px;
  margin-bottom: 10px;
}

.company h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.phone {
  margin-top: 10px;
  font-size: 16px;
}

.social-icons {
  display: flex;
  gap: 10px;
  font-size: 18px;
}

.social-icons i {
  color: #ccc;
  background-color: #444;
  padding: 8px;
  border-radius: 50%;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}

.footer-bottom .whatsapp-icon {
  position: fixed;
  bottom: 20px;
  background-color: #25d366;
  color: white;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
}

.footer-bottom .left {
  left: 20px;
}

.footer-bottom .right {
  right: 20px;
}
 .first-banner video {
    transition: transform 0.3s ease;
    transform-origin: center center;width:70%;    margin-top: 10%;border-radius:20px

  }
 .video-bg-fixed {
      position: fixed;
    bottom: 139%;
        left: 20%;

    width: 100vw;
    height: 100vh;
    object-fit: contain;
    z-index: -1;
    scale: 2 !important;
}
.card {
    background: black;
    border-radius: 15px;
margin: 20px;
    padding: 28px 10px;box-shadow:rgb(255 94 7 / 56%) 0px 5px 15px 0px
}
.why-choose
 {
    background: black;
    padding: 48px 0;
}
.card img{    filter: invert(1);
    width: 50%;
    margin: 0 15%;
    border: 4px solid #95d4ff;
    border-radius: 53%;
}