/* ─────────────────────────────────────
   TOP BAR
───────────────────────────────────── */
.topbar {
    background: #1a1a2e;
    padding: 8px 0;
    font-size: 13px;
    color: #bbb;
}

.topbar a {
    color: #bbb;
    text-decoration: none;
    transition: color .2s;
}

.topbar a:hover {
    color: #fff;
}

.topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 12px;
    transition: background .2s;
}

.topbar-social a:hover {
    background: #e60000;
}

/* ─────────────────────────────────────
   MAIN HEADER
───────────────────────────────────── */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    padding: 12px 0;
}

.site-header .logo img {
    max-height: 60px;
    width: auto;
}

.header-search .input-group {
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.header-search input {
    border: none;
    font-size: 14px;
    padding: 8px 14px;
    box-shadow: none !important;
}

.header-search .btn-search {
    background: #e60000;
    border: none;
    color: #fff;
    padding: 8px 18px;
}

.header-search .btn-search:hover {
    background: #c50000;
}

.header-actions a,
.header-actions span {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color .2s;
}

.header-actions a:hover {
    color: #e60000;
}

.header-actions .cart-btn {
    background: #e60000;
    color: #fff !important;
    padding: 9px 18px;
    border-radius: 8px;
}

.header-actions .cart-btn:hover {
    background: #c50000;
}

/* ─────────────────────────────────────
   NAVBAR (Desktop)
───────────────────────────────────── */
.main-navbar {
    background: #f4f4f4;
    padding: 0;
    position: relative;
    z-index: 1000;
}

.main-navbar .navbar-nav .nav-link {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 15px;
    position: relative;
    transition: color .2s;
}

.main-navbar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #e60000;
    display: none;
    border-radius: 2px 2px 0 0;
    transition: width .25s;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
    color: #e60000;
}

.main-navbar .navbar-nav .nav-link:hover::after {
    width: 60%;
}

/* Regular dropdown */
.main-navbar .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
    padding: 8px 0;
    min-width: 200px;
    margin-top: 0;
}

.main-navbar .dropdown-item {
    font-size: 14px;
    padding: 9px 18px;
    color: #444;
    font-weight: 500;
}

.main-navbar .dropdown-item:hover {
    background: #fff5f5;
    color: #e60000;
}

/* ─────────────────────────────────────
   MEGA MENU (Desktop)
───────────────────────────────────── */
.mega-parent {
    position: static !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .13);
    padding: 0;
    display: none;
    z-index: 999;
}

.mega-parent:hover .mega-menu,
.mega-parent.show .mega-menu {
    display: flex;
}

/* Left banner panel */
.mega-banner {
    width: 220px;
    min-width: 220px;
    overflow: hidden;
    border-radius: 0 0 0 16px;
    position: relative;
    background: #1a1a2e;
}

.mega-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}

.mega-banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px;
    color: #fff;
}

.mega-banner-text h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}

.mega-banner-text p {
    font-size: 12px;
    margin: 0;
    opacity: .8;
}

/* Right content area */
.mega-content {
    flex: 1;
    padding: 28px 28px 24px;
}

.mega-content .mega-section-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

/* Mid-category columns */
.mega-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
}

.mega-col-group {
    min-width: 160px;
}

.mega-col-group .mega-col-title {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.mega-col-group .mega-col-title a {
    color: #222;
    text-decoration: none;
}

.mega-col-group .mega-col-title a:hover {
    color: #e60000;
}

.mega-col-group ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.mega-col-group ul li a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    transition: color .18s;
}

.mega-col-group ul li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    flex-shrink: 0;
    transition: background .18s;
}

.mega-col-group ul li a:hover {
    color: #e60000;
}

.mega-col-group ul li a:hover::before {
    background: #e60000;
}

/* View-all pill */
.mega-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #e60000;
    text-decoration: none;
    border: 1.5px solid #e60000;
    border-radius: 20px;
    padding: 5px 14px;
    margin-top: 6px;
    transition: background .2s, color .2s;
}

.mega-view-all:hover {
    background: #e60000;
    color: #fff;
}

/* Submenu hover (desktop) */
@media(min-width:992px) {
    .main-navbar .dropdown:not(.mega-parent):hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -8px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a::after {
        content: "›";
        float: right;
        margin-left: 8px;
    }
}

/* ─────────────────────────────────────
   MOBILE OFFCANVAS & RESPONSIVE CSS
───────────────────────────────────── */
@media(max-width:991px) {
    .main-navbar .navbar-nav .nav-link::after {
        display: none;
    }

    .header-search {
        margin-top: 10px;
    }

    .header-actions {
        margin-top: 10px;
        flex-wrap: wrap;
    }
}

/* Offcanvas custom modern style */
.mobile-menu-drawer {
    width: 300px !important;
    background-color: #ffffff;
}

.mobile-menu-drawer .offcanvas-header {
    background: #1a1a2e;
    color: #fff;
}

.mobile-menu-drawer .offcanvas-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.mobile-menu-drawer .nav-link-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-drawer .nav-link-mob:hover,
.mobile-menu-drawer .nav-link-mob.active {
    color: #e60000;
    background: #fff5f5;
}

