.homepage {
}

.homepage > .top-banner {
}

.homepage > .top-banner .img-bx {
  position: relative;
}

.homepage > .top-banner .img-bx .banner-img {
  width: 100%;
  border-radius: 10px;
}

.homepage > .top-banner .text-bx {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  padding: 50px;
}

.homepage > .top-banner .text-bx > .t {
  color: #fff;
  font-size: 4vw;
}

.homepage > .top-banner .text-bx > .link {
  text-decoration: none;
  display: block;
  padding: 12px 25px;
  background-color: #d3b300;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.homepage > .top-banner .owl-carousel {
  position: relative;
}
.homepage > .top-banner .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 27;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.homepage > .top-banner .owl-dots .owl-dot {
  background-color: #fff;
  opacity: 0.8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.homepage > .top-banner .owl-dots .owl-dot.active {
  background-color: var(--theme-color);
  width: 30px;
  border-radius: 6px;
}
.homepage > .feat-strip {
  background-color: #9a602e;
  padding: 15px 0;
}

.homepage > .feat-strip .feat-cntr {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

.homepage > .feat-strip .feat-cntr > .feat-bx {
  text-transform: uppercase;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
}

.homepage > .feat-strip .feat-cntr > .feat-bx > img {
  width: 17px;
  margin-right: 15px;
}

.homepage > .feat-strip .feat-cntr > .feat-bx > span {
}

.homepage > .shop-cat {
  padding: 40px 0;
}

.homepage > .shop-cat .cat-bx {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.homepage > .shop-cat .cat-bx .link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.homepage > .shop-cat .cat-bx .img-bx {
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  background-color: #eee;
}

.homepage > .shop-cat .cat-bx .img-bx > .alphabets {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  font-size: 30px;
}

.homepage > .shop-cat .cat-bx .img-bx > .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.homepage > .shop-cat .cat-bx .t {
  margin: 0;
  font-size: 13px;
}

.homepage > .shop-cat .swiper-slide {
  height: fit-content;
  width: fit-content;
}

.homepage > .shop-cat .cat-bx .img-bx:hover > .img {
  transform: scale(1.2);
}

.homepage > .bst-selling {
  padding-bottom: 40px;
}

.homepage > .bst-selling .cntr {
  display: flex;
  column-gap: 30px;
}

.homepage > .bst-selling .cntr > .pcntr {
  width: calc(100% - 0px);
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx {
  width: 160px;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 30px;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .link {
  display: block;
  width: fit-content;
  color: inherit;
  text-decoration: none;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .img-bx {
  width: 160px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid var(--pk-border-color);
  background-color: var(--pk-border-color);
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .img-bx > .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 3;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .img-bx:hover > .img {
  transform: scale(1.2);
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .dbx {
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .dbx > .t {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  min-height: 42px;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .dbx > .pr {
  font-size: 12px;
  margin: 0;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .dbx > .pr > .r {
  text-decoration: line-through;
  color: #b9b9b9;
}

.homepage > .bst-selling .cntr > .pcntr .cat-bx .dbx > .pr > .o {
}

.homepage > .bst-selling .cntr > .pcntr .swiper-slide {
  height: fit-content;
  width: fit-content;
}

.homepage > .bst-selling .cntr > .sidebx {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  border-radius: 15px;
}

.homepage > .bst-selling .cntr > .sidebx .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage > .bst-selling .cntr > .sidebx:hover .img {
  transform: scale(1.2);
}

.homepage > .watch-sparkle {
  padding-bottom: 40px;
}

.homepage > .watch-sparkle .video-bx {
  width: 200px;
  margin-right: 30px;
}

.homepage > .watch-sparkle .video-bx .video-ratio {
  aspect-ratio: 10 / 16;
  border-radius: 15px;
  overflow: hidden;
}

.homepage > .watch-sparkle .img-cntr {
  margin-right: 30px;
}
.homepage > .watch-sparkle .img-cntr .img-bx {
  border-radius: 15px;
  overflow: hidden;
  width: 200px;
}
.homepage > .watch-sparkle .img-cntr .img-bx > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 10 / 16;
}
.homepage > .watch-sparkle .img-cntr .img-bx:hover {
  box-shadow: var(--hover-box-shadow);
}
.homepage > .watch-sparkle .img-cntr .img-bx:hover > img {
  transform: scale(1.2);
}

.homepage > .watch-sparkle .swiper-slide {
  width: fit-content;
  height: fit-content;
}

.homepage > .find-loca {
}

.homepage > .find-loca .dcntr {
  background-color: #e6f8fe;
  border-radius: 25px;
}

.homepage > .find-loca .details-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  max-width: 1130px;
}

.homepage > .find-loca .details-bx > .bimg-bx {
  max-width: 300px;
  width: 100%;
}

.homepage > .find-loca .details-bx > .bimg-bx > .img {
  width: 100%;
}

.homepage > .find-loca .details-bx > .dbx {
}

.homepage > .find-loca .details-bx > .dbx > .t {
  font-size: 35px;
}

.homepage > .find-loca .details-bx > .dbx > .t > span {
  font-size: 55px;
  color: #e09112;
  display: block;
}

.homepage > .find-loca .details-bx > .img-bx {
  width: 100%;
  max-width: 160px;
}

.homepage > .find-loca .details-bx > .img-bx > .img {
  width: 100%;
}

.homepage > .blogs-sec {
  padding: 30px 0 0 0;
}

.homepage > .blogs-sec .real-all-btn {
  margin-bottom: 25px;
}

.homepage > .blogs-sec .blogs-cntr {
  max-width: 900px;
  margin: 0 auto;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx {
  margin-bottom: 30px;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .link {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .img-bx {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 5px;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .img-bx > .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .img-bx > .date {
  position: absolute;
  top: 7px;
  left: 7px;
  background: white;
  border-radius: 100%;
  font-size: 11px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 11px;
  padding-top: 3px;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .img-bx > .date > .d {
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .img-bx > .date > .m {
  display: block;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .dbx {
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .dbx .c {
  text-transform: uppercase;
  margin: 0;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .dbx .t {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  font-size: 16px;
  margin: 0;
}

.homepage > .blogs-sec .blogs-cntr .blog-bx .dbx .read-more {
  color: #9a602e;
  text-decoration: none;
  display: block;
  width: fit-content;
}

.homepage > .sited-sec {
  border: 1px solid #808080;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
}

.homepage > .sited-sec .sited-cntr {
  max-width: 900px;
  margin: 0 auto;
}

.homepage > .sited-sec .sited-cntr .sited-bx {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  color: #808080;
}

.homepage > .sited-sec .sited-cntr .sited-bx > .icon-bx {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.homepage > .sited-sec .sited-cntr .sited-bx > .icon-bx > .icon {
  width: 100%;
}

.homepage > .sited-sec .sited-cntr .sited-bx > .dbx {
}

.homepage > .sited-sec .sited-cntr .sited-bx > .dbx > .t {
  text-transform: uppercase;
  margin: 3px;
}

.homepage > .sited-sec .sited-cntr .sited-bx > .dbx > .d {
  margin: 0;
  font-size: 14px;
}

.homepage > .testi-sec {
  padding: 30px 0;
}

.homepage > .testi-sec .test-cntr {
}

.homepage > .testi-sec .test-cntr .test-bx {
  background-color: #f4e9e4;
  padding: 30px;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 5px 0 #00000063;
  transform: rotate(var(--rotate-deg));
  background-image: url("../img/background/testimonial-bg-red.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 260px;
  margin: 25px;
}

.homepage > .testi-sec .test-cntr .owl-item:nth-child(even) .test-bx {
  transform: rotate(10deg);
  background-color: #e8ffe4;
}

.homepage > .testi-sec .test-cntr .owl-item:nth-child(odd) .test-bx {
  transform: rotate(-10deg);
}

.homepage > .testi-sec .test-cntr .test-bx .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.homepage > .testi-sec .test-cntr .test-bx .top > .img-bx {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.homepage > .testi-sec .test-cntr .test-bx .top > .img-bx > .alphabets {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #f3eaea;
  color: #ee7158;
  font-weight: bold;
}

.homepage > .testi-sec .test-cntr .test-bx .top > .img-bx > .img {
  width: 100%;
  object-fit: cover;
  height: auto;
  aspect-ratio: 1/1;
}

.homepage > .testi-sec .test-cntr .test-bx .top > .name-bx {
  margin: 0;
  width: calc(100% - 75px);
}

.homepage > .testi-sec .test-cntr .test-bx .top > .name-bx > .n {
  margin-bottom: 2px;
  color: #ee7057;
  font-size: 15px;
}

.homepage > .testi-sec .test-cntr .test-bx .top > .name-bx > .d {
  margin: 0;
  font-size: 14px;
}

.homepage > .testi-sec .test-cntr .test-bx .review-bx {
}

.homepage > .testi-sec .test-cntr .test-bx .review-bx > .review {
  margin: 0;
  font-size: 14px;
  text-align: center;
  max-height: 170px;
  overflow: hidden;
}

.homepage > .testi-sec .test-cntr .swiper-slide {
  width: fit-content;
  height: fit-content;
}

.homepage > .insta-sec {
  padding: 30px 0;
}

.homepage > .insta-sec .insta-cntr {
}

.homepage > .insta-sec .insta-cntr .video-bx {
  width: 180px;
  margin: 10px 30px 10px 0;
}

.homepage > .insta-sec .insta-cntr .video-bx .video-ratio {
  aspect-ratio: 2/3;
  border-radius: 15px;
  overflow: hidden;
}

.homepage > .insta-sec .insta-cntr .img-cntr {
  margin: 10px 30px 10px 0;
}

.homepage > .insta-sec .insta-cntr .img-cntr .link {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.homepage > .insta-sec .insta-cntr .img-cntr .img-bx {
  border-radius: 15px;
  overflow: hidden;
  width: 180px;
}

.homepage > .insta-sec .insta-cntr .img-cntr .img-bx > .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2/3;
}

.homepage > .insta-sec .insta-cntr .img-cntr .img-bx:hover {
  box-shadow: var(--hover-box-shadow);
}

.homepage > .insta-sec .insta-cntr .img-cntr .img-bx:hover > .img {
  transform: scale(1.2);
}

.homepage > .insta-sec .insta-cntr .swiper-slide {
  width: fit-content;
  height: fit-content;
}

.diamond-jewellery {
  margin-bottom: 50px;
}

.diamond-jewellery .cntr {
 display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.diamond-jewellery .cntr .img-bx:first-child {
  grid-column: 1;
  grid-row: span 2;
}

.diamond-jewellery .img-bx {
  border-radius: 15px;
  overflow: hidden;
}

.diamond-jewellery .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Reserve space to prevent CLS and ensure skeleton fills area */
.homepage .img-bx { position: relative; }
.homepage-banner .img-bx img,
.diamond-jewellery .img-bx img,
.watch-sparkle .img-bx img,
.blogs-sec .img-bx img { position: relative; z-index: 1; opacity: 0; visibility: hidden; }
.homepage-banner .img-bx img.loaded,
.diamond-jewellery .img-bx img.loaded,
.watch-sparkle .img-bx img.loaded,
.blogs-sec .img-bx img.loaded { opacity: 1; visibility: visible; transition: opacity .35s ease-in; }
.homepage .skeleton-banner {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-color: #eee;
  background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 200% 100%;
  z-index: 0;
  pointer-events: none;
}

/* Banners: Latest Offers, Brides Of Uttrakhand */
.homepage-banner .img-bx .skeleton-banner { aspect-ratio: 16 / 9; min-height: 320px; }

/* Diamond Jewellery grid: first tile taller, others square */
.diamond-jewellery .cntr .img-bx:first-child { aspect-ratio: 3 / 4; min-height: 460px; }
.diamond-jewellery .cntr .img-bx:not(:first-child) { aspect-ratio: 1 / 1; min-height: 220px; }

/* Watch Sparkle tiles: portrait aspect ratio like images */
.watch-sparkle .img-cntr .img-bx .skeleton-banner { aspect-ratio: 10 / 16; min-height: 200px; }
/* Blogs thumbnails: let overlay fill container without fixed aspect ratio */
.blogs-sec .img-bx .skeleton-banner { min-height: 160px; }

@media (max-width: 767px) {
  .homepage-banner .img-bx .skeleton-banner { aspect-ratio: 16 / 10; min-height: 180px; }
  .diamond-jewellery .cntr .img-bx:first-child { min-height: 320px; }
  .diamond-jewellery .cntr .img-bx:not(:first-child) { min-height: 160px; }
}
@media (min-width: 767px) {
 .homepage > .top-banner .img-bx .banner-img{
  max-height: 620px;
 }
}
@media (max-width: 767px) {
  .homepage > .top-banner {
    margin: 10px 10px 0 10px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  
.diamond-jewellery .cntr {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}
  .homepage > .top-banner .text-bx {
    left: 0;
    right: unset;
    width: 50%;
    padding: 15px;
  }

  .homepage > .top-banner .text-bx > .link {
    padding: 5px 7px;
    font-size: 13px;
  }
  .homepage > .feat-strip {
    padding: 5px 0;
    margin: 10px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
  }
  .homepage > .feat-strip .feat-cntr > .feat-bx {
    width: 50%;
    justify-content: start;
    font-size: 13px;
    padding: 5px;
  }

  .homepage > .feat-strip .feat-cntr {
    flex-wrap: wrap;
    align-items: center;
  }
  .homepage > .feat-strip .feat-cntr > .feat-bx > img {
    display: none;
  }

  .homepage > .shop-cat .cat-bx .img-bx {
    width: 60px;
    height: 60px;
  }

  .homepage > .bst-selling .cntr {
    gap: 30px;
    flex-direction: column;
  }

  .homepage > .bst-selling .cntr > .pcntr {
    width: 100%;
  }

  .homepage > .bst-selling .cntr > .pcntr .cat-bx .img-bx {
    width: 120px;
  }

  .homepage > .bst-selling .cntr > .sidebx {
    height: 200px;
    max-width: unset;
  }
  .homepage > .watch-sparkle .video-bx {
    width: 120px;
    margin-right: 10px;
  }
  .homepage > .watch-sparkle .img-cntr {
    margin-right: 10px;
  }

  .homepage > .watch-sparkle .img-cntr .img-bx {
    width: 120px;
  }

  .homepage > .find-loca .details-bx > .bimg-bx {
    width: 170px;
  }

  .homepage > .find-loca .details-bx > .dbx > .t {
    font-size: 18px;
  }

  .homepage > .find-loca .details-bx > .dbx > .t > span {
    font-size: 40px;
  }

  .homepage > .find-loca .details-bx > .img-bx {
    display: none;
  }
  .homepage > .sited-sec .sited-cntr .sited-bx > .dbx > .d {
    display: none;
  }
  .homepage > .insta-sec {
    padding: 0;
  }
  .homepage > .insta-sec .insta-cntr .img-cntr {
    margin-right: 10px;
  }
  .homepage > .insta-sec .insta-cntr .img-cntr .img-bx {
    border-radius: 10px;
    width: 105px;
  }

  .homepage > .insta-sec .insta-cntr .video-bx {
    width: 105px;
    margin-right: 10px;
  }
  .homepage > .watch-sparkle {
    padding: 0px 0 35px;
  }
  .homepage > .bst-selling {
    padding: 0px 0 35px;
  }
  .homepage > .shop-cat .cat-bx {
    margin-right: 10px;
  }
  .homepage > .bst-selling .cntr > .pcntr .cat-bx {
    margin-right: 10px;
  }
  .diamond-jewellery .cntr{
    gap: 5px;
  }
  
}
