* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Viewport Animation */

/* ===== AOS-like base ===== */
[data-animate] {
  opacity: 0;
  transform: var(--from-transform);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
  will-change: transform, opacity;
}

[data-animate].in-view {
  opacity: 1;
  transform: none;
}

/* ===== Animation types ===== */
[data-animate="fade-up"] {
  --from-transform: translateY(60px);
}

[data-animate="fade-down"] {
  --from-transform: translateY(-60px);
}

[data-animate="fade-left"] {
  --from-transform: translateX(-60px);
}

[data-animate="fade-right"] {
  --from-transform: translateX(60px);
}

[data-animate="zoom-in"] {
  --from-transform: scale(0.9);
}

[data-animate="zoom-out"] {
  --from-transform: scale(1.1);
}

/* ===== Optional delay ===== */
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }


[data-animate] {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

[data-animate].in-view {
  opacity: 1;
  transform: scale(1);
}


[data-delay="3500"] { transition-delay: 3.5s; }

/* Banner Section */

.banner {
  position: relative;
  /* height: 100vh;
  width: 100%;
  opacity: 0;
  transform: translateY(50px); */
  margin: 0 0 20px;
}

section.visible {
  opacity: 1;
  transform: translateY(0px);
}

.banner-scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 15%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.video-aspect-ratio{
  aspect-ratio: 2.5;
}

#mouse-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* #mouse-scroll {
  position: fixed;
  margin: auto;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
} */

#mouse-scroll span{
  display: block;
  width: 5px; 
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 1px solid #707070; 
  border-bottom: 1px solid #707070;
  margin: 0 0 3px 0;
}

#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #707070;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #707070;
  position: relative;
}

#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.banner-text {
  width: 430px;
}

.banner-h2 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.banner-p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #707070;
}

.scroll-indicator {
  text-align: center;
  cursor: pointer;
}

.scroll-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  margin: 5px 0 20px;
}

/* Most Wishlisted/Cart Adds Section */

.section-1{
  padding: 20px 0;
}

.mw-country {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-transform: uppercase;
  margin-bottom:.2rem;
}

