/* ─────────────────────────────────────
   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: #0652DD;
}

/* ─────────────────────────────────────
   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: #0652DD;
    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: #0652DD;
}

.header-actions .cart-btn {
    background: #0652DD;
    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: #0652DD;
    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: #0652DD;
}

.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: #0652DD;
}

/* ─────────────────────────────────────
   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: #0652DD;
}

.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: #0652DD;
}

.mega-col-group ul li a:hover::before {
    background: #0652DD;
}

/* View-all pill */
.mega-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #0652DD;
    text-decoration: none;
    border: 1.5px solid #0652DD;
    border-radius: 20px;
    padding: 5px 14px;
    margin-top: 6px;
    transition: background .2s, color .2s;
}

.mega-view-all:hover {
    background: #0652DD;
    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: #0652DD;
    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: #0652DD;
}

/* ─── 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: #0652DD;
}

/* 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: #0652DD;
}

.section-heading p {
    font-size: 15px;
    color: #777;
    margin: 0;
}

.section-heading .divider {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #0652DD;
    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: #0652DD;
    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: #0652DD;
}

.product-card .card-price {
    font-size: 18px;
    font-weight: 800;
    color: #0652DD;
    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: #0652DD;
    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: #0652DD !important;
    border-color: #0652DD !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;
}



  /* ---------- MARQUEE / HAZARD STRIP ---------- */
  .strip{
    background:repeating-linear-gradient(135deg, var(--ink) 0 26px, var(--ink-2) 26px 52px);
    overflow:hidden;white-space:nowrap;padding:.65rem 0;border-top:2px solid var(--amber);border-bottom:2px solid var(--amber);
  }
  .strip .track{display:inline-block;padding-left:100%;animation:scrollmarq 32s linear infinite;}
  .strip span{
    color:#fff;font-family:'Roboto Mono';font-size:.78rem;letter-spacing:.12em;font-weight:500;
    margin-right:2.4rem;text-transform:uppercase;
  }
  .strip span i{color:var(--amber);margin-right:.5rem;}
  @keyframes scrollmarq{ 0%{transform:translateX(0);} 100%{transform:translateX(-100%);} }

  /* ---------- SECTION SHELL ---------- */
  .sect{padding:4.5rem 0;}
  .sect.alt{background:var(--plate);}
  .sect-eyebrow{
    display:inline-flex;align-items:center;gap:.5rem;
    font-family:'Roboto Mono';font-size:.72rem;letter-spacing:.16em;color:var(--amber-dark);
    text-transform:uppercase;font-weight:600;margin-bottom:.5rem;
  }
  .sect-eyebrow::before{content:"";width:22px;height:2px;background:var(--amber-dark);display:inline-block;}
  .sect h2{font-size:clamp(1.5rem,2.6vw,2.1rem);color:var(--ink);font-weight:700;margin-bottom:.7rem;}
  .sect p.desc{color:#4b5666;max-width:46rem;font-size:.98rem;line-height:1.65;}

  .plate-frame{
    position:relative;background:#fff;border:1px solid var(--plate-line);border-radius:4px;
    padding:10px;box-shadow:0 18px 34px -18px rgba(11,37,64,.35);
  }
  .plate-frame img{width:100%;border-radius:2px;display:block;}

  .spec-list{list-style:none;padding:0;margin:0;}
  .spec-list li{
    display:flex;align-items:flex-start;gap:.6rem;padding:.5rem 0;
    border-bottom:1px dashed var(--plate-line);font-size:.92rem;color:var(--charcoal);
  }
  .spec-list li:last-child{border-bottom:none;}
  .spec-list li i{color:var(--amber-dark);margin-top:.2rem;font-size:.85rem;}
  .spec-list b{font-weight:600;color:var(--ink);}
  .spec-list .meta{display:block;color:#77808e;font-size:.78rem;font-family:'Roboto Mono';margin-top:.1rem;}

  .group-tag{
    font-family:'Roboto Mono';font-size:.68rem;letter-spacing:.1em;color:#fff;
    background:var(--steel);display:inline-block;padding:.25rem .6rem;border-radius:2px;
    text-transform:uppercase;margin-bottom:.7rem;
  }

  /* ---------- FEATURED HYDRAULIC PRESS ---------- */
  .featured{
    background:linear-gradient(180deg,var(--ink) 0%, var(--ink-2) 100%);
    color:#fff;padding:5rem 0;position:relative;
  }
  .featured h2{color:#fff;}
  .featured .sect-eyebrow{color:var(--amber);}
  .featured .sect-eyebrow::before{background:var(--amber);}
  .spec-table{width:100%;border-collapse:collapse;font-family:'Roboto Mono';font-size:.84rem;}
  .spec-table tr{border-bottom:1px solid rgba(255,255,255,.14);}
  .spec-table td{padding:.55rem .3rem;color:#dbe4ee;}
  .spec-table td:first-child{color:#9db2c9;width:46%;}
  .badge-feat{
    display:inline-flex;align-items:center;gap:.5rem;background:rgba(242,169,59,.12);
    border:1px solid rgba(242,169,59,.4);color:var(--amber);padding:.5rem .7rem;
    border-radius:3px;font-family:'Roboto Mono';font-size:.72rem;margin:.25rem .4rem .25rem 0;
  }

  /* ---------- WHY US ---------- */
  .why-card{
    background:#fff;border:1px solid var(--plate-line);border-radius:4px;padding:1.5rem 1.2rem;
    height:100%;transition:transform .18s ease, box-shadow .18s ease;
  }
  .why-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px -14px rgba(11,37,64,.3);}
  .why-card i{font-size:1.5rem;color:var(--amber-dark);}
  .why-card h4{font-size:1rem;color:var(--ink);margin:.7rem 0 .4rem;font-weight:600;text-transform:none;font-family:'Inter';}
  .why-card p{font-size:.87rem;color:#5a6473;margin:0;}

  /* ---------- CONTACT / FOOTER ---------- */
  .contact{background:var(--ink);color:#fff;padding:4.5rem 0 0;}
  .contact h2{color:#fff;}
  .contact .sect-eyebrow{color:var(--amber);}
  .contact .sect-eyebrow::before{background:var(--amber);}
  .contact-card{
    background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);
    border-radius:4px;padding:1.4rem;height:100%;
  }
  .contact-card i{color:var(--amber);font-size:1.2rem;}
  .contact-card .lbl{font-family:'Roboto Mono';font-size:.68rem;letter-spacing:.1em;color:#9db2c9;text-transform:uppercase;}
  .contact-card .val{font-size:1.02rem;font-weight:500;margin-top:.15rem;}
  .contact-card a{color:#fff;}
  .contact-card a:hover{color:var(--amber);}

  .btn-amber{
    background:var(--amber);border:none;color:var(--ink);font-weight:600;
    border-radius:2px;padding:.75rem 1.6rem;font-family:'Roboto Mono';font-size:.85rem;letter-spacing:.02em;
  }
  .btn-amber:hover{background:#fff;color:var(--ink);}
  .btn-outline-line{
    border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:2px;
    padding:.75rem 1.6rem;font-family:'Roboto Mono';font-size:.85rem;
  }
  .btn-outline-line:hover{border-color:var(--amber);color:var(--amber);}

  .foot-bottom{
    border-top:1px solid rgba(255,255,255,.12);margin-top:3rem;padding:1.2rem 0;
    font-size:.78rem;color:#8ea0b6;
  }

  .backtotop{
    position:fixed;right:1.1rem;bottom:1.1rem;width:42px;height:42px;border-radius:50%;
    background:var(--amber);color:var(--ink);display:flex;align-items:center;justify-content:center;
    box-shadow:0 8px 18px rgba(0,0,0,.35);z-index:1000;opacity:0;pointer-events:none;transition:opacity .25s;
  }
  .backtotop.show{opacity:1;pointer-events:auto;}
  
  .btn-danger
Specificity: (0,1,0)
 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

/* Premium Breadcrumb Header Styles */
.premium-breadcrumb-section {
  background: #0f172a; /* Deep dark blue background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Background Radial Glow */
.premium-breadcrumb-section .glow-bg {
  position: absolute;
  top: -50%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, rgba(15, 23, 42, 0) 70%);
  filter: blur(50px);
  pointer-events: none;
}

/* Glassmorphic Breadcrumb Container */
.premium-breadcrumb {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

/* Breadcrumb Links & Text */
.premium-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105"; /* FontAwesome chevron-right icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0.75rem;
}

.premium-breadcrumb .breadcrumb-item a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.25s ease-in-out;
}

/* Link Hover Effect */
.premium-breadcrumb .breadcrumb-item a:hover {
  color: #38bdf8;
  transform: translateY(-1px);
}

/* Active Page Item */
.premium-breadcrumb .breadcrumb-item.active span {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
}