.mob-accordion-body {
    padding: 0 0 0 15px;
    background: #fafafa;
}

.mob-mid-title {
    display: block;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
}

.mob-end-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mob-end-list li a {
    display: block;
    padding: 8px 30px;
    font-size: 13.5px;
    color: #555;
    text-decoration: none;
}

.mob-end-list li a:hover {
    color: #e60000;
}

/* ─── Hero Slider (100% No-Crop Responsive) ─── */
/* Slider responsive container */
.hero-slider,
.hero-slider .carousel-inner {
    width: 100% !important;
    height: auto !important;
}

.hero-slider .carousel-item {
    height: auto !important;
    background: #000;
}

/* Image Full Visibility Rule (No-Crop) */
.hero-slider .slider-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    /* Mobile par image poori dikhegi, kategi nahi */
}

/* Dark overlay text reading ke liye */
.hero-slider .carousel-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/* Captions setup */
.hero-slider .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    right: 8%;
    z-index: 5;
    max-width: 560px;
}

.hero-slider .carousel-caption.center-caption {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-slider .carousel-caption.right-caption {
    left: auto;
    right: 8%;
    text-align: right;
}

.hero-slider .carousel-caption h1 {
    font-size: clamp(16px, 4.5vw, 52px);
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-slider .carousel-caption p {
    font-size: clamp(10px, 1.6vw, 17px);
    color: #fff;
}

.hero-slider .carousel-indicators .active {
    background-color: #e60000;
}

/* Mobile Controls adjustment */
@media (max-width: 767px) {
    .hero-slider .carousel-caption {
        width: 90%;
        left: 50% !important;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        display: none !important;
    }
}

/* ─── Services ─── */
.section-services {
    background: #f8f8f8;
    padding: 60px 0;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.service-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 18px;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.section-heading h2 span {
    color: #e60000;
}

.section-heading p {
    font-size: 15px;
    color: #777;
    margin: 0;
}

.section-heading .divider {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #e60000;
    border-radius: 2px;
    margin: 10px auto 14px;
}

/* ─── Product Cards ─── */
.section-products {
    padding: 70px 0;
}

.section-products.bg-light-gray {
    background: #f8f8f8;
}

.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
}

.product-card .card-thumb {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.product-card .card-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .25s;
}

.product-card:hover .card-thumb::after {
    background: rgba(0, 0, 0, .1);
}

.product-card .badge-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e60000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 1;
}

.product-card .card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card .card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
}

.product-card .card-title:hover {
    color: #e60000;
}

.product-card .card-price {
    font-size: 18px;
    font-weight: 800;
    color: #e60000;
    margin-bottom: 6px;
}

.product-card .card-price del {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    margin-left: 6px;
}

.product-card .stars {
    color: #f5a623;
    font-size: 13px;
    margin-bottom: 14px;
    min-height: 18px;
}

.product-card .btn-cart {
    margin-top: auto;
    background: #1a1a2e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background .2s;
}

.product-card .btn-cart:hover {
    background: #e60000;
    color: #fff;
}

.product-card .out-of-stock-btn {
    margin-top: auto;
    background: #f0f0f0;
    color: #999;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    cursor: not-allowed;
}

/* Carousel arrows for product rows */
.prod-carousel-wrap {
    position: relative;
}

.prod-carousel-wrap .owl-prev,
.prod-carousel-wrap .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: background .2s, border-color .2s;
}

.prod-carousel-wrap .owl-prev {
    left: -20px;
}

.prod-carousel-wrap .owl-next {
    right: -20px;
}

.prod-carousel-wrap .owl-prev:hover,
.prod-carousel-wrap .owl-next:hover {
    background: #e60000 !important;
    border-color: #e60000 !important;
    color: #fff !important;
}

@media(max-width: 767px) {
    .hero-slider .carousel-item {
        height: 380px;
    }

    .hero-slider .carousel-caption h1 {
        font-size: 22px;
    }

    .hero-slider .carousel-caption p {
        font-size: 14px;
    }
}



.footer-section {
    background: #11111a;
    padding: 70px 0 25px;
    color: #fff;
}

.footer-logo {
    max-width: 170px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #e5e5e5;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
}

.footer-links a:hover {
    color: #ff3131;
    padding-left: 5px;
}

.contact-info p {
    color: #ddd;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.contact-info a {
    color: #ff3131;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.social-icons a {
    color: #fff;
    font-size: 30px;
    transition: .3s;
}

.social-icons a:hover {
    color: #ff3131;
}

.qr-box {
    width: 165px;
    height: 165px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

.qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brochure-link {
    display: inline-block;
    margin-top: 15px;
    color: #ff3131;
    text-decoration: none;
    font-size: 16px;
}

.footer-divider {
    border-color: rgba(255, 255, 255, .15);
    margin-top: 50px;
    margin-bottom: 20px;
}

.copyright {
    color: #d8d8d8;
    font-size: 16px;
}

@media(max-width:991px) {

    .footer-section {
        padding: 50px 0 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .qr-box {
        margin: auto;
    }

    .brochure-link {
        display: block;
        text-align: center;
    }
}

.logo {
    width: 175px !important;
}

