/* ===== Logo Styling ===== */
#logo-shervani{
  height: 100px !important;
}
.site-logo {
  display: flex !important;
  align-items: center !important; /* Logo vertically center */
  justify-content: center !important;
  height: 60px; /* Header ki fixed height */
  padding: 8px 12px !important; /* Left-Right spacing */
  width: auto; /* Width fix na karo, auto rakho */
  margin-top: 1vw;
}

.logo-shervani {
  padding: 0 !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.site-logo img {
  max-height: 100%; /* Parent ke andar fit hoga */
  width: auto; /* Proportion maintain rahega */
  object-fit: contain;
  display: block;
}

/* Slider container height fix */
.page-slider {
  max-height: 600px; /* jitna chaho utna fix kar lo (500–650px best hai) */
  overflow: hidden;
}

/* Carousel images styling */
.page-slider .carousel-inner .item img {
  width: 100%; /* poori screen mein stretch */
  height: auto; /* proportion maintain */
  object-fit: cover; /* crop karke perfect fit */
  display: block; /* niche ka white space hatao */
  margin: 0 auto; /* center align */
}

/* Responsive fix for smaller devices */
@media (max-width: 768px) {
  .page-slider {
    max-height: 350px; /* mobile ke liye chhota */
  }
  .page-slider .carousel-inner .item img {
    object-fit: contain; /* image ko crop na kare mobile mein */
  }
}

.carousel-control-shop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important; /* arrows ko sabse upar le aao */
  font-size: 40px; /* icons ko thoda bada karo */
  color: #fff !important; /* white rakho */
  opacity: 0.8;
  transition: opacity 0.3s;
}

.carousel-control-shop:hover {
  opacity: 1; /* hover pe full visible */
  color: #ffd700 !important; /* optional: golden hover effect */
}

.carousel-control-shop.left {
  left: 20px; /* left arrow ki position */
}

.carousel-control-shop.right {
  right: 20px; /* right arrow ki position */
}
/*end slide here*/

.brands-edit {
  width: 100%;
  height: fit-content !important;
  margin-bottom: 2vw;
  & a img {
    height: 35vh !important;
  }
}

/*shervani height*/
.product-item {
  min-height: 420px; /* card height same for all */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pi-img-wrapper img {
  max-height: 280px; /* image fit karega */
  object-fit: cover;
  width: 100%;
}

.product-item {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 430px; /* sab cards same height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  transition: all 0.3s ease;
}

.product-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.pi-img-wrapper img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.pi-price {
  font-size: 18px;
  font-weight: bold;
  color: #c49b63; /* Royal Golden color */
  margin: 10px 0;
}

/*height sidebar*/
/* Sherwani product card fix height */
.product-item {
  min-height: 420px; /* apki zarurat ke hisaab se adjust karna */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item img {
  max-height: 280px; /* image ki max height */
  object-fit: cover; /* image stretch na ho */
  width: 100%;
}

.pi-img-wrapper {
  text-align: center;
}
.sidebar {
  height: 41.8rem !important;
  background-color: rgb(5, 149, 157);
  margin-top: 4vw;
  & ul {
    margin-top: 1.9vw;
  }
  & ul li a {
    color: rgb(17, 113, 125);
  }
}
#feature {
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 1.5vw;
  position: relative;
  bottom: 2rem;
  left: -5vw;
  color: rgb(102, 73, 73);
  letter-spacing: 2px;
  font-weight: 500;
}
.my-price {
  color: rgb(195, 10, 10);
  font-size: 1.3rem !important;
  &:hover {
    color: rgb(143, 57, 11);
  }
}
#new-heading {
  margin-bottom: 1vw;
  position: relative;
  bottom: 1.5vw;
  font-size: 2.4vw;
  font-weight: 500;
  color: rgb(102, 73, 73);
}

/* ===== NEW ARRIVALS SECTION ===== */
#my-home-shervani {
  padding: 20px 0;
}

#my-home-shervani h2#my-arrival {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

#my-home-shervani h2#my-arrival::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #a67c00; /* golden underline */
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ===== PRODUCT CARD ===== */
#my-ready-home .product-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#my-ready-home .product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* ===== IMAGE WRAPPER ===== */
#my-ready-home .pi-img-wrapper {
  margin-bottom: 15px;
}

#my-ready-home .pi-img-wrapper img {
  width: 100%;
  max-height: 300px; /* thoda bada look */
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

#my-ready-home .pi-img-wrapper img:hover {
  transform: scale(1.05);
}

/* ===== PRODUCT TITLE ===== */
#my-ready-home h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

#my-ready-home h3 a:hover {
  color: #a67c00; /* luxury golden hover */
}

/* ===== PRICE ===== */
#my-ready-home .my-price {
  font-size: 20px;
  font-weight: bold;
  color: #a67c00; /* premium golden */
  margin: 10px 0 15px;
}

/* ===== CART BUTTON ===== */
#my-ready-home .add2cart {
  background: #a67c00;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  transition: 0.3s;
}

#my-ready-home .add2cart:hover {
  background: #333;
  color: #fff;
}
/* ===== NEW ARRIVALS SECTION ===== */
/*margin div here*/
/* ==== OUTER WRAPPER ==== */
#margin-div {
  width: 75%;
  height:100vh;          /* fix height (viewport ke hisaab se) */
  margin: 4vw auto 10vw;      /* center horizontally with spacing */
  border-radius: 12px;   /* smooth rounded corners */
  overflow: hidden;      /* extra image crop ho jaye */
  box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* soft shadow */
  position: relative;
}

/* ==== SLIDER IMAGE CONTAINER ==== */
#inner-kapre-slider .item img {
  width: 100%;
  height: 100vh;          /* same as wrapper */
  object-fit: cover;     /* image crop ho but stretch na ho */
  border-radius: 12px;
  transition: transform 0.5s ease-in-out;
}

/* Hover zoom effect */
#inner-kapre-slider .item img:hover {
  transform: scale(1.05);
}

/* ==== INDICATORS ==== */
#kapre-room-here {
  bottom: 12px;
}

#kapre-room-here li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  margin: 0 4px;
  transition: all 0.3s ease;
}

#kapre-room-here li.active {
  background: #ffd700; /* golden */
  transform: scale(1.2);
}

/* ==== RESPONSIVE FIX ==== */
@media (max-width: 992px) {
  #margin-div {
    width: 90%;
    height: 35vh;
  }
  #inner-kapre-slider .item img {
    height: 35vh;
  }
}

@media (max-width: 576px) {
  #margin-div {
    width: 95%;
    height: 28vh;
  }
  #inner-kapre-slider .item img {
    height: 28vh;
    object-fit: contain; /* mobile me image crop na ho */
  }
}
/*end section start here*/
#home-shopping-box{
  background-color: cadetblue;
}
