body {
    /* This pushes your website content down so it doesn't hide behind the fixed navbar */
    padding-top: 62px; 
    /* background: 
    linear-gradient(to bottom, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 15%, rgba(15, 23, 42, 0.2) 100%), 
    linear-gradient(to right, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 40%, rgba(15, 23, 42, 0) 100%),
    url('watermarked_img_16187899977396443735.png') no-repeat center right;
  background-size: cover;
  z-index: 1; */
  }


  .banner-wrapper {
    width: 100vw; /* Poori viewport width lega */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
  
  .banner-img {
    width: 100%;
    height: auto;
    aspect-ratio: 13/5;
    object-fit: contain;  
    display: block;
  }
  .hover-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.08) !important;
  }

  @media (min-width: 992px) {
    /* Large screen par image halki si tilted corporate advertising look degi */
    .hero-product-img {
      transform: perspective(1000px) rotateY(-12deg) rotateX(5deg);
      transition: transform 0.5s ease;
    }
    .hero-product-img:hover {
      transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) scale(1.02);
    }
  }

  .footer-link {
    transition: color 0.2s ease, padding-left 0.2s ease;
  }
  .footer-link:hover {
    color: #0dcaf0 !important; /* Electric blue hover effect */
    padding-left: 4px;
  }.hero-section{
    min-height: 60vh;
    padding-top: 80px;
    padding-bottom: 40px;
}

/* Large Desktop */
@media (min-width:1200px){
    .hero-section{
        min-height:auto;
    }
}

/* Laptop */
@media (max-width:1200px){
    .hero-section{
        min-height:auto;
        padding-top:70px;
        padding-bottom:35px;
    }
}

/* Tablet */
@media (max-width:991px){
    .hero-section{
        min-height:auto;
        padding-top:60px;
        padding-bottom:30px;
    }

    .hero-product-img{
        max-height:240px !important;
    }
}

/* Mobile */
@media (max-width:576px){
    .hero-section{
        min-height:auto;
        padding-top:40px;
        padding-bottom:25px;
    }

    .display-5{
        font-size:2rem;
        line-height:1.2 !important;
    }

    .small-responsive{
        font-size:.9rem !important;
    }

    .hero-product-img{
        max-height:180px !important;
    }

    .btn{
        width:100%;
    }

    .gy-4{
        --bs-gutter-y:1rem;
    }
}
@media (min-width: 992px) {
    .product-hover-menu:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  .hover-shadow:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,0.12)!important;
  }
  .transition-all {
    transition: all 0.25s ease-in-out;
  }


  #lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.85);
    z-index:9999;
    justify-content:center;
    align-items:center;

}

#lightbox-image{
    max-width:90vw;
    max-height:90vh;
      width:700px;
      height:700px;
      object-fit:contain;
  }

#close-lightbox{
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:white;
    cursor:pointer;
}

@media screen and (max-width: 576px) {

  #lightbox-image{
    max-width:90vw;
    max-height:90vh;
      width:450px;
      height:550px;
      object-fit:contain;
  }
}  

/* IMAGE (HEIGHT KEPT AS YOU SET IN HTML) */
.gallery-img{
  transition:transform 0.5s ease;
}

.gallery-img:hover{
  transform: scale(1.03); /* halka zoom */
}


@media screen and (max-width: 768px) {

.gallery-img{
  width:100%;
}
}
.spec-label { font-size: 0.72rem; color: #64748b; font-weight: 500; text-transform: uppercase; }
.spec-value { font-size: 0.78rem; color: #0f172a; font-weight: 700; text-align: right; }
.card-title-badge { font-size: 0.68rem; letter-spacing: 0.5px; padding: 4px 8px; border-radius: 4px; }

.product-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  
}

.product-img-container img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  background: #e8e8e8;
}

@media (max-width: 430px) {
  .product-col {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .row > div.col-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/*========================= pages css =============== */

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #ffffff;
}

.product-img-container {
display: flex;
align-items: center;
justify-content: center;
border: none;
overflow: hidden;
/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
/* transition: transform 0.3s ease, box-shadow 0.3s ease; */

}

.product-img-container img {
aspect-ratio: 4/3;
width: 100%;
object-fit: contain;
overflow: hidden;
}




.product-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.product-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.8em;
}

.product-specs-text {
  font-size: 0.78rem;
  line-height: 1.5;
  color: #495057;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}


@media (max-width: 576px) {
  .product-card-title {
      font-size: 0.85rem;
      height: 2.8em;
      margin-bottom: 0.3rem;
  }
  .product-card-body {
      padding: 0.75rem;
  }
  .product-specs-text {
      font-size: 0.72rem;
  }
  .product-card .btn {
      font-size: 0.65rem !important;
      padding: 6px 4px !important;
  }
}

.footer-link {
  transition: all 0.2s ease-in-out;
}
.footer-link:hover {
  color: #0dcaf0 !important;
  text-shadow: 0 0 8px rgba(13, 202, 240, 0.4);
  transform: translateX(3px);
}
@media (max-width: 991.98px) {
  .footer-link:hover {
    transform: none;
  }
}
@media screen and (max-width:768) {
  .fonto{
    font-size: 2rem!important;
  }
}


.fontoo{
  font-size: 0.75rem; letter-spacing: 1px;

}
.fonto{
  font-size: 2.5rem;
   font-weight: 900;
  
}

@media screen and (max-width: 768px) {
  .fonto{
    font-size: 1.5rem; font-weight: 900;
  }
  .fontoo{
    font-size: 0.25rem; letter-spacing: 1px;
  
  }
}

@media screen and (max-width: 576px) {
  .fonto{
    font-size: 1rem; font-weight: 900;
  }
  .fontoo{
    font-size: 14px; letter-spacing: 1px;
  
  }
}
/* Custom Responsive Grid Rules */
.custom-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .custom-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .custom-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* 430px ya usse chhote mobile screens par strictly 1 card dikhega */
@media (max-width: 430px) {
    .custom-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
   
}



.product-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.product-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

.product-specs-text {
    font-size: 0.78rem;
    line-height: 1.5;
    color: #495057;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.25rem;
}

.spec-label {
    font-weight: 600;
    color: #111;
    margin-right: 0.5rem;
    white-space: nowrap;
}

.spec-value {
    text-align: right;
    word-break: break-word;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}

@media (max-width: 576px) {
    .product-card-title {
        font-size: 0.9rem;
        min-height: 2.4em;
        margin-bottom: 0.3rem;
    }
    .product-card-body {
        padding: 0.85rem;
    }
    .product-specs-text {
        font-size: 0.78rem;
    }
}

