 .w3l-banner-slider-main header.tophny-header{
        background-color:Transparent;
    }


/* Mobile (default) */
@media (max-width: 767px) {
    /* Mobile styles go here */
.handlecat{
overflow-x: scroll;    
}

.top-left-contact a , .top-right-contact a{
    font-size: 15px;
}

}

/* Tablet (768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
    /* Tablet styles go here */
    .handlecat{
overflow-x: scroll;    
}

.top-left-contact a , .top-right-contact a{
    font-size: 14px;
}
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) and (max-width: 1199px) {
    /* Desktop styles go here */
    .handlecat{
overflow-x: hidden;    
}

.top-left-contact a , .top-right-contact a{
    font-size: 14px;
}

}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    /* Large Desktop styles go here */
    .handlecat{
overflow-x: hidden;    
}

.top-left-contact a , .top-right-contact a{
    font-size: 14px;
}


}





.w3l-banner-slider-main nav.navbar.navbar-expand-lg.navbar-light{
    float: none !important;
    margin-top: 0px;
}


/* Wrapper to handle the scroll */
.category-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
}

/* Hide scrollbar for a clean UI */
.category-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Force UL to stay in one line */
.category-nav-pills {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

/* Style for each Category Pill */
.category-pill {
    background-color: #e3f2fd !important; /* Light Blue BG */
    color: #0d47a1 !important;           /* Dark Blue Text */
    border-radius: 50px !important;      /* Rounded border */
    margin: 0 5px;                       /* Spacing between pills */
    padding: 6px 15px !important;
    border: 1px solid #bbdefb !important;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

/* Hover effect */
.category-pill:hover {
    background-color: #bbdefb !important;
    color: #000 !important;
    transform: scale(1.05);
}
.fa-bars{

    color: #0d47a1 !important;
}


.category-header {
    position: relative;
    display: inline-block;
    padding: 20px 60px 20px 30px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(135deg, #ff7a18, #ff3d77);
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  }

  /* Optional shadow for depth */
  .category-header {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

 /* Base style (common for all) */
.shape {
  display: inline-block;
  padding: 25px 50px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff512f, #dd2476);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* 1. 3D Angle Slash (hover zoom) */
.shape1 {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.shape1:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* 2. Glowing Arrow (hover glow effect) */
.shape2 {
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  transition: box-shadow 0.3s ease-in-out, filter 0.3s ease;
}
.shape2:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  filter: brightness(1.3);
}

/* 3. Curved Top & Bottom (smooth curve) */
.shape3 {
    border-radius: 50px 50px 0 0;
    background: linear-gradient(45deg, #3498db, rgb(183 0 255 / 25%));
    transition: transform 0.3s ease;
}
.shape3:hover {
  transform: rotate(5deg);
}

/* 4. Layered Parallel Strips (multi-layer effect) */
.shape4 {
  position: relative;
  background: #ff9a8b;
  overflow: hidden;
}
.shape4::before, .shape4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f39c12;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.shape4::before {
  transform: translateX(-30px);
}
.shape4::after {
  transform: translateX(30px);
}
.shape4:hover::before {
  transform: translateX(0px);
}
.shape4:hover::after {
  transform: translateX(0px);
}

/* 5. Shattered Glass (broken effect) */
.shape5 {
  clip-path: polygon(0 0, 50% 0, 60% 40%, 80% 0, 100% 30%, 70% 100%, 30% 100%, 0 50%);
  position: relative;
  overflow: hidden;
}
.shape5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #16a085, #1abc9c);
  opacity: 0.2;
}

/* 6. Ribbon Loop (dynamic flow) */
.shape6 {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #333;
  padding: 30px 50px;
  text-transform: uppercase;
  font-size: 26px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.shape6::before, .shape6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: inherit;
  transform: rotate(-3deg);
  z-index: -1;
}
.shape6::after {
  top: auto;
  bottom: 0;
  transform: rotate(3deg);
}

/* 7. Floating Hover Effect (smooth lift) */
.shape7 {
  background: linear-gradient(135deg, #00b4db, #0083b0);
  padding: 25px 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: transform 0.2s ease-out;
}
.shape7:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

/* 8. Wave Edge */
.shape8 {
  background: linear-gradient(90deg, #f46b45, #f06f5d);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  padding: 25px 50px;
  position: relative;
  transition: transform 0.2s ease-out;
}
.shape8:hover {
  transform: scale(1.05);
}

/* 9. 3D Cut (perspective effect) */
.shape9 {
  background: linear-gradient(135deg, #ff512f, #dd2476);
  position: relative;
  padding: 25px 50px;
  transform: rotateX(10deg) rotateY(5deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.shape9::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  z-index: -1;
}

/* 10. Soft Shadows with Hover Pop */
.shape10 {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 25px 60px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shape10:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

 

/* Main Content Area */
.content-photo-6-main {
    background-color: #fff;
   
}

/* Shop Category Title */
.shop-category-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Category Container */
.category-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Category Banner */
.category-banner {
    width: 100%;
    overflow: hidden;
}

.category-banner img {
    width: 100%;  /* Stretch image to full width */
    height: 250px;  /* Fixed height for the banner */
    object-fit: cover;  /* Ensure the image covers the space */
    object-position: center; /* Center the image if it is larger than the container */
}

/* Category Name */
.category-name {
    margin-top: 20px;
}

.category-name h2 {
    font-size: 28px;
    color: #2c3e50;
}

/* Subcategory Cards */
.subcategory-cards {
  
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.subcategory-item {
    flex: 1 1 calc(25% - 20px);  /* 4 cards per row */
    display: flex;
    justify-content: center;
}

.subcategory-card {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subcategory-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.subcategory-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.subcategory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subcategory-content {
    padding: 15px;
    text-align: center;
}

.subcategory-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.view-details-btn {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
}

.view-details-btn:hover {
    background-color: #2980b9;
    text-decoration: none;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .subcategory-item {
        flex: 1 1 calc(33.33% - 20px);  /* 3 cards per row on medium screens */
    }
}

@media screen and (max-width: 768px) {
    .subcategory-item {
        flex: 1 1 calc(50% - 20px);  /* 2 cards per row on small screens */
    }
}

@media screen and (max-width: 480px) {
    .subcategory-item {
        flex: 1 1 100%;  /* 1 card per row on mobile */
    }
}


 .hyd-px-stat-section {
  position: relative;
  width: 100%;
  /* High-quality Hydro Plant Image */
  background-image: url('../../passets/Img/sdsf.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hyd-px-stat-overlay {
  background: linear-gradient(45deg, rgba(0, 43, 91, 0.8), rgba(0, 0, 0, 0.6));
  padding: 100px 0;
  width: 100%;
}

.hyd-px-stat-box {
  padding: 20px;
  transition: transform 0.3s ease;
}

.hyd-px-stat-box:hover {
  transform: translateY(-10px);
}

.hyd-px-icon {
  font-size: 3rem;
  color: #00d4ff;
  margin-bottom: 20px;
}

.hyd-px-number {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 800;
  margin: 0;
}

.hyd-px-text {
  color: #e0e0e0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Fix for mobile devices where fixed background can be laggy */
@media (max-width: 991px) {
  .hyd-px-stat-section {
    background-attachment: scroll;
  }
  .hyd-px-number {
    font-size: 2.5rem;
  }
}







/* 1. Parallax Container */
.shop-parallax-section {
    /* Add your image link here */
    background-image: url('../../passets/Img/Wat.png');
    
    /* The magic parallax setting */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    position: relative;
}

/* 2. Visual Overlay (Legibility) */
.shop-parallax-overlay {
    background-color: rgba(0, 0, 0, 0.55); /* Darkens the image so text pops */
    color: #ffffff;
}

/* 3. Relative Typography */
.shop-main-title {
    font-size: 3rem;
    font-weight: 800;
}

.shop-main-title span {
    color: #ffc107; /* Highlight color for "Us" */
}

.shop-sub-text {
  color:white;
    font-size: 1.2rem;
    opacity: 0.9;
}

.shop-ad-container {
    margin-bottom: 20px;
    text-align: center;
}

/* 4. Responsive Fix */
@media (max-width: 991px) {
    .shop-parallax-section {
        background-attachment: scroll; /* Smoother on mobile devices */
    }
    .shop-main-title {
        font-size: 2.2rem;
    }
}

 .top-header-content {
     background: linear-gradient(to bottom, #0dcaf0 0%, rgba(2, 27, 52, 0.4) 60%
60%
, rgba(0, 0, 0, 0) 100%);
}
 .bannerhny-content{
    position: absolute;
    width: 100%;
    top: 60px;
 }
.navfix a{
  color:#ffffff !important;
 }




 /* Unique Namespace to prevent style leakage */
    .ultra-modern-surface {
        position: relative;
        background: #fff;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Fix for "Image not fully showing" */
    .visual-stage {
        position: relative;
        width: 100%;
        /* Change this to 'contain' if you want to see the whole image 
           without cropping, or keep 'cover' for a filled look */
        background: #f4f4f4; 
        border-radius: 4px;
        overflow: hidden;
    }

    .visual-stage img {
        width: 100%;
        height: 200px; /* Adjust based on your preference */
        object-fit: fill; /* Shows full image without cutting it off */
        background-color: #f4f4f4;
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .ultra-modern-surface:hover .visual-stage img {
        transform: scale(1.05);
    }

    /* Floating Interaction Strip - Vertical and subtle */
    .interaction-nexus {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 10;
        opacity: 0;
        transition: all 0.4s ease;
    }

    .ultra-modern-surface:hover .interaction-nexus {
        opacity: 1;
        right: 20px;
    }

    .nexus-link {
        color: #000;
        font-size: 1.2rem;
        transition: 0.3s;
        text-decoration: none !important;
    }

    .nexus-link:hover {
        color: #ff4757;
    }

    /* Typography & Meta */
    .info-cluster {
        padding: 24px 0;
    }

    .info-cluster .meta-category {
        text-transform: uppercase;
        font-size: 0.7rem;
        letter-spacing: 2px;
        color: #999;
        margin-bottom: 8px;
        display: block;
    }

    .product-identity-title {
        font-family: 'Inter', sans-serif; /* Requires Inter font link */
        font-size: 1.4rem;
        font-weight: 300; /* Light weight for a high-end look */
        color: #111;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-decoration: none !important;
    }

    .product-narrative-short {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 20px;
    }

    /* Innovative Pricing */
    .price-anchor {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .price-anchor::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #eee;
    }

    .cta-minimal-btn {
        padding: 10px 0;
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        border-bottom: 2px solid #000;
        display: inline-block;
        transition: all 0.3s;
        text-decoration: none !important;
    }

    .cta-minimal-btn:hover {
        padding-right: 15px;
        border-bottom-color: #ff4757;
        color: #ff4757;
    }

    @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}