*{
  font-family: 'Poppins', sans-serif;
}
 .productcardoption {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
      min-height: calc(100vh - 200px);
    }
    input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

.main-content {
  min-height: calc(100vh - 120px);
}
    
#mobileSearchIcon{


background:none; border:none; font-size:22px; color:#333; margin-right:-60px;
}
    .product-cardtyp {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      position: relative;
      transition: transform 0.3s ease;
    }
    .product-cardtyp:hover {
      transform: translateY(-5px);
    }
    .product-img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      background-color: #f8f9fa;
    }
    
    @media (max-width: 768px) {
      .product-img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 150px;
        margin: 0 auto;
        display: block;
        object-fit: scale-down;
      }
      .image-wrapper {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
      }
    }
    .product-content {
      padding: 15px;
    }
    .tag {
      font-size: 12px;
      background: #036bda;
      color: white !important;
      padding: 2px 8px;
      border-radius: 4px;
      display: inline-block;
      margin-bottom: 8px;
    }
    .product-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px;
      color: black;

    }
    .meta {
      font-size: 13px;
      color: #666;
    }

.inputfildmy{
 border-radius: 30px ;
 width:280px;
margin-right: -50px !important;


}

@media (max-width: 1159px) {
.hjkuopkklo{
  display: none;
}
}


    
   .visit-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  background: rgb(1, 102, 217); /* semi-transparent */
  color: white;
  padding: 8px 21px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(2, 113, 232, 0.4);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  animation: glowPulse 2s infinite alternate;
  overflow: hidden;
}

/* Shine effect on hover */
.visit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

.visit-btn:hover::after {
  left: 130%;
}