.mw-heading {
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 500;
  background: -webkit-linear-gradient(#BD7F2A, #85591C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin: 5px 0;
}

.mw-title {
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 20px;
}

.mw-btn {
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #832729;
  background-color: #ffffff;
  border-radius: 25px;
}

.mw-btn:hover {
  background-color: #832729;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.mw-btn span {
  margin-left: 5%;
  font-weight: 900;
  font-size: 14px;
}

.sec-one-recommender {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 100px;
}

/* Style Map of India */

.section-2{
  padding: 20px 0;
}

.exchange-advantage-div {
  display: flex;
  border: 0.5px solid #d4d4d4d8;
  border-radius: 24px;
  margin: 30px 0;
}

.ea-left {
  width: 30%;
}

.ea-right {
  width: 70%;
}

.br-24 {
  border-radius: 24px 0 0 24px;
}

.ea-slider-h2 {
  font-family: "Fraunces", serif;
  color: #A87026;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.ea-slider-p {
  font-family: "IBM Plex Sans", sans-serif;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.ea-slider-div {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}

.ea-slider .swiper-slide h2 {
  transition: color 0.3s ease;
}

.ea-slider .swiper-slide p {
  transition: opacity 0.3s ease;
}

.ea-slider .swiper-slide-active {
  border-top: 0.5px solid #d4d4d4d8;
  border-bottom: 0.5px solid #d4d4d4d8;
  border-left: none;
  border-right: none;
}

.ea-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ea-slider .swiper-button-prev,
.ea-slider .swiper-button-next {
  content: '';
}

.swiper-pagination {
  text-align: center;
}

.ea-slider .swiper-slide-active h2 {
  color: #A87026;
}

.ea-slider .swiper-slide-active p {
  opacity: 1;
}

.ea-slider .swiper-slide:not(.ea-slider .swiper-slide-active) h2 {
  color: #adb5bd;
}

.ea-slider .swiper-slide:not(.ea-slider .swiper-slide-active) p {
  color: #adb5bd;
}

.swiper-button {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.ea-slider-div .swiper {
  height: 70vh;
  margin: auto 5%;
}

.ea-slider-btn {
  position: absolute;
  display: flex;
  right: 7%;
}

.ea-slider-btn .swiper-button-next,
.ea-slider-btn .swiper-button-prev {
  width: auto;
  z-index: 9;
  flex-direction: column;
}

.ea-slider-btn .swiper-button-next:after,
.ea-slider-btn .swiper-rtl .swiper-button-prev:after {
  content: '';
  background-image: url('https://staticimg.tanishq.co.in/microsite/gold-exchange/images/exchange-advantage/arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  bottom: 65%;
  position: absolute;
}

.ea-slider-btn .swiper-button-next,
.ea-slider-btn .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 0;
}

.ea-slider-btn .swiper-button-prev:after,
.ea-slider-btn .swiper-rtl .swiper-button-next:after {
  content: '';
  background-image: url('https://staticimg.tanishq.co.in/microsite/gold-exchange/images/exchange-advantage/arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  top: 65%;
  position: absolute;
}

.ea-slider-btn .swiper-button-prev,
.ea-slider-btn .swiper-rtl .swiper-button-next {
  left: auto;
  right: 0;
}

/* Gifting Section */

.section-3{
  padding: 20px 0;
}

.gift-header{
  display: flex;
}

.gift-h2 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.gift-h2 span {
  display: block;
  font-family: "Fraunces", serif;
  font-style: italic;
}

.gift-left {
  width: 33.33%;
  margin: 5% 5% 0;
}

.gift-right {
  width: 66.66%;
}

.gift-img{
  aspect-ratio: 1.98;
}

.gift-btn {
  display: flex;
  background: transparent linear-gradient(90deg, #832729 0%, #631517 100%) 0% 0% no-repeat padding-box;
  transition-duration: 150ms;
  padding: 0.8rem 1.5rem;
  border-radius: 29px;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

.gift-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90.18deg, rgba(131, 39, 41, 0.6) 0.17%, rgba(99, 21, 23, 0.6) 99.86%);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-2%);
}

.gift-recommender {
  padding: 0 5%;
}

.tab-recommender-nav {
  width: fit-content;
  margin-bottom: 20px;
}

.tab-recommender {
  border: 1px solid #e0e0e0;
  border-radius: 50rem;
  gap: 1rem;
  padding: .25rem;
  margin: 0;
  background-color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  transition: .5s all ease-in;
  width: fit-content;
}

.tab-recommender .nav-link {
  color: #000000 !important;
  transition: none;
  border: none;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 10px 30px;
  background: none;
  border-radius: 25px;
}

.tab-recommender .nav-link.active {
  box-shadow: 0 18px 20px -5px rgba(73, 10, 12, 0.23);
  border-radius: 50rem;
  border: 3px solid #9B5254;
  background: linear-gradient(90deg, #832729 0%, #631517 100%);
  color: #FFFFFF !important;
  transition: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* Search Trend Section */

.section-4{
  padding: 20px 0;
}

.search-trend-h2 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}

.search-trend-h2 span {
  display: block;
  font-family: "Fraunces", serif;
  font-style: italic;
}

.cat-div{
  display: flex;
  align-items: center;  
  gap: 10px;
}

.cat-name{
  font-family: "Fraunces", serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  width: 25%;
  margin: 20px 0;
}

.cat-num{
  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

.loader {
  width: 100%;
  height: 10px;
  border-radius: 10px;  
  background: linear-gradient(
    60deg,
    rgba(190, 190, 190, 1) 0%,
    rgba(217, 217, 217, 1) 100%
  );
  position: relative;
  overflow: hidden;
}

.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    60deg,
    rgba(157, 202, 202, 1) 0%,
    rgba(0, 140, 140, 1) 100%
  );
  transform: scaleX(0);
  transform-origin: left;
}

/* Animate ONLY when this class is added */
.loader.animate::before {
  animation: l6 2s ease-out forwards;
}

@keyframes l6 {
  to {
    transform: scaleX(var(--fill, 1));
  }
}


/* Testimonial Section */

.section-5{
  padding: 40px 0;
}

.divider-img{
  margin-bottom: 15px;
}

.testimonial-header{
  text-align: center;
}

.testimonial-container {
  height: 100px;
  overflow: hidden;
}

.testimonial-flip {
  position: relative;
}

.testimonial-h2{
  font-family: "Fraunces", serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.testimonial-h2 span{
  display: block;
}

.word-wrapper {
  position: relative;
  display: inline-block;
  height: 52px;
  min-width: 260px;
  overflow: hidden;
}

.word-wrapper span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(100%);
  animation: slideUp 9s infinite;
  background: -webkit-linear-gradient(#BD7F2A, #85591C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.word-wrapper span:nth-child(1) { animation-delay: 0s; }
.word-wrapper span:nth-child(2) { animation-delay: 3s; }
.word-wrapper span:nth-child(3) { animation-delay: 6s; }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* Occasion */

.word-wrapper-occasion {
  position: relative;
  height: 52px;
  min-width: 260px;
  overflow: hidden;
   --duration: calc(var(--count) * 3s);
}

.word-wrapper-occasion span {
  position: absolute;
  inset: 0;
  font-size: 42px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(100%);
  
  animation-name: slideWord;
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;

  animation-delay: calc(var(--i) * 3s);

  background: -webkit-linear-gradient(#BD7F2A, #85591C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slideWord {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  35% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* .testimonial-h2 span:nth-child(1) {
  animation-delay: 0s;
}
.testimonial-h2 span:nth-child(2) {
  animation-delay: 3s;
}
.testimonial-h2 span:nth-child(3) {
  animation-delay: 6s;
} */

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.marquee-swiper {
  width: 100%;
  overflow: hidden;
}

.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
  width: 350px !important;
  padding: 0 20px;
}

@media (min-width:1400px) {
  .banner-h2{
    font-size: 36px;
  }

  .banner-p{
    font-size: 18px;
  }

  /* Most Wishlisted/Cart Adds Section */
  .section-1{
    padding: 40px 0;
  }

  .sec-one-recommender{
    gap:60px;
  }
  .mw-country{
    font-size: 16px;
    margin-bottom:.5rem;
  }

  .mw-heading{
    font-size: 28px;
  }

  .mw-title{
    font-size: 16px;
  }

  /* Style Map of India */

  .section-2{
    padding: 40px 0;
  }

  .ea-slider-h2{
    font-size: 22px;
  }

  .ea-slider-p{
    font-size: 16px;
  }

  /* Gifting Section */

  .section-3{
    padding: 40px 0;
  }

  .gift-h2{
    font-size: 36px;
    margin-bottom: 20px;
  }

  .gift-btn{
    padding: 0.8rem 2rem;
    font-size: 16px;
  }

  .tab-recommender .nav-link{
    font-size: 16px;
    padding: 12px 40px;
  }

  .tab-recommender .nav-link.active{
    font-size: 16px;
  }

  /* Search Trend Section */

  .section-4{
    padding: 40px 0;
  }

  .cat-name{
    margin: 30px 0;
  }

}

@media (max-width:767px) {
  /* section{
    height: 100%;
  } */  

  .video-aspect-ratio{
    aspect-ratio: 1;
  }

  .banner-text {
    width: 100%;
    padding: 0 10px;
  }

  .banner-h2 {
    font-size: 28px;
  }

  .banner-p {
    font-size: 14px;
  }

  .mw-country {
    text-align: center;
    margin-bottom: 0;
  }

  .mw-heading {
    font-size: 22px;
    text-align: center;
  }

  .mw-title {
    font-size: 14px;
    text-align: center;
  }

  /* Style Map of India */

  .br-24 {
    border-radius: 24px 24px 0 0;
  }

  .ea-slider-btn {
    display: none !important;
  }

  .ea-slider-div .swiper {
    height: 300px;
  }

  .exchange-advantage-div {
    flex-direction: column;
  }

  .ea-left {
    width: 100%;
  }

  .ea-right {
    width: 100%;
  }

  .ea-slider-div {
    height: 250px;
  }

  .ea-slider .swiper-slide {
    height: 300px;
  }

  .ea-slider .swiper-slide-active {
    border: none;
  }

  .ea-slider {
    position: relative;
    bottom: 15%;
  }

  .ea-slider .swiper-pagination {
    z-index: 9;
  }

  .ea-slider .swiper-pagination-bullet {
    background-color: #f6a8ab;
    height: 10px;
    width: 10px;
    border-radius: 0;
    transition: all 0.5s;
  }

  .ea-slider .swiper-pagination-bullet-active {
    background-color: #832729;
    transform: rotate(45deg) !important;
  }

  .ea-slider .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .ea-slider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    padding: 10px 0;
  }

  /* Gifting Section */

  .gift-h2{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .gift-left{
    width: 100%;
    z-index: 1;
    min-height: 250px;
    margin: 5% 3% 0;
  }

  .gift-btn{
    padding: 0.8rem;
    font-size: 10px;
  }

  .gift-right{
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
  }

  .gift-img{
    aspect-ratio: 1.05;
  }

  .tab-recommender{
    flex-wrap: nowrap;
    gap: 0;
  }

  .tab-recommender-nav {
    margin: auto auto 20px;
  }

  .tab-recommender .nav-link.active, .tab-recommender .nav-link {
    font-size: 12px;
    padding: 12px 30px;
  }

  .tab-content>.active {
    height: 300px;
    margin: 20px 10px;
  }

  .gift-recommender{
    position: relative;
    z-index: 2;
  }

  /* Testimonial Section */

  .divider-img{
    margin-bottom: 10px;
  }

  .testimonial-container{
    height: 60px;
  }

  .testimonial-h2, .testimonial-h2 span{
    font-size: 20px;
  }

  /* Occasions */

  .word-wrapper {
    height: 30px;
  }
}