
 * {
    margin: 0;
    font-family: Arial;
    box-sizing: border-box;
}

.nav-all {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  color: white;
}

/* Side Menu */

.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background-color: #D6E4E5;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  color:black;
}


.side-menu.active {
  left: 0;
}

.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.side-menu-header h3 {
  font-size: 18px;
  margin: 0;
}

#closeMenu {
  cursor: pointer;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.side-menu ul {
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  transition: background 0.2s;
}

.side-menu ul li:hover {
  background-color: #f0f0f0;
}



.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: width 0.3s ease;
  padding-top: 60px;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 15px 25px;
  border-bottom: 1px solid #ddd;
}

.sidebar ul li a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.sidebar ul li a:hover {
  color: #007185;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 28px;
  cursor: pointer;
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    height: 50px;
    width: 100px;
}


.border {
    border: 2px solid transparent;
}
.border:hover {
    border: 2px solid white;
}

/* Address */
.add-icon {
    display: flex;
    align-items: center;
    gap: 5px; /* icon aur text ke beech halka sa gap */
    padding-right: 20px; /* thoda left se andar */
    color: white;
    margin-right: 20px;
}

.add-first {
    color: #cccccc;
    font-size: 0.75rem;
    line-height: 1;  /* line spacing thoda compact */
    margin-left: 16px;
}

.add-second {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.1;
}

/* Search Bar */
.nav-search {
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}
.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
    padding: 0 10px;
}
.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgb(255, 208, 0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
.nav-search:hover {
    border: 2px solid orange;
}

/* Sign-in and Cart */
span {
    font-size: 0.7rem;
}
.nav-second {
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart i {
    font-size: 30px;
}
.nav-cart {
    font-size: 0.85rem;
    font-weight: 700;
}

/* Panel */

.panel-ops .gift-link {
  color: white !important;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
  padding: 5px;
  border: none;
  transition: border 0.3s ease; /* smooth border effect */
}

.panel-ops .gift-link:hover {
  color: white;
  text-decoration: underline;
  border: 1px solid white;
}

.panel-ops .gift-link:visited {
  color: white;
}

.panel {
  height: 40px;
  background-color: #222f3d;
  display: flex;
  align-items: center;
  color: #f3f3f3;
  font-family: Arial, sans-serif;
  padding: 0 20px;
  gap: 20px; /* spacing between All and links */
}

.panel-all {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.panel-ops {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.panel-ops p,
.panel-ops span {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.panel-ops p:hover,
.panel-ops span:hover {
  border: 2px solid white;
  background-color: #37475a;
}

.panel-deals {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}
/* .panel-ops {
  font-size: 0.85rem;
}

.panel {
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: #f3f3f3;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p {
    display: inline;
    margin-left: 15px;
}
.panel-ops {
    width: 70%;
    font-size: 0.85rem;
}
.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
} */

/* Hero Section */
/* ===== Hero Slider CSS ===== */
/* ===== Hero Slider CSS ===== */
.hero-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.slider-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* kitna fade chahiye */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 1;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

/* Slider Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transition: background 0.3s;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-btn.left {
  left: 10px;
}

.slider-btn.right {
  right: 10px;
}

.hero-msg {
  text-align: center;
  padding: 10px;
  background-color: #f3f3f3;
}

/* Shop Section */
.shop-section {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e3e6e6; /* Matches Amazon look & hero section */
  padding: 20px 0;
}

.box {
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation */
    cursor: pointer;
}

.box:hover {
    background: radial-gradient(circle, #ffffff, #e0e0e0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.box-img {
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p:hover {
    color: orange;
    transition: color 0.3s ease;
}

/* upto 40% off */
/* Flagship Deals Section */
.flagship-deals-section {
  width: 100%;
  background-color: #e6f1f8;
  padding: 30px 20px 50px 20px;
  box-sizing: border-box;
}

.section-heading {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.section-heading a {
  font-size: 14px;
  color: #007185;
  margin-left: 10px;
}

.flagship-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  overflow-x: hidden;
}

.flagship-box-container::-webkit-scrollbar {
  height: 8px;
}

.flagship-box-container::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

/* Explicitly set background to white for .flagship-box */
.flagship-box {
  flex: 0 0 auto;
  width: 200px;
  height: 220px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.2s ease;
  margin-bottom: 20px;
}

.flagship-box:hover {
  transform: scale(1.05);
}
.flagship-box:hover {
    background: radial-gradient(circle, #ffffff, #e0e0e0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.image-placeholder {
  width: 100%;
  height: 140px;
  background-color: white;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* Footer */
footer {
    margin-top: 15px;
}
.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
}
ul {
    margin: 20px;
}
ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel3 {
    background-color: #222f3d;
    color: white;
    border-top: 5px solid white;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.logo {
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}
.foot-panel4 {
    background-color: #0f1111;
    color: white;
    height: 300px;
    font-size: 0.7rem;
    text-align: center;
}
.pages {
    padding-top: 25px;
}
.copyright {
    padding-top: 5px;
}

/* Floating Hero Boxes */


.floating-boxes {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 2;
  width: 95%;
  max-width: 1200px;
  justify-content: space-between;
}

 .floating-box {
   flex: 1;
   background-color: white;
   height: 400px;
   width: 23%;
   padding: 20px 0px 15px;
   border-radius: 10px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   cursor: pointer;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
 }

 .floating-box:hover {
   transform: scale(1.05);
 }
.floating-box:hover {
    background: radial-gradient(circle, #ffffff, #e0e0e0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .floating-boxes {
    flex-direction: column;
    align-items: center;
  }

  .floating-box {
    width: 80%;
    margin-bottom: 5px;
  }
}

/* for slide hero image  */



.promo-boxes {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap: 0;
      width: 100%;
      position: absolute;
      top: 520px;
      left: 0;
      z-index: 2;
      padding: 20px 0;
    }

    .promo-header-bar {
      position: absolute;
      top: 490px;
      left: 50%;
      transform: translateX(-50%);
      width: 95%;
      background-color: #f3f3f3;
      padding: 10px 20px;
      border-radius: 6px;
      text-align: center;
      font-weight: bold;
      font-size: 1rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      z-index: 2;
    }

    .promo-box {
      background-color: white;
      height: 400px;
      width: 23%;
      padding: 20px 0px 15px;
      margin: 0;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }
    .flagship-box-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .promo-box:hover {
      background: radial-gradient(circle, #ffffff, #e0e0e0);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .promo-box .box-content {
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: center;
    }

    .promo-box .box-img {
      height: 300px;
      background: center / contain no-repeat;
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

    .promo-box .box-content p:hover {
      color: orange;
      transition: color 0.3s ease;
    }

    .hero-section {
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .hero-section::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 200px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), white);
      z-index: 0;
    }
  

/* Footer Bottom */
.footer-bottom {
    background-color: #000000;
    color: #ffffff;
}