*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Header */
header{
    background: #eb2020;
    color: white;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    font-size: 24px;
    font-weight: bold;
}

nav ul{
    display: flex;
    list-style: none;
    gap: 45px;
}

nav ul li a{
   
    color: white;
}

/* Hero Section */
.hero{
    background: #222;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero h1{
    font-size: 60px;
    margin-bottom: 20px;
     text-align: center;
}

.hero h1 span{
    color: #d4a64f;
     text-align: center;
}

.hero p{
    margin-bottom: 30px;
    color: #ccc;
}

.btn{
    background: #d4a64f;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

/* Features Bar */
.features{
    background: #6d8d67;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

/* Products */
.products{
    padding: 50px;
}

.products h2{
    margin-bottom: 30px;
}

.product-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.card{
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card h3{
    margin: 15px 0;
}

.price{
    color: #2c7a2c;
    font-size: 20px;
    font-weight: bold;
}

/* Footer */
footer{
    background: #1f1f1f;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    width:100%;
}
.product-image{
    width:100px;
    height:200px;

}





/* (dought) */

.navbar2 {
  display: flex;
  align-items: center;       
  background-color: #50c245;   
  padding: 10px 20px;
  margin-bottom: 50px
}

.logo img {
  height: 30px;              
  margin-right: 20px;        
  display: block;
}

.nav-links {
  display: flex;
  list-style: none;          
  gap: 15px;                 
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;     
}

.gg {
    color:  black; 
text-decoration: none; 
}
.container {
    padding: 18px;
    margin: auto;
} 
.features{
    background:#53b85a;
    color:white;
    padding:12px;
}

.hero{
    background:linear-gradient(to bottom,#01280a,#22283a);

    text-align:center;
    
    flex-direction: row;
    padding:50px 50px;
  align-items: center;    /* horizontal center */
  justify-content: center; /* vertical center */
  text-align: center;
     
}

.hero h1{
    font-size:70px;
    font-weight:bold;
     text-align: center;
}

 .hero .orange{
    color:#d89a43;
    font-style:italic;
     text-align: center;
} 

 .hero p{
    color:#bdbdbd;
     text-align: center;
}
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;    /* horizontal center */
  justify-content: center; /* vertical center */
  text-align: center;
  min-height: 100vh;      /* full screen height */
}


/* for productdetail.php */


/* body{
    background:#f8f8f8;
}

.navbar{
    background:#1b1b1b;
} */

.category-btn{
    border:none;
    border-radius:20px;
    padding:8px 15px;
    margin-right:10px;
    background:#e8e8e8;
}

.product-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.product-img{
    height:180px;
    background:#f2efec;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:60px;
}

.add-btn{
    background:#2d5a27;
    color:white;
    border:none;
    border-radius:8px;
    padding:5px 12px;
}

/* footer{
    background:#1f3525;
    color:white;
    padding:10px;
} */