@import url('https://fonts.googleapis.com/css2?family=Margarine&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
  scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1{
  color: rgb(203, 115, 0);
}

:root {
  /*------------Font Family---------*/
  
  --ff-primary: "Roboto", Snans-serif;
  --ff-secondary: "Inter", Snans-serif;
  --ff-design: "Satisfy", cursive;
  --ff-brand: "Margarine", Snans-serif;

  /*------------ Colors -------------*/
--clr-white: white;
--clr-black: rgb(65, 65, 65);
--clr-red: rgb(255, 0, 0);
--clr-blue: rgb(0, 149, 255);
--clr-gray: rgb(255, 255, 255);
--clr-primary: rgb(9, 231, 57);
--clr-primary-ligth: rgb(170, 255, 0);
--clr-secondary: rgb(234, 0, 255);
  
}

/*------global css ------*/
a{
  text-decoration: none;

}
img{
  width: 100px;
  display: block;
}
h1,h2,h3,h4{
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
h1{
  font-size: 3rem;;
}
h2{
  font-size: 2rem;;
}
h3{
  font-size: 1.5rem;;
}
h4{
  font-size: 0.875rem;;
}
p{
  margin-bottom: 1.75rem;
}
body{
  font-family:var(--ff-primary) ;
  background-color: var(--clr-white);
  color: var(--clr-gray);
  line-height: 1.5;
}
.clearfix::after,.clearfix::before{
  content:"";
  clear: both;
  display: table;
}
.section-center{
  padding: 4rem 0;
  width: 85vw;
  margin: 0 auto;
  max-width: 1170px;

}
.section-title h3{
  font-family: var(--ff-design);
  color: #0099ff;
}
.section-title{
  margin-bottom: 2rem;
}
@media  screen and (min-width:992px) {
  .section-center {
    width:95%;
    padding: 4rem 1rem;
  }
  
}
/*------Navbar--------*/

/*------Navbar--------*/

:root {
  --clr-blue: #1173d4;
  --clr-white: #ffffff;
  --transition: all 0.3s ease;
}
#nav-check {
  display: none;
}

/* Sticky Banner Header */
.banner-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--clr-blue);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Container (Logo + Title + Button) */
.banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  width: 100%;
}

/* Nav Toggle inside banner (left corner) */
.nav-toggle {
  position: absolute;
  left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Logo Style */
.banner-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  object-fit: cover;
  box-shadow: 0 0 8px rgba(17, 115, 212, 0.4);
}

/* Company Name */
.banner-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-title .blue {
  color: var(--clr-blue);
}

.banner-title .green {
  color: #343434;
}

/* Hide nav checkbox */
#nav-check {
  display: none;
}

/* NAVBAR menu hidden initially */
.navbar {
  position: fixed;
  background-color: rgba(65, 65, 65, 0.95); /* Less transparent */
  top: 0;
  left: 0;
  width: 30%;
  height: 100vh;
  transform: translateX(-100%);
  transition: var(--transition);
  z-index:2000;
}

/* Show nav when checked */
/* When toggle checked – show forward */
#nav-check:checked ~ .navbar {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.navbar-header img {
  width: 100px;
  margin: 0 auto;
  border-radius: 50px;
  display: block;
}

.navbar-header {
  position: relative;
  text-align: center;
}

.navbar h1 {
  padding: 1rem;
  font-size: 1.5rem;
  color: transparent;
  background-image: linear-gradient(rgba(0, 217, 255, 0.708), rgb(0, 136, 255));
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: -1rem;
  text-transform: uppercase;
}

.nav-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.nav-close svg {
  fill: var(--clr-white);
  cursor: pointer;
}

.nav-close:hover svg {
  fill: #ff5050;
}