/* Soft glow pulse animation */
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 12px rgba(3, 107, 218, 0.3), 0 0 24px rgba(3, 107, 218, 0.1);
  }
  100% {
    box-shadow: 0 0 24px rgba(3, 107, 218, 0.5), 0 0 32px rgba(3, 107, 218, 0.3);
  }
}








    .product-cardtyp:hover .visit-btn {
      opacity: 1;
      pointer-events: auto;
    }
    #loader {
      text-align: center;
      padding: 20px;
      display: none;
    }
    #loader span img {
      width: 40px;
    }
    #floatingFilter {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      width: 180px;
      display: none;
      transition: opacity 0.3s ease;
    }
    .form-select:hover {
      box-shadow: 0 0 10px rgb(0, 61, 175);
  
    }
    .form-select{
      margin-bottom: 15px;
      border:2px solid #036bda;
   
    }
    #floatingFilter select {
      font-size: 14px;
      border-radius: 30px;
      padding: 6px 10px;
      box-shadow: 0 0 8px rgba(0,0,0,0.15);
    }
    @media (max-width: 768px) {
      #floatingFilter {
        width: 150px;
      }
      .fixed-category-filter {
        width: 90%;
        left: 5%;
        right: 5%;
      }
    }
    .fixed-category-filter {
      position: fixed;
      top: 70px; /* Navbar ke just neeche, adjust as needed */
      right: 30px;
      z-index: 999;
      width: 60%;
      background-color: none;
      padding: 10px 20px;
      border-radius: 6px;
      padding: 10px;
    }
 .vignette-overlay {
  background: rgba(64, 64, 64, 0.1); /* Light transparent white */
  backdrop-filter: blur(5px); /* Blurry glass effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  border: 1px solid rgba(16, 16, 16, 0.2); /* Light border */
}
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.2s ease-in-out infinite;
  border-radius: 4px;
  display: block;
}
.skeleton-img {
  width: 100%;
  height: 180px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0.5rem;
}
.skeleton-tag {
  width: 60px;
  height: 18px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.skeleton-title {
  width: 80%;
  height: 20px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.skeleton-meta {
  width: 50%;
  height: 14px;
  border-radius: 4px;
}
.skeleton-btn {
  width: 100px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
  @media (min-width: 992px) {
    .navbar .dropdown-menu.custom-dropdown {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-30px) scaleY(0.8);
      transition: 
        opacity 0.4s cubic-bezier(.4,2,.6,1),
        transform 0.4s cubic-bezier(.4,2,.6,1),
        visibility 0.4s;
      pointer-events: none;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      border-radius: 0 0 16px 16px;
      overflow: hidden;
      min-width: 200px;
    }
    .navbar .nav-item.dropdown:hover .dropdown-menu.custom-dropdown,
    .navbar .nav-item.dropdown:focus-within .dropdown-menu.custom-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scaleY(1);
      pointer-events: auto;
    }
    .navbar .dropdown-menu.custom-dropdown li {
      opacity: 0;
      transform: translateY(-20px);
      animation: dropdownCurtain 0.5s forwards;
      animation-delay: 0.2s;
    }
    .navbar .dropdown-menu.custom-dropdown li:nth-child(2) { animation-delay: 0.3s; }
    .navbar .dropdown-menu.custom-dropdown li:nth-child(3) { animation-delay: 0.4s; }
    .navbar .nav-item.dropdown:hover .dropdown-menu.custom-dropdown li,
    .navbar .nav-item.dropdown:focus-within .dropdown-menu.custom-dropdown li {
      opacity: 1;
      transform: translateY(0);
    }
    @keyframes dropdownCurtain {
      from {
        opacity: 0;
        transform: translateY(-30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
  @media (max-width: 991px) {
    .navbar .dropdown-menu.custom-dropdown {
      display: none;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s, transform 0.3s;
      position: static;
      box-shadow: none;
      border-radius: 0;
      min-width: 100%;
      pointer-events: none;
    }
    .navbar .show > .dropdown-menu.custom-dropdown,
    .navbar .dropdown.show .dropdown-menu.custom-dropdown {
      display: block;
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    .navbar .dropdown-menu.custom-dropdown li {
      opacity: 1;
      transform: none;
      animation: none;
    }
  }
    .floating-buttons {
      position: fixed;
      bottom: 82px;
      right: 16px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    #grid {
      min-height: 60vh;
    }
    #grid.no-results {
      min-height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #25d36500;
      color: white;
      text-decoration: none;
      font-size: 25px;
      transition: all 0.3s ease;
    }

    .floating-buttons a.call-button {
      background-color: #035ae4; /* Blue for call */
    }

    .floating-buttons a:hover {
      transform: scale(1.1);
    }
.closeoffcan:hover{
  box-shadow: none !important;
  transform: none !important;
}
.closeoffcan {
  background-color: transparent;
  padding: 10px 14px !important;
 
}
   
   #mySearchToggle{
   font-size: 22px;
   margin-right: -480px;
   }


@media (min-width: 623px) and (max-width: 833px) {
  #mySearchToggle{
   font-size: 22px;
   margin-right: -380px;
   }
}
@media (min-width: 323px) and (max-width: 680px) {
  #mySearchToggle{
   font-size: 22px;
   margin-right: -220px;
   }
    .visit-btn{
 padding: 6px 10px;
font-size: 13px !important;
}
}
@media (min-width: 123px) and (max-width: 466px) {
  #mySearchToggle{
   font-size: 22px;
   margin-right: -140px;
   }
   .visit-btn{
 padding: 6px 10px;
font-size: 12px !important;
width:100px;
}
}
@media (min-width: 123px) and (max-width: 370px) {
  #mySearchToggle{
   font-size: 22px;
   margin-right: -130px;
   }
}
@media (min-width: 23px) and (max-width: 340px) {
  #mySearchToggle{
   font-size: 22px;
  margin-left: -85px !important;
   }
}
@media (max-width: 991px) {
  .my-search-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw;
    background: #fff;
    z-index: 9999;
    padding: 16px 10px 10px 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    align-items: center;
    justify-content: center;
    height: 70px;
  }
  .my-search-overlay.active {
    display: flex !important;
  }
  .my-search-form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  #mySearchInput {
    font-size: 18px;
    padding: 10px 40px 10px 16px;
    width: 100%;
  }
  .my-search-close {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    margin: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .my-search-overlay {
    display: none !important;
  }
}