 /*** Navbar ***/
 .navbar {
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-black);
    font-size: 17px;
    font-weight: bolder;
    outline: none;
    transition: .5s;
    
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 35px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--bs-primary); */
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }


    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(241, 241, 241, 0.116);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        margin-left: 0;
        /* color: var(--bs-dark); */
    }

    .navbar-light .navbar-brand img {
        height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
        padding-top: 20px !important;
        /* height: auto !important; */
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand img{
        max-height: 60px !important;
    }
}

/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;

}

.product-content {
    height: 30px;
    color: white !important;
    background-color: rgb(22, 22, 103);
    display: flex;
    
    justify-content: center;
    align-items: center;
}


/*** Products End ***/


/* baring */
.bearings-img {
    width: 100%;
    
    height: 200px; /* Adjust height as needed */
    object-fit: cover;
    border-radius: 5px;
    /* filter: brightness(50%); */
    box-shadow: -2px 2px 4px 1px rgb(52, 79, 151);
}
#boxes div {
    width: 280px;
}


/* General Styling */

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

.image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity */
}


/* Hero Section */
.hero-section {
    background: url('https://source.unsplash.com/1600x900/?construction,mining') no-repeat center center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section .overlay {
    background: rgb(37, 46, 87);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f4f3f1;
}

.hero-section p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.hero-section .btn-warning {
    font-size: 1.2rem;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* Services Section */
.services-section {
    /* background: #262f5f; */
    padding: 60px 0;
    text-align: center;
}

.service-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(20, 24, 65, 0.571);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(45, 43, 38, 0.3);
}

.service-box i {
    font-size: 3rem;
    color: #0b0a0a;
    margin-bottom: 15px;
}

.service-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #050505;
}

.service-box p {
    font-size: 1rem;
    color: #0a0a0a;
}

/* footer  */
.footer {
  
    background-color: rgba(101, 88, 88, 0.199);    /* background-color: rgba(5, 25, 69, 0.784); */
    }
    .footer-item img{
        height: 65px;
        width: 200px;
        
    }
    .qr img{
        height: 100px;
        width: 100px;
    }
    .footer-item a{
      text-decoration: none !important;
    }
    
    .footer-item img {
        /* filter: invert(1); */
    }
    
    .footer .footer-item a {
        line-height: 35px;
        /* color: var(--bs-body); */
        color: rgb(49, 44, 98);
        transition: 0.5s;
    }
    
    .footer .footer-item p {
        /* line-height: 35px; */
        
    }
    
    .footer .footer-item a:hover {
        letter-spacing: 1px;
        color: var(--bs-primary);
    }
    
    .footer .footer-item .footer-btn a,
    .footer .footer-item .footer-btn a i {
        transition: 0.5s;
    }
    
    .footer .footer-item .footer-btn a:hover {
        background: var(--bs-dark);
    }
    
    .footer .footer-item .footer-btn a:hover i {
        color: var(--bs-primary) !important;
    }
    .bg-breadcrumb {
        position: relative;
        overflow: hidden;
        background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../IMAGE/forge.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0 60px 0;
        transition: 0.5s;
    }
    
    .bg-breadcrumb .breadcrumb {
        position: relative;
        background: transparent !important;
    }
    
    .bg-breadcrumb .breadcrumb .breadcrumb-item a {
        color: var(--bs-white);
    }
    
    @media (max-width: 992px) {
        .bg-breadcrumb {
            padding: 60px 0 60px 0;
        }
    }
    
    /* .social {
       
        height: 20px !important;
        width: 50px !important;
        border-radius: 50% !important;
    } */
  
    .btn-circle {
      width: 45px !important;
      height: 45px !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-size: 18px !important;
      background-color: rgb(48, 78, 134) !important;
  }
    
    /*** Footer End ***/
    
    /*** copyright Start ***/
    .copyright {
        border-top: 1px solid rgba(56, 41, 169, 0.08);
        /* background: var(--bs-dark); */
    }
    /*** copyright end ***/
    
/* footer  */