.nav-items {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.nav-link {
  display: block;
  color: var(--clr-white);
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: var(--transition);
}

.nav-link:hover {
  background-color: aqua;
  padding-left: 1.5rem;
  border-left: 0.5rem solid white;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .banner-logo {
    width: 50px;
    height: 50px;
  }
  .banner-title {
    font-size: 1.6rem;
  }
  .navbar{
    width: 100%;
  }
}



/* Header */
.header {
  position: sticky;
  top: 0;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-container img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.logo-container h1 {
  font-size: 24px;
  font-weight: bold;
}

.logo-container .blue {
  color: #007bff;
}

/* Sidebar menu */
.sidebar {
  position: fixed;
  left: -250px; /* Hidden initially */
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #444;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  transition: left 0.4s ease-in-out;
  z-index: 999;
}

.sidebar a {
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 18px;
  transition: background 0.3s;
}

.sidebar a:hover {
  background-color: #007bff;
}

/* Sidebar open state */
.sidebar.active {
  left: 0;
}

/* Hamburger toggle */
.menu-toggle {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  transition: transform 0.3s;
}

.menu-toggle.active {
  transform: rotate(90deg);
}

/* Responsive */
@media (max-width: 768px) {
  .logo-container h1 {
    font-size: 20px;
  }
}

.nav-items li {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease;
}

#nav-check:checked ~ .navbar .nav-items li {
  opacity: 1;
  transform: translateY(0);
}

#nav-check:checked ~ .navbar .nav-items li:nth-child(1) { transition-delay: 0.1s; }
#nav-check:checked ~ .navbar .nav-items li:nth-child(2) { transition-delay: 0.2s; }
#nav-check:checked ~ .navbar .nav-items li:nth-child(3) { transition-delay: 0.3s; }
#nav-check:checked ~ .navbar .nav-items li:nth-child(4) { transition-delay: 0.4s; }
#nav-check:checked ~ .navbar .nav-items li:nth-child(5) { transition-delay: 0.5s; }
#nav-check:checked ~ .navbar .nav-items li:nth-child(6) { transition-delay: 0.6s; }


/*-------header------*/
/* Google Fonts (logo-like style) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Orbitron:wght@700&display=swap');

/* Divider */
.content-divider {
  height: 0.5rem;
  box-shadow: 0px 0px 10px rgb(0, 179, 255);
}

/* Header */
.header {
  min-height: 100vh;
  background: url('images/logo.avif') center/cover no-repeat fixed;
  position: relative;
}

/* Banner Center */
.banner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Subtitle under title */
.banner h2 {
  font-size: 3rem;
  color: rgb(251, 251, 251);
  text-shadow: 1px 1px rgb(0, 0, 0);
  margin-top: 15px;
}

/* Logo Image */
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo-container img {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  border: 3px solid rgb(65, 65, 65);
  box-shadow: 0px 0px 15px rgb(68, 68, 68);
  object-fit: cover;
  max-width: 100%;
}

/* Service Title */
.service h3 {
  color: rgb(235, 5, 5);
  text-align: justify;
  font-size: 2rem;
  padding: 3px;
}

/* === NiroTech Title Animation === */
/* Title Wrapper */
.title {
  font-size: 5rem;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 3px 2px 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;          /* space between Niro and Tech */
  text-align: center;
  flex-wrap: nowrap;  /* 🔹 Prevent stacking */
}

/* Each word */
.word {
  opacity: 0;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap; /* keep full word in one line */
}

/* Niro (Blue) */
.blue {
  color: rgb(4, 133, 255);
  animation: slideFromLeft 1s forwards;
}

/* Tech (Green) */
.green {
  color: rgba(79, 79, 79, 0.832);
  animation: slideFromRight 1s forwards;
  animation-delay: 0.5s;
}

/* Keyframes */
@keyframes slideFromLeft {
  from { transform: translateX(-150px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideFromRight {
  from { transform: translateX(150px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .title { font-size: 4rem; gap: 10px; }
}
@media (max-width: 768px) {
  .title { font-size: 4rem; gap: 8px; }
}
@media (max-width: 480px) {
  .title { font-size: 4rem; gap: 5px; }
}

/*-----------client list--------*/
.clients-list {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f4f9ff;   /* light background */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.clients-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.clients-list li {
  font-size: 1.2rem;
  color: rgb(58, 58, 58);
  padding: 12px 0 12px 40px;  /* space for tick */
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}

/* Add tick image to each list item */
.clients-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  
  background-size: contain;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}


/* Services Section */
.services { padding: 40px 0; text-align: center; }
.services h2 { font-size: 2rem; color: #0099ff; margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 20px; }
.service-card { background: #f0f0f0; padding: 20px; border-radius: 10px; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px);box-shadow:  0 2px #0099ff; background-color: #0099ff; }
.service-card img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 10px; }
.service-card p { font-size: 1.1rem; color: #333; }


/* Slider */
.slider {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  position: relative;
}

.slides {
  display: flex;
  width: 400%;
  height: 100%;
  animation: slide 20s ease-in-out infinite;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Smooth sliding animation */
@keyframes slide {
  0%   { margin-left: 0%; }
  20%  { margin-left: 0%; }
  25%  { margin-left: -100%; }
  45%  { margin-left: -100%; }
  50%  { margin-left: -200%; }
  70%  { margin-left: -200%; }
  75%  { margin-left: -300%; }
  95%  { margin-left: -300%; }
  100% { margin-left: 0%; }
}


/* Responsive Design */
@media (max-width: 1024px) {
  .slider {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .slider {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .slider {
    height: 180px;
  }
}

/*----------about--------*/
.about {
  padding: 3rem 2rem;
  background-color: #fff;
}

.section-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.about-img {
  flex: 1 1 250px;
  display: flex;
  justify-content: center;
}

.about-picture-container {
  max-width: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.about-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.about-picture-container:hover .about-picture {
  transform: scale(1.1);
  opacity: 0.6;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.section-tittle h3 {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 0.5rem;
}

.section-tittle h2 {
  font-size: 2rem;
  color: rgb(0, 162, 255);
  margin-bottom: 1rem;
}

.about-text {
  font-size: 1.05rem;
  color: #555;
  text-align: justify;
  line-height: 1.6;
}

@media screen and(min-width: 922px) {
  .about-img,.about-info{
    float: left;
    width: 50%;
  }
  .about-info{
    padding-left: 2rem;
  }
  
}

/*------------download---------*/
.info-section {
  text-align: center;
  padding: 2rem;
  background-color: #f5f5f5;
}

.info-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

.download-btn {
  display: inline-block;
  padding: 12px 24px;
    background-color:  #05c5f5;
  box-shadow:0px 3px 10px #db05ef;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.download-btn:hover {
   background-color:  #05c5f5;
   box-shadow: 1px 8px 30px rgb(255, 0, 255);
  transform: scale(1.05);
}
/*-----------------products--------------*/
.product-inventory {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.product {
  background-color: var(--clr-gray);
  width: 300px;
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 0 20px rgba(7, 143, 227, 0.496);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
  box-shadow:0px 3px 10px #db05ef;
}

.product-img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.product-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
}
@media screen and(min-width: 768px){
  .product{
    float: left;
    width: 50%;
    padding-right: 2rem;
  }
}
@media screen and(min-width: 992px){
  .product{
    
    width: 33.33%;
    
  }
}
@media screen and(min-width: 1200px){
  .product-info{
    float: left;
    width: 30%;
    
  }
  .product-inventory{
    float: left;
    width: 70%;
  }
  .product{
    margin: 0;
    padding: 0 1rem;
  }
}
/*-----------contact us--------------*/
.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.underline {
  width: 80px;
  height: 4px;
  background-color: #007bff;
  margin: 0 auto;
  border-radius: 5px;
}
.contact {
  padding: 3rem 2rem;
  background-color: #f9f9f9;
}

.section-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.contact-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  flex: 1 1 300px;
  max-width: 360px;
  text-align: left;
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow:0px 3px 10px #db05ef;
}

.content-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333;
}

.content-icon {
  margin-right: 10px;
}

.contact-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .section-center {
    flex-direction: column;
    align-items: center;
  }

  .contact-item {
    width: 100%;
    max-width: 500px;
  }

  .content-title {
    font-size: 1rem;
  }
}
/*----------footer--------*/
.footer {
  background-color: #222;
  color: #eee;
  padding: 2rem 1rem;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-text {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.social-link {
  color: #eee;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.social-link:hover {
  color: #00aaff;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; /* the main content should stretch */
}
.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}

.social-icons {
  margin: 10px 0;
}

.social-icons .icon {
  margin: 0 10px;
  color: white;
  font-size: 24px;
  transition: color 0.3s;
}

.social-icons .icon:hover {
  color: #ff9800; /* orange on hover */
}
.clients-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

.clients-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.clients-list li {
  font-size: 1.2rem;
  color: rgb(58, 58, 58);
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
/*-----------location-----------*/
.location, h1 {
  margin-top: 20px;
  color: #333;
  text-align: center;
  font-size: 2rem;
  
}
  
 
.map-container {
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin: 20px auto;
   box-shadow: 0 0 20px rgba(67, 67, 67, 0.496);
  border-radius: 8px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/*--------------whatsapp-----------*/

.whatsapp-float {
  position: fixed;
  right: 20px;     /* stick left */
  bottom: 20px;   /* stick bottom */
  z-index: 100;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}




/* Header with single background image */
.header {
  min-height: 100vh;
  background-image: url('images/bg3.jpg'); /* ✅ Only one image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Banner content */
.banner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 3px black;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo-container img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  border: 3px solid white;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
  object-fit: cover;
}

.title {
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 3px 2px 2px rgba(0,0,0,0.5);
}

.word.blue {
  color: rgb(4, 133, 255);
}

.word.green {
  color: rgb(84, 84, 84);
}

.banner h2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #f8f8f8;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-container img {
    height: 150px;
    width: 150px;
  }
  .title {
    font-size: 3rem;
  }
  .banner h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .logo-container img {
    height: 100px;
    width: 100px;
  }
  .title {
    font-size: 2rem;
  }
  .banner h2 {
    font-size: 1rem;
  }
}











