 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'sans-serif';
    }
 

    /* NAVABR */


    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #0c131b;
      padding: 15px 30px;
      box-shadow: 0 20px 20px rgba(0,0,0,0.6);
      position: sticky;
      top: 0;
      cursor: pointer;
      z-index: 1000;
    }
   

    .navbar a ,b {
      text-decoration: none;
      border-bottom: 50px;
      border-top: 30px;
      list-style: none;
      color: #e1b742;
      font-size: 22px;
    }
    
    
        
        .nav-links {
            list-style: none;
            display: flex;
            gap: 25px;
        }
        
        .nav-links a {
      text-align: center;
      text-decoration: none;
      color: #f6f8fa;
      font-size: 18px;
      font-weight: 650;
      position: relative;
      transition: color 0.3s;
    }

    
    .nav-links a::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0%;
      height: 2px;
      background: #f3f2f1;
      transition: width 0.3s ease;
    }

    
    .nav-links a:hover::after {
      width: 100%;
    }




    /* hero section */




    .discount-banner {
    background: url('https://hips.hearstapps.com/hmg-prod/images/index-glasses-1677010837.jpg?crop=1.00xw:1.00xh;0,0&resize=1200:*') no-repeat center center/cover ;
    color: white;
    padding: 160px 20px;
    text-align: center;
  }
  
  .discount-banner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .discount-banner {
    position: relative; 
  }
  
  .discount-banner a {
  background: #151413;
  position: absolute;
  color: #f5f7f9;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 10px;
  top: 80%;    
  left: 50%;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, -50%); 
}




  .discount-banner a:hover {
    background: #eaebe8;
    transition: 0.5s ease-in-out;
    color: rgb(234, 235, 224);
    color: #0d0d0e;
  }


    .menu-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }


    /* cateogaory */



    .shop-category {
    background-color: #4c3103; 
    padding: 50px 20px;
    text-align: center;
    border-radius: 50px;
  }

  .shop-category h2 {
    font-size: 32px;
    color: #e1b742;
    margin-bottom: 30px;
    font-weight: bold;
  }
  

  .category-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .category-1 {
    color: #ebeef1;
    
  }

  .category-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    background-color: #0c0c0b;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.category-card img {
    width: 80%;
    border-radius: 70px;
    height: 200px;
    object-fit: cover;
}

.category-card h3 {
    margin: 15px 0;
    font-size: 20px;;
    color: #edeff1;
  }



  /* eyeglases etc */






  .featured-products {
    padding: 50px 20px;
    background-color: #4c3103;
    text-align: center;
  }

  .featured-products h2 {
    font-size: 32px;
    color: #e1b742;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .product-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .product-card {
    background-color: #0d0c0c;
    border-radius: 10px;
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: 250px;
    transition: 0.5s ease;
    
  }

  .product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 19px 20px rgba(0, 0, 0, 0.9);
  }

  .product-card img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .product-card h3 {
    font-size: 18px;
    color: #edece9;
    margin-bottom: 10px;
  }

  .product-card p {
    color: #f7f8fa;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .product-card a {
    text-decoration: none;
    background-color: #f5f7f9;
    color: rgb(17, 14, 14);
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
  }

  .product-card a:hover {
    background-color: #0056b3;
  }





    /* footer */



      footer{
    display: flex;
    background-color: #070707;
    justify-content: space-between;
    flex-wrap: wrap;
}


footer .col{
    display: flex;
    padding: 13px;
    color: white;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}


footer .logo{
    margin-bottom: 30px;
}


footer h4{
    color: white;
    font-size: 20px;
    padding-bottom: 12px;
}


footer a{
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 22px;
    color: #f0f1f3;
  }

footer .follow{
    color: white;
    margin-top: 10px;
}


footer .follow i{
    color: #e9ebea;
    padding-right: 4px;
    cursor: pointer;
    padding-top: 20px;
}

footer .follow i:hover,
footer a:hover{
    color: #059e26;

}


footer .copyright{
    width: 100%;
    padding-bottom: 30px;
    color: white;
    text-align: center;
}


/* contact */



    .contact-container {
      max-width: 600px;
      margin: 100px auto;
      background-color: white;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      transition: 1s ease-in-out;
      text-align: center;
      cursor: pointer;
    }


    .contact-container:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      background-color: #94cd9a;
      transition: 1s ease-in-out;

    }

    .contact-container h2 {
      margin-bottom: 20px;
      color: #333;
    }

    .social-links {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 20px;
    }

    .social-links a {
      text-decoration: none;
      color: white;
      padding: 15px;
      border-radius: 50%;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 20px;
    }

    .facebook {
      background-color: #3b5998;
    }

    .instagram {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
                  #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    .whatsapp {
      background-color: #25D366;
    }

    .social-links a i {
      font-size: 20px;
    }




    /* button */



    .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 1200px;
    background-color:  rgb(7, 186, 34);       
      color:    rgb(237, 240, 236);  
      padding: 10px;
      border-radius: 30px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px  ;    
      z-index: 100;
    }

    .whatsapp-float:hover {
    background-color:  rgb(159, 218, 173);       
    color:    rgb(13, 189, 25);  
    transition: 0.5s ease;
    
    }



  /* map contact */


    .contact-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 40px;
      background-color: #fff;
      max-width: 1200px;
      margin: 50px auto;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      border-radius: 10px;
    }

    .contact-info {
      flex: 1;
      min-width: 300px;
      padding-right: 30px;
    }

    .contact-info h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .contact-info p {
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 1.6;
    }

    .map {
      flex: 1;
      min-width: 300px;
    }

    .map iframe {
      width: 100%;
      height: 300px;
      border: none;
      border-radius: 10px;
    }


    /* RESPONSIVE FOR MOBILE */
    



    @media (max-width: 768px) {
      .nav-links {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #188f8f;
        flex-direction: column;
        align-items: center;
        display: none;
        padding: 20px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.9);
      }

      .nav-links.active {
        display: flex;
      }

      .menu-toggle {
        display: block;
        color: white;
      }

      .nav-icons {
        display: none;
      }

       .discount-banner{
        padding: 50px 20px;
      }

      .discount-banner a{
        /* bottom: 50px; */
        border-radius: 20px;
        border-bottom: 40px;
        position: absolute;
      }
      .whatsapp-float{
        position: sticky;
      }

       .contact-section {
        flex-direction: column;
      }

      .contact-info,
      .map {
        padding: 0;
        margin-bottom: 20px;
      }
    }



