/* Force product card images to show on products page */
.product-category .product-card img,
.product-category .product-card .img-fluid {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fa
}

.logo {
    height: 55px
}

.top-header {
    background: #fff;
    padding: 12px 0
}

.search-box {
    position: relative
}

.search-box input {
    padding: 8px 35px 8px 15px;
    border-radius: 30px;
    border: 1px solid #ccc
}

.search-box i {
    position: absolute;
    right: 12px;
    top: 10px
}

.main-nav {
    background: #111
}

.nav-link {
    border-radius: 30px;
    padding: 8px 18px !important
}

.nav-link.active,
.nav-link:hover {
    background: #0d6efd
}

.navbar-nav {
    display: flex;
    align-items: center
}

.navbar-nav .nav-home {
    order: 1
}

.navbar-nav .nav-products {
    order: 2
}

.navbar-nav .nav-contact {
    order: 4
}

.navbar-nav .nav-about {
    order: 3
}

.mega-dropdown {
    position: static
}

.mega-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 25px;
    display: none
}

.mega-menu a {
    display: block;
    margin-bottom: 6px
}

.mega-list-col {
    padding-right: 18px
}

.mega-preview-col {
    padding-left: 18px
}

.mega-preview {
    background: linear-gradient(180deg, #fff, #f8fafc);
    border-radius: 8px;
    padding: 14px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.mega-preview .preview-img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 120px
}

.mega-preview .preview-content {
    flex: 1
}

.mega-preview h5 {
    margin: 0 0 6px 0;
    font-size: 16px
}

.mega-item {
    color: #122;
    text-decoration: none;
    padding: 6px 0;
    display: block
}

.mega-item:hover,
.mega-item:focus {
    text-decoration: none;
    color: #0d6efd
}

.home-page .mega-dropdown:focus-within .mega-menu,
.home-page .mega-dropdown:hover .mega-menu {
    display: block
}

.hero {
    position: relative;
    overflow: hidden
}

.hero .hero-media {
    position: relative
}

.hero img {
    object-fit: cover
}

.hero .hero-video {
    width: 100%;
    height: clamp(320px, 42vh, 460px);
    object-fit: cover;
    display: block
}

.hero.fixed-hero .hero-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(32px, 12vh, 80px);
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.35));
    padding: 16px 26px;
    border-radius: 8px;
    text-align: center;
    max-width: 92%;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
    backdrop-filter: blur(4px)
}

.hero.fixed-hero .hero-caption h1 {
    margin: 0 0 6px 0;
    font-size: clamp(20px, 3.4vw, 36px)
}

.hero.fixed-hero .hero-caption p {
    margin: 0;
    font-size: clamp(12px, 1.6vw, 18px)
}

.about-section {
    padding: 60px 0
}

.why-us i {
    font-size: 40px;
    color: #0d6efd
}

.whatsapp-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #25d366;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 24px
}

.enquiry-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #0d6efd;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    border: none
}

.content-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06)
}

.contact-form input.form-control,
.contact-form textarea.form-control {
    border-radius: 6px
}

.contact-info {
    line-height: 1.6
}

.site-footer {
    background: #111;
    color: #ddd;
    margin-top: 40px
}

.site-footer a {
    color: #ddd;
    text-decoration: none
}

.site-footer .logo {
    height: 48px
}

.site-footer h6 {
    color: #fff
}

.site-footer p {
    margin-bottom: 0.6rem
}

.animation-section .video-wrapper video {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px
}

.category-slider h3 {
    font-weight: 600
}

.slider {
    display: flex;
    align-items: center;
    gap: 12px
}

.slider-btn {
    background: #fff;
    border: 0;
    font-size: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    transition: transform .12s ease, box-shadow .12s ease
}

.slider-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12)
}

.slider-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 6px;
    flex: 1
}

.cat-card {
    min-width: 260px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
    color: inherit;
    text-decoration: none;
    display: block;
    transition: transform .18s ease, box-shadow .18s ease, opacity .12s ease;
    text-align: left
}

.cat-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    background: #f8f8f8
}

.cat-card h5 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600
}

.cat-card p {
    color: #6b7280;
    font-size: 13px;
    margin: 0
}

.cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12)
}

.product-card {
    padding: 12px;
    transition: transform .16s ease, box-shadow .16s ease
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.10)
}

.product-card .img-fluid {
    border-radius: 8px
}

.card-details {
    display: none;
    margin-top: 8px;
    color: #555
}

.product-card.expanded .card-details {
    display: block
}

.product-card .card-cta {
    display: inline-block;
    margin-top: 10px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600
}

.product-card .card-cta:hover {
    text-decoration: underline
}

.product-toggle {
    cursor: pointer
}

.product-card .product-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%
}

.product-card .product-link h5 {
    color: inherit
}

.product-card.content-container .small,
.content-container p.small {
    color: #000 !important;
    text-decoration: none !important
}

.product-link .small,
.product-link p.small {
    text-decoration: none !important
}

.product-card.product-link {
    text-decoration: none !important
}

.product-card .card-footer {
    margin-top: 12px;
    font-weight: 600;
    color: #0d6efd
}

.product-card .product-link:hover .card-footer {
    text-decoration: underline
}

.product-category .product-card h5 {
    display: block !important;
    margin-bottom: 6px !important;
    padding: 0 6px !important;
    font-size: clamp(14px, 1.2vw, 16px) !important;
    font-weight: 600 !important
}

.product-category .product-card .card-details,
.product-category .product-card .card-footer {
    display: none !important
}

.product-category .product-card .img-fluid,
.product-card img,
.product-link img,
#pd-image-gallery img,
.mega-preview .preview-img {
    display: block !important;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.product-category .product-card .product-link {
    display: block;
    height: 100%;
    padding: 10px 6px
}

.product-category .product-card {
    height: 100%;
    padding: 12px
}

.product-category {
    margin-top: 28px
}

.product-category .category-header h4 {
    margin: 0
}

.product-category .category-header p {
    margin: 0
}

.catalogue-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.catalogue-btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(16, 24, 40, 0.06);
    transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
    text-decoration: none;
    font-size: 14px;
    border: none;
    color: #fff
}

.catalogue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12)
}

.catalogue-btn i {
    vertical-align: middle;
    margin-right: 8px
}

.catalogue-btn:not(.catalogue-preview-btn) {
    background: linear-gradient(180deg, #2fa07e, #1f8a67)
}

.catalogue-btn.catalogue-preview-btn {
    background: linear-gradient(180deg, #0d6efd, #0555d6)
}

.catalogue-entry {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px
}

.catalogue-search-highlight {
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.08), rgba(63, 143, 120, 0.04));
    border-radius: 8px;
    padding: 8px;
    transition: background .2s ease
}

@media (max-width:576px) {
    .catalogue-entry {
        flex-direction: column;
        align-items: stretch
    }

    .catalogue-entry .catalogue-btn {
        width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .hero img {
        height: 220px
    }

    .hero .hero-video,
    .hero .carousel-item video {
        height: 220px
    }

    .animation-section .video-wrapper video {
        height: 220px
    }

    .cat-card {
        min-width: 200px
    }
}