/* DESIGN GUILDLINES USED ON THE PAGE */
/* ##DESIGNS TO BE USED ON THE PAGE
--- 01 TYPOGRAPHY SYSTEM
    FONT SIZE SYSTEM (px)
        10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
    
    SPACING SYSTEM (px)
        2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/
.mena-recommendation,
.mena-tips,
.featured,
.review-cards-section {
  padding-top: 8rem !important;
}
/* HERO SECTION */
/* HERO SECTION - STATIC VERSION */
.hero-section {
  height: 100vh;
  width: 100%;
  background: linear-gradient(rgba(110, 79, 152, 0.5), rgba(126, 98, 163, 0.6)),
    url("../img/hero/plain-perfume-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;

  color: var(--white);
}

header {
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.hero-section .navbar {
  background-color: transparent !important; /* removes the solid dark bg */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-section .navbar .nav-link,
.hero-section .navbar .navbar-brand,
.hero-section .navbar .contact-us,
.hero-section .navbar .navbar-toggler {
  color: white !important;
}

.hero-section .navbar .nav-link:hover {
  color: var(--primary-color-tints-1) !important;
}

.nav-item a:link,
.nav-item a:visited {
  color: var(--white);
  font-weight: 400;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.nav-item a:hover,
.nav-item a:active {
  color: var(--primary-color);
}

.contact-us {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.hero-info {
  padding-top: 7.4rem;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  color: var(--white);
}

.hero-title {
  font-size: 7.4rem;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--white);
}

.hero-subtitle {
  font-size: 4.6rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 4rem;
  opacity: 0.9;
}

.hero-description {
  font-size: 2rem;
  color: var(--white);
  line-height: 1.6;
  opacity: 0.85;
}

.hero-title,
.hero-subtitle,
.hero-description {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.crafting {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(120deg, #fff, #c9a5ff, #fff);
  background-size: 200% auto;
  animation: shimmer 3s infinite linear;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}

/* .crafting {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #e2c4ff 25%,
    #ffffff 50%,
    #e2c4ff 75%,
    #ffffff 100%
  );
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 10s linear infinite;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
} */

.crafting::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

/* PROMOTION */

/* MENA'S RECOMMENDATION */
.mena-recommendation h5,
.mena-tips h5 {
  color: var(--primary-color);
}
.perfume-card img {
  height: 200px;
  object-fit: cover;
}

/* BEST SELLING STYLES */
.featured {
  transition: all 0.3s ease-in-out;
}
.featured h5 {
  color: var(--primary-color);
}

.card {
  overflow: hidden;
  border: none;
}

.card-body {
  padding: 2.4rem;
}

.card-body h1 {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: 600;
}

.best-selling {
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 1rem;
  border-radius: 50px 50px 0 0;
  border: 3px solid var(--white);
  max-height: 750px;
  /* Modern soft shadow */
}

.best_selling_card-img_container {
  overflow: hidden;
}

.best_selling_card-img_container img {
  transition: transform 0.4s ease;
}
.best_selling_card-img_container img:hover {
  transform: scale(1.1);
}

/* SOCIAL MEDIA REVIEWS */
.review-cards-section {
  background: linear-gradient(
    180deg,
    var(--primary-color-shade-3),
    var(--primary-color)
  );
  background: linear-gradient(
    180deg,
    var(--primary-color-shade-3),
    rgba(126, 98, 163)
  );
  position: relative;
  overflow: hidden;
}

.review-cards-section h5,
.review-cards-section p {
  color: var(--white);
}

.card-scatter {
  position: relative;
  min-height: 600px;
}

/* Shared card styles */
.review-card {
  border: 3px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 180px;
  height: 250px;
  position: absolute;
  background-color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* 🌟 Modern, subtle but strong shadow */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elevated {
  z-index: 2;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.review-card:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 3;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
}

/* Custom scatter positions for 8 cards */
.card-1 {
  top: 40px;
  left: 5%;
  transform: rotate(-6deg);
}
.card-2 {
  top: 100px;
  left: 20%;
  transform: rotate(4deg);
}
.card-3 {
  top: 20px;
  left: 35%;
  transform: rotate(-5deg);
}
.card-4 {
  top: 130px;
  left: 50%;
  transform: rotate(6deg);
}
.card-5 {
  top: 60px;
  left: 65%;
  transform: rotate(-3deg);
}
.card-6 {
  top: 180px;
  left: 80%;
  transform: rotate(5deg);
}
.card-7 {
  top: 230px;
  left: 15%;
  transform: rotate(3deg);
}
.card-8 {
  top: 250px;
  left: 45%;
  transform: rotate(-4deg);
}

.review-header {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color-tints-3);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-bottom: 1px solid var(--white);

  font-size: 1.2rem;
  font-weight: 500;
  color: white;
}

.review-header img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 50%;
}

/* MENA'S TIP SECTION */
/* Optional: Smoother overlay effect for tip boxes */

.mena-tips-hero {
  height: 50vh;
  background-image: url("/public/img/hero/ancestry.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 1.8rem;
}

/* BEST SELLING */
.mena-tips-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mena-tips-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* SLIDER */
.slider {
  max-width: 100rem;
  height: 40rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
  border-radius: 20px;
  background: var(--secondary-color);
  background: linear-gradient(rgba(110, 79, 152, 0.5), rgba(126, 98, 163, 0.6));
}

.tips-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.tips-slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: var(--primary-color-tints-1);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
  color: var(--white);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: var(--primary-color-tints-3);
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: var(--primary-color);
  opacity: 1;
}

/* TESTIMONIALS */
.testimonial {
  width: 65%;
  position: relative;
}

.testimonial-number {
  position: absolute;
  top: -5.7rem;
  left: -6.8rem;
  line-height: 1;
  font-size: 8rem;
  font-family: inherit;
  color: var(--white);
  z-index: -1;
}

.testimonial__header {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--white) !important;
}

.testimonial__text {
  font-size: 2rem;
  color: var(--text-color);
}

.section__title--testimonials {
  margin-bottom: 4rem;
}
