        body {
            font-family: "Montserrat", sans-serif;
            color: #333;
        }

        /* Navbar */
        .navbar {
            background: #0b1b28;
            padding-top: 0;
            padding-bottom: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
.kc_column>.product-card.kc-col-container, .kc_column_inner>.product-card.kc-col-inner-container{
	height: inherit !important
}
        .navbar img {
            width: 150px;
            height: auto;
        }

        .navbar {
            position: relative;
            transition: all 0.4s ease-in-out;
        }

        .navbar.fixed-top {
            position: fixed;
            animation: slideDown 0.4s ease-in-out;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }

            to {
                transform: translateY(0);
            }
        }

        #menu .nav-item {
            margin: 0 15px;
        }

        #menu .nav-item:last-child {
            margin-right: 0;
        }

        .navbar-brand {
            font-weight: 600;
        }
.about-box .kc-elm{
    float: inherit !important;
}
        .nav-link
        {
            color: #fff;
        }
.nav-link:hover {
    color: #42BCE2;
}
        .hero-carousel {
            height: 85vh;
        }

        .hero-carousel .carousel-item {
            height: 90vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        /* Dark overlay for readability */
        /*.hero-overlay {*/
        /*    position: absolute;*/
        /*    inset: 0;*/
        /*    background: linear-gradient(rgba(0, 0, 0, 0.55),*/
        /*            rgba(0, 0, 0, 0.55));*/
        /*    z-index: 1;*/
        /*    top: 30%;*/
        /*    left: 22%;*/
        /*    right: 23%;*/
        /*    bottom: 30%;*/
        /*}*/

        /* Center content */
        .hero-content {
            position: relative;
            z-index: 2;
            top: 75%;
            transform: translateY(-50%);
            color: #fff;
            text-align: left;
        }

        /* Headings */
        .hero-content h1 {
            letter-spacing: 1px;
            font-size: 2.9rem;
            text-transform: uppercase;
        }

        .carousel-control-next,
        .carousel-control-prev {
            top: 50%;
            transform: translateY(-50%);
            background: #000;
            border-radius: 100px;
            width: 50px;
            height: 50px;
            line-height: 0;
        }

        .carousel-control-next {
            right: 5%;
        }

        .carousel-control-prev {
            left: 5%;
        }

        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
        }

        /* Button style */
        .hero-content .btn {
            border-radius: 30px;
            padding: 10px 30px;
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .hero-content .btn:hover {
            background: #fff;
            color: #000;
        }

        /* Indicators */
        .carousel-indicators button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        /* Mobile */
        @media (max-width: 768px) {

            .hero-carousel,
            .hero-carousel .carousel-item {
                height: 65vh;
            }

            .hero-content h1 {
                font-size: 26px;
            }

            .hero-content p {
                font-size: 14px;
            }
        }

        /* Section */
        section {
            padding: 70px 0;
        }

        .section-title {
            font-weight: 700;
            margin-bottom: 40px;
        }

        /* Product Cards */
        .product-card {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
            transition: 0.3s;
        }

        .navbar-nav .nav-link.active,
        .navbar-nav .nav-link.show {
            color: #fff;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            top: 160%;
        }

        .dropdown-menu.show li:hover,
        .dropdown-menu.show li:hover a {
            background-color: #0f172a;
        }

        .dropdown-menu.show li:hover a {
            color: #fff;
        }

        .product-card a {
            text-decoration: none;
            color: #000;
        }

        .product-card:hover {
            transform: translateY(-6px);
        }

        .product-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
        }

        /* Footer */
        footer {
            background: #0b1b28;
            color: #cbd5e1;
            padding: 50px 0;
        }

        footer a {
            color: #38bdf8;
            text-decoration: none;
        }

        /* ---------- UI ENHANCEMENTS ---------- */
        .section-title {
            font-size: 34px;
            letter-spacing: 1px;
            color: #0f172a;
        }

        .product-card h5 {
            font-weight: 500;
            margin-top: 15px;
        }

        /* ---------- FIXED SOCIAL ICONS LEFT ---------- */
        .fixed-social {
            position: fixed;
            top: 40%;
            left: 15px;
            z-index: 999;
        }

        .fixed-social a {
            display: block;
            margin: 8px 0;
            width: 45px;
            height: 45px;
            background: #ffffff;
            color: #0d6efd;
            border-radius: 50%;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            font-size: 18px;
            text-decoration: none;
        }

        .fixed-social a:hover {
            background: #0d6efd;
            color: #ffffff;
            transform: translateX(5px);
        }

        /* ---------- FIXED ACTION BUTTONS RIGHT ---------- */
        .fixed-actions {
            position: fixed;
            bottom: 30px;
            right: 20px;
            z-index: 999;
        }

        .fixed-actions a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 55px;
            height: 55px;
            margin-top: 12px;
            border-radius: 50%;
            color: #fff;
            font-size: 22px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            transition: 0.3s;
            text-decoration: none;
        }

        .fixed-actions a:hover {
            transform: scale(1.1);
        }

        .whatsapp-btn {
            background: #25D366;
        }

        .phone-btn {
            background: #0d6efd;
        }

        /* ---------- COPYRIGHT ---------- */
        .copyright {
            background: #020617;
            color: #94a3b8;
            text-align: center;
            padding: 15px 0;
            font-size: 14px;
        }

        .copyright a {
            color: #38bdf8;
            font-weight: 500;
            text-decoration: none;
        }

        /* Breadcrumb Section */
        .page-header {
            padding: 120px 0 80px;
            color: #fff;
        }

        .page-header h1 {
            font-weight: 600;
            font-size: 42px;
        }

        .breadcrumb {
            background: transparent;
            justify-content: center;
        }

        .breadcrumb-item a {
            color: #e0f2fe;
            text-decoration: none;
        }

        /* Content Section */
        section {
            padding: 70px 0;
        }

        .about-box {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }

        .about-box h3 {
            font-weight: 600;
            margin-bottom: 20px;
            color: #0f172a;
        }

        .about-highlight {
            background: #f1f5f9;
            padding: 25px;
            border-left: 5px solid #0d6efd;
            border-radius: 10px;
            margin-top: 30px;
        }

        .products-section {
            padding: 70px 0;
            background: #f8fafc;
        }

        /* Category */
        .category-block {
            position: relative;
            margin-bottom: 60px;
        }

        .category-title {
            font-size: 28px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 25px;
        }

        /* Product Card */
        .product-card {
            background: #ffffff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: 0.3s;
        }

        .product-card:hover {
            transform: translateY(-6px);
        }

        .product-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .product-card .card-body {
            padding: 15px;
            text-align: center;
        }

        .product-card h6 {
            font-weight: 500;
            margin-bottom: 6px;
        }

        .product-card p {
            font-size: 14px;
            color: #64748b;
        }

        /* Owl Nav – FIXED FOR MULTIPLE SLIDERS */
        .category-block .owl-nav {
            position: absolute;
            top: -55px;
            right: 0;
        }

        .category-block .owl-nav button {
            width: 42px;
            height: 42px;
            background: #ffffff !important;
            border-radius: 50%;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        .category-block .owl-nav span {
            font-size: 26px;
            color: #0f172a;
        }

        .category-block .owl-prev {
            margin-right: 10px;
        }

        /* ---------- CONTACT PAGE ---------- */
        .contact-section {
            padding: 70px 0;
            background: #f8fafc;
        }

        .contact-box {
            background: #ffffff;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            transition: 0.3s;
        }

        .contact-box:hover {
            transform: translateY(-6px);
        }

        .image-box figure a .fg-image-wrap{
            width: 100%;
            height: 280px;
            /* box height */
            overflow: hidden;
        }

        .image-box figure a .fg-image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* ⭐ image fill hogi without stretch */
            object-position: center;
        }

        i.contact-icon {
            width: 70px;
            height: 70px;
            background: #0d6efd;
            color: #ffffff !important;
            border-radius: 50%;
            display: flex;
            line-height: 2 !important;
            padding: 5px;
            align-items: center;
            justify-content: center;
            font-size: 28px !important;
            margin: 0 auto 20px;
        }

        .contact-box h5 {
            font-weight: 600;
            margin-bottom: 10px;
            color: #0f172a;
        }

        .contact-box p {
            color: #64748b;
            font-size: 15px;
            margin-bottom: 0;
        }

        /* Form */
        .contact-form {
            background: #0b1b28;
            border-radius: 18px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .contact-form .form-control {
            border-radius: 10px;
            padding: 12px 15px;
        }

        .contact-form button {
            padding: 12px;
            border-radius: 10px;
            font-weight: 500;
        }

        /* Map */
        .map-box iframe {
            width: 100%;
            height: 100%;
            min-height: 450px;
            border-radius: 18px;
            border: 0;
        }

        /* Product Card */
        .products-section .product-card {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        /* Image */
        .products-section .product-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        /* Overlay */
        .products-section .product-card::after {
            content: '+';
            position: absolute;
            inset: 0;
            background: rgba(13, 110, 253, 0.75);
            color: #ffffff;
            font-size: 48px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.3s ease;
        }
.navbar-toggler{
        background-color: #ffffff !important;
}
        /* Hover Effect */
        .products-section .product-card:hover::after {
            opacity: 1;
        }

        /* Cursor */
        .products-section .product-card {
            cursor: pointer;
        }

        /* FIX: allow click through overlay */
        .products-section .product-card::after {
            pointer-events: none;
        }

        /* Ensure anchor is clickable */
        .products-section .product-card a,
        .products-section .product-card img {
            pointer-events: auto;
            cursor: pointer;
        }