* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    
}




.bac{
    background: rgba(0, 0, 0, 0.4);
    background-image: url(images/logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    height: 120vh;
    background-blend-mode: overlay;
    z-index: -1;
 
}




/* Styling for the header and sticky header */
header .sticky-header {
    background-color: rgb(184, 177, 177);
    width: 100%;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
     height: 40px;
    }


header .sticky-header span {
    margin-left: 20px;
    cursor: pointer;
}

header .sticky-header span:hover{
    color: #ff5733;
}



header {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    z-index: 99;
}
    


nav {
    position: relative;
    padding: 10px 20px;
    background: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav .nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}


nav .nav-links a:hover {
    color: #ec1313;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    right: 0;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        position: relative; /* Ensure it's positioned correctly for nav-links */
        z-index: 2; /* Make sure it stays on top */
    }

    .nav-links {
        display: none; /* Initially hidden */
        position: absolute;
        top: 100%; /* Place it right below .menu-toggle */
        left: 0;
        width: 100%;
        background: #333; /* Match the navbar background */
        flex-direction: column;
        align-items: center; /* Center-align the links */
        padding: 10px 0;
        border-radius: 0 0 5px 5px; /* Rounded corners for dropdown */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow for better visibility */
    }

    .nav-links.active {
        display: flex; /* Show the menu when active */
    }

    .nav-links a {
        text-decoration: none;
        color: white;
        font-size: 14px;
        padding: 10px;
        width: 100%; /* Full-width clickable area */
        text-align: center;
    }

    .nav-links a:hover {
        background: #444; /* Highlight effect on hover */
    }
}








.logo {
    animation: sliddown 2s ease-out; 


}

@keyframes sliddown{
    0%{
        transform: translatey(-100%);
        opacity: 0;
    }
    100%{
        transform: translatey(0);
        opacity: 1;
    }
}


.logo h1 {
    color: #ec1313;
}



.hero {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: slidin 2s ease-out; 
}

@keyframes slidin{
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

.hero h2  {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff5733;
    text-transform:capitalize ;}
    
    
    /* Container Styling */
    .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px;
    }

    .row {
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between; 
        gap: 20px; 
        padding: 20px;
    }


/* Columns Styling */
.col {
    flex: 1 1 calc(33.33% - 20px); 
    max-width: calc(33.33% - 20px); 
    background-color: #fff; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s; 
}
 

  /* Image Styling */
.col img {
    max-width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.col:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

    .col h4 {
        font-size: 22px;
        margin: 10px 0;
        color: #333;
    }

    .col p {
        font-size: 16px;
        color: #555;
        margin: 10px 0;
    }


/* Responsive Design: Switch to Single Column for Small Screens */
@media (max-width: 768px) {
    .col {
        flex: 1 1 100%; 
        max-width: 100%; 
    }
}


/* About Section Styling */
.about {
    background-color: #f9f9f9; 
    padding: 60px 20px; 
    text-align: center; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.about h2 {
    font-size: 2em; 
    margin-bottom: 20px;
    color: #222; 
    font-weight: bold;
}

.about p {
    font-size: 1em; 
    line-height: 1.6; 
    color: #555; 
    margin: 0 auto;
    max-width: 800px; 
}

/* Responsive Design */
@media (max-width: 768px) {
    .about h2 {
        font-size: 1.8em;
    }

    .about p {
        font-size: 0.95em;
        padding: 0 10px; 
    }}




/* styling for singleside page */
.newpage{
        position: relative;
        width: auto;
        background: rgb(48, 47, 47);
        color: rgb(255, 254, 254);
        letter-spacing: 0.04em;
        font-family: var(--title-fonts);
        font-size: 14px;
        font-weight: 600;
        padding: 12px 30px;
        text-transform: uppercase;
        line-height: 2;
        vertical-align: middle;
        border: none;
        display: inline-block;
        overflow: hidden;
      }

   



/* Products Section */
.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}

.product-item {
    text-align: center;
  }

  
  .product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-item p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
    }

    .products {
        grid-template-columns: 1fr;
    }
}



/* Categories Section */
.Categories {
    padding: 20px;
    text-align: center;
    background-color: #444;
    color: white;
}

.Categories .cat {
    font-size: 24px;
    color: #ff9800;
}


.Categories .newitem {
    font-size: 28px;
    margin-top: 10px;
}

  
/* Footer Styling */
footer {
    background-color: #f8f9fa; 
    padding: 20px 15px; 
    text-align: center; 
    border-top: 1px solid #ddd; 
    font-family: Arial, sans-serif; 
}

footer p {
    color: #333; 
    font-size: 14px; 
    margin: 0; 
}

footer .top {
    margin-top: 15px; 
}

footer .top a {
    text-decoration: none; 
    display: inline-flex; 
    align-items: center; 
    color: #007BFF; 
    font-size: 14px; 
    transition: color 0.3s ease; }

footer .top a:hover {
    color: #0056b3; 
}

footer .top ion-icon {
    font-size: 30px; 
    margin-right: 5px; 
    transition: transform 0.3s ease; 
}

footer .top a:hover ion-icon {
    transform: scale(1.1); 
}

/* Responsive Design */
@media (max-width: 480px) {
    footer {
        font-size: 12px; 
    }

    footer .top ion-icon {
        font-size: 25px; 
    }
}





/* sigleside and double page */

.enwan {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.enwan li {
    list-style: none;
}

.enwan h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.home {
    font-size: 0.9em;
    color: #555;
}


.home a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.home a:hover {
    text-decoration: underline;
}

.home i {
    margin: 0 5px;
    color: #555;
}


    
/* Products Section */
.BAK2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.singleside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    animation: slidin 2s ease-out; 

}

.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.item h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #007BFF;
}

.item p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}






/* Style for the WhatsApp Button */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    
}

.whatsapp-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    
    
    background: none;
    font-size: 14px;
    text-decoration: none;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}




