
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero {
  position: relative;
  height: 600px; /* Reduced height */
  overflow: hidden;
}

.navbar-custom {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* thin white line */
  transition: background 0.4s ease, border-color 0.4s ease;
}

.navbar-scrolled {
  background: linear-gradient(90deg, #0d1b3d, #ff6600) !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-brand img {
  height: 70px;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500px;
  font-size: 2rem;         
  -webkit-font-smoothing: antialiased; 
     -moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.7px;      /* Thodi spacing for better readability */
}

.navbar-collapse {
  background: #fff; /* Mobile toggle background */
}

/* Mobile nav link styles */
.navbar-nav .nav-link {
  color: #000 !important;
  border-bottom: 1px solid #ddd;
   font-weight: 500px;
   font-size: 1.3rem;         
   -webkit-font-smoothing: antialiased; 
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.7px;      /* Thodi spacing for better readability */
  padding: 3px 0;
  
}



    

.navbar-nav .nav-link:last-child {
  border-bottom: none;
}

/* Desktop: keep links white initially, change on scroll */
@media (min-width: 992px) {
  .navbar-collapse {
    background: transparent !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    border-bottom: none;
  }

  .navbar-scrolled .nav-link {
    color: #fff !important;
  }
}

/* services */

.product-section {
      background:  #0d1b3d; 

    }
    
    .product-section .card {
      border-radius: 10px;
    }
    
    .service-img {
      height: 330px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    

    

/* trusted company */
.brand-logo {
      max-height: 60px;
      object-fit: contain;
    }
    /* plactisc 2 section  */

#plastic-promise {
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
}

.text-primary-gradient {
  background: #0d1b3d;;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border: 3px solid #2a55e5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #2a55e5;
  box-shadow: 0 4px 15px rgba(42, 85, 229, 0.2);
  transition: all 0.3s ease;
}

.icon-circle:hover {
  background: #2a55e5;
  color: #fff;
  transform: scale(1.1);
}

.promise-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.promise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(42, 85, 229, 0.15);
}

#plastic-promise h5 {
  color: #2a2a2a;
}

#plastic-promise p {
  font-size: 0.95rem;
}



/* special product */


#specialized-products {
  background: #fff;
}

#specialized-products h2 {
  font-size: 2.2rem;
}

#specialized-products p {
  color: #555;
  font-size: 1.1rem;
}

.special-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.special-card h5 {
  font-size: 1.25rem;
  color: #222;
}

.special-card a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.special-card a:hover {
  text-decoration: underline;
}

/* counting */

.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      border-radius: 0.25rem;
      transition: 0.3s;
    }
    
    .overlay:hover {
      background-color: rgba(0, 0, 0, 0.6);
    }

    
    /* end counting  */




    /* about */


    .about-hero {
      position: relative;
      background: url('../images/ab.png') center center / cover no-repeat;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }
  
    .about-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5); /* overlay for text readability */
    }
  
    .about-hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
    }
  
    .about-hero h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
  
    @media (min-width: 768px) {
      .about-hero h1 {
        font-size: 3rem;
      }
    }

    /*  */

footer{
  font-size: 1rem;
}

/* Team */
.team-hero {
  position: relative;
  background: url('../images/team.jpg') center center / cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.team-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay for text readability */
}

.team-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.team-hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .team-hero h1 {
    font-size: 3rem;
  }
}
/* contact  */
.contact-hero {
  position: relative;
  background: url('../images/contact.jpeg') center center / cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay for text readability */
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .contact-hero h1 {
    font-size: 3rem;
  }
}

/* product hero */
.product-hero {
  position: relative;
  background: url('../images/v.jpg') center center / cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.product-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay for text readability */
}

.product-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.product-hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .product-hero h1 {
    font-size: 3rem;
  }
}




.icon-circle {
  width: 80px;
  height: 80px;
  border: 2px solid #0d1b3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-inner {
  width: 24px;
  height: 24px;
  background-color: #0d1b3d;
  border-radius: 6px;
  position: relative;
}

/* Decorative dots (mimic dice icons) */
.icon-inner::before,
.icon-inner::after {
  content: "";
  position: absolute;
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.icon-inner::before {
  top: 6px;
  left: 10px;
}

.icon-inner::after {
  bottom: 6px;
  right: 10px;
}

.section-box {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.img-box1 {
  background: url('../images/output.png') center center / cover no-repeat;
}
.img-box2 {
  background: url('../images/output1.jpg') center center / cover no-repeat;
}

/* Overlay */
.section-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 123, 255, 0); /* Transparent initially */
  transition: background 0.3s ease-in-out;
  z-index: 1;
}

.section-box:hover::before {
  background:  #0d1b3d ; /* Blue overlay on hover */
}

.section-box * {
  position: relative;
  z-index: 2;
}

.bottom{
  background-color: #0d1b3d;

}