 /* Search Input Styling */
  .search-bar{
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 5px 10px;
  }

  /* Search Icon Styling */
  .search-bar i {
    /* border: 1px solid #ccc; */
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
  }

  /* Navbar Link Hover Effect */
  .navbar-nav .nav-link {
    position: relative;
  }

  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: black;
    left: 0;
    bottom: -2px;
    transition: 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after {
    width: 100%;
  }

/* Hover pe dropdown kholne ke liye */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.nav-link:hover,
  .nav-link:focus,
  .dropdown-item:hover {
    color: #dc3545 !important;
  }

  .dropdown-menu {
    font-size: 14px;
  }

  /* Show dropdown on hover for desktop */
  @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

    @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }



  .carousel-img-wrapper {
    height: 600px; /* You can change this to 400px, 600px, etc. */
    overflow: hidden;
    position: relative;
  }

  .carousel-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-caption {
    bottom: 20%;
    left: 10%;
    right: 10%;
    z-index: 2;
  }

  @media (max-width: 768px) {
    .carousel-img-wrapper {
      height: 300px;
    }
    .carousel-caption h2 {
      font-size: 1.5rem;
    }
    .carousel-caption p {
      font-size: 1rem;
    }
  }

  @media (max-width: 576px) {
    .carousel-img-wrapper {
      height: 250px;
    }
    .carousel-caption h2 {
      font-size: 1.2rem;
    }
    .carousel-caption p {
      font-size: 0.9rem;
    }
    .carousel-caption a {
      padding: 6px 12px;
      font-size: 0.9rem;
    }
  }


  .category-carousel .swiper-slide {
  width: auto;
  text-align: center;
}

.category-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

  .category-carousel .swiper-slide {
    width: auto;
    text-align: center;
  }

  .category-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }

  .category-title {
    color: #000 !important; /* Force black text */
  }


  .ai-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ai-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.ai-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.ai-card:hover img {
  transform: scale(1.05);
}

.ai-card h5 {
  font-size: 16px;
  color: #222;
  margin: 15px 0 10px;
}

.ai-card .btn {
  font-size: 14px;
  transition: background-color 0.3s;
}


 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .banner-container {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .banner-container img {
      width: 100%;
      height: auto;
      display: block;
    }


    .product-item {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.08);
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .product-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 123, 255, 0.2);
    }

    .product-item figure {
      margin: 0;
      padding: 1rem;
      background: #fff;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-item figure img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .product-item h3 {
      font-size: 15px;
      color: #003366;
      font-weight: 600;
      min-height: 40px;
    }

    .btn-enquiry {
      font-size: 14px;
      font-weight: 600;
      border: 2px solid #007bff;
      color: #007bff;
      transition: 0.3s ease;
    }

    .btn-enquiry:hover {
      background-color: #007bff;
      color: #fff;
    }

    .swiper-buttons .btn-yellow {
      background-color: #007bff;
      color: white;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      border: none;
      margin-left: 5px;
      transition: 0.3s ease;
    }

    .swiper-buttons .btn-yellow:hover {
      background-color: #0056b3;
    }

    .swiper {
      padding-bottom: 40px;
    }


    .product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  min-height: 420px; /* Isse sab cards equal dikhenge */
}

.product-item figure {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.product-item figure img {
  max-height: 200px;
  object-fit: contain;
  width: 100%;
}

.product-item h3 {
  min-height: 50px;
  margin: 10px 0;
}

.button-area {
  margin-top: auto;
}



    .about-section {
      padding: 60px 0;
    }

    .about-img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .about-content h2 {
      font-size: 32px;
      font-weight: 700;
      color: #003366;
    }

    .about-content p {
      font-size: 16px;
      color: #555;
    }

    .icon-box {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .icon-box i {
      font-size: 24px;
      color: #007bff;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .icon-box .content {
      flex: 1;
    }

    .icon-box .content h5 {
      font-size: 18px;
      font-weight: 600;
      color: #003366;
      margin-bottom: 5px;
    }

    .icon-box .content p {
      font-size: 14px;
      color: #666;
    } 


      .product-item {
    transition: all 0.3s ease-in-out;
  }

  .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .tab-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  .btn-yellow {
    background-color: #ffcc00;
    color: #000;
    border: none;
    padding: 0.4rem 0.8rem;
    font-weight: bold;
  }

  .btn-yellow:hover {
    background-color: #e6b800;
    color: #000;
  }

  @media (max-width: 576px) {
    .tab-image {
      height: 160px;
    }
  }


    
    .banner-section {
      background: url('images/simple.png') no-repeat center center;
      background-size: cover;
      height: 350px;
      position: relative;
      display: flex;
      align-items: center;
      color: white;
    }

    .banner-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .banner-section .content {
      z-index: 2;
      position: relative;
    }

    /* Tablet view */
    @media (max-width: 768px) {
      .banner-section {
        height: 280px;
      }

      .banner-section h2 {
        font-size: 2rem;
      }

      .banner-section p,
      .banner-section ul li {
        font-size: 1rem;
      }
    }

    /* Small mobile view */
    @media (max-width: 576px) {
      .banner-section {
        height: 220px;
        background-position: top center;
        padding: 1rem;
      }

      .banner-section h2 {
        font-size: 1.5rem;
      }

      .banner-section p,
      .banner-section ul li {
        font-size: 0.9rem;
      }

      .banner-section .btn {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
      }
    }

    /* Extra small (optional) */
    @media (max-width: 300px) {
      .banner-section {
        height: 200px;
      }
    }


    .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.icon-animate {
  transition: transform 0.3s ease;
}
.card:hover .icon-animate {
  transform: scale(1.3) rotate(10deg);
}


    .testimonial-section {
      background-color: #f8f9fa;
    }
    .testimonial-section h2 {
      font-weight: 700;
    }
    .carousel-item {
      transition: transform 0.6s ease;
    }
    .carousel-item img {
      object-fit: cover;
    }



    .whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 36px;
  height: 36px;
}


 .footer-menu .nav-link:hover {
    color:orangered !important;
    /* text-shadow: 0 0 2px rgba(96, 53, 53, 0.6); */
  }
  
  #bttn:hover{
    background-color:rgb(205, 37, 37);
  }
  .social-links ul li:nth-child(1) a {
  background-color: #1877F2; /* Facebook Blue */
  border-color: #1877F2;
  border-radius: 8px;
  color: white;
}

.social-links ul li:nth-child(2) a {
  background-color: #1DA1F2; /* Twitter Blue */
  border-color: #1DA1F2;
  border-radius: 8px;
  color: white;
}

.social-links ul li:nth-child(3) a {
  background-color: #C13584; /* Instagram Pinkish */
  border-color: #C13584;
  border-radius: 8px;
  color: white;
}

.social-links ul li:nth-child(4) a {
   border-color: #0A66C2; 
  color: white;
background-color: #0A66C2;
}



